AlexCatarino
3e4a71cd50
Creates QCAlgorithm.py: a bridge between C# QCAlgorithm and python algorithms
2018-09-17 19:05:48 +01:00
Stefano Raggi
5382a0c72c
Add Quandl API key to URL in CustomDataRegressionAlgorithm
2018-07-25 15:21:59 +02:00
Jing Wu
084cd294b0
Remove semicolon in python algrotihms
2018-07-06 11:05:16 -04:00
Stefano Raggi
56399d8edb
Fix bug in CustomDataRegressionAlgorithm (Python)
2018-07-03 20:52:41 +02:00
Stefano Raggi
7a9fc44ccd
Update Python regression tests to match C# equivalents
2018-07-02 23:50:51 +02:00
Stefano Raggi
be47d60fa7
Fix CustomDataRegressionAlgorithm failing test
2018-06-14 11:44:28 +02:00
Michael Handschuh
18a559943e
Upgrade LEAN Python to 3.6 from 2.7
...
- Adds log to display the python version the algorithm is using.
- Fixes python algorithms that were failing because of small subtleties
like leading zeroes.
- Updates pythonnet with a version compiled with python 3.6 flags
- Changes in DockerfileFoundation: we now use miniconda to manage the python
environment.
- Took the opportunity to add NTLK (#1349 ), Tensorforce (#1369 ) and
PyTorch/Pyro (#1385 ).
- Changes readme in Algorithm.Python to show steps to install miniconda
2018-02-23 15:09:06 -05:00
Stefano Raggi
a39e6a8e28
Revert "Merge pull request #1526 from AlexCatarino/python3"
...
This reverts commit 2e523992d0 , reversing
changes made to fa48fc23ea .
2018-02-14 16:03:12 +01:00
AlexCatarino
84282503d0
Fixes python algorithm to be python 3 compliant
2018-02-13 13:00:50 +00:00
AlexCatarino
4b4e084694
Fixes python algorithms to pass regression tests
...
BasicTemplateOptionsAlgorithm
CustomDataRegressionAlgorithm
UniverseSelectionRegressionAlgorithm
WeeklyUniverseSelectionRegressionAlgorithm
2017-10-06 13:33:03 +01:00
Jared Broad
dc27c4e3d6
Added tags to python algorithms
2017-09-21 08:27:41 -04:00
Jing Wu
8a0f7cc966
added weekly universe selection algorithm
2017-09-15 18:13:37 -04:00
Jing Wu
6ec318439a
added option trade algorithm
2017-09-15 18:09:54 -04:00