The short answer
Most major prop firms allow Expert Advisors, the automated trading scripts that run on MetaTrader platforms, with one consistent catch: a short list of strategies is banned everywhere, and an EA that uses any of them will fail the account. The banned list is the real rule, and the headline permission is just the starting point (propnavi).
The four near-universal bans are high-frequency trading, latency or price arbitrage, account-to-account copy trading, and third-party account management, and I treat those as the fence around the EA permission. Everything inside the fence, meaning a systematic strategy that trades the actual market on its own timing, is broadly allowed.
I cover what an EA is, the universal bans, the firms that welcome automation in 2026, and how to run a bot without breaching on this page. The wider rules landscape is in the prop trading firms guide.
What an Expert Advisor actually is
An Expert Advisor, usually shortened to EA, is an automated trading program that runs inside MetaTrader 4 or MetaTrader 5 and executes a rules-based strategy without manual input. It can scan for setups, open and close positions, and manage risk on a schedule the trader codes once and then leaves alone.
The appeal on a funded account is obvious, because an EA removes the emotional and fatigue errors that fail most manual traders, and it lets a systematic trader run their edge at the firm's capital rather than their own. The firm's concern is the mirror image, since an EA can also execute prohibited strategies at machine speed before anyone notices.
I distinguish an EA from two things it is often confused with: a signal service, where a human calls trades you copy, and account management, where someone else trades on your behalf. The first is usually allowed, the second is universally banned, and an EA is neither.
The strategies every prop firm bans
The permission to run an EA never extends to the strategies on the prohibited list, and the list is remarkably consistent across the industry because the risks are the same for every firm. High-frequency trading is banned across the board, because sub-second activity exploits feed and server latency rather than trading the market (propnavi).
| Strategy | Status | Why firms ban it |
|---|---|---|
| High-frequency trading (sub-second) | Banned | Exploits feed and server latency, not the market |
| Latency / price arbitrage | Banned | Profits from broker price delays the firm has to absorb |
| Account-to-account copy trading | Banned | Correlated risk: one loss hits many funded accounts at once |
| Third-party account management | Banned | The firm contracted with you, not with a manager |
The common thread is that every banned strategy either exploits the broker's infrastructure or concentrates risk across accounts, and both threaten the firm's business model. A legitimate systematic strategy does neither, which is the line the table draws.
I read the list as a description of the strategies that do not work anyway once a firm's feed is cleaned up, because latency arbitrage only pays when price feeds disagree, and on a reputable firm's infrastructure they rarely do for long. The bans mostly remove edges that were never durable.
Which firms allow EAs in 2026
The list of firms that explicitly permit EAs has grown as the industry accepted that systematic trading is a legitimate edge rather than a loophole. FTMO and FundedNext both allow EAs within their prohibited-strategy rules, and The 5%ers is a long-standing pick for EA-led workflows (propnavi; profirmsdata).
Other firms confirmed to allow EAs in 2026 include Alpha Capital Group, Funding Traders, Lux Trading Firm, and Nordic Funder, though the rule set around what the EA may do varies by operator. The reliable check is the firm's official rules page on the day you pay the fee, because policies do change and the live terms govern, not a third-party summary.
I confirm the EA policy directly with the firm before I commit a bot to a challenge, since the cost of getting it wrong is a failed account and a forfeited fee. The FTMO review covers the detail for the firm most EA traders start with.
The fine print: commercial EAs and correlated risk
The hidden trap in "EAs allowed" is the commercial EA, meaning a widely-sold bot that hundreds or thousands of traders run on the same instrument at the same time. A popular EA puts a crowd into identical positions simultaneously, which is exactly the correlated payout risk the copy-trading ban exists to prevent (evtradelabs).
Firms detect this through trade clustering analysis, since the same entries and exits across many accounts leave a fingerprint that is easy to spot after the fact. Running a self-developed EA, or a commercial one you have substantially modified, is the practical way to stay clear of the cluster.
The deeper point is that a firm allows your edge, not a shared edge, because a shared edge is a liability rather than an edge from its side of the desk. I treat any EA I could not explain as uniquely mine as a breach risk, regardless of what the rules page says about automation in general.
How to run an EA without breaching the rules
The compliant EA is one that trades the market on its own timing and manages risk inside the firm's limits, which is the version of automation every firm permits. The first step is to ensure the bot respects the maximum drawdown rules, because an EA that blows through the daily or overall limit is a breach regardless of how it trades.
The second is to keep execution human-speed rather than sub-second, since the HFT ban is about timing as much as strategy. The third is to self-develop or heavily customise, so the trade fingerprint does not match a thousand other accounts running the same commercial bot.
I test every EA on a demo that mirrors the firm's conditions before I risk a challenge fee, because the worst time to discover a hard-coded martingale or an accidental tick-scalper is during the funded stage. The discipline is the same as manual trading, with the added step of auditing the code before it runs.
What happens if your EA breaks a rule
A breach is usually detected in the post-trade review rather than in real time, which means the account can run for days before the firm flags a prohibited pattern and closes it. The outcome is the same as any rule breach: the funded account is lost, and any profit from the prohibited strategy is withheld.
The defensible position is to keep the EA's logic documented and its execution transparently inside the rules, so a review finds a legitimate systematic strategy rather than a banned one. A trader who can explain every entry the EA took is in a far stronger position than one who ran a black box and hoped (propsurvivalengine).
I keep a short log of what the EA does and why, because the firm's review is the moment that documentation pays off. The screening that separates a firm that reviews fairly from one that uses reviews to deny payouts is covered in the guide to prop firm transparency standards.