Prop firms give traders access to large funded accounts in exchange for passing an evaluation challenge. The question every algo trader asks: can I use an EA to pass the challenge and trade the funded account?

The short answer: yes, most prop firms allow EAs. But there are rules and gotchas you need to know.

Which Prop Firms Allow EAs?

Most major prop firms allow Expert Advisors on MT5. Here's the current landscape:

Prop Firm EAs Allowed? Restrictions
FTMO Yes No HFT, no tick scalping
FundedNext Yes No HFT, minimum hold time varies
The Funded Trader Yes No HFT
MyForexFunds Yes Review may apply
True Forex Funds Yes No arbitrage
Topstep (Futures) Yes Platform-specific

"No HFT" means: No high-frequency trading strategies that open and close positions within seconds purely to exploit latency. Standard automated strategies — even scalping on 5M charts — are fine.

Always check current rules. Prop firm policies change frequently. Read their terms of service before starting your challenge.

Symbol Mapping on Prop Firms

This is the most common technical issue. Prop firms often use custom symbol suffixes:

When your TradingView alert sends "symbol": "EURUSD", your EA needs to find the matching symbol on the prop firm's MT5 server — whether it's called EURUSD, EURUSD.a, or EURUSDf.

A good EA handles this automatically through broker-agnostic symbol mapping. If yours doesn't, you'll need to manually configure symbol names in your alert messages to match the prop firm's naming convention.

Configuring Your EA for Prop Firms

Daily Loss Limits

Most prop firms enforce a daily loss limit (typically 5% of starting balance). Your EA configuration must respect this:

Set maximum positions: Limit concurrent open positions to 2-3 during the challenge. More positions = more simultaneous risk.

Use conservative lot sizes: During the evaluation, the goal is to pass — not to maximize profit. Risk 0.5-1% per trade instead of the typical 1-2%.

Always use stop losses: A trade without an SL can blow through the daily loss limit in one move.

Maximum Drawdown

Prop firms also have a maximum overall drawdown (typically 10% from starting balance or highest equity):

Use breakeven aggressively: Move to breakeven at a smaller profit threshold than you normally would. During the challenge, protecting capital matters more than maximizing gains.

Close before weekends: Gap risk on Monday opens can cause drawdown. Consider closing all positions before Friday close during your evaluation.

Profit Target

You need to hit a specific profit target (typically 8-10% for Phase 1, 5% for Phase 2):

Don't rush it: You usually have 30 days. Trying to hit 10% in 3 days means taking oversized risks. Aim for 0.5-1% daily gain and let it compound.

Use partial take profit: Lock in gains at multiple levels to steadily build toward the target.

{
  "action": "alertX",
  "symbol": "EURUSD",
  "magic": 8001,
  "direction": "BUY",
  "size": 0.5,
  "sl": 30,
  "tp": 60,
  "move_sl_after": 15,
  "move_sl_to": 3,
  "trail_activate": 30,
  "trail_distance": 15,
  "partial_tp": "0.15=20,0.15=40"
}

Why these settings: - 30-pip SL: conservative, reduces daily loss limit impact - Fast breakeven at 15 pips: protects capital early - Close 0.15 lots at 20 pips: locks in profit toward target - Another 0.15 lots at 40 pips: more profit locked - Trailing the remaining 40%: captures big moves when they happen

Adjust lot size based on your account size. For a $100K funded account at 0.5% risk per trade with 30-pip SL, that's about 1.67 lots on EURUSD.

Tips for Passing Prop Firm Challenges

1. Trade your best setup only. Don't trade every signal your strategy generates. If your win rate is highest on EUR/USD during London session, focus there. You're not trying to capture every opportunity — just enough to pass.

2. Stop trading after hitting daily target. If your daily target is 0.5% and you hit it by 11am, stop. More trades = more risk of giving back gains.

3. Stop trading after a loss limit. If you lose 1-2% in a day, stop trading for the day. Tomorrow is another opportunity. Revenge trading after a loss is the #1 reason traders fail challenges.

4. Use the evaluation period fully. You have 30 days. Use them. A trader who hits 8% profit in 25 days with 4% max drawdown looks better than one who hits 8% in 5 days with 9% drawdown.

5. Don't change your strategy mid-challenge. If your backtested strategy works, stick with it. Switching strategies because of a few losses is emotional, not logical.

After You Pass: Trading the Funded Account

Once funded, the rules are usually more relaxed but drawdown limits still apply:

Keep using the same conservative EA settings that passed the challenge. The funded account is a long-term income source — don't blow it by switching to aggressive settings.

FAQ

Can the prop firm detect that I'm using an EA? Yes. Prop firms can see your trade patterns, execution speed, and consistency. This is fine — most allow EAs. They're looking for prohibited behavior (HFT, arbitrage, news straddling), not whether you're trading manually or automatically.

Can I use the same strategy on multiple prop firm accounts? Yes, but some firms prohibit using the same strategy simultaneously on multiple accounts for the purpose of hedging or "account churning." Check their rules.

What if my EA has a losing streak during the challenge? This is normal. If your backtest shows a 40% win rate with 2:1 risk-reward, expect losing streaks of 5-7 trades. The daily and overall drawdown limits are your safety net. Size your trades so a losing streak doesn't breach them.

Which pairs are best for prop firm challenges? Major pairs with tight spreads: EUR/USD, GBP/USD, USD/JPY. Gold (XAUUSD) can work but requires wider stops and smaller lot sizes. Avoid exotic pairs — wider spreads eat into your edge.


Pass your prop firm challenge with automated trading. iNakaTrader bridges your TradingView strategy to the prop firm's MT5 — with the risk management you need.

Risk Disclaimer: Trading forex and other financial instruments involves substantial risk of loss and is not suitable for all investors. Prop firm funded accounts have specific rules and limitations. Past performance does not guarantee future results. Only trade with capital you can afford to lose. iNakaTrader provides signal execution tools, not financial advice.