Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 765 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 765 Bytes

JBbot - trading signal bot based on ichimoku cloud algorithm.

JBbot is a tool for traders aimed to apply ichimoku cloud algorithm to cryptocurrencies trading and provide trading signals. It uses Poloniex api for retrieving real time data and sends message on signal event.

Features

  • Configurable ichimoku cloud algorithm (see config file)
  • Congifurable tickers
  • Configurable emails list

Build instructions

  • Clone the repository
  • Run npm install
  • Copy config.example.js to config.js
  • Configure variables in config.js
  • Run node server against index.js

License

This project is licensed under the GNU General Public License