You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add/remove subscriptions on the (existing) DXLinkStreamer after starting to listen? Actually, while listening. In a simple case, subscribing to another symbol's candles from another Jupyter notebook cell.
Thank you!
The text was updated successfully, but these errors were encountered:
Yes, it's possible. This isn't really a SDK question though--I'd recommend you read up on asyncio. The docs have a relatively simple example of how to do multiple things by creating several tasks, but you should be able to find more complex examples online.
Also, I don't think you can run two Jupyter cells simultaneously without adding a plugin/library for that.
In this example:
Is it possible to add/remove subscriptions on the (existing) DXLinkStreamer after starting to listen? Actually, while listening. In a simple case, subscribing to another symbol's candles from another Jupyter notebook cell.
Thank you!
The text was updated successfully, but these errors were encountered: