☰
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
May 2020
Gafoor
May 2020
rhnvrm
May 2020
sujith
GTT Interpretation
Gafoor
May 2020
in
Python client
Hi
@sujith
I am trying to place gtt orders.
{'condition': {'exchange': 'NFO',
'instrument_token': 11831042,
'last_price': 42.5,
'tradingsymbol': 'NIFTY20JUN7800PE',
'trigger_values': [18.2, 91]},
'created_at': '2020-05-21 11:49:56',
'expires_at': '2020-06-26 00:00:00',
'id': 5542680,
'meta': {},
'orders': [{'exchange': 'NFO',
'order_type': 'LIMIT',
'price': 18.2,
'product': 'NRML',
'quantity': 1,
'result': None,
'tradingsymbol': 'NIFTY20JUN7800PE',
'transaction_type': 'BUY'},
{'exchange': 'NFO',
'order_type': 'LIMIT',
'price': 91,
'product': 'NRML',
'quantity': 75,
'result': None,
'tradingsymbol': 'NIFTY20JUN7800PE',
'transaction_type': 'BUY'}],
'parent_trigger': None,
'status': 'active',
'type': 'two-leg',
'updated_at': '2020-05-21 11:49:56',
'user_id': 'ZJ4604'}
The order is placed correctly but when I try to see it on UI. The stop loss and target price are showing wrong.
Tagged:
#python #gtt
Screenshot_20200521-115134.jpg
280.3K
sujith
May 2020
Can you elaborate?
Wrong as in, it is interchanged or value is different.
rhnvrm
May 2020
Hey
@Gafoor
This feature (Buy OCO) is currently available only on Kite web and will be launched on the mobile app soon, therefore "Trigger/Stoploss" in mobile UI does not match.
Gafoor
May 2020
edited May 2020
yes
@sujith
, the value are interchanged
sujith
May 2020
Yes, like
@rhnvrm
GTT for F&O is not live on mobile yet. We are working on it. Once it is live, you won't see the issue.
Sign In
or
Register
to comment.
Wrong as in, it is interchanged or value is different.
This feature (Buy OCO) is currently available only on Kite web and will be launched on the mobile app soon, therefore "Trigger/Stoploss" in mobile UI does not match.