PureBytes Links
Trading Reference Links
|
I sent the following the other day (but the Mail administrator returned
it)...
Many thanks for your help.
It's sent me on a spiralling trek to make something of the concept. Slowly
getting there with use of flags, after considering detail from you putting
me on track. Now finding other 'faults/problems' to fix where some exits are
on the close, others next bar, which compounds the way the flags are read.
Regards
Jon
----- Original Message -----
From: "M. Simms" <prosys@xxxxxxxxxxxxxxxx>
To: "Jon Macmichael" <jonmac@xxxxxxxxxxx>
Sent: Sunday, 23 March, 2003 2:21 AM
Subject: RE: EL coding-exit problem
> They must be made to fire MUTUALLY EXCLUSIVE....
> if condition1 then buy
> else if condition2 then sell
> else if condition3 then exitlong
> else if condition4 then exitshort;
> Otherwise, ONCE the statements are evaluated in the currentbar, they CAN
AND
> WILL fire on the NEXT BAR.
> The above control logic is ugly but is required due to the lack of a CASE
> control statement in Easy Language.
>
|