binance_futures_bot icon indicating copy to clipboard operation
binance_futures_bot copied to clipboard

isolated mode doesnt work

Open THELORDMAXIM opened this issue 3 years ago • 1 comments

"market": "SANDUSDT",
"leverage": "15",
"trading_periods": "1m,3m",
"margin_type": "ISOLATED",
"trailing_percentage": "2.0",
"api_url" : "https://fapi.binance.com/"

and always gets into cross mode, any idea ?

THELORDMAXIM avatar Nov 22 '21 12:11 THELORDMAXIM

you also need to change line 44 of the bot_functions.py file and replace CROSSED with ISOLATED

Djennam avatar Jan 15 '22 23:01 Djennam