Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 555 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 555 Bytes

Crypto Trading Bot

Command Reference

Create virtual environment

python3 -m venv bot-env

Activate the virtual environment

source bot-env/bin/activate

Install all packages

pip3 install -r requirements.txt

Create a free Binance and Bitmex account Get you API_KEY and your API_SECRET_KEY from the testnet.binancefuture.com and testnet.bitmex.com website and paste them in .env file. Without that, no link is provided between the program and the API key.

Run Trading Bot

python3 ./main.py