Go to file
2024-10-29 07:01:46 -07:00
assets Initial commit of swing trading dashboard script 2024-10-23 11:56:25 -07:00
strategies Add script for generating Double 5's swing trading signals 2024-10-29 06:58:14 -07:00
.gitignore
dashboard.py Add Double 5's signals to swing trading dashboard 2024-10-29 07:01:46 -07:00
README.md Trivial correction of typo in swing trading dashboard documentation 2024-10-23 13:07:25 -07:00
requirements.txt
stylesheets.py Add stylesheet imports for swing trading dashboard 2024-10-28 10:40:10 -07:00

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