Код: Выделить всё
symbol = 'SOLUSDT'
trade_res = exchange.create_order(symbol, amount=1, type='Market', side='Buy')

Как закрыть текущую позицию на ByBit с помощью ccxt?
Подробнее здесь: https://stackoverflow.com/questions/698 ... e-position
Код: Выделить всё
symbol = 'SOLUSDT'
trade_res = exchange.create_order(symbol, amount=1, type='Market', side='Buy')
