-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Incremental & streaming quotes, v3.0.0 #1014
base: main
Are you sure you want to change the base?
Conversation
- handle live quotes and provide them to other subscribers - enable Use, EMA, and SMA indicator streaming
Signed-off-by: Dave Skender <[email protected]>
Signed-off-by: Dave Skender <[email protected]>
|
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
Signed-off-by: Dave Skender <[email protected]>
Co-authored-by: Copilot <[email protected]> Signed-off-by: Dave Skender <[email protected]>
Signed-off-by: Dave Skender <[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” overusesDeferred to v3.1
List
with[]
in static series, then covert at end return (it’s faster) #1259