Home Article STOPLOSS ORDER PARAMETER STOPLOSS ORDER PARAMETER Software Technique Web Technique All Computer Language and Computer Language Practice Computer Educa March 03, 2025 0 Comments Share: Facebook Twitter Google+ Pinterest Whatsapp TREDING NIFTY SYMBALTOKEN-26000 , BANKNIFTY - SYMBALTOKEN-26009 order_params = { "variety":"STOPLOSS", "tradingsymbol":"NIFTY06MAR2522350CE", "symboltoken":"68432", "transactiontype": "SELL", "triggerprice":"4", # trigger price "instrumenttype": "OPTIDX", "optiontype": "call", "exchange": "NFO", "ordertype": "STOPLOSS_LIMIT", # Use LIMIT order type instead of STOPLOSS_LIMIT "producttype": "INTRADAY", "duration": "DAY", "price": str(entry_price), "quantity": str(quantity) } Copy Copied Text:
No comments