Go to file
2024-11-27 12:43:23 -08:00
assets
.gitignore
daily_data.py
dashboard.py Update swing trading dashboard to support newly imported strategies 2024-11-27 12:41:20 -08:00
README.md Add Strategies dependency to swing trading dashboard README 2024-11-27 12:43:23 -08:00
requirements.txt
signals.py
stylesheets.py

Swing Trading Dashboard

Dependencies

The dashboard depends on the following Python packages which can be installed via pip install:

dash
dash-ag-grid
dash-bootstrap-components
dash-bootstrap-templates
pandas
plotly
python-dotenv

It also depends on the following libraries hosted here:

Running the Dashboard

The OHLC data used by the dashboard comes from IQFeed.

Assuming a connection has been established to IQFeed (via IQLink.exe, for example), create a file named .env with the following contents:

IQFEED_HOST=localhost
IQFEED_PORT=9100

Then, run the following command to launch the dashboard:

python ./dashboard.py