On this page
Back to tutorials

FTMO Challenge EA — No Code (2026)

Build a conservative challenge-ready EA: H1 signals, news/session/spread filters, tight risk — export MQL5 and validate on Demo before evaluation.

📖 15 min read

📝 3,000 words

🏷️ MQL5 & Expert Advisors

Share this article:

Try the workflow from this guide

Open the live demo first — no signup. Sign up later to save your strategy and export from Code Generator.


FTMO Challenge EA — No Code (2026)

Can you build an EA for an FTMO challenge without coding?

Build a low-frequency, filtered EA in AlfaTactix Strategy Builder: Step 3 — e.g. MA Golden/Death Cross on H1; Step 4Economic Calendar noEvent + session + spread cap (news filter guide); Step 50.25%–0.75% risk per trade and stop logic with buffer under firm limits; export → compile → backtestDemo on challenge server. Official rules: FTMO trading objectives — always verify live terms.

Disclosure: Educational build guide by AlfaTactix. Not affiliated with FTMO. For drawdown formulas and MQL5 guards, see Prop Firm EA Rules — we do not repeat that full rulebook here.

Related guides: News Filter — No Code · Convert Manual Strategy · EA Risk Management · Deploy EA · EA Strategy Library


What an FTMO-Style Challenge EA Must Do

Challenge accounts fail on risk mechanics, not only bad signals. Your exported EA should encode habits you would follow manually:

GuardWhy firms careBuilder layer
Daily loss capOne bad day ends the challengeStep 5 account protection / conservative sizing
Max overall lossEquity drift over weeksStep 5 + avoid revenge sizing
News blackoutRule violations + slippageStep 4 Economic Calendar
Controlled frequency“Gambling” flags on few huge daysH1/H4 signals, session filter
Symbol & hoursOff-market or illiquid tradesStep 2 timeframe + Step 4 session

Public examples (verify on FTMO FAQ) often cite ~5% daily and ~10% max loss objectives — program your EA below those thresholds.

Deep dive on AccountInfoDouble guards and Calendar API: Prop Firm EA Rules.


Challenge EA Recipe (Conservative Trend)

Starter recipe many challenge traders test first:

ComponentSetting
SymbolEURUSD or firm-allowed major
TimeframeH1 (Step 2 + Step 3)
EntrySMA Golden Cross buy / Death Cross sell — MA crossover guide
FiltersLondon–NY session, spread max 25–35 points (broker-dependent), noEvent calendar
Risk0.5% per trade, SL 20–30 pips or ATR-based, one position at a time
Target behaviorSteady small edges, not lottery days

Swap RSI instead of MA: RSI OB/OS — No Code — keep the same filter stack.


Step by Step in Strategy Builder

Step 1 — Strategy information

Name: FTMO Challenge H1 MA v1 — version when you change rules.

Step 2 — Timeframes

Enable H1 only for v1. Add H4 bias later via Advanced MTF & Filters.

Step 3 — Signals (MA example)

Buy tab — H1:

  • Indicator SMA
  • Condition Golden Cross, Period 10 (slow 20 auto)
  • Confirmation 2

Sell tab — H1:

  • Death Cross, same period/confirmation

Step 4 — News filter and session for challenges

Minimum filter stack:

  1. Market session — London + New York overlap (align server time with broker — see Advanced filters)
  2. Spread — max spread input for your broker’s EURUSD
  3. Economic CalendarnoEvent, impact High, currencies USD + EUR, events GDP/CPI/Interest Rate — full UI: News Filter — No Code

Step 5 — Risk settings for funded challenges

SettingChallenge-oriented value
Risk per trade0.25% – 0.5% (not 2%+)
Stop lossFixed pips or ATR — EA Risk Management
Max concurrent trades1
Daily loss stop (if in plan)4% – 4.5% buffer under 5% rule

Step 6 — Save, export, attach

Save → Code Generator → compile → attach to Demo account that mirrors challenge leverage and symbol list.


Backtest, Demo, and Rule Disclaimer

PhasePurpose
Strategy TesterSignal + filter logic; Every tick; realistic spread
Demo on challenge brokerSpread, execution, daily reset behavior
ChallengeOnly after stable Demo weeks

Limits:

  • Tester may not model firm trailing drawdown on closed P/L or compliance dashboards.
  • News calendar in Tester ≠ every live broker event mapping.
  • Passing backtest does not predict passing FTMO — read Strategy Tester vs Live.

CFTC note: The CFTC advisory on prop firms reminds consumers to read terms carefully — treat challenges as high-risk education, not guaranteed income.


Next Steps

TaskResource
Code-level loss + news guardsProp Firm EA Rules
News filter UINews Filter — No Code
Turn discretionary rules into EAConvert Manual Strategy
Consistency habits (daily trade caps)Prop Firm Consistency EA — No Code
VPS / 24h operationVPS for Expert Advisor
Go live checklistDeploy and Maintain EA

Before you buy a challenge seat: In the live demo, set Step 5 Max Daily Drawdown one point below your firm's limit and Max Daily Trades to what you actually follow on a good day — run Demo two weeks. If the EA stops you on the days you would have broken rules anyway, export; if not, tighten filters before paying evaluation fees.

Build this EA in Strategy Builder

Start in the live demo — no signup required. Walk through signals, filters, and risk. Create a free account only when you want to save and export MQL5.

Frequently Asked Questions

Yes — for rule-based strategies. In Strategy Builder, use conservative signals (e.g. MA crossover or RSI), Step 4 news/session/spread filters, and Step 5 tight risk. Export MQL5 and test on the same symbol and account type as the challenge. Read official FTMO trading objectives and our Prop Firm EA Rules for guard details.

Prop Firm EA Rules covers daily/max loss math and MQL5 code patterns. This article is the build workflow in Strategy Builder for a challenge-ready EA — not a copy of firm legal terms.

Lower frequency: H1 trend following (MA crossover no code) or RSI mean reversion with strict filters — not M1 scalping unless you already pass with that style (Scalping EA).

Most funded programs restrict or penalize trading through high-impact news. Add Economic Calendar noEvent on Step 4 — News Filter — No Code.

No. Strategy Tester does not replicate firm dashboards, trailing drawdown on closed equity, or compliance bots. Use Tester for logic, then Demo on challenge conditions. See Strategy Tester vs Live.

Many traders use 0.25%–0.75% per trade with a buffer under daily/max loss limits (e.g. stop EA at 4.5% daily if the rule is 5%). Set Step 5 accordingly; verify limits in your firm PDF — not in this marketing article.

Try Strategy Builder — no signup

Try Strategy Builder — No Signup