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

Time statement



PureBytes Links

Trading Reference Links

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;