Technical indicators used by coinfu.io
npm install @rjbernaldo/technical-indicatorstechnical-indicatorsA set of technical indicators used at coinfu.io which heavily relies on bignumber.js.
bash
npm i -S @rjbernaldo/technical-indicators
``javascript
import { sma } from '@rjbernaldo/technical-indicators';const result = sma([1,2,3], 3);
// 2
``
_WIP - Work in progress_