I'm using orders OCO when I get a filled. Then I send an order to take-profit and other to stop-loss, related them by an exclusive id-oco (exactly the token of the entry order).
The system is very intensive (1min, entry orders, reverses, etc), and after about 150 trades get this error:
"Error on calling OnOrderUpdate method for strategy XXXXXX. More than 100 subsequents user events."
I guess that these were "Cancel OCO orders" events that are pending to run by NinjaTrader. (I am not using user events for myself)
Within NT7B14 and Unmanaged = true.
Thanks

Comment