AI-Powered Code Generation
Turn Trading Strategy Videos Into Trading Robots.
Upload a video → Download a trading bot for MT4, MT5, or Trading View.
Make revisions with AI or Get the source code. No coding required.
Simple Process
How It Works.
BUILDING
The assembly line.
A continuous loop of what we actually do: analyze audio and video, write the code, compile the file.
01 · SOURCEyoutube.com
02 · ANALYZINGthe strategy
Analyzing audio
Analyzing Video
03 · WRITINGEA.mq5
You've built 0 EAs this month·avg build time 0m 0s·0/50 revisions used
Dashboard
One dashboard.
For every EA you build.
01
Paste a YouTube link. Any strategy video works: Forex, crypto, indices, any language.
02
Track every EA build in real time. Stage-by-stage logs, compile status, and ETAs.
03
Your full library, searchable and sortable by platform, status, or date.
04
Expert plan includes full MQL source alongside the compiled binaries.
Workspace
Watch it build.
Ask to change anything, in plain English.
01
Chat live with the AI as it writes your EA. Every decision is visible.
02
It asks clarifying questions when your strategy is ambiguous. Never a black box.
03
Full syntax-highlighted code view for MQL5, MQL4, or Pine Script.
04
Every download lives forever. You never lose a working version.
Revisions
Bulk-revise multiple EAs with one rule. Credits refunded on failures.
01
Type a rule once ("skip NFP Fridays") and apply it to multiple EAs at once.
02
Batch-group your revisions. See which builds passed and which need attention.
03
Failed builds refund their credits automatically. You never pay for our mistakes.
04
Every version is permanent and never overwritten. Roll back to any v-number.
Settings
Set defaults baked into every new bot.
01
Set your defaults once: platform, risk per trade, trading days. They apply to every EA you generate.
02
Hard no-rules like "skip NFP Fridays" or "no martingale" get baked straight into every bot’s code.
03
Custom plain-English rules let you add personal trading principles EA Engine enforces for you.
04
Switch defaults off anytime to go back to per-EA configuration.
From Video to Production-Grade Code.
Get a compiled .ex5 or .ex4 EA for MetaTrader, or a .pine strategy for TradingView. Ready to deploy.
//+------------------------------------------+
//| EMA Crossover EA - MetaTrader 5 |
//| Generated by EA Engine |
//+------------------------------------------+
#property copyright "EA Engine"
#property version "1.00"
input double LotSize = 0.01;
input int FastEMA = 50;
input int SlowEMA = 200;
input int RsiFilter = 55;
void OnTick() {
double fast = iMA(_Symbol, 0, FastEMA, 0, MODE_EMA, PRICE_CLOSE, 0);
double slow = iMA(_Symbol, 0, SlowEMA, 0, MODE_EMA, PRICE_CLOSE, 0);
double rsi = iRSI(_Symbol, 0, 14, PRICE_CLOSE, 0);
if (fast > slow && rsi > RsiFilter && !HasOpenLong()) {
OrderSend(_Symbol, OP_BUY, LotSize, Ask, 3, 0, 0);
}
}
Built for Non-Coders.
Everything you need to go from watching a strategy video to a working trading bot.
No coding required.
Simple Pricing.
Start free. Upgrade when you’re ready. Cancel anytime.
FREE TRIAL
$0one-time
Try it once, no card needed.
- 1 EA generation
- 15 min max video
- Compiled EA (.ex4/.ex5) or Pine Script
- No expiry on trial EA
- Source code (.mq4/.mq5)
STARTER
$29/mo
For occasional automation.
- 5 EA generations/month
- 15 revisions/month*
- 15 min max video
- MT4, MT5 & TradingView (Pine Script)
- Compiled EA (.ex4/.ex5) or Pine Script
- 500MB upload limit
- Email support
- Source code (.mq4/.mq5)
MOST POPULAR
PRO
$99/mo
Most popular for active traders.
- 15 EA generations/month
- 50 revisions/month*
- 30 min max video
- MT4, MT5 & TradingView (Pine Script)
- Compiled EA (.ex4/.ex5) or Pine Script
- 1GB upload limit
- Revision add-on packs available
- Priority email support
- Source code (.mq4/.mq5)
EXPERT
$249/mo
Full access for serious traders.
- 30 EA generations/month
- 100 revisions/month*
- 60 min max video
- MT4, MT5 & TradingView (Pine Script)
- Compiled EA (.ex4/.ex5) or Pine Script
- Full .mq4 / .mq5 source code
- Live code streaming
- 2GB upload limit
- Priority support
Add-On Packs
Top up revisions or EA generations without upgrading your plan.
Available to all paid plans. Credits never expire and don't reset monthly.
Single Revision
$5
1 credit
$5.00/ea
BEST VALUE
10-Pack
$45
10 credits
$4.50/ea
20-Pack
$80
20 credits
$4.00/ea
*One revision = one complete request + response cycle, including up to 5 optional screenshots. The revised EA is recompiled and delivered as a new .ex4, .ex5, or .pine file.
Subscriptions renew automatically. Cancel anytime before the next billing date.
Subscriptions renew automatically. Cancel anytime before the next billing date.
FAQ
Everything you need to know about EA Engine.

