Not revising STOPLOSS order in ROBO Trade - ModifyOrder


  • Hi,

    I am working on ROBO order. I am able to place robo order and able to modify order for target. but when I am trying to modify order for stoploss limit order, it does not change. allthough it is giving sucess message but didnt change the stop loss limit. below are the params

    orderparsm = {
    "variety":"ROBO",
    "orderid":"240508000449911", # It is unique order id of stoploss_limit
    "ordertype":"STOPLOSS_LIMIT", # In case of target I mention limit and it worked. I tried with limit instead of stoploss but not helping
    "producttype":"INTRADAY",
    "duration":"DAY",
    "price":"29.00",
    "quantity":"25",
    "tradingsymbol":"NIFTY09MAY2422150PE",
    "symboltoken":"46905",
    "exchange":"NFO"
    }

    @admin could you please help ?? any other help will be appreciated


  • @Moderator_3 Thank You for responding. my problem get solved by mentioning the price in trigger price. sending parent order id was not required. That solution was also available in this forum only.


  • Hello @Poonam-Tomar
    In this cases you need to pass the parent order id
    Regards,
    SmartAPI Team