GTT Interpretation

Gafoor
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:
  • sujith
    Can you elaborate?
    Wrong as in, it is interchanged or value is different.
  • rhnvrm
    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
    Gafoor edited May 2020
    yes @sujith , the value are interchanged
  • sujith
    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.