Crypto-Copy-Trader
Copy trading tool for cryptocurrencies - written in Python & Flask <br/> Makes you copy high-performing masters without doing any effort
Disclaimer : this is a hobby project not intended for commercial use, and is provided as-is without warranty or liability. capital at risk.
Intro
bot used to make a mass buying or selling of identical bots to do basic copy trading.
Supported Exchanges
- Binance Spot
- Bitmex
- Bitmex Testnet
Installation and Launch
-
Downland and install requirements
git clone https://github.com/MohammedRashad/Crypto-Copy-Trader.git cd Crypto-Copy-Trader pip install -r requirements.txt cp ./config_files/config-sample.json ./config_files/config.json -
Configure
config.json- Open
./config_files/config.jsonin text editor and paste your api keys and secrets to master and slaves - Possible values for a variable
exchange_nameyou can find in folder ExchangeInterfaces.
- Open
-
Run
python api.py -
Open GUI
- go to http://127.0.0.1:5000/ or http://0.0.0.0:5000/
- click
Runbutton - see log in terminal or in file
logs/cct.log - when will you see message
Launch completeyou can place the orders
Installation with Docker
- Build Docker container
docker build -t crypto-copy-trader .
- Run first Docker container
docker run --publish 8000:5000 --detach --name crypto-copy-trader crypto-copy-trader
Features
- Database SQLite
- Slave-Master Configuration
- Copy active orders on launch
- WebUI
- Flask API
- All orders Supported