1.0.10 • Published 6 years ago

@rjbernaldo/technical-indicators v1.0.10

Weekly downloads
9
License
ISC
Repository
github
Last release
6 years ago

technical-indicators

A set of technical indicators used at coinfu.io which heavily relies on bignumber.js.

Installation

npm i -S @rjbernaldo/technical-indicators
import { sma } from '@rjbernaldo/technical-indicators';

const result = sma([1,2,3], 3);
// 2

Indicators

WIP - Work in progress

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago