By William Harris ยท Reviewed for current rules on
How to Pass a Prop Firm Challenge with an Expert Advisor โ Full Strategy
Phase 1: Pick the right firm for your EA
Different firms favor different EA archetypes. Don't pick a firm by economics first and then squeeze the EA to fit; pick by EA-archetype-fit first.
For low-variance trend or breakout EAs (max daily backtest loss under 3%): any major firm works. FTMO for maximum reliability, FundedNext for tightest economics, TFT for the Eightcap broker quality. Pick by secondary preference.
For higher-variance EAs (max daily backtest loss 3-5%): TFT Royal is the unique fit. Its removed daily-loss limit accommodates EAs that would fail standard models. Pay the Royal premium fee โ it's positive expected value for these EAs.
For scalping EAs (sub-30-second hold times, frequent trades): TFT Royal is essentially the only option. FTMO and FundedNext daily limits eliminate scalpers within 30 days regardless of long-run profitability.
For grid/martingale EAs: don't attempt prop firms. The architecture is structurally incompatible with overall drawdown limits. The single losing sequence eventually exhausts the 10% overall budget. No firm accommodates this.
For news-trading EAs: FundedNext Standard or TFT Standard (not Express, not Royal). The spread environment on these firms' brokers is adequate for news strategies. Avoid Express / Rapid models which have news restrictions.
Phase 2: Configure the EA for prop firm constraints
Start from your retail-account configuration (the .set file used on IC Markets, Pepperstone, etc.) and apply five adjustments:
(1) Halve the risk-per-trade. If the retail default is 1%, set 0.5%. The halving creates buffer for execution friction and reduces daily-loss probability dramatically. The trade-off โ slower profit accumulation โ is acceptable because prop firms have unlimited evaluation duration in 2026 rules.
(2) Enable the strictest news filter. Most reputable EAs have a built-in filter; ensure it's set to 'high impact' events with 30+ minutes before and 15+ minutes after. If your EA lacks a news filter, run a separate news-watcher EA in parallel that disables global AutoTrading during news windows.
(3) Add explicit weekend handling. The EA should close all positions 60 minutes before Friday close and disable new entries until Sunday's session open. Most EAs have a WeekendBuffer or similar input; configure it.
(4) Cap concurrent positions. If the EA allows N simultaneous trades, halve N to constrain portfolio-level daily risk. The cumulative exposure when all positions go bad simultaneously must stay well under the firm's daily-loss limit.
(5) Self-impose a 3% daily-loss cap inside the EA. Most EAs have a 'MaxDailyDrawdown' input; set it to 3% โ well under the firm's 5%. When the EA hits 3% loss, it disables further trades for the day. This gives 40% buffer against the firm's hard limit.
Phase 3: Pre-validate on a 30-day demo of the firm's broker
The single highest-leverage step before paying the challenge fee. All major firms (FTMO, FundedNext, TFT) offer free demo accounts that mirror the actual challenge account's broker conditions. Use them.
Deploy the EA with the prop-firm-tuned .set on the demo for 30+ days. Observe:
- Does the EA produce signals at the expected frequency? If trades are 2-3x more frequent than backtest, the live broker's tick stream differs meaningfully from the backtest data source.
- What's the average daily P&L distribution? Calculate mean ยฑ std dev. If daily losses are larger than backtest predicted, the live execution friction is significant โ re-tune.
- Does the news filter actually trigger during high-impact events? Watch for NFP/FOMC dates in the 30-day window; verify the EA pauses appropriately.
- Are stops filling near where the EA places them? Significant slippage past stops means widening MaxSpread or moving to a different firm.
If the 30-day demo passes all four checks AND the EA reaches at least 2-3% cumulative profit, pay the challenge fee. If any check fails, fix before depositing. The $300-1000 fee is real money to forfeit on an EA that won't pass.
Phase 4: Execute the challenge with zero manual intervention
Once the challenge starts, do nothing differently. The EA runs; you watch.
Daily routine: 5 minutes morning check (yesterday's P&L, today's market context, scheduled news), 5 minutes evening check (any open positions, any errors in EA log). No more than 15 minutes per day on prop firm activity.
What NOT to do during the challenge:
- Don't open manual trades to 'catch up' if the EA is slow to target. Manual trades produce results different from the strategy that was backtested and pre-validated. They are a coin flip; you don't have time for that in the evaluation.
- Don't disable filters because 'a good opportunity is coming'. The filters exist because the bad opportunities are statistically more likely than the good ones at the filter trigger threshold.
- Don't add more EAs partway through. Each new EA introduces new failure modes you haven't validated. Stick with the EA(s) you started with.
- Don't trade unscheduled high-impact events (geopolitical news, central bank surprise actions). Manually pause AutoTrading 30 minutes before any unscheduled major event you become aware of.
Pause discipline: if daily drawdown hits 3% (60% of the firm's 5% limit), consider manually disabling AutoTrading for the rest of the day. Better to lose 6 hours of trading than to fail the challenge. Re-enable next session.
Most successful EA-driven challenges complete in 15-25 trading days. If you're not on track at day 30, you're probably not going to make it โ review whether the EA's edge is actually working in current market conditions and consider attempting again with a different EA or different market regime.
Phase 5: Protect the funded account
Most funded accounts are closed within 6-12 months of funding because traders dial up risk after passing. Don't be that trader.
The funded account has the same daily-loss (5%) and overall-loss (10%) limits as the challenge. The only thing that changed is: profit target removed, you keep 80-90% of profits, payouts process fortnightly or weekly.
Maintain the same conservative configuration that earned the funded status. Specifically:
- Same EA, same .set, same magic numbers. Don't 'optimize' the EA for the funded account; the configuration that passed is the configuration that should run.
- Same 0.5% per-trade risk. Resist the temptation to scale to 1-2% because the funded account 'isn't your money'. The daily-loss limit kills the account either way; conservative risk just means it kills it slower.
- Same news filter. The reason for the filter (preventing spread-spike stops) is unchanged in funded status.
- Same monitoring discipline. Daily check, pause at 3% drawdown, never override EA decisions manually.
Funded accounts that maintain this profile typically last 18+ months and generate 6-10% monthly returns across the period, yielding total payouts of 50-100% of initial fund. Accounts that scale risk aggressively typically last 6-9 months and yield 20-40% of initial fund before closure.
Common reasons EAs fail the challenge
- Skipping the 30-day demo pre-validation to save time. Most failures trace to mismatches between backtest assumptions and live broker conditions that demo would have surfaced.
- Manual trade intervention during the challenge. The strategy that was validated runs; everything else is gambling.
- Aggressive scaling on the funded account. The 5% daily limit doesn't care that the money is the firm's.
- Running multiple correlated EAs simultaneously without accounting for cross-correlation in portfolio risk math.
- Trusting vendor 'prop firm ready' marketing without independent backtest validation against the firm's specific broker.
- Not budgeting for multiple challenge attempts. Even prepared traders pass at 30%, not 100%. Plan for 2-3 attempts as expected cost.
Frequently asked questions
How long does it take to pass a prop firm challenge with an EA?
The 2023-2024 rule changes (unlimited evaluation duration at FTMO, FundedNext, TFT) removed time pressure. Faster doesn't mean better โ the conservative steady pace that produces 0.5% daily profit on average completes the 8% target in 16 days but with much higher pass rate than aggressive setups targeting 1-2% daily. Be willing to take the full available window if needed.
What's my chance of passing on the first attempt?
The math: at 30% pass rate per attempt, expected attempts to pass = 1 / 0.3 = 3.3 attempts. Total expected fees: 3.3 ร $500 = $1,650 for a $100k FTMO challenge. Against $5,000+ first-payout earnings, positive EV. At 10% pass rate per attempt (unprepared), expected fees = $5,000 to pass โ break-even at best. The difference between prepared and unprepared is the cost of two extra challenge attempts on average.
What if my EA stops working partway through the challenge?
Strategy temporary underperformance is normal โ 30-40% of months are losing months for healthy EAs. The challenge fails if the consecutive losing days exceed what the firm's rules accommodate, not if the EA underperforms relative to backtest. Distinguish between: (1) bad luck within expected variance โ keep going, (2) market regime change the EA isn't tuned for โ pause and re-validate, (3) genuine EA bug or broker incompatibility โ switch EA.
Should I run multiple challenges simultaneously?
Experienced funded traders often run 3-5 simultaneous funded accounts across firms for diversification. But that's after passing each one. Attempting multiple simultaneous challenges before any pass is operational overload โ you'll likely fail all of them. Sequential mastery: pass one, fund it, then attempt the next with the EA archetype tuned by the funded experience.
How much money should I budget for the prop firm path?
The budget is upfront capital you may not recover if all attempts fail. Treat it as tuition for the prop-firm path, not investment. The break-even comes if even one attempt passes โ first payout typically refunds the latest challenge fee and yields $1,000-3,000 net to the trader. Sustainable funded operation generates $200-2,000 monthly on top after that. The economics work if you're patient; collapse if you're impatient.
What if I fail a challenge โ should I retry the same firm or switch?
Use the failed attempt as data. Specifically: (1) when did the failure happen โ daily limit breach, overall limit erosion, or simply ran out of motivation? (2) what was the EA doing differently from backtest in the failure window? (3) was there a news event or unexpected market move? Diagnose root cause, fix it, retry. Failed challenges are tuition โ extract the lesson before paying again.