☰
Login
Signup
Home
›
API clients
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
152
Node JS client
39
Go client
791
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
992
Java client
1.1K
API clients
402
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
January 2022
sujith
January 2022
amit0
January 2022
rakeshr
gtt_params
amit0
January 2022
in
API clients
Hi, could you help me understand what are the values passed as part of gtt_params?
for eg for buy order: gtt_params = [[1,-0.5],[1,1.5]] means -0.5% is SL and 1.5% is target
for eg for sell order: gtt_params = [[0,-3.5],[0,2.5]] means -3.5% is target and 2.5% is target
is the sequence correct? does the first element of gtt_param array has to be SL for buy order and target for sell order?
Thanks.
Tagged:
order api gtt_params
rakeshr
January 2022
Target and stop-loss price should be sent as price amount, not as %. Go through GTT param
documentation here
.
amit0
January 2022
Thanks
@rakeshr
but I am not referring to GTT api, I am referring to place order api.
sujith
January 2022
@amit0
,
The gtt param of the order api is exclusive to kite app and web. It is not available for Kite Connect users as of now.
Sign In
or
Register
to comment.
The gtt param of the order api is exclusive to kite app and web. It is not available for Kite Connect users as of now.