Skip to content
This repository has been archived by the owner on Jan 11, 2020. It is now read-only.
/ indicators Public archive

Technical analysis library written in TypeScript.

License

Notifications You must be signed in to change notification settings

jesse-ai/indicators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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