A pending order that first triggers at a stop price, then places a limit order with a specified range. In cBots you use PlaceStopLimitOrder()
for this. (The help reference has multiple overloads for PlaceStopLimitOrder
, which triggers at targetPrice
and submits a limit stopLimitRangePips
away.)