Open your terminal and run the following command:
pip install -r requirements.txtInsert your Binance keys into the .env file.
🟡 IMPORTANT: The keys must be enclosed in double quotes (e.g.,
API_KEY="your_key_here").
All variables and bot settings are managed within the following file:
.\src\main.py
To start the bot, enter the following command in the terminal:
python -m src.mainTo perform backtesting, enter the following command in the terminal:
python -m src.backtests