Skip to content

Releases: debut-js/Indicators

Indicators [1.3.20]

09 Mar 10:05
Compare
Choose a tag to compare
  • Stochastic RSI added (tradingview like implementation)
  • Order Blocks indicator in beta

Indicators [1.3.18]

02 May 15:28
Compare
Choose a tag to compare
  • Stochastic performance boost (+20%)
  • Min/Max providers & refactorings
  • Standard Deviation unit (cross validate) test added

Indicators [1.3.16]

01 May 07:39
Compare
Choose a tag to compare
  • 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]

14 Oct 07:03
Compare
Choose a tag to compare
  • Fix docs typings
  • Add SMMA to exports from library

Indicators [1.3.11]

07 Aug 12:08
Compare
Choose a tag to compare
  • 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]

15 May 06:54
Compare
Choose a tag to compare

Indicators [1.3.4]

14 May 13:04
Compare
Choose a tag to compare
  • Added Sampler provider, for simple replace call like SMA(SMA(SMA(SMA())) to new new Sampler(SMA, 4), that provides easy sampling for indicators with that method nextValue signature nextValue(value: number) => number
  • TrendLines indicator fixes by @inimatic
  • CircullarBuffer utility added to exports from library

Indicators [1.3.0]

19 Mar 13:15
Compare
Choose a tag to compare

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