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.
- Configurable ichimoku cloud algorithm (see config file)
- Congifurable tickers
- Configurable emails list
- Clone the repository
- Run
npm install
- Copy
config.example.js
toconfig.js
- Configure variables in
config.js
- Run node server against
index.js
This project is licensed under the GNU General Public License