yesterday on the 5min MNQ. chart , the strategy issued an order of
entryOrder=EnterLongStopMarket(CurrentTradeSize,18 285 ,"Entry5");
at the end of 6th 5min candle
the market was very fast and the order was rejected because the price was above the STOP at the time the order was received by the broker.
So far I do get the issue of the price above the stop, however, it is a STOP MARKET order. so I would expect that the order will immediately convert to market. and still execute
with whatever unfavourable high price it may be , but still executed immediately.
if it was STOPLIMIT, than I get it that it should reject if above the stop and the limit even.
what am I missing ? does it has to do with the Managed order methods ? will it be different with unmanaged ?
In another broker (IB). when I issue such an order, it is immediately turns into market and executes.

Comment