A Binance trading bot with order rebalancing, and thread-safe operations.
Create .env file based on .env.example file
cp .env.example .envrm -rf venv
python3 -m venv venv
source venv/bin/activate
pip install ccxt asyncio python-dotenv numpy pandas --upgrade
pip freeze > requirements.txtpip install -r requirements.txtStop and remove containers, rebuild new images, run new containers,
docker compose down --remove-orphans
docker compose up --build --always-recreate-deps --detach --force-recreate
docker compose logs --follow --timestamps