1.0.10 • Published 7 years ago

@rjbernaldo/technical-indicators v1.0.10

Weekly downloads
9
License
ISC
Repository
github
Last release
7 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

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago