I have built a strategy that is supposed to trade inside a defined time window. But when I run the Strategy Analyzer I see that it takes trades outside the given window. All at >8 am and 3 pm (Local Time), and it is supposed to trade between 7:30 am and 8:00 am (Local Time).
I have those parameters set in my strategy, and while running backtest, it gets that wrong result.
How can I fix this?
I and building it in the Strategy Builder, but can also make edits in the Source Code.
Appreciate it!

Comment