Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,15 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
## π Live Portfolio Management & AI Recommendations
|
| 4 |
|
|
@@ -7,30 +18,39 @@
|
|
| 7 |
- AI-powered buy/sell/hold recommendations
|
| 8 |
- Risk assessment and 7-day action plan
|
| 9 |
- Interactive trading interface
|
| 10 |
-
-
|
| 11 |
|
| 12 |
### π― Key Recommendations
|
| 13 |
-
1. **SELL NOW**: OCEA, KUST, MLGO, BNN
|
| 14 |
-
2. **BUY MORE**: IRWD, HEIO, DB
|
| 15 |
-
3. **HOLD**: ATYR, DOW, XLY
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
### π§ Technology Stack
|
| 18 |
-
-
|
| 19 |
-
-
|
|
|
|
| 20 |
- AI-powered analysis algorithms
|
| 21 |
-
- Real-time data simulation
|
| 22 |
-
|
| 23 |
-
### π Portfolio Stats
|
| 24 |
-
- Total Value: $9,485.94
|
| 25 |
-
- Total Return: -$9,328.80 (-49.57%)
|
| 26 |
-
- Positions: 39 (7 winning, 31 losing)
|
| 27 |
-
- Risk Level: High (85/100)
|
| 28 |
|
| 29 |
## π Quick Start
|
| 30 |
-
1. Open `index.html` in any browser
|
| 31 |
-
2. Click "SELL LOSERS" to execute AI recommendations
|
| 32 |
-
3. Follow the 7-day action plan
|
| 33 |
-
4. Monitor real-time updates
|
| 34 |
|
| 35 |
-
##
|
| 36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Ahsan's AI Stock Dashboard
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.28.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# π Ahsan's AI Stock Analysis Dashboard
|
| 13 |
|
| 14 |
## π Live Portfolio Management & AI Recommendations
|
| 15 |
|
|
|
|
| 18 |
- AI-powered buy/sell/hold recommendations
|
| 19 |
- Risk assessment and 7-day action plan
|
| 20 |
- Interactive trading interface
|
| 21 |
+
- Performance charts and analytics
|
| 22 |
|
| 23 |
### π― Key Recommendations
|
| 24 |
+
1. **π΄ SELL NOW**: OCEA (-99.07%), KUST (-92.32%), MLGO (-87.26%), BNN (-99.96%)
|
| 25 |
+
2. **π’ BUY MORE**: IRWD (+542.70%), HEIO (+48.67%), DB (+41.94%)
|
| 26 |
+
3. **π‘ HOLD**: ATYR (-2.49%), DOW (+3.88%), XLY (+70.99%)
|
| 27 |
+
|
| 28 |
+
### π Portfolio Stats
|
| 29 |
+
- **Total Value**: $9,485.94
|
| 30 |
+
- **Total Return**: -$9,328.80 (-49.57%)
|
| 31 |
+
- **Positions**: 39 (7 winning, 31 losing)
|
| 32 |
+
- **Risk Level**: High (85/100)
|
| 33 |
|
| 34 |
### π§ Technology Stack
|
| 35 |
+
- Python with Streamlit
|
| 36 |
+
- Pandas for data analysis
|
| 37 |
+
- Plotly for interactive charts
|
| 38 |
- AI-powered analysis algorithms
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
|
| 40 |
## π Quick Start
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
|
| 42 |
+
### Option 1: Use Online (Recommended)
|
| 43 |
+
1. Visit the live dashboard on Hugging Face
|
| 44 |
+
2. No installation required
|
| 45 |
+
3. Works on all devices
|
| 46 |
+
|
| 47 |
+
### Option 2: Run Locally
|
| 48 |
+
```bash
|
| 49 |
+
# 1. Clone repository
|
| 50 |
+
git clone https://huggingface.co/spaces/[your-username]/ahsan-stock-dashboard
|
| 51 |
+
|
| 52 |
+
# 2. Install dependencies
|
| 53 |
+
pip install -r requirements.txt
|
| 54 |
+
|
| 55 |
+
# 3. Run the app
|
| 56 |
+
streamlit run app.py
|