Let me elaborate a bit here. When we place a long order of any instrument on Kite web portal, we sometimes immediately place a stop loss order by clicking the "Exit" menu option from the running trade. Can I place that kind of stop loss order through Python client?
Ok, so for long bank nifty option the transaction type will be "TRANSACTION_TYPE_BUY" and for stop loss order as per your answer it will be "TRANSACTION_TYPE_SELL". If I am right in saying this, please tell me what will be order type? Will order type be "ORDER_TYPE_LIMIT" or "ORDER_TYPE_SL"?
so for long bank nifty option the transaction type will be "TRANSACTION_TYPE_BUY" and for stop loss order as per your answer it will be "TRANSACTION_TYPE_SELL"
Yes
Will order type be "ORDER_TYPE_LIMIT" or "ORDER_TYPE_SL"
I hope this clarifies my issue a little.