ta4ts
v1.0.1
Published
Technical Analysis for Typescript. ta4ts is not depends on [TA-Lib](https://ta-lib.org/), so it run on any Javascript runtime.(like browser)
Downloads
3
Readme
ta4ts
Technical Analysis for Typescript. ta4ts is not depends on TA-Lib, so it run on any Javascript runtime.(like browser)
Features
ta4ts supports indicators as below.
- [x] sma
- [x] ema
- [x] macd
- [ ] wma
- [ ] mma
- [ ] hma
- [ ] kama
- [ ] lwma
- [ ] double ema
- [ ] rsi
- [ ] stochastic
- [ ] parabolic sar
- [ ] williams r
- [ ] bollinger band
Install
npm install ta4ts
sample directory contains any indicator samples.