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
The method works for custom securities, but with custom universes we get:
TypeError: No method matches given arguments for History: (<class 'QuantConnect.Data.UniverseSelection.FuncUniverse'>, <class 'datetime.datetime'>, <class 'datetime.datetime'>)
We can get the dataframe of universe data, but not the universe data objects themselves.
Expected Behavior
We can call
where
StockDataSource
is a custom data source.Actual Behavior
The method works for custom securities, but with custom universes we get:
We can get the dataframe of universe data, but not the universe data objects themselves.
Potential Solution
N/A
Reproducing the Problem
Run the cells in this notebook
https://www.quantconnect.com/terminal/processCache?request=embedded_backtest_6c4201feab6e8c75d1494960c4fa0f37.html
System Information
QC Cloud
Checklist
master
branchThe text was updated successfully, but these errors were encountered: