Files
Martin-Molinero 5c078cd2a9
Regression Tests / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
Remove 'data-directory' usage (#7241)
2023-05-12 18:24:12 -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"