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
@@ -24,6 +24,7 @@
<ItemGroup>
<Compile Include="AddRemoveSecurityRegressionAlgorithm.py" />
<Compile Include="BasicTemplateCryptoAlgorithm.py" />
<Compile Include="BasicTemplateFuturesFrameworkAlgorithm.py" />
<Compile Include="BasicTemplateIntrinioEconomicData.py" />
<Compile Include="BasicTemplateOptionsFrameworkAlgorithm.py" />
<Compile Include="BlackLittermanPortfolioOptimizationFrameworkAlgorithm.py" />