feat: Incremental & streaming quotes, v3.0.0#1014
feat: Incremental & streaming quotes, v3.0.0#1014DaveSkender wants to merge 441 commits intomainfrom
Conversation
Renaming to do or consider
Related migration documentation
|
Additional testing to do, or to consider
|
Documentation to do, or to consider for previews
|
Interface designs to do, or to consider
|
|
For consideration; but may want to implement this in a v3.1
/// <summary>
/// Optional. Use externally provided cache.
/// </summary>
/// <param name="externalCache"></param>
/// <remarks>
/// Allow users to provide their own cache storage location.
/// </remarks>
protected AbstractCache(
List<TSeries> externalCache)
{
Cache = externalCache;
throw new NotImplementedException();
} |
|
|
@thomasd3 (re: #1245), as a quick forecast, I’m hoping to get this major version out by end of this year in the next 2-3 months. I was aiming to time it with the .NET 9 release date, but don’t think that’s going to happen. I’ll also publish an updated preview edition soon; we’re still working through concepts and bigger breaking changes. |
|
|
Very excited about this major update @DaveSkender - really cool stuff. This probably doesn't fit into your library anywhere but I am writing a system that uses FusionCache to store candles, it's extremely fast and versatile, worth checking out.
|
There was a problem hiding this comment.
Copilot reviewed 884 out of 899 changed files in this pull request and generated 1 suggestion.
Files not reviewed (15)
- .editorconfig: Language not supported
- .gitattributes: Language not supported
- .vscode/extensions.json: Language not supported
- Stock.Indicators.sln: Language not supported
- docs/_indicators/Adx.md: Evaluated as low risk
- docs/_includes/candle-result.md: Evaluated as low risk
- .github/workflows/test-examples.yml: Evaluated as low risk
- .github/workflows/test-indicators.yml: Evaluated as low risk
- docs/_data/aliases.yml: Evaluated as low risk
- docs/_indicators/Aroon.md: Evaluated as low risk
- .github/workflows/deploy-package.yml: Evaluated as low risk
- docs/_indicators/Alma.md: Evaluated as low risk
- docs/_indicators/Alligator.md: Evaluated as low risk
- docs/_includes/candle-properties.md: Evaluated as low risk
- .github/workflows/test-website-links.yml: Evaluated as low risk
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: DaveSkender <[email protected]>
Signed-off-by: Dave Skender <[email protected]> Signed-off-by: GitHub <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Dave Skender <[email protected]>
Signed-off-by: Dave Skender <[email protected]>
Signed-off-by: Dave Skender <[email protected]> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Dave Skender <[email protected]> Signed-off-by: GitHub <[email protected]>
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: DaveSkender <[email protected]>
Signed-off-by: Dave Skender <[email protected]> Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Signed-off-by: Dave Skender <[email protected]>
…1978) Signed-off-by: Dave Skender <[email protected]> Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: DaveSkender <[email protected]>
Signed-off-by: Dave Skender <[email protected]> Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: DaveSkender <[email protected]>
Signed-off-by: Dave Skender <[email protected]> Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: DaveSkender <[email protected]>
Signed-off-by: Dave Skender <[email protected]>
v3.0.0: Streaming indicators (in-progress)
This is a collection of progressive and volatile pre-release features to produce streaming indicators and support for ingestion of price quotes from WebSockets and other active and incremental quote sources.
Notable scope
.Use(..)chaininfo.xml#1155IndexOf(), avoid “Get” overusesv3) #1799