0.4.1 • Published 7 years ago
jesse-indicators v0.4.1
Indicators
A technical analysis library written in TypeScript initially for use in JesseAI.
installation
This package is pre-install on all Jesse instances. But if you're using this package on a separate project, simply run:
npm install jesse-indicatorsAvailable indicators so far:
- Simple Moving Average (SMA)
- Exponential Moving Average (EMA)
- Relative Strength Index (RSI)
- Stochastic RSI (SRSI)
Contribution guide
Your contribution through PRs are highly welcome.
To get started simply clone the repository:
git clone https://github.com/jesse-ai/indicators.gitInstall node dependencies:
npm installTo run tests:
npm run testLicense
MIT