Merge pull request #4236 from QuantConnect/bug-4205-registerindicator-of-t

Fixes for RegisterIndicator API
This commit is contained in:
Martin-Molinero
2020-03-25 10:55:43 -03:00
committed by GitHub
6 changed files with 367 additions and 23 deletions
@@ -94,6 +94,7 @@
<Content Include="LiveFeaturesAlgorithm.py" />
<Content Include="PortfolioRebalanceOnCustomFuncRegressionAlgorithm.py" />
<Content Include="PortfolioRebalanceOnDateRulesRegressionAlgorithm.py" />
<Content Include="RegisterIndicatorRegressionAlgorithm.py" />
<Content Include="SectorWeightingFrameworkAlgorithm.py" />
<Content Include="SetHoldingsMultipleTargetsRegressionAlgorithm.py" />
<Content Include="TradingEconomicsCalendarIndicatorAlgorithm.py" />