For as now this trading bot only supports Binance. To use this bot follow these steps:
git clone [email protected]:gmverdon/TradingBot.git
cd trade-bot
npm install
Add a .env file in the root folder and add your binance api variables in the following manner:
# Binance api variables
BINANCE_KEY = ...
BINANCE_SECRET = ...
npm start
Go to lib/bot.js and change the variables in the constructor.
Use at your own risk.