Every layer of an institutional desk, for one trader.
Research, execution, risk and ops are usually four teams. We collapse them into one workspace — built by traders, powered by AI, audited by you.
Plain-English to a versioned StrategySpec. Indicators, patterns, sessions, risk caps — declarative and validated, no code.
Tick-accurate simulation with modelled spreads, slippage, news lockouts and weekend gaps. 92k bars in <200 ms.
Real-time order execution to cTrader, MT5 and prop-firm bridges. 23 ms median fill latency.
Save, clone, edit, version and share strategy specs. Per-strategy attribution and replay.
Live ForexFactory feed wired into your spec. Per-currency blackouts, regex kill-switches.
cTrader Open API, MetaTrader 5, BlackBull, IC Markets, Pepperstone, Tickmill, Vantage — and every major prop-firm bridge.
Same engine. Every layer.
A single StrategySpec is consumed by the composer, the backtester, the replay engine, and the live executor. There is no “backtest version” vs. “live version” — they cannot diverge.
/* shared by every layer */
{
"version": 2,
"name": "NAS100 EA v9 PA",
"symbol": "NAS100",
"entryTimeframe": "1m",
"entryFill": "fvg_edge",
"minFvgPips": 4,
"exit": { "stopLoss": { "kind": "pips", "pips": 20 },
"takeProfit": { "kind": "rr", "ratio": 1.2 } },
"risk": { "perTradePct": 1, "leverage": 50, "dailyDDStopPct": 5 },
"sessions": [{ "name": "NY-AM", "startUTC": "13:30", "endUTC": "15:30" }],
"news": { "impact": ["high"], "avoidMinBefore": 15 }
}What you stop doing the day you switch.
cTrader, MT5, prop dashboard, broker chat — collapsed into one terminal.
Quant-AI emits the spec; engine runs it directly. No Pine, no MQL, no Python wrappers.
Spreads, slippage, weekend gaps, news lockouts modelled engine-side. What you see is what you trade.
ForexFactory feed wired into the spec. Sleep through NFP unless you opt in.
Strategies are versioned automatically; clone, edit, A/B without losing history.
P&L attribution by strategy, by symbol, by session — all live in the HUD.
Wired up. Audited. Ready to trade.
Private beta is rolling weekly. No card, no commitment.
Join the waitlist