[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: TE and TS V3



PureBytes Links

Trading Reference Links

Hi All

Here is a bug fix for 'Trade Stop LE' V3 posted yesterday. The exit does not
signal properly for a timed trade that is started on the bar following a
previous trade exit. Remove the following line that is now redundant,

"Pd:=If(Pd<>99 AND Xb AND Alert(Tr>0,2) AND
BarsSince(Alert(Tr>0,2)=0)=Pd+1,C,0);"

and substitute the last line,
"If(Cm>0,Cm,If(Cp>0,Cp,If(Xs>0 AND Xb AND Xo=5,Xs, If(Pd>0,Pd,0))));"

with
"If(Xb,If(Cm>0,Cm,If(Cp>0,Cp,If(Xs>0 AND Xo=5,Xs,C))),0);"

Roy

----- Original Message -----
From: "Roy Larsen" <rlarsen@xxxxxxxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: Tuesday, July 16, 2002 8:01 PM
Subject: TE and TS V3


> Hi All
>
>
>
> The following versions (3.0) of 'Trade Equity LE' and 'Trade Stop LE' are
> not intended to replace earlier versions, but they offer greater System
> Tester compatibility for those users that prefer to use binary entry and
> exit code in preference to price code. 'Trade Stop LE' can now manage
"OHLC"
> prices derived from the user settings.