Fixes RenkoConsolidator for python
- Missing `event` keyword prevented pythonnet to recognize `DataConsolidated` as a event handler. - Adds python version of `RenkoConsolidatorAlgorithm`.
This commit is contained in:
@@ -92,6 +92,7 @@
|
||||
<Compile Include="QuandlImporterAlgorithm.py" />
|
||||
<Compile Include="RegressionAlgorithm.py" />
|
||||
<Compile Include="RegressionChannelAlgorithm.py" />
|
||||
<Compile Include="RenkoConsolidatorAlgorithm.py" />
|
||||
<Compile Include="RollingWindowAlgorithm.py" />
|
||||
<Compile Include="ScheduledEventsAlgorithm.py" />
|
||||
<Compile Include="ScheduledUniverseSelectionModelRegressionAlgorithm.py" />
|
||||
|
||||
Reference in New Issue
Block a user