I issue an EnterStop order and on a next bar on some condition I want to issue an Enter (market) order. This doesn't work, because the stop order is working my market order nulifys the order.
I understand that the stop order expires after the next bar OnBarUpdate(), so how can I enter a market order inside the OnBarUpdate()?
Baruch

Comment