Forums › ProRealTime English forum › ProOrder support › Back testing strategies › Reply To: Back testing strategies
06/26/2018 at 11:49 PM
#74464
1 2 3 4 |
starttime = 230000 endtime = 070000 timeok = opentime >= starttime and opentime <= endtime |
Ok so when I use the above code I get no trades. I think it has to do with the start and end times?
1 2 3 4 |
starttime = 080000 endtime = 130000 timeok = opentime >= starttime and opentime <= endtime |
But when I use the above code I get lots of entries?