Implements Quandl support for Python

Implements Quandl support for Python.
It was not possible to derive from Quandl in order to select the column. If the data did not have "close", it would thrown an exception since it would look for this work in a dictionary.
It is now possible to select the column.
See example QuandFuturesDataAlgorithm.py
This commit is contained in:
AlexCatarino
2017-07-27 00:18:08 +01:00
parent b9e57d09e1
commit 46ead54f79
11 changed files with 162 additions and 43 deletions
@@ -34,6 +34,9 @@
<LangVersion>6</LangVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="QuandlFuturesDataAlgorithm.py">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="CustomChartingAlgorithm.py">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>