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:
AlexCatarino
2018-04-16 13:39:16 +01:00
parent eb9e15c507
commit 35e8e0891e
4 changed files with 95 additions and 62 deletions
@@ -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" />