Skip to content

Releases: coin-unknown/Indicators

Indicators [1.2.9]

11 Jan 19:35
Compare
Choose a tag to compare
  • Super Trend indicator added

Indicators [1.2.5]

30 Dec 14:05
Compare
Choose a tag to compare

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]

04 Dec 15:08
Compare
Choose a tag to compare

What's Changed

  • fixed atr by @StaRenn in #14
  • Major performance update
  • Added "Parabolic Stop and Reverse (PSAR)"
  • More unit tests

Indicators [1.1.0]

28 Oct 10:37
Compare
Choose a tag to compare
  • 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]

18 Aug 11:44
Compare
Choose a tag to compare

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]

12 Jul 09:06
Compare
Choose a tag to compare
  • New performance algo-structures
  • Unit tests for all indicators
  • Cross SDK validation with technicalindicators
  • Performance table updated
  • Bugfixes and improvemets

Indicators [0.5.1]

07 Jul 10:09
Compare
Choose a tag to compare
Indicators [0.5.1] Pre-release
Pre-release
  • 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]

26 Jun 13:34
Compare
Choose a tag to compare
Indicators [0.4.8] Pre-release
Pre-release
  • Added Heiken Ashi
  • Added MACD

Indicators [0.4.1]

14 Jun 12:22
Compare
Choose a tag to compare
Indicators [0.4.1] Pre-release
Pre-release
  • Connors RSI indicator was fixed and linked to this code

Indicators [0.4.0]

09 May 21:37
Compare
Choose a tag to compare
Indicators [0.4.0] Pre-release
Pre-release
  • Small performance improvements for SMA and EMA
  • Benchmark added
  • New Level Sampling 1-3x (EMA / SMA / RMA)
  • !Renamed LevelRMA to Level class!