--- title: DeepQuant emoji: 📈 colorFrom: blue colorTo: indigo sdk: gradio sdk_version: 5.50.0 app_file: app.py pinned: false short_description: Read-only monitor of a MarketFM paper-trading agent --- # DeepQuant A transparent, **read-only** monitor of an agent that trades the **MarketFM Tactical** strategy on an Alpaca **paper** account. Phase 0 shows the live account — equity, cash, today's P&L, open positions, and an equity curve vs the S&P 500 — auto-refreshing every 30 minutes. This page only *observes*: it contains no order-placing code and cannot trade. Execution is handled in a later phase by a separate, guardrailed scheduled agent (paper-only, long-only, position-capped). **Roadmap:** P0 read-only monitor → P1 dry-run rebalance preview → P2 paper execution → P3 MarketGuru narration + scheduled weekly agent → P4 reconciliation & drift alerts.