Navigation

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

    ROBO order is not working

    Python SDK
    0
    1
    37
    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.
    • K
      Kiran last edited by Kiran

      Hi,
      I am trying to fire ROBO order for Nifty options, below are the parameters I am passing.

      params = {
      "variety": "ROBO",
      "tradingsymbol": "NIFTY17NOV2218350CE",
      "symboltoken": "55102",
      "transactiontype": "BUY",
      "exchange": "NFO",
      "ordertype": "LIMIT",
      "producttype": "BO",
      "duration": "DAY",
      "price": "76",
      "squareoff": "03",
      "stoploss": "10",
      "quantity": "1"
      }

      but when after I've called the placeorder function, my order is not getting created.

      MY ID is: P362948.
      can you check, where it went wrong.

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