You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@DESKTOP-LDDIA60:/home/cyborg/bybit_scalp_bot_v2# python3 bot.py
Enable Trading? (0 - Disable, 1 - Enable) 1
What Asset To trade? doge
Min lot size for DOGEUSDT is: 1
Max leverage is: 50
106 exeception: 'USDT'
Traceback (most recent call last):
File "/home/cyborg/bybit_scalp_bot_v2/bot.py", line 120, in
what_1x_is = round((float(equity) / float(ask)) / (100 / float(leverage)),2)
NameError: name 'equity' is not defined. Did you mean: 'quit'?
The text was updated successfully, but these errors were encountered:
Hedge Mode / 50x long / 50x short / Balance: 351 USDT in Derivates Account, API with all permissions, also tried in subaccount...
Ubuntu 22 with Python 3.10...
Bot not start!
root@DESKTOP-LDDIA60:/home/cyborg/bybit_scalp_bot_v2# python3 bot.py
Enable Trading? (0 - Disable, 1 - Enable) 1
What Asset To trade? doge
Min lot size for DOGEUSDT is: 1
Max leverage is: 50
106 exeception: 'USDT'
Traceback (most recent call last):
File "/home/cyborg/bybit_scalp_bot_v2/bot.py", line 120, in
what_1x_is = round((float(equity) / float(ask)) / (100 / float(leverage)),2)
NameError: name 'equity' is not defined. Did you mean: 'quit'?
The text was updated successfully, but these errors were encountered: