Releases: DaveSkender/Stock.Indicators
0.5.0
New indicators:
- Chandelier Exit overlay
0.4.1
Updated indicators:
- only adding the Oscillator component to Aroon output
0.4.0
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
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
- add package icon
- update build badge in readme.md
0.2.0
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
- update of documentation only
0.1.12
- remove unneeded target frameworks
0.1.11
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
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.