Skip to content

Repository files navigation

binance-trading-bot

A Binance trading bot with order rebalancing, and thread-safe operations.

Setup

Create .env file based on .env.example file

cp .env.example .env
rm -rf venv 
python3 -m venv venv
source venv/bin/activate
pip install ccxt asyncio python-dotenv numpy pandas --upgrade
pip freeze > requirements.txt
pip install -r requirements.txt

Stop 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

About

No description, website, or topics provided.

Resources

Stars

9 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages