Kite 3.0 supports exiting multiple orders in single click - which I would assume a wrapper that takes list of orderIds and exits (with maybe a max limit). Could the kiteconnect API support this as well?
Hi, There is no API for that. Because error handling will be difficult. You need to find the open position and place an order for opposite transaction type and market order type. You need to do it inside a loop for all your open positions.
There is no API for that. Because error handling will be difficult. You need to find the open position and place an order for opposite transaction type and market order type.
You need to do it inside a loop for all your open positions.