Releases: coin-unknown/Indicators
Releases · coin-unknown/Indicators
Indicators [1.2.9]
- Super Trend indicator added
Indicators [1.2.5]
Added Indicators:
- Welles Wilder's Smoothing Average (WWS)
- Weighted moving average (WMA)
- Average Directional Index (ADX)
- Parabolic Stop And Reverse (PSAR)
Fixed:
- ATR corner cases in values calculation
- Circular Buffer forEach method, and forEachRight
Units:
- Circular buffer forEach
- WMA
- ADX
Other:
- Readme and benchmarks update
Indicators [1.2.2]
Indicators [1.1.0]
- RMA was renamed to WEMA (that was a mistake with formula and naming), thanks @bennycode
- WEMA added cross validation test with technicalindicators
- Renamed all usages of 'RMA' string to 'WEMA'
Indicators [1.0.5]
Updates:
- ATR added smoothing moving average selector, LWMA, EMA, RMA and others may be used
- ROC returned value multiplied by 100, this is default for ROC
New:
- Exponential weighted moving average
- Accelerator Oscillator (AO)
- Exponential Weighted Moving Average (EWMA).
- Awesome Oscillator (AC)
Indicators [1.0.0]
- New performance algo-structures
- Unit tests for all indicators
- Cross SDK validation with technicalindicators
- Performance table updated
- Bugfixes and improvemets
Indicators [0.5.1]
- SMA performance update (56k -> 59k ops / sec)
- EMA performance update ( 71k -> 104k ops / sec)
- CCI performance update (26k -> 33k ops / sec)
- Benchmarks libraries added
- ReadME update
Indicators [0.4.8]
- Added Heiken Ashi
- Added MACD
Indicators [0.4.1]
- Connors RSI indicator was fixed and linked to this code
Indicators [0.4.0]
- Small performance improvements for SMA and EMA
- Benchmark added
- New Level Sampling 1-3x (EMA / SMA / RMA)
- !Renamed LevelRMA to Level class!