Skip to content

Releases: DaveSkender/Stock.Indicators

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.

2.4.8

11 Feb 06:01
2e99d57
Compare
Choose a tag to compare

Minor updates and maintenance

  • add Beta, Corr, Prs chaining options (#983)
  • new T3 initialization (#989)
  • upgrade misc utilities (#985)

Breaking changes ⚠️

  • IQuote.Date should be replaced by ISeries.Date if you have a customized (renamed) quote date property
  • .ToTupleCollection(NullTo.Null2NaN) was replaced by a simpler .ToTupleNaN()

Changes:

See More

This list of changes was auto generated.

3.0.0-preview.1014.15

05 Feb 21:23
4da1def
Compare
Choose a tag to compare
3.0.0-preview.1014.15 Pre-release
Pre-release

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

Note
This is the first in a series of preview releases that implement streaming use cases. We expect possibly 5-10 preview pre-release versions before we make an official stable v3 package.

New features and scenarios:

  • handle live quotes and provide them to other subscribers
  • enable Use, EMA, and SMA indicator streaming
  • live test case for WebSocket in /tests/observe/ in v3 branch

See #824 for more information and limitations on these use cases, and #1018 for general discussion and feedback.

Special thanks to @codebeaulieu, @danbopes, @martonb, and @mihakralj for early feedback and ideas

2.4.7

25 Dec 06:15
b070d41
Compare
Choose a tag to compare

Minor update:

❤️ Special thanks to @sshquack for contributing it.