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

Re: intraday system/time



PureBytes Links

Trading Reference Links

Hello Feivy,

You will need to define the time range. begining and
ending as below.


if t >930 and t<= 1615 then begin

Regards,

Alan




--- Feivy <shraga@xxxxxxxxxxxx> wrote:
> Hello everyone,
> I`m trying to develop a system that will only trade
> untill 1405pm. In my
> signal I wrote
> if so and so and time<1405 then buy market;
> it verifies fine, but then goes ahead and trades
> even after that time.
> Any ideas/suggestions?
> Philip
> 
>