Files
Lehonti Ramos 026ba6ed5b Modernization of syntax used in argument check exceptions (#7380)
* Changed argument exceptions so that they used the nameof() operator for parameter names

* Update IQSocket.cs

---------

Co-authored-by: John Doe <john@doe>
Co-authored-by: Martin-Molinero <martin@quantconnect.com>
2023-07-17 14:53:17 -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"