Commit Graph

2 Commits

Author SHA1 Message Date
henry 834a427c18 fix: use request URL for base URL in stock detail loader
- Fix TypeError from undefined BASE_URL in loader
- Use request.url to construct base URL dynamically
2026-05-14 11:04:17 +02:00
henry 2e22fd5635 feat: add stock detail page with chart, position, and orders
- Add /api/alpaca/orders endpoint for order history
- Add TradingView chart component for candlestick visualization
- Add /analyze/:ticker route with position and orders display
- Make ticker cells in analyze page clickable for navigation
2026-05-14 11:00:35 +02:00