The problem
Building an algorithmic trading strategy requires coding skill most retail traders don't have, and no mainstream marketplace lets a non-developer design a strategy visually and put it in front of other traders. Existing tools are either code-first or too simplified to express real entry, exit, and risk logic.
The concept
StratForge is a visual canvas for building a real trading strategy — trading style, pairs, timeframe, risk profile, drag-block entry/exit conditions, and session filters — that compiles to genuine Pine Script rather than a simplified internal format, plus a marketplace for sharing and eventually monetizing what's built.
Available today
A real 8-step builder backed by a genuine, quality-checked AI generation pipeline:
- A drag-block builder covering 12 parameterized condition types, stop-loss/take-profit/trailing exits, and session filters.
- A multi-model generation pipeline — a first draft from one model, validated for real Pine Script syntax, with an automatic rewrite by a stronger model if the draft is weak — plus generated strategy documentation, a plain-English action plan, and a backtest checklist.
- Server-enforced subscription tiers — a Supabase edge function checks plan and monthly generation quota against actual usage before any generation runs, with a previously-open privilege-escalation hole already closed at the database level.
- A database-backed marketplace with curated seeded strategies, falling back to a static list only if the table is empty.
Upcoming features
The builder and generation engine are real; the monetization and execution layer is the next phase, already labeled "Coming Soon" on the product itself:
- Payment and payout integration for the strategy marketplace — no payment provider is wired in today.
- Bot deployment, live signal alerts, and a trade journal.
- A backtesting engine against historical price data.
- Exchange connectivity (Binance/Bybit/OKX) — currently a selectable option in the builder UI without a live order-routing connection.
Who it's for
- Retail traders who want to design a real strategy visually, without writing Pine Script by hand.
- Strategy creators looking to publish and eventually monetize what they build.
- FinTech communities evaluating a no-code strategy-authoring layer.
Platform and stage
React 19 + Vite + React Router client, Supabase (Postgres, Auth, Edge Functions). Stage: MVP Live — the builder and AI generation pipeline are real, tier-gated, and server-enforced; marketplace monetization, exchange connectivity, and backtesting are the roadmap.