@thi.ng/indicators
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

@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

Package Sidebar

Install

npm i @thi.ng/indicators

Weekly Downloads

1

Version

0.0.2

License

Apache-2.0

Last publish

Collaborators

  • thi.ng