Skip to content

Releases: debut-js/Indicators

Indicators [1.4.0]

28 Apr 13:20

Choose a tag to compare

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]

03 Nov 10:12

Choose a tag to compare

  • Adaptive Moving Average added as a new indicator to library

Indicators [1.3.21]

22 Sep 13:11

Choose a tag to compare

  • Added "Money Flow Index"
  • Fixes & units

Indicators [1.3.20]

09 Mar 10:05

Choose a tag to compare

  • Stochastic RSI added (tradingview like implementation)
  • Order Blocks indicator in beta

Indicators [1.3.18]

02 May 15:28

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

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

Choose a tag to compare

  • Fix docs typings
  • Add SMMA to exports from library

Indicators [1.3.11]

07 Aug 12:08

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

Choose a tag to compare

Indicators [1.3.4]

14 May 13:04

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