I want place limit order
-
Hello all
I want place limit order through api. But when I run api, order will execute immediately instead of pending order.
Here is the actual code of limit order
0|index | ORDER { 0|index | variety: 'NORMAL', 0|index | exchange: 'NFO', 0|index | producttype: 'INTRADAY', 0|index | duration: 'DAY', 0|index | squareoff: '0', 0|index | stoploss: '0', 0|index | quantity: 25, 0|index | tradingsymbol: 'BANKNIFTY05AUG2134800PE', 0|index | symboltoken: '38656', 0|index | transactiontype: 'BUY', 0|index | ordertype: 'LIMIT', 0|index | price: 305, 0|index | triggerprice: 305 0|index | }
Is there any issue in this?
-
@rajanprabu i removed trigger price but still it is executing instantly
-
@rajanprabu okay i will update it and get back with results
-
@smartalgo why do you have trigger price for a limit order ? Its used for SL-L, SL-M