Library
at
Agents & MCP · 2026

agentic-trader

autonomous trading agent with deterministic guardrails; the strategy is a pluggable example

Dry-run live 06·23
15:45 ET scheduled run, weekdays
100% decisions journaled in dry-run
06·23 go-live date
dry-run journal: intended vs simulated fills dry-run journal: intended vs simulated fills risk-gate decision log for one session risk-gate decision log for one session signal backtest, walk-forward windows signal backtest, walk-forward windows

About

An autonomous trading agent whose safety comes from deterministic, model-independent guardrails rather than from trusting the model. A scheduled headless Claude Code session wakes at 15:45 ET on weekdays, computes a signal, and trades through Robinhood’s official Agentic Trading MCP, with every order first clearing a deterministic gate that can block it.

The strategy (an RSI(2) mean-reversion rule) is a pluggable worked example; the project is really about the harness. In dry-run it journals every decision: intended entries, simulated fills, and the gate verdict that allowed or blocked each one. Going live is a config change.

Liner notes

  • Runs unattended on launchd; no human in the loop at decision time.
  • Every trade gated by risk rules validated during the dry-run period.
  • Goes live June 23 on a dedicated account.

Credits

Runtime claude code · launchd
Broker robinhood agentic mcp
Signal rsi(2) mean-reversion
Status dry-run → live 06·23