forked from mementum/backtrader
-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Community Forum Discussion:
Description
Up to the TWS API v972, IB realtimeBar subscriptions could stop working during the trading session and no error notification was sent to the application. This happens because of what's called 'busts' events.
Upon bust event the current data subscription should be first canceled, before issuing a new subscription request
The original 'fix' for handling bust events missed this part.
Erroneous behavior
Upon bust event the IB log will show that new subscription request was sent, however in some cases data subscription will not be renewed due to the race condition on IB server side.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working