Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 794 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 794 Bytes

hopbot

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.

Current implementations

Exchanges

CoinbasePro implementation here

Strategies

Manual StopLossTakeProfit strategy here

Before using it:

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.