Thread: How to code?
View Single Post
  #109 (permalink)  
Old 06-16-2006, 03:23 AM
goover goover is offline
Member
 
Join Date: Feb 2006
Posts: 43
goover is on a distinguished road
Tradestation time filter code explanation help

Hi,

I am looking at a tradestation time filter code and since i never use tradestation before, i am not very sure about it. Anyone who has experienced with it can clarify it?

inputs:
time_offset(0), {EST Time}
begin_time(800),
end_time(1600);

if time >=begin_time + time_offset and time <=end_time + time_offset then begin


Is this time filter code saying trade will be initiated from 8.00 am - 4.00 pm EST time?

Thanks for helping.
Reply With Quote