85 Commits

Author SHA1 Message Date
Martin-Molinero 76c930a035 Update readme.md
Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
2021-08-03 11:47:27 -03:00
Martin-Molinero 1ed390c5f7 Minor tweaks (#5771)
Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
- Improve readme file, add nuget link, update Lean home page
- Increase 10min look back to 60 for setting currency conversion
- Replace error message for trace when minute resolution history request
  is empty
2021-07-15 13:03:46 -03:00
Martin-Molinero 2a77a8d3c0 Update readme.md
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
2021-07-07 19:50:23 -03:00
Martin-Molinero 3f85c9ab82 Update readme.md
Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
2021-07-06 23:06:03 -03:00
Martin-Molinero f062b54450 Update readme.md
Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
2021-07-06 19:59:58 -03:00
Martin-Molinero 891aeb87d3 Update readme.md
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
2021-06-23 18:17:25 -03:00
Jared 65cecef030 Update readme.md
Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
2021-06-22 18:15:35 -07:00
Martin-Molinero effa2da594 Avoid need for Holding Type update build status (#5623) 2021-06-03 20:21:18 -03:00
Martin-Molinero 4c773c348c Update readme.md
Build & Test Lean / build (push) Has been cancelled
2021-05-31 11:13:13 -03:00
Martin-Molinero 5f6a40fd9c Update readme.md
Build & Test Lean / build (push) Has been cancelled
2021-05-28 12:18:52 -03:00
Martin-Molinero ee6631dd8a Update readme.md
Build & Test Lean / build (push) Has been cancelled
2021-05-21 18:50:04 -03:00
Colton Sellers 112c14e0e8 IDE Integration Updates & Doc Updates (#5550)
Build & Test Lean / build (push) Has been cancelled
* Update launch options and tasks

* Update readme

* Mention building manually is optional

* Add portable pdbs to use C# coreclr debugging

* Update VS and VSCode docs

* Add reference to Lean CLI in main readme

* remove run_docker scripts

* Remove PyCharm files

* Cleanup

* Remove run_docker tasks from VS Code

* Address typos
2021-05-20 13:47:33 -03:00
Martin-Molinero 9c1722d0b9 Update readme.md
Build & Test Lean / build (push) Has been cancelled
2021-05-14 14:34:28 -03:00
Martin-Molinero 2847d9e27d Update readme.md
Build & Test Lean / build (push) Has been cancelled
2021-05-06 21:09:54 -03:00
Martin-Molinero f3c386663b Feature .net 5 (#5505)
* Update projects to use .NET 5.0, the successor to .NET Core

* Fix ambiguous errors. Add IBAutomator net5

* Remove FXCM

* Upgrade IBAutomater to v1.0.51

ignored, and an empty message aborts the commit.

* Fix rebase

- Fix ambiguous Index
- Remove StrategyCapacity.cs
- Update System.Threading.Tasks.Extensionsy

* Remove unrequired references

* Fixes

- Travis will use dotnet, not nunit nor mono
- Remove mono from foundation image
- Fix python setup in research
- Fix unit tests

* Don't call ReadKey when input is redirected

* Fix ConsoleLeanOptimizer

* Research fixes

* Update comment

* Add vsdbg to Dockerfile

* Fixes

- Revert dockerfile FROM custom changes
- Adjust and fix regression algorithms
   - Option assignment will be deterministic in the order
   - 'Rolling Averaged Population' is calculated using doubles, updating
     expected values.
- Update readme, removing references to mono
- Add missing Py.Gil lock

* Replace ICSharp with .NET Interactive

* Fixes after rebase

* CSharp research fixes

- Adding new Initialize.csx that pre loads all assemblies
- Adjusting template research file
- Moving steps in dockerfilejupyter
- Fix unit tests and regression tests after rebase

Co-authored-by: Gerardo Salazar <gsalaz9800@gmail.com>
Co-authored-by: Stefano Raggi <stefano.raggi67@gmail.com>
Co-authored-by: Jasper van Merle <jaspervmerle@gmail.com>
2021-05-06 17:23:51 -03:00
Martin-Molinero 4a8bcb82db Add reference to quantconnect/research (#5519)
Build & Test Lean / build (push) Has been cancelled
2021-05-03 19:16:51 -03:00
Jared fe040a55e9 Update readme.md 2021-04-23 14:25:14 -07:00
Jared 345fe7357e Update readme.md 2021-01-14 13:58:26 -08:00
Jared 877a123276 Update readme.md 2020-12-08 12:26:21 -08:00
Martin-Molinero 8ad81dca71 Update readme.md (#4949) 2020-11-20 09:12:23 -03:00
Jatin Kumar 035b29fdf5 Update readme.md (#4793)
* Update readme.md

American English sadly.
2020-09-30 13:17:59 -07:00
Aaron Janeiro Stone 090ceb131e Install instructions: Non-Windows (#4777)
* Added warning for paths in non-Windows

As per https://github.com/dotnet/msbuild/issues/4216

* reserved character instructions - clarity
2020-09-28 21:51:21 -03:00
Colton Sellers c5c57a33c1 IDE & Docker Integration (#4576)
* Mount custom algorithms to container

attach algorithms with bash script

* VS Code Integration

* PyCharm Integration

* Simplify the run docker script

* Mono C# Debugging is broken, removed related tasks

* add OSX config for run-docker

* Update readme.md

Reflect latest changes to configuration

* Update to move pdb for debugging algos

* VS Code C# Debugging fix

* Visual Studio fixes for debugging C#

* rework of launch scripts; also allows inline args

* Documentation overhaul

* Add python directory arg

* address review

* List debugging options in config

* Undo unnecessary change

* Address review and bughunt

* remove python debugging method
2020-08-02 19:45:18 -03:00
Jared 9cfeb36d4f Update readme.md 2020-06-25 16:13:48 -07:00
hsm207 5aa5b33594 Fix typo in readme.md 2020-06-16 16:09:48 +00:00
Martin Molinero a8524f6179 Fix for research dockerfile
- Do not delete PythonNet.dll used by C# kernels
- Do not delete linux clr.so
- Adding docker to readmes
2020-06-10 18:30:23 -03:00
Martin Molinero 7fc21e52dd Add QC.Common as dependency for nuget QC.Launcher 2020-06-02 13:56:59 -03:00
Jared 692bae1d6f Update readme.md 2020-05-26 11:06:11 -07:00
Martin-Molinero cf276ad081 Update readme.md 2020-05-20 21:02:15 -03:00
Jared 9621d1f890 Update readme.md 2019-10-01 15:35:33 -07:00
Kamuela Franco cf055a7ccb Fix small typographical error 2019-09-04 23:46:22 +01:00
AlexCatarino ee957f6a53 Fix Python Packages Versions 2019-07-10 12:05:00 +01:00
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