Files
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
..
2021-05-06 17:23:51 -03:00

Setup IQFeed

1. Sign up for IQFeed

2. Install IQFeed Client

3. Configuration

3.1. Docker for Windows

Edit Launcher/config.json

  1. Set "environment" to "live-interactive-iqfeed"
  2. Set "iqfeed-host" to "host.docker.internal"

Edit run_docker_iqfeed.bat

  1. Set "iqfeed_product_name"
  2. Set "iqfeed_version"
  3. Set "iqfeed_login" (optional)
  4. 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

  1. Set "environment" to "live-interactive-iqfeed"
  2. Set "iqfeed-username"
  3. Set "iqfeed-password"
  4. Set "iqfeed-productName"