PureBytes Links
Trading Reference Links
|
Try adding something like this,
VAR: DATEFLAG(0);
IF DATE > DATE[1] THEN
DATEFLAG = 0;
IF VALUE1>VALUE1[1] and VALUE2>VALUE2[1] and DATEFLAG = 0 then ...
IF MARKETPOSITION = 1 THEN BEGIN
DATEFLAG = 1
orderprice = ...... etc
Tom Morrow.
--
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
|