PureBytes Links
Trading Reference Links
|
Try on your actual buy/sell statement have this conditional:
if time >= sess1starttime + 30 and ... then sell/buy on close;
mr_bond@xxxxxx wrote:
>
> Also (pardon my ignorance here), I am trying to get my system not to
> take trades in the first half hour of the day, and my pathetic attempt
> at coding this did not work. Does anyone know how to do this?
>
> Thanks very much,
>
> Dave
|