https://github.com/lit26/intradaystocktechnicalanalysis
Intraday stock technical analysis
https://github.com/lit26/intradaystocktechnicalanalysis
python-dash stock
Last synced: about 2 months ago
JSON representation
Intraday stock technical analysis
- Host: GitHub
- URL: https://github.com/lit26/intradaystocktechnicalanalysis
- Owner: lit26
- License: mit
- Created: 2020-11-21T02:24:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-21T02:41:34.000Z (over 4 years ago)
- Last Synced: 2025-01-30T21:31:39.411Z (4 months ago)
- Topics: python-dash, stock
- Language: Python
- Homepage:
- Size: 211 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IntradayStockTechnicalAnalysis
This app is modified from Dash-Web-Trader for intraday stock technical analysis.
The goal is to test indicators and strategy for day traders. The app will fetch data from yahoo finance every 2 seconds and display plots.## How to run this app
Create and activate a new virtual environment (recommended) by running
the following:On Windows
```
virtualenv venv
\venv\scripts\activate
```Or if using linux
```bash
python3 -m venv myvenv
source myvenv/bin/activate
```
Run the app:```
python app.py
```
You can run the app on your browser at http://127.0.0.1:8050## Screenshots

## Resources
To learn more about Dash, please visit [documentation](https://plot.ly/dash).