☰
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
10.9K
All Categories
64
Node JS client
21
Go client
636
.Net API client
309
Kite Publisher
511
.Net / VBA / Excel (3rd party)
335
Algorithms and Strategies
827
Java client
828
API clients
366
PHP client
2.9K
Python client
296
Mobile and Desktop apps
1.1K
Market data (WebSockets)
2.7K
General
In this Discussion
January 20
sujith
January 20
amit0
January 20
rakeshr
gtt_params
amit0
January 20
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 20
Target and stop-loss price should be sent as price amount, not as %. Go through GTT param
documentation here
.
amit0
January 20
Thanks
@rakeshr
but I am not referring to GTT api, I am referring to place order api.
sujith
January 20
@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.