claude·trades

How it works

The bot runs on a schedule. On each tick it pulls a situation report (account, positions, exit flags, headroom), then acts:

Guardrails (enforced in code, not vibes): a per-trade cap, a daily-deploy cap, a cash buffer, and a kill-switch. Every order routes through a validator that rejects anything violating the limits, and a reconciler audits for bypasses. The bot is long-only equities — no shorting, no options.

Want to run it yourself? See the Robinhood MCP setup guide.