I'm using "IsUnmanaged = true" and change Limit order using 'ChangeOrder()' feature.
The example from the link below does not work in Playback - Historical connection. I still see the error "XXX has been disabled because it attempted to modify a historical order that has transitioned to a live order. Please see the help guide for more information on transitioning order references from historical to live."
The problem: OnOrderTrace() and OnOrderUpdate() are not triggered when the Strategy's state changes from State.Historical to State.Realtime. So, there is no sence in using OnOrderUpdate() for the order's transition.
Please take a look at the video from my side. I've creataed a Strategy based on the example from the NT8 guide. Your can find it in the attachements. It does not work also:

Comment