Skip to content

Releases: DaveSkender/Stock.Indicators

1.23.1

15 May 04:21
f3813d4
Compare
Choose a tag to compare

Minor new features and updates:

⚠️ Minor breaking changes:

  • numerous output values changed from decimal to double - #797, #799
  • renamed class Signal to Match 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:

1.23.0

17 Apr 06:25
a2a1199
Compare
Choose a tag to compare

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 to ToQuotes(), to be consistent with the C# ToList() style.
  • GetDoubleEma() renamed to GetDema()
  • GetTripleEma() renamed to GetTema()

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

04 Apr 00:01
5aa06d7
Compare
Choose a tag to compare

Minor indicator update:

  • add candlePart param option for WMA - #764

Special thanks to @Miguelgs25 for the recommendation

1.22.3

28 Mar 01:31
15e3568
Compare
Choose a tag to compare

Minor indicator updates:

  • improve PSAR: exclude warmup results when no reversal identified - #758

Chores:

Special thanks to:

1.22.2

13 Mar 03:21
66ab9ed
Compare
Choose a tag to compare

Modified indicators:

Special thanks to:

  • @dhpulsar for recommending changing this convention

1.22.1

06 Mar 21:43
57cd86d
Compare
Choose a tag to compare

Minor breaking change:

  • rename library Candle class to CandleProperties to reduce user friction - #739

Special thanks to:

1.22.0

06 Mar 04:49
457cdb2
Compare
Choose a tag to compare

New indicators:

Updated indicators:

Special thanks to:

1.21.1

21 Feb 21:03
08263af
Compare
Choose a tag to compare

Minor indicator updates:

  • add ADX Rating to ADX indicator - #693
  • base Heikin-Ashi and Renko results on IQuote - #718

Special thanks to:

  • @ooples for contributing ADX Rating
  • @moslem7026 for recommending Heikin-Ashi re-usability improvements

1.21.0

23 Jan 06:15
8a3a623
Compare
Choose a tag to compare

⚠️ Breaking changes:

  • removed BadQuotesException - please review #685
  • redesigned Marubozu (Preview) based on feedback - #683

Special thanks to:

1.20.2

27 Dec 07:04
f93892a
Compare
Choose a tag to compare

Updated indicators:

Special thanks to: