📈 Backtested on real historical data · No coding required

Generate an MT5 Expert Advisor
from one sentence — no coding

Describe your strategy in plain English. Watch AI turn it into a flowchart, backtest it
against years of real market data, and score it honestly. Unlock your Expert Advisor only when you like what you see.

"Buy on EMA golden cross, sell on death cross, ATR stop" "RSI oversold bounce, London session only" "Chase gold when it breaks the 55-bar high"

No credit card · Free credits cover a full run · Backtest reports are never paywalled — you pay only to unlock the EA

See how it works ↓
SEE WHAT YOU GET

See exactly what you get

This is not a mock-up. It is the output of a real backtest: BTCUSD · H4 · MACD trend + ADX filter (a built-in template you can reproduce in one click)

① Strategy flowchart
MarketBTCUSD · H4
EntryMACD cross up & ADX > 25
ExitStop ATR × 2 · Target 3:1 reward-risk
SizingRisk 1% of balance per trade

Every boxed number is editable — change it and re-run

② Backtest report card
Out-of-sample →
+40.2%Return 2.05Profit factor 1.57Sharpe 6.8%Max drawdown B

Minute-level real data + honest out-of-sample testing. Bad strategies get bad grades.

③ Expert Advisor delivery bundle
🤖 MACD_Trend_ADX_Filter.mq5 272 lines · compiles clean
⚙️ Parameter preset .set one-click load
📖 Installation guide .html beginner-friendly
void OnTick() {
   if(bt == g_lastBar) return;   // evaluate on new bar
   ComputeIndicators();
   ManagePosition(i);            // breakeven → trailing
   SignalExits(i);
   TryEnter(i);                  // MACD × ADX signal
}

Follow the guide, click through — running on your MT5 in 5 minutes

HOW IT WORKS

From idea to Expert Advisor in three steps

1

Describe your idea

No programming, no MQL5. Explain your strategy like you would to a friend. AI translates it into a clear strategy flowchart where every parameter can be edited in place.

2

Watch it get verified

One-click backtest: real historical bars simulated one by one, the equity curve drawn live in front of you — Sharpe, profit factor, max drawdown and an A–F grade at a glance. Not happy? Tweak a number and run it again.

3

Unlock the EA — only if you like it

The full backtest report is always visible, never blurred. If the results earn your trust, unlock the bundle: EA source code + parameter preset + a beginner-proof installation guide.

WHY AN EA

What is an EA, and why trade with one?

An EA (Expert Advisor) is an automated trading program that runs inside MetaTrader 5: hand it your rules and it watches the market, enters, and manages stops for you. Sounds like it needs coding? It doesn't — generating the EA is exactly what this site does for you. You bring the idea.

🧠 Takes emotion out of trading

Fear takes profits too early, greed lets losses run, and revenge trading digs the hole deeper. An EA only knows the rules — what runs live is exactly what was verified in the backtest.

⏰ You need sleep. Markets don't.

Signals love to show up during the London open or the New York session — your 3 a.m. An EA watches the chart 24 hours a day: in when it should be in, out when it should be out.

📏 Discipline, 100% consistent

Manual trading follows the rules on Monday and finds excuses by Friday. An EA never decides "this time is different" — so the data, not your mood, judges whether the strategy works.

🔍 Even losses make sense

Only a strategy written as explicit rules can be backtested and reviewed. Every entry and exit has a reason you can inspect, so improvement has a direction instead of guesswork.

Honest note: an EA cannot guarantee profits — it guarantees faithful execution. Whether the strategy itself is any good is what backtesting and demo accounts are for. That is exactly why the three-step flow above exists.

FEATURES

What you get

🗣 Ideas straight to strategies

Moving averages, RSI, MACD, Bollinger, channel breakouts and more — plus session filters, trailing stops and breakeven moves. Multi-timeframe "triple screen" setups supported. Plain language is enough.

📊 Backtests with teeth

Years of real minute-level history, stops and targets checked at M1 precision, with an out-of-sample segment automatically held back for an honest exam. Bad strategies get bad grades.

🔁 Backtest and EA share one source

The backtest engine and the EA are generated from the same strategy spec — what you tested is what you run. Every EA is compile-verified in MetaEditor before delivery.

📦 Beginner-proof delivery

EA source + one-click parameter file + an illustrated installation guide that names every menu to click. No technical background needed.

WHY TRUST IT

The fine print, up front

✅ Backtests run on real historical prices (minute-level), not simulated numbers.

✅ Every backtest automatically holds back an out-of-sample segment scored separately — overfit strategies can't hide.

✅ If a strategy deserves an F, it gets an F. We charge for tools, not for get-rich fantasies.

⚠️ Past performance does not guarantee future results. An EA is a tool, not a money printer — and that sentence ships inside every file you download.

DO THE MATH

Do the math: what is this worth?

🏪 Buying a ready-made EA

Popular EAs on the MQL5 Market routinely sell for hundreds of dollars, with monthly rentals of $30–$200 — and what you get is a black box you can't modify: no idea what's inside, and when it stops working you buy another one.

🛠 Generating your own here

For about $29.99 you turn your own idea into a backtested EA: full source code, every parameter editable, logic fully transparent, resale allowed — an asset you own, not a black box you rent.

🧺 A basket of EAs, thinner risk

Experienced traders never bet on a single strategy: 3–5 EAs across different symbols and logics smooth each other's equity curves and shrink total drawdown. Building the whole basket here costs less than renting one black box for a month.

Advanced exits: beyond running it yourself, a strategy that performs can be listed for sale on the MQL5 Market, or connected to platforms like Darwinex to attract investor capital and earn performance fees — your EA has more than one way to pay you.

PRICING

Start free, pay only when satisfied

Free trial

$0
  • 40 credits on sign-up
  • Enough for a full run: flowchart + seven backtests
  • Backtest results fully visible, never blurred
  • No credit card required
  • Enough to fully evaluate a strategy; unlocking an EA needs 100 credits — that's what the packs are for
FAQ

Questions you might have

I can't code at all. Can I use this?

Yes. There is not a single line of code in the whole flow: describe the idea → edit numbers on a flowchart → read the backtest → download the EA and follow the guide. The guide is written down to "which menu to click".

I've never used an EA before. Is it hard to set up?

No. Every EA ships with an illustrated installation guide that walks you from "open MT5" to "drop the file in this folder", all by mouse, about 5 minutes. We also recommend running it on a free demo account first to watch its behavior risk-free.

Can I trust the backtest results?

We simulate bar by bar over years of real minute-level data, check stops and targets at minute precision, and automatically reserve a stretch of market the strategy has never seen for separate scoring. But remember: even the most rigorous backtest describes the past — it does not guarantee the future.

How is this different from asking ChatGPT?

ChatGPT hands you a block of code that you must verify, backtest, debug and compile yourself. This is an end-to-end pipeline: strategy, backtest, score, EA and install guide are all generated from one spec and compile-verified. Your only job is deciding whether you like the strategy.

Which symbols and timeframes are supported?

Currently 14 symbols: major FX pairs (EURUSD, GBPUSD, USDJPY, EURJPY, GBPJPY, AUDJPY and more), gold and silver, Bitcoin/Ethereum, and four major indices (US500, NAS100, US30, GER40) — with more coming. Timeframes M5 through D1. Generated EAs target MetaTrader 5 (MT4 no longer issues new broker licenses, so we don't plan to support it).

Multi-timeframe (triple screen) is supported: classic setups like "H4 trend filter + H1 entries" can be described in one sentence. Higher-timeframe indicators only use closed higher-timeframe bars (no look-ahead), and the backtest and the EA share the same alignment rule. One constraint: indicator timeframes must be equal to or higher than the chart timeframe — higher timeframes steer direction, the chart timeframe handles entries and exits.

Can anyone else see my strategy ideas?

No. Your ideas, strategies and backtest results are private by default — never shown to other users, never sold, never used to train models. One thing you should know: when you use AI translation, your idea text is sent to a third-party LLM API for processing. If you'd rather keep it fully on-site, start from a template and edit it by hand — the idea never leaves. See the privacy policy.

How are credits spent?

Sign-up includes 40 credits. Rates: AI flowchart 5 / one backtest 5 / parameter sweep 3 per round (up to 30 rounds per sweep — e.g. stepping an ATR stop from 1× to 10×) / unlock an EA 100 (unlocked strategies can be re-downloaded forever). Three rules to know up front:

Backtests are billed per computation, regardless of profit or loss — a losing backtest costs the same. Its job is to tell you the truth, including bad news; we cannot and do not promise profitable results. Tweak and re-run as often as you like; each run bills separately.

AI translation works the same way — if the AI actually processed your input, it bills, including when it concludes "this can't form a valid strategy" and explains why. The more specific your description, the higher the first-try success rate.

System failures auto-refund — if an operation fails because of a network or service error on our side, the deducted credits come straight back. You don't pay for our problems.

What's the difference between free and paid credits?

Your account holds two balances, shown separately in the dashboard sidebar: paid credits (from sign-up bonus and top-ups) work for everything, including EA unlocks; free credits (subscribe to the monthly newsletter and 40 arrive automatically each month, capped at 120) cover AI flowcharts and backtests only — they cannot unlock EAs.

The spending order works in your favor: flowcharts and backtests draw from free credits first, touching your paid balance only when free runs out; EA unlocks draw from the paid balance only. Unsubscribe anytime with one click — credits already granted stay yours.

Why do my own MT5 backtests differ from yours?

That's normal, and inevitable. Four reasons: ① different data — we use Dukascopy history, your broker uses its own quotes; ② different timezones — we cut bars at UTC while most broker servers run EET (UTC+2/+3), shifting daily bars and session filters; ③ different spread and slippage models; ④ MT5's strategy tester generates ticks differently from our M1-precision simulation.

Judge a strategy by whether the trend and statistical profile match (direction, rough win rate, profit structure), not by trade-for-trade number alignment. A numeric gap doesn't mean the backtest was faked, and it isn't grounds for a refund — we'd rather say that clearly in advance.

Is this cheaper than hiring a programmer?

Not purely on price — simple MQL5 Freelance jobs start around $30, close to what a run costs here. The real difference is when you find out whether the strategy works: outsourcing means paying first and learning days later that it loses money. Here the backtest report is never paywalled — you see it before unlocking. See TradingWithEA vs hiring a programmer, which also covers when you genuinely should hire one instead.

Do I own the generated EA? Can I sell it?

It's entirely yours. Unlocking grants full ownership and commercial rights to the EA source: trade it live, sell it to friends, or list it on the MQL5 Market — no revenue share, no attribution required. One requirement: be honest with your buyers about backtest limitations (past performance doesn't guarantee the future) and don't sell "guaranteed profits" — that's both a compliance matter and protection for your own reputation. Full terms: Licence & Ownership.

Will an EA make me money?

Not necessarily — and any product that promises otherwise is lying to you. What we offer is the ability to turn ideas into verifiable tools, fast. Trading decisions and risk remain yours. Always test thoroughly on a demo account first.

Your strategy idea deserves one honest test

Sign up free — its first report card is five minutes away.

No credit card · Cancel anytime