0.0.2 • Published 7 years ago

@thi.ng/indicators v0.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 years ago

@thi.ng/indicators

npm (scoped)

ES6 Iterators of technical indicators for statistical / financial analysis.

All indicators consume iterables of plain numbers and have configurable periods.

Supported indicators

Usage

All indicators are defined as sub-modules and exposed as default exports. This is an additional feature. The full library can be imported via:

indi = require("@thi.ng/indicators");

Building

Build requirements

Building & testing this project requires Typescript and Mocha globally installed:

npm i typescript mocha -g
git clone https://github.com/thi-ng/indicators.git
cd indicators
npm up
npm run build

Testing

npm link mocha
npm run test

Authors

  • Karsten Schmidt

License

© 2017 Karsten Schmidt // Apache Software License 2.0