Implement QCAlgorithm.AddRiskManagement

- Implemention `QCAlgorithm.AddRiskManagement`
- Adding Py/C# regression test algoririthms
- Moving `CompositeRiskManagementModel` from `Framework` to `Algorithm`
project
This commit is contained in:
Martin Molinero
2019-04-08 10:46:11 -03:00
parent d9ee31c979
commit 4d108094e5
11 changed files with 244 additions and 16 deletions
@@ -37,6 +37,7 @@
</PropertyGroup>
<ItemGroup>
<Content Include="AddAlphaModelAlgorithm.py" />
<Content Include="AddRiskManagementAlgorithm.py" />
<Content Include="Alphas\ContingentClaimsAnalysisDefaultPredictionAlpha.py" />
<Content Include="Alphas\ForexCalendarAlpha.py" />
<Content Include="Alphas\GasAndCrudeOilEnergyCorrelationAlpha.py" />