I want to do Margin Trading using angelone api how can i do?
S
smartalgo
@smartalgo
0
Reputation
4
Posts
1
Profile views
0
Followers
0
Following
Best posts made by smartalgo
This user hasn't posted anything yet.
Latest posts made by smartalgo
-
How can i do margin trading using angelone api?
-
RE: I want place limit order
@rajanprabu i removed trigger price but still it is executing instantly
-
RE: I want place limit order
@rajanprabu okay i will update it and get back with results
-
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?