Skip to main content
Module

x/trading_signals/CHANGELOG.md

Technical indicators to run technical analysis for Deno. πŸ“ˆ
Latest
File

3.6.1 (2022-03-29)

Documentation Changes

3.6.0 (2022-01-03)

New Features
Refactors
  • Sort supported technical indicators (c2be2192)

3.5.0 (2021-12-27)

New Features
Bug Fixes
Refactors

3.4.0 (2021-12-27)

New Features

3.3.0 (2021-12-21)

New Features
  • BBANDS,BBW: Add Bollinger Bands Width (BBW) (#381) (e3516d40)
Bug Fixes
  • STOCH,SMA,MAD,ABANDS: Prevent division by zero mistakes (#380) (6837b145)

3.2.1 (2021-12-14)

New Features
  • DEMA: Add faster implementation (e26d546f)
  • CG: Add faster implementation (abd00a6d)
Bug Fixes
  • RSI,STOCH: Prevent division by zero errors (#379) (265f6b04)

3.2.0 (2021-12-06)

New Features
Refactors
  • Run faster implementation after original implementation (1583ed54)

3.1.0 (2021-11-29)

New Features

3.0.0 (2021-11-19)

Documentation Changes
New Features
Refactors
  • ADX: Return direct result and +DI & -DI only via getters (#368) (2c0818fe)
  • SMMA,WSMA: Replaced SMMA with WSMA (#362) (80a0f2c4)
  • Remove β€œisStable” override (77901cfb)

2.5.0 (2021-11-12)

Documentation Changes
New Features
  • CCI: Add faster CCI implementation (#356) (f90e95b6)
  • CCI,MAD: Add Commodity Channel Index (CCI) & Mean Absolute Deviation (MAD) (#355) (754398f3)

2.4.1 (2021-11-07)

Documentation Changes
New Features
Refactors

2.4.0 (2021-10-24)

Documentation Changes
New Features
  • BBANDS: Add faster Bollinger Bands implementation based on numbers (#338) (d262dad4)
  • Add Standard Deviation (#337) (b89dbcdc)
  • util: Add faster average implementation based on numbers (2029f1c3)
  • SMA: Add faster SMA implementation based on numbers (#336) (ea918088)
Other Changes
  • bennycode/trading-signals into main (c8120128)
Refactors
  • util: Change faster prefix (d4894377)
  • SMA:
    • Export FasterSMA from SMA directory (cfe98337)
    • Re-use static getResultFromBatch method (89e08a6a)
  • EMA: Calculate weight factor only once (80b368f1)

2.3.0 (2021-09-05)

Documentation Changes
  • Specify technical indicator types (#316) (edff17ef)
  • Add Technical Analysis Library using Pandas (7cf77846)
  • Add Technical Analysis Library using Pandas (26baa759)
New Features
  • STOCH: Add Stochastic Oscillator (#314) (6d13ca6a)
  • WSMA: Add Wilder’s Smoothed Moving Average (WSMA) (#313) (a9a94343)
  • ADX,ATR,RSI: Add option to use EMA or SMA for smoothing results (#312) (c75f34e7)
Refactors
  • ADX,ATR,STOCH: Share high low close type (e3d677f5)
  • ABANDS,BBANDS: Reorganize source code files (300b4413)

2.2.0 (2021-08-29)

New Features
  • Export SimpleIndicator & Indicator interface (2e7e5447)

2.1.0 (2021-08-28)

New Features
  • EMA,DEMA,MACD: Don’t emit values before minimum amount of data is received (#308) (9074514c)
Refactors

2.0.1 (2021-08-28)

New Features
Bug Fixes
  • SMMA,RSI,ATR,ADX: Don’t cache more prices than necessary to fill the interval (#307) (2bb0a638)

2.0.0 (2021-08-15)

New Features
  • AC,AO,ATR,CG,DEMA,EMA,MOM,ROC,RSI,SMA,SMMA: Save highest & lowest values for all simple indicators (#295) (7c6433be)

1.10.2 (2021-08-12)

New Features
  • AC,AO: Directly return result on update (1ea3efe4)

1.10.1 (2021-08-05)

Refactors
  • AC,AO: Expose internal indicators (71273704)

1.10.0 (2021-08-05)

New Features
Refactors
  • util: Export getAverage separately (6f4a1c58)

1.9.0 (2021-08-04)

New Features

1.8.0 (2021-07-20)

1.7.0 (2021-06-11)

New Features
  • ADX: Return directional indicators (+DI & -DI) (458466fe)

1.6.1 (2021-04-17)

Bug Fixes
  • macd: Ensure MACD histogram compatibility with Tulip Indicators (#219) (3e27d4e9)

1.6.0 (2021-02-16)

New Features

1.5.1 (2021-02-08)

1.5.0 (2021-02-08)

New Features

1.4.0 (2021-02-06)

New Features
  • Add Acceleration Bands (ABANDS) indicator (#175) (67d1d881)

1.3.0 (2021-01-31)

Bug Fixes
  • Align MACD results with Tulip Indicators (#171) (5923be10)

1.2.1 (2020-12-09)

Bug Fixes
  • Check long interval when using moving average crossover with EMA (#142) (4c218a9e)

1.2.0 (2020-11-05)

New Features
  • Add option to use EMA for DMA calculation (#116) (90323796)

1.1.1 (2020-09-06)

1.1.0 (2020-09-04)

New Features
  • Add option to use EMA for RSI calculation (#70) (33b7b750)

1.0.1 (2020-06-15)

1.0.0 (2020-06-03)

New Features
  • Add Average Directional Index (ADX) indicator (#14) (1a21d531)
  • Add isStable to DMA indicator (5f1f9dcb)

0.4.0 (2020-06-01)

New Features
  • Add Average True Range (ATR) indicator (#13) (e6f88ea8)

0.2.0 (2020-06-01)

0.1.0 (2020-05-31)

New Features
  • Add Moving Average Convergence Divergence (MACD) indicator (#7) (38a645de)

0.0.5 (2020-05-30)

New Features
  • Add Rate-of-Change (ROC) indicator (#4) (f02b5efe)

0.0.4 (2020-05-30)

New Features
  • Add Relative Strength Index (RSI) (#3) (f49f897c)
  • Accept input of type number, string & Big (13aaa996)

0.0.2 (2020-05-28)

Other Changes

0.0.1 (2020-05-28)

0.0.2 (2020-05-28)

0.0.1 (2020-05-28)

Other Changes

0.0.1 (2020-05-28)

Other Changes