generated from QuantConnect/Lean.Brokerages.Template
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
enhancementNew feature or requestNew feature or request
Description
If we receive the "detected delay streaming data" for unsupported assets, do not exit.
Runtime Error: Detected delay streaming data for VENG. Expected delayed streaming data to be 'False', but received 'True'. Stack Trace: Detected delay streaming data for VENG. Expected delayed streaming data to be 'False', but received 'True'.
To reproduce it:
class CalculatingYellowEagle(QCAlgorithm):
def initialize(self):
self.set_start_date(self.end_date)
symbol = self.add_equity('VENG').symbolVENG is a delisted OTC stock, so it's not in our database. We could use IgnoreUnknownAssetHoldings.
Note: The user reported that he couldn't remove VENG from his TradeStation account.
The solution was to use QC as a data provider.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request