For example my strategy places an order to go long one tick above a bull bar. If price moves too fast after bar closes (thin market), before NT has a chance to add the order using EnterLongStopMarket(), NT will generate an error when it tries to then place the order.
How can I add error handling to prevent the strategy from just stopping. I just want to cancel that order, and let the strategy continue.
Thanks.
Comment