An open-sourced crypto trading bot for strategy trading on centralized exchanges.
- Dollar cost averaging (DCA)
- State machine-based processing for maximum reliability.
- Extendable architecture to support more strategies in the future.
- Support many exchanges by using
ccxt
.
-
Clone repo or download
config.yaml
anddocker-compose.ghcr.yaml
-
Edit (and rename) the
config.example.yaml
-
Edit the
docker-compose.ghcr.yaml
, specify your config file path- <YOUR_CONFIG_FILE_PATH>:/app/config/config.yaml
-
Run all containers
docker compose -f docker-compose.ghcr.yaml up -d
Strategy trading bots are ideal for people who want to invest money in cryptos automatically.
However, only some exchanges provide bot features, or you must ask for help from third-party platforms. They usually charge users extra fees, and these volume-based fees could be expensive. Moreover, third-party platforms may lead to security problems since they can manipulate users' all assets.
This project is an open-sourced bot. You can freely host it on your server for complete control without extra fees.
- Buy with funds in the Binance Simple Earn.
- Subscribe to flexible products with bought tokens automatically.