|
For a backtest, is there a way to subscribe to order update events from the exchange, similar to the user data stream in Binance? From code it seems there is no way. Or is it sufficient to just call |
Answered by
gbeced
Dec 22, 2024
Replies: 1 comment 2 replies
|
I think you can try to create a |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now there is no way to get order updates using Binance or the backtesting exchange. Calling get_order_info will work, but let me see if I can add support for both features in the next version.