Live demo · simulated market
Read the architecture Agentic trading loop, running live
A momentum-breakout agent watching a simulated AAPL feed. It proposes trades; a deterministic guardrail approves or blocks them; fills are paper-only. Flip the kill switch and watch the loop respect it.
Live quotes come from Finnhub during market hours when a server key is set; otherwise the feed is simulated. Paper fills only — nothing here connects to a broker or is financial advice.
Session bar 0/240 · 09:30 · streaming
Paper equity
$25,000
Realized P&L
$0
Unrealized P&L
—
▲ flat
Win rate
—
Guardrail state
Armed
▲ max loss $500 · max 6 trades
AAPL · 1-min (simulated) Price VWAP +1·ATR band▲ entry / target▼ stop
Agent pipeline log
09:30FEEDConnected to simulated AAPL (Apple) 1-min feed (seed 20260717). Indicators warm after 40 bars of backfill.
Fills
No trades yet — the agent is waiting for a breakout above VWAP + 1·ATR on elevated volume.
The guardrail is plain code that runs after the agent and before execution: kill switch, circuit breaker, position size, trade count, cooldown, and daily-loss checks. The agent can only ever propose.