πŸŽ›οΈ AI Momentum Trader β€” Config Builder

Flip the toggles, watch the code build itself on the right, hit copy, and paste it between the two CONFIG BUILDER PASTE markers at the top of momentum_trader.py. That's the whole edit.

⚠️ This bot trades real money with no approval prompts. Options can go to zero. Degen mode bets your entire balance on one idea. Not financial advice. Start with money you can fully afford to lose.

1 Β· Risk profile

How much it bets, how picky it is, how the stops behave.
πŸ›‘οΈ Conservative
25% of cash Β· tight stops
βš–οΈ Normal
50% of cash Β· sane default
πŸ”₯ Degen
100% full port Β· max risk
πŸ”§ Custom
every knob yours
Deploy fraction (how much of settled cash per trade)
Min day move to qualify (%)
Beta floor (0 = off)
Warm-up after open (minutes)
Stock: initial stop (%)
Stock: trail under peak (%)
Option: initial premium stop (%)
Option: premium trail (%)
Option: target delta
Option: expiry window (DTE min–max)
Daily loss circuit breaker ($)
Show the advanced knobs for this profile
Tweaking any knob switches you to Custom automatically.

2 Β· What it trades

Stocks, single-leg options, or let the AI choose per pick.
πŸ“ˆ Stocks only
🎯 Options only
🀝 Both β€” AI decides

3 Β· The AI brain

Who makes the daily pick. Execution always runs through Claude Code + the Robinhood MCP.
Claude (no API key)
OpenAI
Grok
Gemini

4 Β· Universe β€” what it's allowed to pick from

Keep them liquid. In options mode, wide spreads on illiquid names will eat you. Click a tag to remove it.

5 Β· Your standing instructions to the AI (optional)

Added to every pick prompt. Plain English.

6 Β· Account & extras

Your generated config

Then: open momentum_trader.py, select everything between the >>> CONFIG BUILDER PASTE STARTS/ENDS HERE <<< markers, and paste. Save. Done.