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:
+2
-1
@@ -1,4 +1,5 @@
|
||||
ALPACA_API_KEY=your_alpaca_api_key_here
|
||||
ALPACA_SECRET_KEY=your_alpaca_secret_key_here
|
||||
ALPACA_BASE_URL=https://paper-api.alpaca.markets
|
||||
OPENROUTER_API_KEY=your_openrouter_api_key_here
|
||||
OPENROUTER_API_KEY=your_openrouter_api_key_here
|
||||
BASE_URL=http://localhost:5173
|
||||
Reference in New Issue
Block a user