Skip to content

Releases: DaveSkender/Stock.Indicators

3.0.0-preview.1

16 Dec 07:00
5570134
Compare
Choose a tag to compare
3.0.0-preview.1 Pre-release
Pre-release

We’ve released a new partial preview release for v3 of the Stock Indicators for .NET NuGet package.
See Skender.Stock.Indicators @ NuGet.org for more information.

Warning

Preview releases are experimental and volatile with breaking changes and conventions.

Note

There will be a series of preview releases that implement streaming use cases. We expect possibly 2-3 additional preview pre-releases before we make an official stable v3 package.

  • see #1014 for overall v3 progress

What's Changed

  • refactor streaming approach to include a Hub base approach that is a fully chainable observable/observer.
  • streaming preview: initial baseline by @DaveSkender in #824
  • feat: Full chain streaming prototypes by @DaveSkender in #1092
    • QuoteHub (base provider)
    • AdlHub
    • AtrHub
    • AtrStopHub
    • EmaHub
    • SmaHub
    • AlligatorHub
    • RenkoHub
    • UseHub (QuotePart)
  • feat: Buffer-style ADX incremental by @DaveSkender in #1271
    • EmaList
    • AdxList
  • ci: Add .NET 9 build actions by @DaveSkender in #1275
  • feat: Max cache size for StreamHub by @DaveSkender in #1290

Full Changelog: 2.6.0...3.0.0-preview.1

note: I've reset the preview numbering for v3, so these will increment normally from .1 hereafter, until full release.

Feedback appreciated in discussion #1292

2.6.0

15 Nov 04:10
40c1e38
Compare
Choose a tag to compare

We’ve released a new Stock Indicators for .NET NuGet package.
See Skender.Stock.Indicators @ NuGet.org for more information.

What's Changed

Full Changelog: 2.5.1...2.6.0

2.5.1

20 Oct 03:51
7c362ff
Compare
Choose a tag to compare

We’ve released a new Stock Indicators for .NET NuGet package.
See Skender.Stock.Indicators @ NuGet.org for more information.

What's Changed

  • maintenance updates only

Full Changelog: 2.5.0...2.5.1

Stay tuned! Were working on some exciting new features for v3

2.5.0

15 Nov 09:43
68a98d4
Compare
Choose a tag to compare

We’ve released a new Stock Indicators for .NET NuGet package.
See Skender.Stock.Indicators @ NuGet.org for more information.

What's Changed

  • add .NET 8 targeting in #1123

3.0.0-preview.1014.25

05 Nov 17:37
d704af9
Compare
Choose a tag to compare
3.0.0-preview.1014.25 Pre-release
Pre-release

Warning
Preview releases are experimental and volatile with breaking changes and conventions.

Maintenance release

This is only a rebase to catch up changes from main. See #1018 for ongoing discussion of the v3 previews.

  • 2f5e393 Merge branch 'main' into v3

2.4.12

05 Nov 17:28
b952eee
Compare
Choose a tag to compare

We’ve released a new Stock Indicators for .NET NuGet package. See Skender.Stock.Indicators @ NuGet.org for more information.

Changes:

This list of changes was auto generated.

Special thanks to @MhAllan for finding and reporting STC bug

2.4.11

24 Sep 22:48
737f536
Compare
Choose a tag to compare

We’ve released a new Stock Indicators for .NET NuGet package. See Skender.Stock.Indicators @ NuGet.org for more information.

Changes:

This list of changes was auto generated.

3.0.0-preview.1014.12

13 Apr 05:20
4793693
Compare
Choose a tag to compare
3.0.0-preview.1014.12 Pre-release
Pre-release

Warning
Preview releases are experimental and volatile with breaking changes and conventions.

Note
There will be a series of preview releases that implement streaming use cases. We expect possibly 5-10 preview pre-releases before we make an official stable v3 package.

This is only a rebase to catch up changes from main. See #1018 for ongoing discussion of the v3 previews.

Changes:

See More

This list of changes was auto generated.

2.4.10

20 Feb 06:20
35317c5
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

2.4.9

16 Feb 03:25
6bc622f
Compare
Choose a tag to compare

Minor fix:

This list of changes was auto generated.

Special thanks to @RobertWeaver for finding and fixing.