How it works
The bot runs on a schedule. On each tick it pulls a situation report (account, positions, exit flags, headroom), then acts:
- Research ticks gather RSS + HackerNews + web signals, rank candidates, and open positions within the daily deploy headroom.
- Fast ticks re-evaluate every open position — any hard stop or take-profit is sold automatically; broken theses are exited on judgment.
- Daily ticks write a reflection and produce the day’s video.
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.