Analysis updated 2026-05-18
Run a hands-off daily momentum trading bot on a real Robinhood account.
Let an AI model pick one stock or options trade per day while Python code enforces stop losses and position sizing.
Get a Telegram notification whenever the bot buys or sells a position.
| merjua14/ai-momentum-trader | 1ncendium/aibuster | aaronmayeux/ha-hurricane-tracker | |
|---|---|---|---|
| Stars | 5 | 5 | 5 |
| Language | Python | Python | Python |
| Setup difficulty | hard | moderate | easy |
| Complexity | 4/5 | 3/5 | 2/5 |
| Audience | general | ops devops | general |
Figures from each repo's GitHub metadata at analysis time.
Requires a funded Robinhood account with agentic trading enabled, Claude Code CLI login, and a computer running continuously during market hours.
AI Momentum Trader is a Python bot that places one AI-picked stock or options trade a day on Robinhood, running unattended with real money. You choose a risk profile, whether it trades stocks, options, or both, and which AI (Claude, OpenAI, Grok, or Gemini) picks the trade, each with a single word setting. The AI only decides what to buy. Everything that touches your money, including position sizing, stop losses, a daily loss breaker, and an options expiry guard, is handled by plain, readable Python code rather than the AI itself. The README is upfront that this is an experiment, not a reliable way to make money. It trades with no approval prompts so it can run on its own, options positions can lose their entire value, the riskiest "degen" profile bets your whole account balance on one trade, and positions are held overnight where news or price gaps can trigger losses beyond any stop loss. The code is unaudited and the AI's picks can simply be wrong. The author states clearly this is not financial advice and comes with no warranty. Under the hood, your own computer checks the market every minute during trading hours. It reads your Robinhood account, price quotes, and options data through a Robinhood-provided connection, asks your chosen AI for one trade idea with a direction and confidence level, applies its own risk rules, places the order, and can optionally text you on Telegram when it buys or sells. Nothing runs in the cloud. Setting it up requires Python 3.9 or newer, the Claude Code command line tool logged into your Anthropic account, and a Robinhood account with agentic trading enabled, plus options approval if you want to trade options. Configuration is done either by editing a Python file directly or through a web-based Config Builder that generates the settings block for you to paste in.
An unattended Python bot that places one AI-picked stock or options trade a day on Robinhood, with deterministic Python code managing risk.
Mainly Python. The stack also includes Python, Claude Code CLI, Robinhood MCP.
No license information is provided in the README.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.