Releases: debut-js/Indicators
Releases · debut-js/Indicators
Indicators [1.4.0]
Added
New indicators: Ichimoku, Envelopes, Keltner, DMI (+ optional ADX), TEMA, TRIX, CMO, DPO, Ultimate Oscillator, Elder Ray, Force Index, Fractal, Volume Oscillator; matching docs in docs/.
Fixed
SMA.momentValue now works on the first bar that completes the window (fixes #38).
CircularBuffer: public loaded count.
ElderRay: nextValue recalculates bull/bear after warmup.
Tests: removed accidental describe.only in Donchian spec.
Tests
Unit tests for the new modules; cross-checks with technicalindicators for Keltner, Envelopes (middle = SMA), Volume Oscillator, and TRIX.
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