Navigation

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

    what parameter should I give for trailing stoploss jump price?

    Python SDK
    0
    3
    11
    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.
    • B
      basuvijay last edited by

      Can anyone tell me what paramter or key I need to sue for this?
      I've these parameter to place a ROBO order but, unable to apply trailing stoploss jump price

      payload = {
      "variety": "ROBO",
      "tradingsymbol": symbol['strike'],
      "symboltoken": symbol_token,
      "transactiontype": transaction_type,
      "exchange": EXCHANGE,
      "ordertype": "LIMIT",
      "producttype": "INTRADAY",
      "duration": "DAY",
      "price":symbol['limit'],
      "squareoff":symbol['Take-Profit'],
      "stoploss":symbol['Stop-Loss'],
      "trailingStopLoss":symbol['Initial Trailing SL'],
      "quantity": quantity
      }

      1 Reply Last reply Reply Quote 0
      • A
        admin last edited by

        @basuvijay what is the error is it throwing?

        A 1 Reply Last reply Reply Quote 0
        • A
          AlgoGreeks @admin last edited by

          @admin why you asking for error?

          Tell him straight forward, ROBO order using API does not support trailing SL.

          Although parameter is there in API, its not working.

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