Hi all, I'm using QuantConnect to trade crypto on Binance. I'm hoping someone faced the following issue and hopefully has a fix: When closing leveraged or short positions, the QC framework just opens a position in the opposite direction and I end up with 2 opposite positions. This affects my margin on Binance and I end up manually repaying the open shorts. I tried using Liquidate, SetHoldings(0) and the method described here https://www.quantconnect.com/docs/v2/writing-algorithms/trading-and-orders/crypto-trades#02-Place-Trades, but none of them solves the issue.