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
This commit is contained in:
2026-05-14 11:00:35 +02:00
parent 043c3d5afe
commit 2e22fd5635
14 changed files with 541 additions and 4 deletions
+1
View File
@@ -17,6 +17,7 @@
"@react-router/node": "7.15.0",
"@react-router/serve": "7.15.0",
"isbot": "^5.1.36",
"lightweight-charts": "^5.2.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-router": "7.15.0",