Trading bot for kickex exchange
Implemented 3 strategies:
- buy
- spread
- arbitrage
- Download and install docker
- Copy ./conf/conf.example.json to ./conf/conf.remote.json and edit it
- Review ./docker-compose-swarm.yml and enable/disable required strategies
- Run
docker swarm init
- Run
make deploy_swarm
- helm install -n=prod arbitrage-kickbtc helm/arbitrage --wait --dry-run
- helm install -n=prod buy-kickusdt helm/buy --wait --dry-run
- helm install -n=prod spread-kickusdt helm/spread --wait --dry-run
make lint
make test