Scenario: The signal is triggered, no action is taken.
The twist: If you disable then re-enable the strategy after the signal is triggered, it immediately submits the correct order (this strategy is set to immediately submit then synchronize).
So, it seems like the trigger is solid, the strategy sees it and knows what to do and when, but when the bars are printing in real-time, nothing is happening.
How can/should I troubleshoot this? I've yet to add prints to this one, as it's relatively straightforward and wasn't posing any issues in backtesting, but should that be my next stop?
Thanks

Comment