2e22fd5635
- 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
5 lines
213 B
Bash
5 lines
213 B
Bash
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
|
|
BASE_URL=http://localhost:5173 |