It looks like you're new here. If you want to get involved, click one of these buttons!
In [15]: pandas.DataFrame(kite.orders("170919000032781"))[["order_type","status","order_timestamp","order_id"]]
Out[15]:
order_type status order_timestamp order_id
0 SL-M PUT ORDER REQ RECEIVED 2017-09-19 09:15:49 170919000032781
1 SL-M VALIDATION PENDING 2017-09-19 09:15:49 170919000032781
2 SL-M OPEN PENDING 2017-09-19 09:15:49 170919000032781
3 SL-M TRIGGER PENDING 2017-09-19 09:15:49 170919000032781
4 LIMIT OPEN 2017-09-19 09:18:47 170919000032781
5 LIMIT COMPLETE 2017-09-19 09:18:47 170919000032781
Checked that same is the case on a stand alone single legged SL-M order, too.
b)Stop Loss Market - In a stop loss market order only the trigger price has to be specified.
Once the trigger price is hit, the order becomes a market order and it will be executed. Stop
Loss market orders will always be filled and will definitely be executed.
Is this happening for all the orders?
Ideally, this can happen when circuit limit is hit.