PureBytes Links
Trading Reference Links
|
On Mon, 18 Sep 2000 07:44:18 -0700, you wrote:
> <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
> <html>
> <body text="#000000" bgcolor="#FFFFFF" link="#004080" vlink="#8080FF" alink="#FF0000">
> Demir,
> <r>I don't have time to validate it this morning, but you would want to
> use the
> <pr>ValueWhen(...) function.
> <r>Under the Buy tab, for example, you will have some conditions to buy.
> <pr>Code the BUY signal into an expression that you can cut and paste into
> your Close Position tab.
> <r>So the form would be something like this:
> <r><u>Close Position Tab</u><u></u>
> <r>BuyCond:=<i><your conditions for buying expressed here>;</i>
> <pr>Close>=1.05*(ValueWhen(1,BuyCond,C)
> <r>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.)
> <r>Dave Nadeau
> <pr>
> <r>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>
>
> </body>
> </html>
Great....
|