Commit Graph

53 Commits

Author SHA1 Message Date
alexotsu c79fb1ebd5 Add "Hiring" section to readme.md (#3292)
* Add a "Hiring" section to readme.md

Added "QuantConnect is Hiring" to the top of the readme
Added links to the open roles on Indeed:
- Developer Advocate
- Quantitative Developer
- Quantitative Development Intern
2019-06-11 11:44:51 -07:00
Martin Molinero aca0267bbb Updating documentation
- Removing `setup.py` and updating python documentation
- Updating ubuntu installation documentation to match
DockerfileLeanFundation
2019-01-22 21:38:01 -03:00
Jared 68416d4c9a Update to LEAN logo 2018-06-01 16:20:46 -04:00
Martin-Molinero a60e88fbaf minor changes 2018-04-05 15:05:05 -07:00
Martin-Molinero be1b5344b1 addressing reviews 2018-04-05 14:47:09 -07:00
Jared e0145bd70b Update readme to reflect python support 2018-03-30 16:43:17 -04:00
Jared 66bdc556aa Update readme.md 2018-03-21 17:00:29 -04: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 34a271adac Updates pythonnet
In this update, we had compiled pythonnet with python 3.6 instead of 2.7 flags
2018-02-13 13:00:50 +00:00
Jared 45739685d0 Update readme.md 2018-01-11 14:00:31 -05:00
Jared Broad 0feba09b72 Bump for builder 2017-12-26 10:23:11 -05:00
Stefano Raggi 353a1b2745 Update readme for Linux install
Just tested LEAN installation procedure on a fresh install of Ubuntu 17.10 and a small change was required, following the current instructions on the Mono website:
http://www.mono-project.com/download/#download-lin-ubuntu
2017-12-11 16:06:25 +01:00
Matthew Sedam 115346ee9a Readme.md build status updates
* Clicking on the Travis button now links to Travis CI. It previously did not.
 * Removed Build Status section
2017-10-25 15:31:40 -05:00
Derek M Tishler e98d47c3a5 documentation image update
New overview detailed image and updated readme files with new image.
2017-10-21 02:34:19 -04:00
Juan José D'Ambrosio b20eeaab29 Update readme.md 2017-10-05 22:13:10 -03:00
Juan José D'Ambrosio 545f78dfa9 Update readme.md 2017-10-05 20:33:46 -03:00
Juan José D'Ambrosio ac7aa9a390 Update readme.md
Add solution name to xbuild command.
2017-09-24 21:53:24 -03:00
Jared d753986587 Added sketch and free live trading for PRs 2017-09-18 16:05:18 -04:00
Denis Gorbachev 99a60c7ba1 Update readme.md 2017-09-18 10:11:16 +00:00
AlexCatarino 1c330415d3 Updates information about python installation
Additional information is needed to help users to be able to run python algorithms with Lean.
2017-09-13 14:50:14 +01:00
Xiang Li 0e8cc9676a Merge branch 'master' into r-support 2017-08-01 12:05:31 -04:00
Jared cc971bc166 Update readme.md 2017-07-28 16:21:39 -04:00
Xiang Li 2333e2550e Update 2017-07-27 16:00:30 -04:00
Xiang Li 0ab52282cb Update Read.me, change the place of R command. 2017-07-27 15:59:09 -04:00
Xiang Li f092a3f658 Update readme 2017-07-27 15:27:48 -04:00
Xiang Li b49e806457 Add R to Readme 2017-07-27 12:48:06 -04:00
AlexCatarino 3c23759efd Implements History Requests returning pandas.DataFrame
Algorithms written in python can access to new overloads for the QCAlgorithm.History method that returns a dictionary with pandas.DataFrame
2017-07-06 15:09:59 +01:00
AlexCatarino b88cc4a2f1 Updates installation instructions 2017-06-23 13:22:56 +01:00
AlexCatarino f6aa31643c Updates pythonnet package
This new pythonnet package makes available the latest version from pythonnet master branch and includes modifications to enable charting in Lean for python.

The dockerfile to create images for the cloud is updated to reflect the package update and adds keras and tensorflow
2017-06-02 10:45:45 +01:00
Jared 9de02c9eaa Merge pull request #806 from mushketyk/backtest-plugin
Backtest plugin
2017-05-18 15:34:31 -04:00
Ivan Mushketyk 7950723d0d Update readme.md 2017-03-19 05:57:35 -07:00
AlexCatarino 9774af9adc Custom Data for Python Support 2017-02-09 17:48:50 -02:00
AlexCatarino 68fd8a4120 New Python Support Framework
Initial commit
2017-01-10 16:12:19 -02:00
Jared 26561010ff Update readme.md 2016-07-07 01:44:04 -04:00
Ruby Erlang be6a2367a3 Fixes on Lean OSX installation instructions 2016-06-03 16:20:34 -04:00
Jared ab9d352dce Update readme.md 2016-05-26 12:06:57 -04:00
Jared 14f7488a05 Updates to linux build process
Linux build process was out of date, updated to download nuget.
2016-05-10 13:34:18 -04:00
Jared 3558243f98 Update readme.md
Fix minor issues with linux build steps in readme
2016-04-14 18:17:46 -04:00
AlexCatarino af96caa637 Update readme.md
In order to account that since 30 Nov 2015 Lean executable is QuantConnect.Lean.Launcher.exe, the path and executable name were changed.
Spinup instructions for Linux were updated to include the installation
of additional dependencies and programs, warn him about an issue with VB
(and how it can be fixed) and ask him to restore NuGet packages before
compilation.

Closes #288
2016-02-12 16:44:09 -05:00
Sebastien Armand a793607ded Update NuGet packages on OSx
On OSx, if you don't update the package dependencies before building the project, it will fail with errors like:

```
The type or namespace nameNewtonsoft' could not be found. Are you missing an assembly reference?
```

This explains how to solve it and adds it to the Readme so others don't run into the same issue.
2016-01-02 21:57:26 -08:00
Jared 0c49de178e Added coveralls test coverage. 2015-11-19 18:28:19 -05:00
Jared b8d0d6fa4d Update readme.md 2015-09-28 13:20:07 -04:00
Jared de3192e2e5 Update readme.md 2015-09-28 12:01:55 -04:00
Jared 408d069db8 Update readme.md 2015-09-27 19:13:04 -04:00
John Nguyen a14126fcc1 Added spinup instructions to README 2015-09-04 14:52:47 +08:00
Jared 570c924217 Update readme.md
Update to include languages supported
2015-06-29 02:32:14 -04:00
Jared 9c1728125e Update readme.md 2015-05-17 16:39:40 -04:00
Michael 1a2fa9e65d Update readme.md
Add build status to top line with the gitter chat
2015-04-15 12:08:47 -04:00
The Gitter Badger 051f27fd7f Added Gitter badge 2015-04-15 16:00:41 +00:00