Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs

    Not revising STOPLOSS order in ROBO Trade - ModifyOrder

    Python SDK
    0
    5
    30
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      Poonam Tomar last edited by

      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

      M 1 Reply Last reply Reply Quote 0
      • M
        Moderator_3 @Poonam Tomar last edited by

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

        P 1 Reply Last reply Reply Quote 0
        • P
          Poonam Tomar @Moderator_3 last edited by

          @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.

          A N 2 Replies Last reply Reply Quote 0
          • A
            AlgoGreeks @Poonam Tomar last edited by

            @Poonam-Tomar
            What parameters you used to modify stop loss leg of ROBO order?

            1 Reply Last reply Reply Quote 0
            • N
              Nichil72 @Poonam Tomar last edited by

              @Poonam-Tomar Hi Poonam will you please share the exact script which you passed to trigger ROBO order. They Angel SmartAPI people will not providing the proper solution, always they are sharing the reference links which was not helpful for this. Or mailed me at Nichil72@gmail.com for this I am very grateful to you.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post