Skip to content
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: add analysis package #2

Open
daoio opened this issue Oct 18, 2024 · 0 comments
Open

feat: add analysis package #2

daoio opened this issue Oct 18, 2024 · 0 comments
Assignees
Labels
enhancement 🎉 New feature or request

Comments

@daoio
Copy link
Collaborator

daoio commented Oct 18, 2024

Describe the solution you'd like
Data sets produced during real-time visualization could be forwarded to the analysis package, where it will execute chosen analysis functions on them.

Describe alternatives you've considered
On the other hand, MarketVisualization class can store all the data, accessed during visualization (currently it removes exchange's data elements that exceed limit), and then this data can be queried for a subsequent analysis. Also, this approach doesn't require for MarketVisualization to depend on analysis package, so it will require fewer updates to its code.

@daoio daoio added the enhancement 🎉 New feature or request label Oct 18, 2024
@daoio daoio self-assigned this Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🎉 New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant