Releases: DaveSkender/Stock.Indicators
Releases · DaveSkender/Stock.Indicators
1.23.1
Minor new features and updates:
- Basic Quote Transforms - #776
- add use of
candlePart
to MACD - #788 - made percent values in Doji and Marubozu non-decimalized for consistency - #791
- numerous output values changed from
decimal
todouble
- #797, #799 - renamed class
Signal
toMatch
for candlestick patterns to avoid conflicts with common user names - #791
Internal chores:
- add gaussian Brownian motion random quotes to test rig - #803
Special thanks to:
- @tiger2014 for contributing
candlePart
for MACD - @mihakralj for contributing GBM test rig tools
1.23.0
New features:
- .NET 7 (preview) target - #773
- HL2, OC2, HLC3, OHL3, OHLC4 selection
CandlePart
options for SMA, EMA, and WMA - #772
Not-really breaking changes, to rename a few things:
ConvertToQuotes()
renamed toToQuotes()
, to be consistent with the C#ToList()
style.GetDoubleEma()
renamed toGetDema()
GetTripleEma()
renamed toGetTema()
I've set the old names as Obsolete, so you'll get a compiler Warning to help you find where and how to rename things. The old names still work, so they're not technically broken.
Special thanks to:
- @mihakralj for inspiring all of the above changes
1.22.4
Minor indicator update:
- add
candlePart
param option for WMA - #764
Special thanks to @Miguelgs25 for the recommendation
1.22.3
Minor indicator updates:
- improve PSAR: exclude warmup results when no reversal identified - #758
Chores:
- refactor remove redundant EMA + SMA overrides - #757
- add documentation and examples for custom indicators - #698
Special thanks to:
- @Salardx for identifying PSAR scenario
- @LeeDongGeon1996 for steadfast commitment to our Python wrapper
- @JefitCho for your patronage
1.22.2
1.22.1
Minor breaking change:
- rename library
Candle
class toCandleProperties
to reduce user friction - #739
Special thanks to:
- @M22arius494 and @endeffects for recommending this change
1.22.0
New indicators:
Updated indicators:
- added
PeriodSize.Month
option forquotes.Aggregate()
helper utility - #730 - added better validation for Pivot Points parameter validation - #723
Special thanks to:
- @SvenSkrabal for recommending Month quote aggregation
- @overstartup for inspiring PP validation
1.21.1
Minor indicator updates:
Special thanks to:
- @ooples for contributing ADX Rating
- @moslem7026 for recommending Heikin-Ashi re-usability improvements
1.21.0
- removed
BadQuotesException
- please review #685 - redesigned Marubozu (Preview) based on feedback - #683
Special thanks to:
- @Jammooly1 and @myalgomate for feedback on handling
BadQuotesException
- @jimtollan for feedback on Marubozu
1.20.2
Updated indicators:
- add 3rd support/resistance level to Standard Pivot Points - #671
Special thanks to:
- @myalgomate for contributing PP update
- @Marcusbaker1 for your patronage