I believe NT 6.5.1000.15 might have an issue. I have been running my strategy and everything seems to be working correctly,
until my stop is ignored when the close price of the previous bar equals the open price of the next bar which both
equal my stop. NT automatcially cancels my orders but does not get out of the market. I am using the External
datafeed to test.
1. 1:39:51 - Issued EnterLongLimit(924.25)
2. 1:41:28 - Execute limit order at 924.25
3. 1:41:28 - Issued ExitLongStop(923.25) when the OnExecution tiggered.
4. 1:50:23 - Issued ExitLongStop(923.25) on a reevaluate
5. 1:58:20 - Issued ExitLongStop(923.25) on a reevaluate
6. 1:58:20 - Issued ExitLongLimit(925) for the proffit (obviously never hit)
7. When the stop is hit, the strategy code knows that my position is flat, but the position in the ORDERS tab still
thinks we are in the market. Then 2:06:20, I issue another EnterShortLimit() and the ORDERS/POSITIONS is closing the
position, but I should have already been out of market.
I have only noticed this behavior when the close of the previous bar equals the open of the next bar which equals my
stop.

Comment