hopbot is a command-line cryptocurrency trading bot using Node.js. It features:
- Support for CoinbasePro. Work on further exchanges is planned.
- Plugin architecture for implementing additional exchange support, or adding new strategies.
- "Paper" trading mode ca be used for live tests without performing any operations in an exchange.
CoinbasePro implementation here
Manual StopLossTakeProfit strategy here
Copy credentials-sample.js
and rename it to credentials.js
. Then, set the exchange's API Key data.
Review the current configs at conf.js.