Hi, I am trying to exit only a particular position using data = { "symbol": symbol } print(fyers.exit_positions(data)) Ex: symbol = NSE:NIFTY2140815000CE( it was intraday position) But everytime, it is exiting all my positions. For testing, I bought 1 share of ITC(CNC) and tried exiting only ITC position but it exited all my position. fyers.exit_positions({"symbol":"NSE:ITC-EQ"}) any suggestion, what am I doing wrong?

2
1 reply