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
/// <param name="history">Historical data used to calculate the indicator</param>
/// <param name="selector">Selects a value from the BaseData to send into the indicator, if null defaults to the Value property of BaseData (x => x.Value)</param>
/// <returns>pandas.DataFrame containing the historical data of <paramref name="indicator"/></returns>
Expected Behavior
Option Greeks indicators with base class
OptionIndicatorsBase
can work withIndicatorHistory
for warming up manually.Actual Behavior
Option Greeks indicators with base class
OptionIndicatorsBase
failed to work withIndicatorHistory
.Potential Solution
Lean/Algorithm/QCAlgorithm.Python.cs
Lines 1641 to 1681 in 5596295
should include implementation with
IndicatorBase<IBaseData>
orMultiSymbolIndicator<IBaseData>
.Reproducing the Problem
https://www.quantconnect.com/forum/discussion/18683/historical-options-greeks-in-research-environment/p1
System Information
Checklist
master
branchThe text was updated successfully, but these errors were encountered: