ROBO trailing stop loss not being honored


  • Hello,

    I'm sent a ROBO order with the following details:

    orderparams = {
    "variety": "ROBO",
    "tradingsymbol": "SBIN-EQ",
    "symboltoken": 3045,
    "transactiontype": "BUY",
    "exchange": "NSE",
    "quantity": "1",
    "ordertype": "LIMIT",
    "producttype": "BO",
    "duration": "DAY",
    "price": "740",
    "stoploss": "10",
    "trailingStopLoss": "5",
    "squareoff": "10"
    }
    

    The order got created however, trailing stop loss is not shown anywhere in the order. To doublecheck, I created another order which got executed and the bracket orders are showing up, however I still cannot find trailing stop loss on any of the orders.

    Can you let me know if I'm missing something from the request?

    client id is H50944732 ..there will be two orders sent via SmartAPI, both were sent with trailingStopLoss set in the params.

    thanks!