Navigation

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

    How to add stoploss separate

    Python SDK
    1
    1
    2
    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.
    • G
      Gaurang last edited by

      when i add stoploss order after my order this through the error.
      which ordertype used in stoploss order in this

      SL_Orderparams = {
                              "variety": "NORMAL",
                              "tradingsymbol": Stocks_Symbol,
                              "symboltoken": Stocks_Token,
                              "transactiontype": "BUY",
                              "exchange": "NSE",
                              "ordertype": "STOPLOSS",
                              "producttype": "INTRADAY",
                              "duration": "DAY",
                              "triggerprice": Stoploss,
                              "quantity": "1" #Quantity
                          }
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post