DeepQuant / README.md
s-ttp's picture
Upload folder using huggingface_hub
c174e7c verified
|
Raw
History Blame Contribute Delete
881 Bytes
---
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.