f3c386663b
* 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>
Setup IQFeed
1. Sign up for IQFeed
2. Install IQFeed Client
3. Configuration
3.1. Docker for Windows
Edit Launcher/config.json
- Set
"environment"to"live-interactive-iqfeed" - Set
"iqfeed-host"to"host.docker.internal"
Edit run_docker_iqfeed.bat
- Set
"iqfeed_product_name" - Set
"iqfeed_version" - Set
"iqfeed_login"(optional) - Set
"iqfeed_password"(optional)
Start IQConnect and Lean docker image
Simply by running run_docker_iqfeed.bat this will automatically start IQConnect with your provided settings and start the Lean docker image.
3.2. Standard on Windows
Edit Launcher/config.json
- Set
"environment"to"live-interactive-iqfeed" - Set
"iqfeed-username" - Set
"iqfeed-password" - Set
"iqfeed-productName"