donewiththedollar / directionalscalper

CCXT based algorithmic trading framework for Bybit and other CCXT supported exchanges

Home Page:https://quantumvoid.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quantity

neer2626 opened this issue · comments

how to increase the lot the size and usdt risk amount . what timings you prefer for using it ?
also only multi_bot is working
bot.py is giving this error
raise ValueError(f"Exchange {exchange_name} with account {account_name} not found in the configuration file.")
ValueError: Exchange None with account None not found in the configuration file.
config file is alright for multi_bot but not for bot.py ???

Use ''python3.11 multi_bot.py --config config.json'' and it should load the menu to select a strategy, the old bot.py is for single coin and has not been worked on in several months so it is likely outdated as bybit has upgraded to v5

Also user_risk_level is how you can increase or decrease your dynamic entry size

it is always 0.1 quantity or very lessd according to coin. only making a doller does nt matter investing 10$ or 100$....how can i increase the risk ?