Releases: debut-js/Indicators
Releases · debut-js/Indicators
Indicators [1.3.22]
- Adaptive Moving Average added as a new indicator to library
Indicators [1.3.21]
- Added "Money Flow Index"
- Fixes & units
Indicators [1.3.20]
- Stochastic RSI added (tradingview like implementation)
- Order Blocks indicator in beta
Indicators [1.3.18]
- Stochastic performance boost (+20%)
- Min/Max providers & refactorings
- Standard Deviation unit (cross validate) test added
Indicators [1.3.16]
- Volume Profile [in beta]
- Added new indicator ChaikinOscillator
- Adx & WEMA moment values added (thanks for @real-lazy-coder)
- Fix for WWS moment value calculation
- Added William's unit test and mocks
Indicators [1.3.12]
- Fix docs typings
- Add SMMA to exports from library
Indicators [1.3.11]
- SuperTrend covered by unit tests
- TrueRange covered by unit tests
- RMA smoothing added to ATR indicator
- Fix for LWMA moment value calculation
Indicators [1.3.5]
- UniLevel helper with documentation
Indicators [1.3.4]
- Added Sampler provider, for simple replace call like
SMA(SMA(SMA(SMA()))to newnew Sampler(SMA, 4), that provides easy sampling for indicators with that methodnextValuesignaturenextValue(value: number) => number - TrendLines indicator fixes by @inimatic
CircullarBufferutility added to exports from library