Skip to content

Releases: DaveSkender/Stock.Indicators

0.11.5

04 Oct 22:38
0454798
Compare
Choose a tag to compare

New indicators:

  • Triple EMA Oscillator (TRIX)

Chores:

  • update docs to clarify the difference between TEMA and TRIX - #160

0.11.3

01 Oct 22:29
39683ba
Compare
Choose a tag to compare

Updated indicators:

  • added % change to PRS

Chores:

  • update docs

0.11.0

25 Sep 21:11
05c241d
Compare
Choose a tag to compare

New indicators:

  • Ultimate Oscillator
  • Price [Comparative] Relative Strength
  • Triple EMA
  • Slope / Linear Regression
  • Volume SMA

Updated indicators:

  • Add %B to Bollinger Bands
  • Add optional SMA overlay for ADL, OBV, ROC, and STDEV

Chores and fixes:

  • Update docs and charts
  • Fix bad history sort resolution in Cleaner of test data

Special thanks to:

  • @chetanku for contributing Ultimate Oscillator

Comments:
This is likely the last minor release prior to the initial v1.0 release (#104)

0.10.30

16 Sep 01:50
0c827ad
Compare
Choose a tag to compare

Internal chores only:

  • final performance tuning (#114), for now; see test results
  • add more unit tests to cover edge cases
  • refactor code to address cyclomatic complexity

0.10.27

14 Sep 04:14
887a743
Compare
Choose a tag to compare

Chores:

  • added charts to documentation to make it easier to visualize the indicators (all generated using this library)
  • refactor: performance tuning on Double EMA

Bug fixes:

  • AROON edge case #130
  • CMF scaling updated #131
  • ICHIMOKU class property name typo corrected
  • ULCER INDEX protection on property removed

0.10.10

09 Sep 12:54
28dec0e
Compare
Choose a tag to compare

MINOR BREAKING CHANGES

  • changed Volume data type from long to decimal in the Quote class
  • added extended parameter to SMA to automatically exclude MAD, MSE, and MAPE calculations by default

Chores:

  • significant performance tuning across all indicators
  • added performance benchmarking tooling (see performance benchmarks)
  • minor bug fixes
  • update documentation

Special thanks to:

  • @ikorman for contributing ideas for performance improvement
  • @baidenx7 for contributing changes to Quote class to better support cryptocurrency's non-integer volume

0.10.2

30 Aug 22:45
65034b3
Compare
Choose a tag to compare

MINOR BREAKING CHANGE
for Chandelier Exit:

  • renamed parameter variant to type and changed it from string to ChandelierType enum

0.10.0

30 Aug 02:53
b571b24
Compare
Choose a tag to compare

BREAKING CHANGES:

  • Removed public accessibility to the Index property of both Quote and various results classes. From a user's perspective, Index no longer exists.
  • Removed extra helper and analysis fields (e.g. IsBullish, IsIncreasing, IsDiverging, IsCrossed, etc) from various results classes
  • This simplification and removal of extra features came from user feedback poll (#92) and is something I've been thinking about. A core theme of this library is that it just produces indicators, nothing more. A large majority of users also prefer a simple library without superfluous flourishes.

New indicators:

  • Weighted Moving Average (WMA)
  • Hull Moving Average (HMA)
  • Zig Zag overlay
  • Ichimoku Cloud

Chores:

  • update documentation (add guidance for making indicator of indicators)
  • refactor unit tests
  • add dependabot configuration

0.9.5

16 Aug 02:01
16f9695
Compare
Choose a tag to compare

Chores:

  • performance tuning - #90
  • update user guide - #89
  • setup CI with Azure Pipelines using YAML - #87
  • setup CodeQL analysis scanning - #85

0.9.1

10 Aug 09:27
4f22517
Compare
Choose a tag to compare

New indicators:

  • Money Flow Index (MFI)
  • Price Momentum Oscillator (PMO)

Chores:

  • add globalization considerations
  • update documentation