if (ToTime(Time[0]) <= 93500)
Would the strategy evaluate at the end of 9:35am? I am afraid it will not evaluate the strategy at the close of the first bar.
In that case, if I change the cut off time to 9:34am, will the first bar be evaluated then?
if (ToTime(Time[0]) <= 93400)

Leave a comment: