-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
dynamic watch ticker solution? #10686
Comments
Hello @kroitor , I know you have a lot on your mind but did you came with any idea? |
The abortion of already running loop is not yet documented. (however, this is related and might get implemented in foreseeable future: #10786 ) |
@mvazny pardon for the long wait, I'll post an example on how to add watchTicker loops in runtime here. |
Are there any updates ? |
late reply here, but for context, after that period in ccxt we added
|
Hello,
I was thinking to create little bit more complex solution to watch ticks, where I would be able to create something like a dynamic tick watcher. With dynamic I mean to define which exchange symbol I want to watch while the loop is already running.
I created script where I am watching ticks from multiple exchanges and symbols based on this example
https://github.com/ccxt/ccxt/blob/master/examples/ccxt.pro/py/many-exchanges-many-different-streams.py
But I would like to have an option to add or remove tick watchers for different symbols in different exchanges while the loop is already running. I would really appreciate any idea of a solution but my main focus is to have this solution in python.
Thank you for answer
The text was updated successfully, but these errors were encountered: