I’d like to share an idea about a possible web app called **Vibe Trading**, and I want to sanity-check the idea with you before I write a single line of production code.
**The idea (high level):**
Anyone can create trading bots and strategies just by *describing the idea in words*.
Instead of coding Python, you’d write something like:
>
Behind the scenes, AI coding agents (Gemini CLI / Claude Code–style agents) would:
* Turn that description into a structured trading strategy
* Generate clean Python code
* Run it on a proven open-source Python backtesting engine
* Return real metrics (PnL, Sharpe, drawdown, win rate, fees, etc.)
**What the app would allow:**
* Create strategies from plain English
* Save & version strategies
* Re-run backtests with different parameters
* Compare results across ideas
* (Later) connect to live trading APIs
**Why I think this might be interesting:**
A lot of people have trading ideas but never test them because backtesting frameworks are painful, technical, or time-consuming. This lowers the barrier to “idea → numbers”.
⚠️ **Important:** This is **not built yet**.
If there’s real interest, I’ll build it.
👇 **Reddit vote time:**
* **Upvote** if you’d try this
* **Comment** if you think it’s useless / dangerous / genius
* **Share** if you know someone who’d YOLO harder with backtests