Implements BasicTemplateFuturesFrameworkAlgorithm

This algorithm shows how to implement a futures strategy in a framework algorithm.
`FutureUniverseSelectionModel` portfolio selection model was implemented to provide a base class to help create other futures universe selection models.
This commit is contained in:
AlexCatarino
2018-07-30 22:21:47 +01:00
parent 9d918a2f49
commit e5ed09924b
8 changed files with 544 additions and 0 deletions
@@ -36,6 +36,7 @@
<LangVersion>6</LangVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="BasicTemplateFuturesFrameworkAlgorithm.py" />
<Content Include="BasicTemplateOptionsFrameworkAlgorithm.py" />
<Compile Include="Properties\AssemblyInfo.cs" />
<None Include="BlackLittermanPortfolioOptimizationFrameworkAlgorithm.py" />