/* Only complements native navigation; native search and Woo actions stay unchanged. */ (()=>{ const key='cfHeaderDraft40435'; window[key]?.dispose?.(); const abort=new AbortController(),media=matchMedia('(max-width:1024px)'); const header=()=>document.querySelector('.elementor-40435.elementor-location-header'); const toggle=()=>header()?.querySelector('.cf-header-nav .elementor-menu-toggle'); const expanded=t=>t&&(t.getAttribute('aria-expanded')==='true'||t.classList.contains('elementor-active')); const close=focus=>{const t=toggle();if(expanded(t)){t.click();if(focus)t.focus();}}; document.addEventListener('keydown',event=>{ if(event.key==='Escape'&&expanded(toggle())){close(true);event.preventDefault();} },{signal:abort.signal}); document.addEventListener('pointerdown',event=>{ const nav=header()?.querySelector('.cf-header-nav'); if(media.matches&&expanded(toggle())&&nav&&!nav.contains(event.target))close(false); },{signal:abort.signal}); const change=()=>close(false);media.addEventListener('change',change); const disposeCart=cfEnhanceDraftCart(header()); window[key]={dispose(){abort.abort();media.removeEventListener('change',change);disposeCart();}}; /* Proposal only. Call inside the draft header's existing behaviour IIFE: * const disposeCart = cfEnhanceDraftCart(header()); * Include disposeCart() in that IIFE's existing dispose method. * Native cart toggling, fragments and checkout links remain untouched. */ function cfEnhanceDraftCart(header) { if (!header || header.getAttribute('data-elementor-id') === '353') return () => {}; const abort = new AbortController(), owned = new Map(); let wasOpen = false, closing = false, frame = 0; const refs = () => { const widget = header.querySelector('.cf-header-cart'); return {widget, pane:widget?.querySelector('.elementor-menu-cart__main'), trigger:widget?.querySelector('.elementor-menu-cart__toggle_button'), close:widget?.querySelector('.elementor-menu-cart__close-button, .elementor-menu-cart__close-button-custom')}; }; const open = r => !!r.widget?.classList.contains('elementor-menu-cart--shown'); const attribute = (el, name, value) => { if (!el || el.getAttribute(name) === value) return; if (!owned.has(el)) owned.set(el, new Map()); const values = owned.get(el), old = values.has(name) ? values.get(name).old : el.getAttribute(name); values.set(name, {old, value}); el.setAttribute(name, value); }; const prepare = r => { if (!r.pane) return; if (!r.pane.id) attribute(r.pane, 'id', 'cf-cart-dialog-' + header.getAttribute('data-elementor-id')); attribute(r.pane, 'role', 'dialog'); attribute(r.pane, 'aria-modal', 'true'); if (!r.pane.hasAttribute('aria-label') && !r.pane.hasAttribute('aria-labelledby')) attribute(r.pane, 'aria-label', 'Shopping cart'); attribute(r.pane, 'tabindex', '-1'); attribute(r.trigger, 'aria-haspopup', 'dialog'); attribute(r.trigger, 'aria-controls', r.pane.id); if (r.close) { if (!r.close.matches('button, input[type="button"]')) attribute(r.close, 'role', 'button'); attribute(r.close, 'tabindex', '0'); if (!r.close.hasAttribute('aria-label') && !r.close.hasAttribute('aria-labelledby')) attribute(r.close, 'aria-label', 'Close shopping cart'); } }; const focusable = pane => [...pane.querySelectorAll('a[href],button,input,select,textarea,summary,[tabindex],[contenteditable="true"]')] .filter(el => el.tabIndex >= 0 && !el.matches(':disabled') && !el.closest('[hidden],[inert],[aria-hidden="true"]') && el.getClientRects().length && getComputedStyle(el).visibility === 'visible'); const focusInside = () => { const r = refs(); if (!open(r) || closing || !r.pane) return; (focusable(r.pane)[0] || r.pane).focus({preventScroll:true}); }; const returnFocus = () => { const t = refs().trigger; if (t?.isConnected) t.focus(); }; const sync = () => { const r = refs(); prepare(r); const now = open(r); if (now && !wasOpen) { closing = false; cancelAnimationFrame(frame); frame = requestAnimationFrame(focusInside); } else if (!now && wasOpen) { closing = true; cancelAnimationFrame(frame); returnFocus(); closing = false; } else if (now && r.pane && !r.pane.contains(document.activeElement) && !closing) { cancelAnimationFrame(frame); frame = requestAnimationFrame(focusInside); } wasOpen = now; }; const closeNative = () => { const r = refs(); if (!open(r)) return; closing = true; returnFocus(); // Invoke the existing handler; never change its internal isCartOpen state. (r.close || r.trigger)?.click(); if (open(refs())) { closing = false; focusInside(); } }; document.addEventListener('keydown', event => { const r = refs(); if (!open(r) || !r.pane) return; if (event.key === 'Escape') { event.preventDefault(); event.stopPropagation(); closeNative(); return; } if ((event.key === 'Enter' || event.key === ' ') && r.close?.contains(event.target) && !r.close.matches('button, input[type="button"]')) { event.preventDefault(); closeNative(); return; } if (event.key !== 'Tab') return; const list = focusable(r.pane), first = list[0], last = list[list.length - 1], current = document.activeElement; if (!first) { event.preventDefault(); r.pane.focus({preventScroll:true}); } else if (!r.pane.contains(current) || (event.shiftKey && (current === first || current === r.pane))) { event.preventDefault(); (event.shiftKey ? last : first).focus({preventScroll:true}); } else if (!event.shiftKey && current === last) { event.preventDefault(); first.focus({preventScroll:true}); } }, {capture:true, signal:abort.signal}); // Move focus before native click handlers apply aria-hidden to the pane. document.addEventListener('click', event => { const r = refs(); if (!open(r) || !r.pane) return; if (r.close?.contains(event.target) || !r.pane.contains(event.target)) { closing = true; returnFocus(); queueMicrotask(() => { if (open(refs())) { closing = false; focusInside(); } }); } }, {capture:true, signal:abort.signal}); document.addEventListener('focusin', event => { const r = refs(); if (!closing && open(r) && r.pane && !r.pane.contains(event.target)) focusInside(); }, {capture:true, signal:abort.signal}); const observer = new MutationObserver(sync); observer.observe(header, {subtree:true, childList:true, attributes:true, attributeFilter:['class','aria-hidden']}); sync(); return () => { observer.disconnect(); abort.abort(); cancelAnimationFrame(frame); for (const [el, attrs] of owned) for (const [name, {old, value}] of attrs) { if (el.getAttribute(name) !== value) continue; if (old === null) el.removeAttribute(name); else el.setAttribute(name, old); } }; } })();

Official MT4 version · Prop firm EA

AI Prop Firms EA MT4 V5 + User Manual

Version 5

AI Prop Firms EA for MT4 is a prop firm compliant automated trading system from MQL TOOLS SL, engineered for funded trading environments.

Designed to work within the strict parameters of FTMO, FundedNext, The5ers, and FundingPips, this EA leverages artificial intelligence for real-time market analysis and dynamic risk management. The system avoids martingale and grid strategies entirely, focusing instead on precision entries with strict capital protection protocols.

  • ✅ Automatic Daily DD Protection — prevents breaching prop firm loss limits
  • ✅ News Event Avoidance — stops trading around high-impact releases
  • ✅ Zero martingale / Zero grid — controlled single-position trading
  • ✅ 5.37 profit factor — 78.53% win rate in strategy testing
  • ✅ Trade Timing Randomization — avoids copy trading detection

Professional automation designed for prop firm challenges and funded accounts.

AI Prop Firms Product LogoMT4Save 73%

Regular priceRegular price was $1,299.00

$279.96Crypto priceUSDT, USDC, BTC or ETH. Extra 20% off at checkout.Save 78%You save $1,019.04 with crypto

$349.95 with card

Visa, Mastercard, Apple Pay and Google Pay accepted.

Card payments add bank fees, sales taxes and other charges.

  • Version 5
  • Instant downloadYour file is provided immediately after payment. In very rare cases we manually review an order first, then send your download straight after. If you don’t receive your file, you can request a full refund.
  • Free future updatesAll updates are free. They’re provided on a best-availability basis: we get new versions as fast as we can, led by customer demand, but we don’t guarantee them immediately. If you need every update the moment it’s released, our service may not be the best fit for you.
  • 7-day money-backRefunds only cover an EA that fails to attach to your chart because of errors we can replicate. We don’t cover changing your mind or not liking the EA. All brokers are different, and results are never promised because markets are constantly changing.
  • Unlimited activationsUse it on as many MT4 accounts and computers as you want, live or demo. There are no restrictions on how you use it.

Source code (.mq4) available at checkout.

Orders over $300 include 3 months of PrismAlgo freeThe highly recommended cloud-connected EA for 28 FX pairs, Gold and Bitcoin. Added to your cart automatically. View PrismAlgo

Official versionsInstant downloadFuture updates includedExtra 20% off with cryptoReal people on support28,000+ tradersTrading since 2019Rated Excellent on Trustpilot

Product description

About AI Prop Firms EA MT4 V5 + User Manual

Quick Summary:
AI Prop Firms EA for MT4 is a prop firm compliant automated trading system from MQL TOOLS SL, engineered specifically for funded trading environments.
The system leverages artificial intelligence to evaluate market conditions continuously, adapting risk parameters and execution timing to comply with prop firm regulations. Whether you’re running FTMO challenges, trading The5ers funded accounts, or using FundedNext or FundingPips, this EA operates within the strict boundaries these firms require. No martingale strategies, no grid systems, no high-risk recovery methods — just intelligent, controlled automation.

Official MQL5 Listing:
AI Prop Firms EA MT4

Developer Profile:
MQL TOOLS SL

Engineered for Funded Trading

WORKS WITH ALL MAJOR PROP FIRMS

Tested and compatible with:

  • FTMO
  • FundedNext
  • The5ers
  • FundingPips
  • MyFundedFX
  • Any MT4 prop firm

Suitable for evaluation phases and live funded trading

Standard trading robots often fail prop firm requirements through excessive drawdowns, aggressive lot sizing, or trading during restricted news periods. AI Prop Firms takes a different approach — the entire architecture is built around prop firm compliance, from daily loss protection to news filtering to trade timing diversification.

AI Prop Firms EA — On-chart panel displaying Signal Quality score (75), current Regime (Range), active Risk Mode (Normal), Guardian protection status, and adaptive SL/TP calculations
AI Prop Firms EA — On-chart panel displaying Signal Quality score (75), current Regime (Range), active Risk Mode (Normal), Guardian protection status, and adaptive SL/TP calculations

Strategy Testing Results

AI Prop Firms EA — Strategy test on USD/CAD M5 timeframe: $1,000 grew to $213,836, achieving 78.53% winning trades with 5.37 profit factor
AI Prop Firms EA — Strategy test on USD/CAD M5 timeframe: $1,000 grew to $213,836, achieving 78.53% winning trades with 5.37 profit factor

Performance data from USD/CAD M5 testing (January 2025 – January 2026, $1,000 starting capital):

  • Net Profit: $212,836.71
  • Winning Trades: 150 of 191 (78.53%)
  • Losing Trades: 41 of 191 (21.47%)
  • Profit Factor: 5.37
  • Recovery Factor: 44.47
  • Sharpe Ratio: 6.82
  • Gross Profit: $261,574.58
  • Gross Loss: -$48,737.87
  • Balance Drawdown: 15.64%
  • Equity Drawdown: 33.39%
  • Long Position Win Rate: 81.05%
  • Short Position Win Rate: 76.04%
  • Best Trade: $1,862.73
  • Worst Trade: -$1,278.67
  • Average Winner: $1,743.83
  • Average Loser: -$1,107.63
  • Longest Win Streak: 22 trades ($38,933.96)
  • Longest Loss Streak: 3 trades (-$3,274.39)
  • Typical Win Streak: 5 trades
  • Typical Loss Streak: 1 trade
  • Data Quality: 100%

A 5.37 profit factor indicates the system generates over five dollars in profit for every dollar lost. The 78.53% win rate combined with favorable risk-reward ratios produces the consistency prop firms look for.

Prop Firm Protection Features

Daily Loss Limit Protection

The Daily Drawdown Guard continuously monitors account equity against daily loss thresholds. When approaching limits or during volatile conditions, the system automatically scales back exposure or halts trading entirely — preventing the account breaches that end funded careers.

Economic Calendar Integration

High-impact news releases like NFP, FOMC, and CPI create unpredictable price spikes that violate many prop firm trading rules. The Economic News Filter automatically suspends activity before and after major announcements, eliminating this risk entirely.

Trade Timing Diversification

The Entry Time Offset feature introduces controlled randomization to trade execution timing. This prevents the synchronized entry patterns that prop firms flag as potential copy trading — a common reason for account termination even among legitimate traders.

Intelligent Position Management

All trade decisions flow through AI analysis that considers:

  • Current volatility conditions
  • Liquidity depth
  • Probability assessments
  • Real-time price behavior

Dynamic Stop Loss and Take Profit

Rather than fixed pip values, TP and SL levels adjust dynamically based on current market volatility and liquidity conditions. The AI manages these parameters continuously throughout each trade.

Automatic Risk Profile Adjustment

Market conditions change — the EA responds accordingly. When volatility spikes or trends break down, the system shifts between conservative, balanced, and active risk modes automatically without requiring manual intervention.

Market Regime Detection

The AI identifies whether markets are trending, ranging, experiencing elevated volatility, or facing event-driven risk. Unfavorable conditions trigger automatic trading restrictions.

Quality-Filtered Entries

Not every setup gets traded. The system applies strict quality criteria to each potential entry, filtering out low-probability setups that would create unnecessary exposure and erode consistency.

Weekly Performance Summaries

AI-generated reports provide key statistics and behavioral insights, helping track consistency over time — exactly what prop firms evaluate.

Why Grid and Martingale Don’t Belong in Prop Trading

“AI Prop Firms operates without martingale, grid, or aggressive recovery systems — the strategies that consistently blow prop firm accounts and destroy funded careers.”

Prop trading firms explicitly prohibit these approaches because they inevitably produce catastrophic losses. AI Prop Firms takes the opposite approach:

  • One trade at a time — risk exposure is always quantified
  • Appropriate position sizing — lots sized for prop firm leverage and rules
  • Steady performance focus — consistency over explosive but unsustainable gains

Related Product From MQL TOOLS SL

The same developer also creates AI Forex Robot, available here:

AI Forex Robot EA MT4

An AI-driven trading system with broader pair coverage. For traders wanting to diversify beyond USD/CAD while maintaining the same quality of development.

Trader Feedback

★★★★★ “Exactly what prop trading needs.”
Every other EA I tried eventually hit my daily loss limit. This one actually stops before that happens. Currently on month four of my FTMO funded account.
— Michael R., Manchester

★★★★★ “The timing offset saved my account.”
Got flagged for copy trading with my previous robot — entries were too similar to others using it. AI Prop Firms randomizes execution enough to avoid detection. Still funded.
— Anna K., Munich

★★★★☆ “Solid performance, needs more pairs.”
USD/CAD results are excellent but I’d like to trade more instruments. Developer mentioned GBP/USD is coming. Four stars until that arrives.
— Ryan T., Melbourne

★★★★★ “News filter is essential.”
Lost two funded accounts to NFP spikes before finding this EA. The automatic news pause means I never have to worry about release schedules again.
— Claire P., Lyon

★★★★★ “Matching the test results in live trading.”
Six weeks on FundedNext — win rate holding at 77%, drawdown controlled. The strategy testing was accurate, which is rare for EAs.
— Daniel K., Vancouver

Our Assessment

Objective evaluation based on strategy testing and prop firm suitability:

What We Found:

  • Strategy Test Results: 5.37 profit factor with 78.53% winning trades — strong for funded trading
  • Risk Architecture: Zero martingale, zero grid — individual position management only
  • Prop Firm Features: Daily DD protection, news filtering, entry timing offset
  • AI Implementation: Dynamic TP/SL, automatic risk mode adjustment, regime detection
  • Firm Compatibility: FTMO, FundedNext, The5ers, FundingPips, all MT4 brokers
  • Trade Consistency: Average 5-trade win streaks, maximum 3-trade losing streaks
  • Current Scope: USD/CAD optimized (GBP/USD expansion planned)
  • Developer: MQL TOOLS SL — established with AI Forex Robot
  • Ideal For: Traders requiring rule-compliant automation for prop firm environments
  • Summary: AI Prop Firms addresses funded trading requirements directly — daily loss protection, news avoidance, and entry diversification all built in. The absence of martingale/grid aligns with prop firm mandates. Single pair limitation will expand with upcoming GBP/USD support.

Ideal User Profile

AI Prop Firms suits traders who:

  • Run prop firm evaluations — FTMO, FundedNext, The5ers challenges
  • Manage funded accounts — need ongoing rule compliance
  • Require automatic DD protection — can’t risk manual monitoring failures
  • Must avoid news trading — as per firm restrictions
  • Want hands-off operation — AI manages all decisions

Not recommended for traders who:

  • Need immediate multi-pair trading (currently USD/CAD only)
  • Prefer high-risk aggressive strategies
  • Don’t require prop firm compliance features

System Requirements

  • Platform: MetaTrader 4
  • Trading Pair: USD/CAD (GBP/USD update coming)
  • Chart Timeframe: M1 or M5
  • Starting Capital: $100 minimum
  • Lot Sizing: 0.01 minimum
  • Account Types: All prop firms plus standard brokers (Raw, ECN, Standard, Zero, Hedging, Premium)
  • Connection: VPS recommended for uninterrupted 24/5 operation

Getting Started

Configuration is minimal:

  1. Load the EA onto a USD/CAD M5 chart
  2. Activate algorithmic trading
  3. Review the few adjustable parameters
  4. Let the AI handle execution, risk management, and market adaptation

The system ships fully configured for prop firm conditions — no complex optimization or parameter tuning needed.

Conclusion

AI Prop Firms EA for MT4 represents purpose-built automation for the funded trading environment.

Every feature addresses real prop firm requirements: the Daily Drawdown Guard prevents limit breaches, the Economic News Filter avoids restricted trading periods, and the Entry Time Offset protects against copy trading flags. The complete absence of martingale and grid strategies means no sudden catastrophic losses.

Strategy testing demonstrates 78.53% winning trades with a 5.37 profit factor — the kind of consistent results that pass challenges and keep funded accounts active. Maximum three consecutive losses and average five consecutive wins show the reliability prop firms evaluate.

Fully compatible with FTMO, The5ers, FundedNext, FundingPips, and any prop firm supporting MetaTrader 4, this EA serves traders who need professional automation that respects the rules of funded trading.

For prop firm traders seeking AI-powered automation without the account-ending risks of martingale systems or news trading violations, AI Prop Firms delivers compliant performance for both evaluation phases and funded accounts.

What Do You Receive?

– AI Prop Firms EA for MT4 – Version 5.0
– Official user manual
– Free updates for life (when we receive them)
– Unlimited broker and account activation
– Email delivery with user dashboard allocation

Every order

What’s included with AI Prop Firms

Download it, install it and keep it current: everything comes with your license.

  • Instant download

    Ready the moment checkout completes, and kept in your customer portal.

  • Installation guide

    Step-by-step PDF with screenshots.

  • Optimized presets

    Ready-to-use configuration files.

  • Future updates

    Included free when we receive them. You never pay twice, and every version stays in your account.

  • Unlimited activations

    Use it on as many terminals as you like: unlimited live and demo accounts, no activation keys.

  • Free remote installation

    Optional, if you need help: a one-time free install over AnyDesk, plus settings advice and custom presets for your account.

7-day money-back guarantee

If the EA fails to attach to your chart because of errors we can replicate, you get a full refund.

*Refunds don’t cover changing your mind or not liking the EA. All brokers are different, and results are never promised because markets are constantly changing.

Product FAQs

AI Prop Firms EA MT4 V5 + User Manual FAQs

Still deciding?

Real people on support, by Telegram or our contact form.

What performance does strategy testing show?

USD/CAD M5 testing (Jan 2025 – Jan 2026): $212,836 profit from $1,000 start, 5.37 profit factor, 78.53% winning trades, 44.47 recovery factor. Typical win streak of 5 trades, maximum losing streak of 3 trades.

Which prop trading firms are supported?

All major firms: FTMO, FundedNext, The5ers, FundingPips, MyFundedFX, plus any proprietary trading firm using MetaTrader 4. Suitable for both challenge phases and live funded trading.

Are martingale or grid strategies used?

Absolutely not. AI Prop Firms avoids martingale, grid, and aggressive recovery methods entirely. The system uses controlled single-position trading — exactly what funded trading requires.

How does the Daily DD Protection work?

The system continuously monitors equity against daily loss thresholds. When drawdown approaches limits or market conditions become unstable, exposure automatically reduces or trading pauses completely to prevent account breaches.

What about trading during news releases?

Automatically avoided. The Economic Calendar Integration suspends all trading activity before and after major announcements like NFP, FOMC, and CPI to prevent slippage-related losses.

What does Entry Time Offset do?

This feature introduces controlled randomization to trade execution timing, preventing the synchronized entry patterns that trigger copy trading flags at prop firms — even for legitimate solo traders.

Which currency pairs are traded?

Currently optimized for USD/CAD — a pair well-suited to prop firm conditions. GBP/USD support is planned as a free update. Strategy is specifically calibrated for funded trading environments.

What chart timeframe is required?

M1 or M5 charts. Attach to USD/CAD on either timeframe for operation.

How does the AI component function?

Artificial intelligence continuously processes price behavior, volatility levels, liquidity conditions, and market regime data. TP/SL levels, risk profiles, and execution timing adapt in real-time without manual adjustment.

What is automatic risk mode switching?

The system transitions between conservative, balanced, and active risk profiles based on live market conditions — all automatically managed without requiring user input.

How does market regime detection work?

AI classification identifies trending markets, ranging conditions, high-volatility periods, and event-risk environments — automatically restricting trading during unfavorable regimes.

What starting capital is needed?

$100 minimum balance. The system scales appropriately for any account size while maintaining prop firm compliance parameters.

Can this work with standard brokers too?

Yes. Fully compatible with prop firms AND regular Forex brokers running MT4 — including Raw, ECN, Standard, Zero, Hedging, and Premium account types.

Is configuration complicated?

Not at all. Ships fully configured with minimal user-adjustable parameters. Load onto chart, enable algo trading, and AI handles execution, risk management, and market adaptation automatically.

Are future updates included?

Yes. All updates provided free of charge when we get them.

The CheaperForex difference

Why 28,000+ traders choose CheaperForex

Trustpilot rating Excellent 4.6 out of 5 Based on 120 reviews on Trustpilot Read the reviews on Trustpilot (opens in a new tab)
“Bought 2 EAs from them. Requested update for new version and was sent within 24hrs. Great support. Recommended, 5 STARS.”
Aceman · Trustpilot review (opens in a new tab)
“Fantastic service as always. Have gotten a lot from them in the past and never been disappointed.”
Paul Michael Lawrence · Trustpilot review (opens in a new tab)
“They were friendly and helpful in setting up my expert advisor.”
Sarah Francis · Trustpilot review (opens in a new tab)
  • Instant accessNo group buys or waiting
  • 7-day refund policyRefunds only cover an EA that fails to attach to your chart because of errors we can replicate. We don’t cover changing your mind or not liking the EA. All brokers are different, and results are never promised because markets are constantly changing.For product errors
  • Remote installationOptional: we can install it for you
  • Flexible paymentsCards, Apple Pay, Crypto
Official EAs1,180+
Customers28,000+
Trading since2019

Ready when you are

AI Prop Firms EA MT4 V5 + User Manual for $279.96 with crypto

Regular price was $1,299.00 · $349.95 with card · instant download · future updates included

AI Prop Firms EA MT4 V5 + User Manual$279.96with crypto$349.95 with card