An open API service indexing awesome lists of open source software.

https://github.com/bkawk/divergence

RSI Divergence Detector
https://github.com/bkawk/divergence

bitfinex bitfinex-api bitfinex-rest-api divergence rsi

Last synced: 12 months ago
JSON representation

RSI Divergence Detector

Awesome Lists containing this project

README

          

# Divergence Detector
[![build status](https://secure.travis-ci.org/bkawk/divergence.svg)](http://travis-ci.org/bkawk/divergence)
[![coverage status](http://img.shields.io/coveralls/bkawk/divergence.svg)](https://coveralls.io/r/bkawk/divergence)

### Prerequisites

First, install [npm](https://www.npmjs.com) (we assume you have pre-installed [node.js](https://nodejs.org)).

### Setup

Install dependencies

npm install

Start the app

npm run now

Test the app

npm test
npm run-script test-serv
npm run-script test-func
npm run-script test-task