PureBytes Links
Trading Reference Links
|
<x-html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4134.600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Reading dissabillities ?</FONT></DIV>
<DIV><FONT size=2></FONT><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>About time to upgrade to a modern mailer.........or set your
current mailer settings correct.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>{it only uses up 1 kb more in mail size, but it
is shown the modern way, comes with all sorts </FONT><FONT
size=2>of</FONT></DIV>
<DIV><FONT size=2>immediate visable </FONT><FONT size=2>highlighting
expressional advantages over the plain version, that what </FONT><FONT
size=2>alone</FONT></DIV>
<DIV><FONT size=2>would take up >1 kb to be </FONT><FONT size=2>expressed in
writing when using it in the primitive </FONT><FONT size=2>-old
60-80's- </FONT><FONT size=2>way}</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Regards,<BR>Ton Maas<BR></FONT><A
href="mailto:ms-irb@xxxxxxxxxxxxxxxx"><FONT
size=2>ms-irb@xxxxxxxxxxxxxxxx</FONT></A><BR><FONT size=2>Dismiss the ".nospam"
bit (including the dot) when replying.<BR>Homepage </FONT><A
href="http://home.planet.nl/~anthmaas"><FONT
size=2>http://home.planet.nl/~anthmaas</FONT></A></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>
<BLOCKQUOTE dir=ltr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Oorspronkelijk bericht ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>Van:</B>
Dave Nadeau </DIV>
<DIV style="FONT: 10pt arial"><B>Aan:</B> <A title=metastock@xxxxxxxxxxxxx
href="mailto:metastock@xxxxxxxxxxxxx">metastock@xxxxxxxxxxxxx</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Verzonden:</B> maandag 18 september 2000
16:44</DIV>
<DIV style="FONT: 10pt arial"><B>Onderwerp:</B> Re: System tester
question</DIV>
<DIV><BR></DIV>Demir,
<P>I don't have time to validate it this morning, but you would want to use
the <BR>ValueWhen(...) function.
<P>Under the Buy tab, for example, you will have some conditions to buy.
<BR>Code the BUY signal into an expression that you can cut and paste into
your Close Position tab.
<P>So the form would be something like this:
<P><U>Close Position Tab</U><U></U>
<P>BuyCond:=<I><your conditions for buying expressed here>;</I>
<BR>Close>=1.05*(ValueWhen(1,BuyCond,C)
<P>Please realize that your choice of entry points, delay, and entry at Open
or Close of bar under Options... will affect the ultimate exit
percentage. (i.e. You won't exit at the exact 105% price, but rather on
the Open or Close (or H or L) of the bar or bar following.)
<P>Dave Nadeau <BR>
<P>Demir Dinc wrote:
<BLOCKQUOTE TYPE="CITE"><FONT size=-1>I would like to know if the following
rule is possible:</FONT><FONT size=-1>Close Long:When C= 105 % of the
BUY Price(...% profit)</FONT><FONT size=-1>If the answer is yes the syntax
please.</FONT> <FONT size=-1>Thanks</FONT> <FONT size=-1>Demir
Dinc</FONT></BLOCKQUOTE></BLOCKQUOTE></FONT><FONT size=2></FONT></DIV>
<DIV><FONT size=2>----- Oorspronkelijk bericht ----- </FONT>
<DIV><FONT size=2>Van: "Christian Baude" <</FONT><A
href="mailto:BAUDECB@xxxxxxxxxxxxx"><FONT
size=2>BAUDECB@xxxxxxxxxxxxx</FONT></A><FONT size=2>></FONT></DIV>
<DIV><FONT size=2>Aan: <</FONT><A href="mailto:metastock@xxxxxxxxxxxxx"><FONT
size=2>metastock@xxxxxxxxxxxxx</FONT></A><FONT size=2>></FONT></DIV>
<DIV><FONT size=2>Verzonden: dinsdag 19 september 2000 0:59</FONT></DIV>
<DIV><FONT size=2>Onderwerp: Re: System tester question</FONT></DIV></DIV>
<DIV><FONT size=2><BR></FONT></DIV><FONT size=2>> On Mon, 18 Sep 2000
07:44:18 -0700, you wrote:<BR>> <BR>> > <!doctype html public
"-//w3c//dtd html 4.0 transitional//en"><BR>> > <html><BR>>
> <body text="#000000" bgcolor="#FFFFFF" link="#004080" vlink="#8080FF"
alink="#FF0000"><BR>> > Demir,<BR>> > <r>I don't have time
to validate it this morning, but you would want to<BR>> > use the<BR>>
> <pr>ValueWhen(...) function.<BR>> > <r>Under the Buy tab,
for example, you will have some conditions to buy.<BR>> > <pr>Code
the BUY signal into an expression that you can cut and paste into<BR>> >
your Close Position tab.<BR>> > <r>So the form would be something
like this:<BR>> > <r><u>Close Position
Tab</u><u></u><BR>> >
<r>BuyCond:=<i>&lt;your conditions for buying expressed
here>;</i><BR>> >
<pr>Close>=1.05*(ValueWhen(1,BuyCond,C)<BR>> > <r>Please
realize that your choice of entry points, delay, and entry at<BR>> > Open
or Close of bar under Options... will affect the ultimate exit
percentage.&nbsp;<BR>> > (i.e. You won't exit at the exact 105% price,
but rather on the Open or<BR>> > Close (or H or L) of the bar or bar
following.)<BR>> > <r>Dave Nadeau<BR>> >
<pr>&nbsp;<BR>> > <r>Demir Dinc wrote:<BR>> >
<blockquote TYPE=CITE><font size=-1>I would like to know if the
following<BR>> > rule is possible:</font><font size=-1>Close
Long:When&nbsp; C= 105 % of<BR>> > the BUY Price(...%
profit)</font><font size=-1>If the answer is yes the<BR>> >
syntax please.</font>&nbsp;<font
size=-1>Thanks</font>&nbsp;<font size=-1>Demir<BR>> >
Dinc</font></blockquote><BR>> > <BR>> >
</body><BR>> > </html><BR>> <BR>> Great....</FONT>
</BODY></HTML>
</x-html>
|