jesse-ai
indicators
TypeScript

Technical analysis library written in TypeScript.

Last updated May 21, 2026
14
Stars
2
Forks
0
Issues
0
Stars/day
Attention Score
3
Language breakdown
TypeScript 100.0%
Files click to expand
README

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-indicators

Available 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.git

Install node dependencies:

npm install

To run tests:

npm run test

License

MIT

🔗 More in this category

© 2026 GitRepoTrend · jesse-ai/indicators · Updated daily from GitHub