Overview
WU BOT is a hosted agent framework for building, backtesting, and running autonomous trading strategies on Robinhood — across US equities and Robinhood Chain.
What it is
WU BOT wires an agent loop to the tools a trader actually uses: market data feeds, strategy scaffolding, backtest engines, order routing through Robinhood, persistent memory, and a shadow-account journal for behavior diagnostics.
The goal is not to remove your judgment from the loop. The goal is to make every research step runnable, inspectable, and easy to repeat — then, when you're ready, promote a strategy to a hosted live agent with hard risk limits.
Boundaries
WU BOT is built for research, simulation, and audit trails. Live trading is opt-in and paper by default — it runs only through a broker you authorize yourself (Robinhood Agentic Trading), within the limits you set, and you can halt it instantly. It holds no funds, runs no execution venue, and is not investment advice.
Core capabilities
- Natural-language CLI and hosted web workflows.
- Backtest engines for US equities, options, and Robinhood Chain pairs.
- Market data routing across Robinhood, Polygon, yfinance, and CCXT.
- Shadow Account and Trade Journal for post-trade behavior review.
- Committee-style multi-agent research swarms.
- MCP tools for Claude Desktop, Cursor, and other MCP clients.