Hi All, I am trying to check the status of the order once i place it and this is what i am doing: a) Place the order and then get its order it (returned from function) b) get list of all orders kite.orders() and find the order status using the order id
But the order id that i get as step a) isnt in the list at all ?
https://kite.trade/docs/connect/v3/orders/#retrieving-orders
GTT orders are just like an alert for Kite to place orders when one of the given triggers is hit,no actual order is placed until the gtt is triggered.
So, GTT orders that have not triggered are not included in the orders response.
When gtt is triggered,and order is placed,then the order placed will show up in the orders response.
To get all the GTTs placed within the last 7 days:
.https://kite.trade/docs/connect/v3/gtt/#retrieving-triggers