CEX-Option-Futures-Crypto-Quant-Algorithm-Trading-Bot
https://t.me/yeahrbb Automated cex option futures spot algorithm crypto quant binance bitget bybit kucoin trading bot binance trading bot binance trading bot binance trading bot binance trading bot binance trading bot binance trading bot binance trading bot binance trading bot binance trading bot binance trading bot binance trading bot binance bot
File Explorer
Download Latest Version (.zip)- Analyze.py
- BinanceAPI.py
- config.sample.py
- Database.py
- Messages.py
- Orders.py
- Trading.py
- orders.sample.db
- .dockerignore
- .gitignore
- balance.py
- Dockerfile
- README.md
- trader.py
# Installation Guide
git clone https://github.com/yeahrb/CEX-Option-Futures-Crypto-Quant-Algorithm-Trading-Bot
Downloads the entire project code from GitHub to your computer.
cd CEX-Option-Futures-Crypto-Quant-Algorithm-Trading-Bot
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install requests sqlite3 threading argparse logging
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
3. Docker
Easy- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker build -t cex-trading-bot .
Builds a runnable image based on the Dockerfile.
docker run -d --name trading-bot cex-trading-bot
Runs the built image as an actual container.
docker logs -f trading-bot
Type this command into your terminal and run it.
docker-compose up -d
Runs the command against the services defined in the compose file.
docker-compose logs -f
Runs the command against the services defined in the compose file.
Pulled directly from this repo's README.
