Running an Expert Advisor on a prop firm challenge sounds simple. You configure the EA, attach it to the chart, and let it trade. In practice, most EA traders fail their challenges not because the strategy is unprofitable, but because the EA is not configured correctly for the prop firm's specific rules.
This guide walks you through every step: choosing the right firm, configuring your EA, managing risk within the challenge rules, and what to monitor during the challenge period.
Step 1: Choose the Right Firm for Your EA
Not all prop firms have the same EA rules. Before purchasing a challenge, verify three things:
- EA support confirmed: check the official rules page, not just the homepage claim
- Drawdown type: static drawdown is more predictable for EAs than trailing drawdown
- News trading rules: if your EA trades around news events, some firms will flag it
For most MT5 EAs, FTMO and FundedNext are the most reliable starting points. Both use static drawdown, allow automated trading without pre-approval, and have clear documentation.
If your EA trades around high-impact news, consider FTMO's Swing account which has no news restriction, or Lark Funding which explicitly advertises no news restrictions.
Watch out for trailing drawdown
Trailing drawdown follows your equity high, meaning your available room shrinks as you profit. An EA that makes 5% then pulls back 4% on a trailing DD account may breach the limit even though it is still in profit from the starting balance. Always confirm the drawdown type before purchasing.
Step 2: Validate Your EA Before Starting
The biggest mistake EA traders make is starting a challenge on a live account with an EA that has never been properly validated. A prop firm challenge is not the place to discover that your EA has a 15% maximum drawdown.
Before spending money on a challenge, complete this validation process:
Run a 10+ year backtest on real tick data
In MT5: Strategy Tester → set modeling to "Every tick based on real ticks" → run from at least 2014 to present. This captures multiple market regimes including trending, ranging, and volatile periods.
Check the maximum drawdown in every individual year. If any single year shows more than 60% of the firm's max drawdown limit, the EA is too risky for that account size.
Check out-of-sample performance
Optimize your EA on data up to 2022. Then run it on 2023-2026 without touching the parameters. If the out-of-sample performance degrades significantly, the EA is overfit and will likely fail the challenge.
Run on a demo account first
Run the EA on a demo account at the same broker as your intended prop firm for at least 4-8 weeks before starting the challenge. Verify that live execution matches backtest behavior in terms of spread, slippage, and trade timing.
Step 3: Configure Risk Settings for the Challenge
This is where most EA traders make critical errors. The EA's default risk settings are almost never appropriate for a prop firm challenge.
Set risk per trade to 0.5–1% maximum
On a $100K account with a 5% daily drawdown limit, a single 1% loss trade costs you $1,000, leaving $4,000 of daily room. If your EA can have 4-5 consecutive losing trades in a day (which any EA can during a volatile session), you need that buffer.
Many experienced algo traders use 0.5% risk per trade on prop firm accounts, reserving the higher settings for personal accounts with less strict rules.
Build a daily loss hard stop into the EA
If your EA does not have a built-in daily loss stop, add one. When the account equity drops by 3-4% in a single day, the EA should stop placing new trades for the rest of that session. This gives you a safety buffer before hitting the firm's 5% limit.
Set a total drawdown alert at 7-8%
For a 10% max drawdown account, configure an alert or automatic stop at 7-8% total drawdown. This gives you time to pause and assess before breaching the limit. Some traders also reduce lot sizes by 50% once total drawdown exceeds 5%.
Step 4: Handle News Restrictions
Most prop firms restrict trading within 2 minutes before and after high-impact news events. If your EA does not have a built-in news filter, you have two options:
- Add a time-based filter, manually identify recurring high-impact events (NFP is always the first Friday of the month at 13:30 UTC) and block the EA during those windows
- Use a news feed integration, some MT5 EAs can connect to an economic calendar API and automatically pause during flagged events
The simplest approach for most EAs: add an input parameter for "block trading between X:XX and Y:YY on specific days" and configure it manually each week based on the economic calendar.
If managing news filters is too complex for your strategy, choose a firm with no news restrictions, or choose FTMO's Swing account which explicitly removes this requirement.
Step 5: Monitor During the Challenge
Running an EA on a prop firm challenge is not set-and-forget. You should check the account at least once per day:
- Current equity vs daily loss limit: how much room is left today?
- Current equity vs max drawdown: how much room is left total?
- Open positions: are any trades running into unusual drawdown?
- Upcoming news events: is the EA filtered correctly?
If you are running multiple strategies on the same account, track each strategy's contribution to total drawdown separately. One underperforming strategy can consume the room needed by the others.
Common Mistakes That Fail Challenges
These are the most frequent reasons EA traders fail prop firm challenges:
- Using default EA settings, most EAs ship with aggressive settings designed for personal accounts, not prop firm challenges
- No daily loss stop, one bad session on a volatile pair wipes the daily allowance
- No news filter, an EA opens a trade 90 seconds before NFP, gets flagged by the firm
- Overtrading to hit the profit target, increasing risk to reach the 10% target faster dramatically increases drawdown risk
- Starting on a Friday, weekend gaps can hit open positions before markets open on Monday
- Not verifying broker time, your news filter blocks the wrong hours because the broker clock differs from your local time
Pre-challenge checklist
- 10+ year backtest completed on real tick data
- Out-of-sample performance verified (2023-2026)
- 4+ weeks on demo at same broker confirmed
- Risk per trade set to 0.5-1% maximum
- Daily loss hard stop configured at 3-4%
- Total drawdown alert set at 7-8%
- News filter active and tested
- Broker time verified against news calendar
- Challenge started on a Monday morning
- Daily monitoring schedule set
Ready to choose your prop firm?
Compare EA-Friendly Firms →For firm-specific EA rules, see our detailed reviews: FTMO, FundedNext, and Blueberry Funded.
Already know which firm you want? Read our guide on best prop firms for EA trading in 2026.