Files
Ronit Jain f86926bf7a
Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Fixes HistoryProviderManager slice merging by using algortime for all slices (#6226)
* remove un-used

* use utc time for slice sync

* use utc time

* refactor

* add regression test

* use utc time

* use utc time

* make utctime required parameter

* add utcTime in slice creation

* assert warm up complete

* check if algorithm is still warmingup

* use exchange tz
2022-02-18 20:43:33 -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"