Creates a cryptocurrency trading bot that connects to multiple exchanges using CCXT.
This bot utilizes `node.js` and `sqlite3` to manage trades across various crypto exchanges, offering a web UI dashboard to monitor activity and place manual orders. You can start it by running `npm install` followed by `npm start`, then access the interface at `http://127.0.0.1:8080`. It includes example strategies in `src/strategy/strategies` and supports custom ones in `var/strategies`.
Creates a cryptocurrency trading bot that connects to multiple exchanges using CCXT.
Individuals interested in automating crypto trades or experimenting with trading strategies on various exchanges.