entryOrder = EnterLongStopLimit(0, true, positionQuantity, entryPrice, entryPrice, "Long Order 1");
This places a buy stop order above the market price. Sometimes the market will 'skip' this order and jump over that entry price above the stop order. At this point, somehow this stop order automatically changes to a limit order.
I would like to either cancel the order immediately if skipped, or wait for x seconds or x ticks of movement before cancelling the order. Can you point me to the proper methods to override so I know when stop order has been skipped and changes to a limit order?
Thanks!
Bryan

).
Comment