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 idea would be to evaluate whether the brokerage provides any of the data required to generate OptionUniverse files and if so, create an option universe data provider that would get this data from the brokerage and write to disk.
Currently, this is achieved by using the ApiDataProvider which fetches QC's option universe data.
Depending on what the brokerage provides, the data would only have the option chains or prices/greeks/etc.
The text was updated successfully, but these errors were encountered:
Option universe is now file based after QuantConnect/Lean#8212
The idea would be to evaluate whether the brokerage provides any of the data required to generate OptionUniverse files and if so, create an option universe data provider that would get this data from the brokerage and write to disk.
Currently, this is achieved by using the
ApiDataProvider
which fetches QC's option universe data.Depending on what the brokerage provides, the data would only have the option chains or prices/greeks/etc.
The text was updated successfully, but these errors were encountered: