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
- Host: GitHub
- URL: https://github.com/bkawk/divergence
- Owner: bkawk
- Created: 2018-04-22T00:26:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-06T11:46:10.000Z (almost 8 years ago)
- Last Synced: 2025-03-25T02:01:37.867Z (about 1 year ago)
- Topics: bitfinex, bitfinex-api, bitfinex-rest-api, divergence, rsi
- Language: JavaScript
- Homepage:
- Size: 12.7 MB
- Stars: 11
- Watchers: 7
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Divergence Detector
[](http://travis-ci.org/bkawk/divergence)
[](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