OK, conditions are met and the order has been placed.
Let's also say the next bar arrives and the order didn't fill (limit price not met).
The order is automatically cancelled, correct?
Ok.
But let's also say there is logic in the strategy that looks to enter a new trade on the bar update that just cancelled that existing order.
I was just running a new strategy today that failed to create the new order.
If an existing order is cancelled by a strategy on an OnBarUpdate, does that mean any potential new entry orders, that should occur on that same bar update, do not get processed?
Hope I've explained it well enough.
Thanks.

Comment