Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesse-ai/indicators
Technical analysis library written in TypeScript.
https://github.com/jesse-ai/indicators
algo-trading algorithmic-trading bitcoin crypto jesse jesse-framework node nodejs statistics trading typescript
Last synced: 1 day ago
JSON representation
Technical analysis library written in TypeScript.
- Host: GitHub
- URL: https://github.com/jesse-ai/indicators
- Owner: jesse-ai
- License: mit
- Archived: true
- Created: 2019-01-18T16:37:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T08:30:42.000Z (over 5 years ago)
- Last Synced: 2024-11-16T06:33:26.084Z (2 months ago)
- Topics: algo-trading, algorithmic-trading, bitcoin, crypto, jesse, jesse-framework, node, nodejs, statistics, trading, typescript
- Language: TypeScript
- Homepage:
- Size: 38.1 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Indicators
A technical analysis library written in TypeScript initially for use in [JesseAI](https://github.com/jesse-ai/jesse).
## 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