Implements SetBrokerageModel for python algorithms

Adds BrokerageModelAlgorithm to showcase the implementation
This commit is contained in:
AlexCatarino
2017-10-03 00:17:34 +01:00
parent 55cfa85eb5
commit b4313ad740
6 changed files with 294 additions and 1 deletions
@@ -36,6 +36,7 @@
<LangVersion>6</LangVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="BrokerageModelAlgorithm.py" />
<Content Include="CustomDataUniverseAlgorithm.py" />
<Content Include="CustomModelsAlgorithm.py" />
<Content Include="DropboxBaseDataUniverseSelectionAlgorithm.py" />