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
@@ -142,6 +142,7 @@
<ItemGroup>
<None Include="BasicTemplateCryptoAlgorithm.py" />
<None Include="ScheduledUniverseSelectionModelRegressionAlgorithm.py" />
<None Include="RenkoConsolidatorAlgorithm.py" />
<Content Include="MeanVarianceOptimizationAlgorithm.py" />
<Content Include="BasicTemplateFrameworkAlgorithm.py" />
<Content Include="BasicTemplateLibrary.py" />