AlexCatarino
64a9929fa6
Fixes custom data algos to reflect changes from previous commit
2018-02-12 15:49:09 +00:00
Gustavo
96d47ab192
Remove importing data tag
...
It got replace by `custom data` in the case that it wasn't there.
2017-09-22 15:12:06 -04:00
Gustavo
b35b307181
Rename tag strategy examples to strategy example
2017-09-22 14:33:11 -04:00
Jared Broad
dc27c4e3d6
Added tags to python algorithms
2017-09-21 08:27:41 -04:00
AlexCatarino
7b743f39a4
Adds comments in algorithms
...
Adds comments to help users understand the code better
2017-07-27 16:31:41 +01:00
AlexCatarino
46ead54f79
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
2017-07-27 00:18:08 +01:00
AlexCatarino
18d83fb8ec
Updates python framework to support python datetime
...
Updates nuget package to support conversion from C# DateTime to python datetime.
Updates algorithms to reflect this change.
2017-05-23 13:40:26 +01:00
AlexCatarino
9774af9adc
Custom Data for Python Support
2017-02-09 17:48:50 -02:00