Releases: DaveSkender/Stock.Indicators
2.5.1
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
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
2.4.12
We’ve released a new Stock Indicators for .NET NuGet package. See Skender.Stock.Indicators @ NuGet.org for more information.
Changes:
- b952eee chore: update packages (#1109)
- aba673c fix: stoch SMMA init bug (#1108)
- c4f020d fix: banner url (#1105)
- 1962242 chore: update docs (#1104)
This list of changes was auto generated.
Special thanks to @MhAllan for finding and reporting STC bug
2.4.11
We’ve released a new Stock Indicators for .NET NuGet package. See Skender.Stock.Indicators @ NuGet.org for more information.
Changes:
- 737f536 add SMI default values (#1081)
- 7c7495e remove default value for StarcBands (#1046)
- 82d5dc4 refactor: ToSortedCollection (#1038)
This list of changes was auto generated.
3.0.0-preview.1014.12
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:
- 520a454 Merge branch
main
intov3
- 2fb01af refactor: codacy cleanup (#1042)
- 82d5dc4 refactor: ToSortedCollection (#1038)
- 4a81d4d remove app type (#1040)
- ba07169 chore: update docs (#1036)
- ba28312 chore: update docs (#1009)
See More
This list of changes was auto generated.
2.4.10
2.4.9
Minor fix:
This list of changes was auto generated.
Special thanks to @RobertWeaver for finding and fixing.
2.4.8
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 byISeries.Date
if you have a customized (renamed) quote date property.ToTupleCollection(NullTo.Null2NaN)
was replaced by a simpler.ToTupleNaN()
Changes:
- 2e99d57 chore: code cleanup (#1011)
- 7020552 chore: code cleanup (#1008)
- 2942ab2 chore: code cleanup (#1003)
- 758dc17 chore: update build (#1007)
- afc5b9a fix 404 redirect (#1000)
- 81dc331 add 404 redirect (#999)
- fb92dfc chore: replace doc tables (#996)
- 1a22bc3 new T3 initialization (#989)
- d558832 add prepend sync to Beta, Corr, Prs (#993)
- b2c3db7 add Beta, Corr, Prs chaining options (#983)
3.0.0-preview.1014.15
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/
inv3
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