Adds Python Example of ObjectStoreExampleAlgorithm

Minor change in C# version to keep consistency between examples.
This commit is contained in:
AlexCatarino
2020-04-14 14:24:05 +01:00
parent 76b7f530bc
commit 2e5eddfc29
4 changed files with 119 additions and 17 deletions
@@ -117,6 +117,7 @@
<Compile Include="MovingAverageCrossAlgorithm.py" />
<Compile Include="MultipleSymbolConsolidationAlgorithm.py" />
<Compile Include="NLTKSentimentTradingAlgorithm.py" />
<Compile Include="ObjectStoreExampleAlgorithm.py" />
<Compile Include="OnEndOfDayRegressionAlgorithm.py" />
<Compile Include="OptionChainConsistencyRegressionAlgorithm.py" />
<Compile Include="OptionChainProviderAlgorithm.py" />