I see trades are opened not at the full hour, I want to make sure run function runs at the full hour to open the trades.
I just enter trades with run function, not with a TMF.

I assumed using some basic sttings like below would put the strategy to the full hour?

StartWeek = 10000;
EndWeek = 52200;
BarPeriod = 60;
BarZone = ET;