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

Re: Time statement



PureBytes Links

Trading Reference Links

Gabriel:
You need to use Time instead of CurrentTime.
Randy Murphree

----------
> From: GABRIAL775@xxxxxxx
> To: omega-list@xxxxxxxxxx
> Subject: Time statement
> Date: Monday, February 23, 1998 1:03 PM
> 
> Why does the current code not buy the high between 9 AM and 10:30 AM?
> 
> If currenttime > 9000 and currenttime < 1030 then
>    Buy H + 1 point stop;
> End;