☰
Login
Signup
Home
›
Python client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
403
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
February 2023
kiranbvsn
February 2023
sujith
How to place an FnO regula order with stoploss and target
kiranbvsn
February 2023
in
Python client
Hi Team,
From the attached screenshot, I can place a regular FnO order on nifty option strike with target and stop loss in the web as shown below
As the documentation is a bit confusing. I just want to know, how to place the exact same order from API... (I just need steps, so that I can code it)
Tagged:
Python Client
image.png
29.4K
sujith
February 2023
It is an exclusive feature for Kite web and app.
You will have to listen to order updates and place GTT order as mentioned
here
.
kiranbvsn
February 2023
@sujith
, so as per my understanding, we cannot place that through API?, GTT-OCO - 2 legs is getting canceled, (mentioning insufficient funds on the sell side).. seems like it's not possible from API.
sujith
February 2023
Margin check for GTT happens when it executes or gets triggered and places order. Not while placing the GTT.
Sign In
or
Register
to comment.
You will have to listen to order updates and place GTT order as mentioned here.