Releases: DaveSkender/Stock.Indicators
Releases · DaveSkender/Stock.Indicators
1.10.4
Minor bugfix:
- handle Zig Zag initialization bug - #400
Minor feature update:
- add Efficiency Ratio as output for KAMA - #398
Special thanks to:
- @Fredrik-C for recommending ER
- @sharpwood for finding and reporting the bug
1.10.0
1.9.0
New indicators:
- Hilbert Transform Instantaneous Trendline
- Standard Deviation Channels
- Endpoint Moving Average, aka Least-Squares Moving Average
Modified indicators
- added EPMA as an option for Moving Average Envelopes
Chores:
- reorganized Indicators page
Special thanks to:
- @Fredrik-C for recommending and testing HT Trendline
- @ray2k for recommending Standard Deviation Channels and inspiring EPMA
1.8.0
New indicators:
Special thanks to:
1.7.0
New indicators:
Minor breaking change:
- Moved extra SMA analysis to new variant:
GetSmaExtended
. If you were using theextended=true
parameter value inGetSma
, you'll have to update the reference to the new separate extended method. See more info on this new convention to separate concerns.
Chores:
- Added GitHub lockbot to lock old closed issues and pull requests. Apologies for the spam notifications while that process caught up, for those of you who were watching the repo. It is caught up now.
- Update documentation
1.6.6
New minor feature:
-
add IDE inline tooltip information with links to online documentation (e.g. in Visual Studio), example:
Chores:
- increase the history threshold for SuperTrend to match the underlying ATR threshold
- update code analysis and misc code cleanup
- update documentation
- remove internal use of GitVersion in build
1.6.3
New minor feature:
- add KDJ Index as an extension of Stochastic Oscillator
Special thanks to @muteddisk for contributing the idea.
1.6.2
New micro-features:
- added a
results.Find()
helper method to query a specific date in the indicator results collection (see docs) - added a
history.Validate()
method to replaceCleaners.ValidateHistory()
method
Chores:
- internals: refactor rename Cleaner class items to use more precise language
- updated performance benchmarks
1.6.0
New indicators:
- True Strength Index (TSI)
- Balance of Power (BOP)
- Percentage Volume Oscillator (PVO)
- Volume Weighted Average Price (VWAP)
Chores:
- minor bug fixes
- update documentation
1.5.0
New indicators:
Minor breaking changes:
- update misc indicator history Exception thresholds based on a precision convergence analysis -- you may need to slightly increase the amount of history provided in some cases for RSI, MAMA, ADX, ATR, Chaikin Oscillator, ConnorsRSI, EMA, KAMA, Keltner Channels, MACD, PMO, Stochastic RSI, and TRIX.
- renamed several results properties for
Sma
trendlines to a less confusing name -- you'll have to update references if using the optionalSma
signal line for ADL, OBV, PRS, ROC, and StdDev.
Bug fixes:
- Donchian Channel was including the current period for evaluating high/low thresholds
- Camarilla variant of Pivot Points had a math error in the PP value