I think there is a bug in NT internal fill.
The situation is like this:
1. I put a longStop order above the market.
2. There is a gap on the next bar.
3. My entry is filled after the OnBarUpdate with the open price of the next bar.
4. In OnExecution I want to place a stop loss order. The price of this order is higher than the high of the current bar, but 30 ticks lower then the entry price (opening of the next bar).
The order is rejected.

Comment