EURUSD1.0842
AI Trading-Bot Studio

Build Trading Bots
In Plain English

QuantLab is a Windows desktop app for building trading bots in plain English. Generate code for MetaTrader 5, NinjaTrader 8, and TradingView. Compile and run MT5 DeepTests on your own PC, then review the results in the app.

Win x64 · the full studio + local compiler · create a free account

EURUSD · M15 · MQL5
PROMPT

EMA(12) crosses EMA(26), RSI>50, 1% risk, 40-pip stop.

GENERATED · MQL5
int OnInit() {
  emaFast = iMA(_Symbol,_Period,12,0,MODE_EMA,PRICE_CLOSE);
  emaSlow = iMA(_Symbol,_Period,26,0,MODE_EMA,PRICE_CLOSE);
  return INIT_SUCCEEDED;
}
NET
+$2,418
PF
1.84
DD
-9.4%
IP-protected code-genRuns on your MT5Instant preview backtestsFull source on Pro
How it works
01

Describe it

Chat your strategy or write code in the IDE.

02

It builds on your PC

Our AI generates the bot; the desktop app compiles & backtests it on your own MetaTrader.

03

Review & ship

Inspect the equity curve and trade list, then download the compiled bot or full source.

YOUR HARDWARE · YOUR EDGE
Your hardware, your edge

Backtests run on your machine, not a metered cloud

The installed QuantLab app brings your projects, editor, and test results together on your PC. It uses your MetaTrader 5 to compile and run MT5 DeepTests. QuantLab can help you install MT5 and open its demo account setup. Internet access is required for sign-in and AI services.

MT5 · NT8 · Pine

One studio, three platforms.

Hybrid backtests

Instant preview + MT5 DeepTest.

Demo-account setup

Complete the setup in MT5.

Own your code

Full source on Pro+.

Pricing

Choose your plan. Scale when it works.

Five tiers from $10 to $199. Elite supports your own AI key for uncapped builds.

Trial

$10 one-time

One month, $10, one-time. Kick the tyres, describe a bot and watch it build.

Entry

$25/mo

Ship compiled MT5 bots and test them for real.

Most popular

Pro

$50/mo

Full source and the code editor.

Studio

$99/mo

All platforms, heavy optimization, more concurrency.

Elite

$199/mo

Max limits, white-label, API access.

// GET STARTED

Your next trading bot is
one sentence away.