What problem does it solve? Managing a paper trading portfolio requires constant monitoring of technical indicators, news, and risk limits. This Skill automates the daily trading routine on Alpaca's paper trading platform, combining mechanical strategy signals with AI-powered qualitative analysis so every trade decision is disciplined, logged, and risk-checked. ## Core Features & Use Cases - Automated Daily Trading Routine: Checks market hours, reconciles positions with Alpaca, evaluates strategy signals, and executes or closes trades with built-in risk validation. - AI Analysis Overlay: Uses the OBaI multi-agent CLI to fetch technical indicators, news, fundamentals, portfolio risk metrics, and backtesting results to inform entry and exit decisions. - Enforced Risk Limits: Hard-coded checks for max position size (10% of equity), daily trade count (20), daily loss (3%), and total exposure (90%), with non-negotiable stop-loss handling. - Use Case: Deploy a mean-reversion strategy JSON, then run the daily routine each morning — the Skill reads your strategies, asks OBaI for current RSI and MACD values, screens for signals, checks news catalysts, and places risk-validated orders on your Alpaca paper account while journaling every decision. ## Quick Start Run the daily trading routine to check my portfolio, evaluate strategy signals, and execute any valid trades on my Alpaca paper account.