The OHLC data used by the dashboard comes from IQFeed.
Assuming a connection has been established to IQFeed (via [IQLink.exe](https://moshferatu.dev/moshferatu/windows-automation/src/branch/main/iqfeed.bat), for example), create a file named ```.env``` and with the following contents:
```shell
IQFEED_HOST=localhost
IQFEED_PORT=9100
```
Then, run the following command to launch the dashboard: