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

[Feature] Support for asynchronous requests and data exports #7

Closed
bryanhoulton opened this issue Feb 25, 2021 · 2 comments
Closed

Comments

@bryanhoulton
Copy link

In true algotrading fashion having support for data exports would be really helpful (csv probably) for those trying to perform other analysis on the data without directly building onto the terminal itself. Maybe an abstract Data class with methods for flexible loading/exporting would be best for this, but you're the expert. Also, support for multiple ticker data requests would be useful when trying to compile and export this data, so some implementation of asyncio could be beneficial there in the long term for those trying to gather large quantities of data on slower connections.

Also, I love these small Easter egg type things: print("Hope you made money today. Good bye my lover, good bye my friend.\n")

@DidierRLopes
Copy link
Collaborator

Thank you for feedback.

That is indeed a good idea! If you want to work on it, feel free to create a PR for it. Otherwise I'll get this done at some point in the future :)

@DidierRLopes
Copy link
Collaborator

This has now been done by #119 !

Will close this issue on that basis :)

DidierRLopes pushed a commit that referenced this issue Apr 19, 2021
DidierRLopes pushed a commit that referenced this issue Jan 11, 2022
Add help and source color vars and use rgb
piiq pushed a commit that referenced this issue Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants