API Robo order Trigger price not working
-
API Robo order Trigger price not working I tried to place order via API, with follwoing option. parameter "Triggerprise" not wrorking.
orderparams = { "variety":"ROBO", "tradingsymbol":"SBIN-EQ", "symboltoken":"3045", "transactiontype":"BUY", "exchange":"NSE", "ordertype":"LIMIT", "producttype":"BO", "duration":"DAY", "price":"845", "triggerprice" : "845.5", "squareoff":"12", "stoploss":"6", "quantity":"1" } you reply with following parameter but its not working. orderparams = { "variety":"ROBO", "tradingsymbol":"KOTAKBANK-EQ", "symboltoken":"1922", "transactiontype":"BUY", "exchange":"NSE", "ordertype":"LIMIT", "producttype":"BO", "duration":"DAY", "price":"1720", "squareoff":"7", "stoploss":"5", "triggerprice" : "5", "trailingstoploss":"0", "quantity":"1" } Current price of Kotak is 1715, but I want the order should only execute when kotak price touch 1720. but when i run code the order executue immidiatly without waiting price to reach 1720. -
@admin Any update on " API robo order with Trigger price not working " ??