I'd like to understand a bit more about overfills.
I've seen my strategy produce an overfill, then continue to run. I've also seen my strategy produce an overfill and shut itself down.
Under what conditions does NT shut down the strategy and what conditions will it keep running; in an overfill situation?
Also, in the case where the strategy kept running, I noticed that the overfill position had associated with it a stop loss order (from SetStop) that seemed to function correctly. Should I expect this? Is NT designed to have a stop loss on an overfill (meaning if the overfill was from an order that originally had an associated SetStop does NT attach that stop)? Any documentation you can point me to which goes into detail on these sort of issues?
Finally, if overfilled, and the strategy is still running; what type of manual intervention can I take to reduce position size without upsetting the strategy (including the SetTarget and SetStop orders for the correct part of the position) such that if I close the overfill portion, the balance of the position will exit according the Set rules. Or, must I disable the strategy, close the position, then re-enable?
Thanks much for your great help!

Comment