I am unable to close the open positions. Can anyone guide me that i am right path. Currently i am try to close the positions using create orders api with below parameters. I have 2 sale orders in open positions and i want close them. Is that right way to close position at Market price?
Binance.futures_create_order(symbol=self.symbol, side=‘BUY’, type=‘Limit’,closePosition=true)