CEX-Option-Futures-Crypto-Quant-Algorithm-Trading-Bot

(β˜… 487)

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

  • .dockerignore
  • .gitignore
  • balance.py
  • Dockerfile
  • README.md
  • trader.py

# Installation Guide

1. Get the code
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
Prerequisites
  • 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.

βœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

3. Docker

Easy
Prerequisites
  • 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.

βœ… Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.

Pulled directly from this repo's README.

// repository documentation