Technicalindicators

technicalindicators

Techincal Indicators!

Techincal Indicators: "Any class of metrics whose value is derived from generic price activity in a stock or asset."

With this module we would get around 20 indicators, 2 charts, 23 candle stick patterns!

Get it: npm install technicalindicators

Sample usage:

1
2
3
4
5
6
7
8
9
10
var twoDayBullishInput = {
  open: [23.25,15.36],
  high: [25.10,30.87],
  close: [21.44,27.89],
  low: [20.82,14.93],
}

var bullish = require('technicalindicators').bullish;

bullish(twoDayBullishInput) //true

GIF FTW!

technicalindicators.gif

Suggest a module

Comments