Skip to content

Releases: DaveSkender/Stock.Indicators

0.5.0

03 Jun 03:40
fc6be52
Compare
Choose a tag to compare

New indicators:

  • Chandelier Exit overlay

0.4.1

22 May 08:23
4611fac
Compare
Choose a tag to compare

Updated indicators:

  • only adding the Oscillator component to Aroon output

0.4.0

22 May 08:04
72810e0
Compare
Choose a tag to compare

New Indicators:

  • Aroon Oscillator #23

Chores:

  • added exception for insufficient history on all indicators; this is a POTENTIALLY BREAKING change if you are not supplying enough history. The README.md files for indicators provide guidance on minimum required and recommended amount of history to provide.

0.3.1

26 Apr 05:21
319f7f8
Compare
Choose a tag to compare

New indicators:

  • standard deviation
  • beta coefficient

Updated indicators:

  • correlation coefficient - added variance and covariance outputs

Chores:

  • update docs
  • add code analyzers
  • update build + add code coverage

0.2.2

19 Jan 17:50
a590679
Compare
Choose a tag to compare
  • add package icon
  • update build badge in readme.md

0.2.0

19 Jan 02:11
0e34f6e
Compare
Choose a tag to compare

Added indicators:

  • Average Directional Index (ADX)
  • Average True Range (ATR)
  • Commodity Channel Index (CCI)
  • Correlation Coefficient
  • Stochastic RSI

Chores:

  • Index for history starts from 1 instead of 0

0.1.14

05 Jan 17:06
5c8eb75
Compare
Choose a tag to compare
  • update of documentation only

0.1.12

02 Jan 00:21
2643afc
Compare
Choose a tag to compare
  • remove unneeded target frameworks

0.1.11

01 Jan 23:37
ecdcff1
Compare
Choose a tag to compare

This software library is published and available in the NuGet repository as Skender.Stock.Indicators.

Changes in this release are mostly for internal development of the library:

  • Skender.Stock.Indicators name used consistently for namespace, package, and DLL file (#3)
  • added VSCode settings (contributors to this package can use either VS Code or regular VS)
  • added automatic Semantic Versioning in the build process (#6)
  • removed internal set on properties of public classes so end users can extend them in their own code (#5)
  • updated documentation

As a pre-release edition, you can expect that additional versions, even minor and patch versions, may contain breaking changes. Use with caution. We will mark the first fully stable version as 1.0.0 when it is ready for general use.

0.0.3-preview

30 Dec 16:07
9ef9b86
Compare
Choose a tag to compare
0.0.3-preview Pre-release
Pre-release

This initial package contains the following indicators:

  • Simple Moving Average
  • Exponential Moving Average
  • Moving Average Convergence/Divergence (MACD)
  • Relative Strength Index (RSI)
  • Stochastic Oscillator
  • Heikin-Ashi
  • Bollinger Bands
  • Ulcer Index
  • Parabolic SAR

This software library is published and available in the NuGet repository as Skender.Stock.Indicators.

As a pre-release edition, you can expect that additional versions, even minor and patch versions, may contain breaking changes. Use with caution. We will mark the first fully stable version as 1.0.0 when it is ready for general use.