I don't have the time to put together a sample for this issue either (because I can work around it)... but just like the earlier issue (live stop orders in multi-instrument strategy can't be canceled), I'm positive the bug exists. I'll just throw this out there so NT is aware of it, and hopefully you guys will do some research.
So, here's the background:
- TimeInForce: Day
- Multi-instrument strategy
- EnterLongStop() orders.
- running in back-test (not brave enough to test live, yet)
What I'm finding is that the buy stop order is correctly shown as canceled at 4 PM EST every day (with TraceOrders enabled). However, if you try to EnterLongStop() again the following morning, the call fails... with the error message saying that you've broken your EntryHandling rules (set to UniqueEntries).
This *only* happens in multi-instrument strategy. Identical code running with a single instrument works perfectly. (And my fix is also to explicitly call CancelOrder() explicitly at the end of each day instead of relying on TIF
ay... the result multi-instrument code also works fine, proving that there was never anything wrong with the actual EnterLongStop call.)If I have a few days with nothing better to do (maybe over Christmas?), I'll try to put together a sample demonstrating this.

Comment