this works fine until the market (NQ) moves 5 ticks while I am in the middle of placing an order
of course checking where the market is prior to placing the order is not working as the market move occurs within a few milliseconds
so I get the attached error and NT8b4 freezes...i.e. must use Task Manager to close NT and then the usual delays occur while restarting and reconnecting....not good during live trading
I do not mind the error as I can work around it.
I do mind the crash/freeze after the error as I can not recover/continue trading
1. From my reading of IOrder, OnOrderUpdate, OnExecution and Unmanaged = true, etc....all these methods seem to only apply to EnterLong and EnterShort orders and not to AtmStategyCreate orders...correct?
2. How can I handle the error to avoid the crash?
Thanks

Comment