SL-Limit Exit Support for Super Order

Hi Dhan Team,

I would like to request SL-Limit exit support for Super Orders, especially for option-buying strategies.

Currently, Super Order provides useful server-side features such as:

  • Stop Loss
  • Target
  • Trailing Jump / Super Trail
  • Server-side monitoring

However, when the stop-loss or target condition is triggered, the exit is executed as a Market order.

For options, this can create significant slippage during fast price movement, low liquidity, or a temporarily wide bid/ask spread.

I would like Super Order to provide a choice for the exit execution type:


Stop Loss Exit Type:
MARKET
LIMIT

For example:


stopLossTriggerPrice = 93
stopLossLimitPrice = 92
trailingJump = 5

Dhan can continue monitoring the stop-loss and trailing logic server-side, but once the SL condition is reached, the exit should be placed as a LIMIT order at the configured limit price, instead of an unrestricted Market order.

This would provide the benefits of Super Order while allowing traders to control maximum acceptable slippage.

This is particularly important for options because exchange-native SL-Market orders are not permitted for options, and traders may specifically want to avoid unrestricted market execution.

It would be useful if Super Order allowed users to configure:


Stop Loss Trigger Price
Stop Loss Limit Price
Trailing Jump

and optionally choose:


SL Exit = MARKET
or
SL Exit = LIMIT

Could you please confirm:

1. Is there currently any way to configure a LIMIT exit for the SL leg of Super Order?

2. If not, can this feature be added to DhanHQ API and Dhan Super Order?

3. Can the Stop Loss and Target legs independently support MARKET or LIMIT execution?

This would make Super Order much more suitable for automated option-buying strategies where traders want server-side trailing and risk management but also want to control slippage.