While running live strategies in the Strategy Monitor, I occasionally run into situations like the following, where one of the strategies stops processing symbols:

The "CB 1min" strategy continues to show "98 symbols left to Process" each minute, and never recovers. This seems to be caused by a streaming disconnection that fails to auto-reconnect. The only solution I've found is to deactivate the strategy, and then reactivate it.
I have three questions:
1) If I have an active Position while this is occurring, I assume that any "Sell" conditions in my strategy that are based on price are never going to trigger, right?
2) Will "Sell after N Bars" still trigger in this situation?
3) Can WL8 continue to attempt to re-establish the connection, even if the first attempt failed?
The "CB 1min" strategy continues to show "98 symbols left to Process" each minute, and never recovers. This seems to be caused by a streaming disconnection that fails to auto-reconnect. The only solution I've found is to deactivate the strategy, and then reactivate it.
I have three questions:
1) If I have an active Position while this is occurring, I assume that any "Sell" conditions in my strategy that are based on price are never going to trigger, right?
2) Will "Sell after N Bars" still trigger in this situation?
3) Can WL8 continue to attempt to re-establish the connection, even if the first attempt failed?
Rename
1) If I have an active Position while this is occurring, I assume that any "Sell" conditions in my strategy that are based on price are never going to trigger, right?
If the strategy isn't getting data, then no new orders will be created.
2) Will "Sell after N Bars" still trigger in this situation?
No.
3) Can WL8 continue to attempt to re-establish the connection, even if the first attempt failed?
Sure, but WealthLab depends on a third-party connector for Coinbase, which may be the problem. In any case, it's something we can to look at for the next Coinbase provider for the AdvancedTrade API.
If the strategy isn't getting data, then no new orders will be created.
2) Will "Sell after N Bars" still trigger in this situation?
No.
3) Can WL8 continue to attempt to re-establish the connection, even if the first attempt failed?
Sure, but WealthLab depends on a third-party connector for Coinbase, which may be the problem. In any case, it's something we can to look at for the next Coinbase provider for the AdvancedTrade API.
Your Response
Post
Edit Post
Login is required