HFT Prop Challenge Master MT5

5

This EA is designed for passing challenges of prop trading firms that allow HFT (High Frequency Trading). It will not work on live accounts due to slippage. You should also not use it during the funded stage, the payout will be declined.

It works only on the mentioned prop firms, challange types and symbols below on the listed broker servers. HFT is broker sensitive, so if they change their broker or the broker does changes on spread or slippage, it might stop working. The trading only takes place in the first minutes after the US cash market opens. The default setting should work. No set files are needed. The timeframe does not matter.

Supported Prop Firms
Asset Broker Server
Sure Leverage - EA Challenge US30.x SureLeverageFunding-MT5
Irizone FX  US30.Z1 FazoLiqidity-Server
We-fund - 1 step HFT Challenge US30.w WeFundMarkets-Live

Other firms can be passed with the MT4 version. All other firms or live accounts are currently not supported.

Features:

  • Stops trading when the defined profit target is reached
  • Stops trading when the defined drawdown limit is reached
  • Auto increase lot size when the EA has made the defined amount of profit
  • Displays all settings and live status on the chart
  • Optional US holiday filter (volatility too low)
  • Auto detection of the trade starting time

No VPS needed, but the latency to the MT5 server should not be too high. I tested it with 150ms of latency and it worked. Latency above 150ms might also work, but it was not tested and is not supported.

Backtesting this HFT Strategy in MT5 does not work in all cases, also the EA is Broker sensitive and optimized for the supported prop trading firms, so the backtest might not be good on all brokers even if the live result would be great. Maybe you want to disable profit target in the backtest so that the EA does not stop after a few trades.

The EA does NOT use grid or martingale.

In most cases, the default settings should be good, but on some challenges you might want to change the "profit target in %". If you want to change some settings watch the youtube video "Settings and tips for HFT Prop Challenge Master" on my Youtube Channel or read the settings below:

Setting Explanation
Lot size mode Options:
auto_increase: Increased the lot size after every x% profit made.
fixed: Uses a fixed lot size which you can configure in the next field "Fixed lot size"
    Fixed lot size (if lot size mode = fixed)
Here you set the lot size you want to trade.
This field is only considered if you choose "fixed" as the lot size mode.
It is highly recommended to not use too large lot sizes and also consider the contract size of the asset. If the lot size is too large and the move in the market is very fast, you might fail your challenge by exceeding the maximum daily drawdown.
    Start contracts per 10k (if lot size mode = auto_increase)
The value in this field is used to calculate the initial lot size. Please note that if you put in for example 3 that this does not mean that 3 lots are traded. It means that per 10k USD on the account 3 contracts are traded.
If you have for example a 100k account on Nova Funding then it will trade 30 contracts. Since the contract size on Nova Funding is 1 the 30 contracts would be 30 lots.
If you have for example a 200k account on KortanaFX then it will trade 60 contracts. Since the contract size on KontanaFX is 10 the 60 contracts would be 6 lots.
The lot size which will be traded will be shown on the chart.
This field is only considered if you choose "auto_increase" as the lot size mode.
If you trade on supported brokers with the symbol XAUUSD+ instead of US30, please note that this contract size here is multiplied with the value in the field "Contract multiplier for XAUUSD+".

    Step contracts per 10k (if lot size mode = auto_increase)
With this amount of contracts per 10k account size the lot size will be increased if the needed profit is reached for the increase. It is calculated with the same logic as mentioned in the "Start contracts per 10k".
This field is only considered if you choose "auto_increase" as the lot size mode.
If you trade on supported brokers with the symbol XAUUSD+ instead of US30, please note that this contract size here is multiplied with the value in the field "Contract multiplier for XAUUSD+".
    Increase every x% profit (if lot size mode = auto_increase)
If the value is set for example to 0.5 it means that for every 0.5% of profit (e.g. 500 USD on a 100k account) the lot size is increased with the defined step which is defined in "Step contracts per 10k".
This field is only considered if you choose "auto_increase" as the lot size mode.

    End contracts per 10k (if lot size mode = auto_increase)
If the number of contracts has reached this value, no further lot size increase will be done. It is calculated with the same logic as mentioned in the "Start contracts per 10k".
It is highly recommended to not use to huge lot sizes and also consider the contract size of the asset. If the lot size is too large and the move in the market is very fast, you might fail your challenge by exceeding the max daily drawdown. I do not recommend setting this value higher than the default.
This field is only considered if you choose "auto_increase" as lot size mode.
If you trade on supported brokers with the symbol XAUUSD+ instead of US30, please note that this contract size here is multiplied with the value in the field "Contract multiplier for XAUUSD+".
    Contract multiplier for XAUUSD+ (lot size mode = auto_increase)
In case you trade the symbol XAUUSD+ on supported brokers, the values in the fields "Start contracts per 10k", "Step contracts per 10k", "End contracts per 10k" are multiplied with this value.
Daily loss limit mode (trailing, set less then challenge  limit) Options:
percent: The EA stops trading if the daily drawdown in percent of the starting balance of this day is reached. 
USD: The EA stops trading if the daily drawdown in USD of the starting balance of this day is reached.
disabled: Disable the daily loss limit mode (not recommended!)
The daily drawdown is always calculated from the highest equity or balance (which was higher) and is trailing to not give away to much profit if the volatility is going out of the market.
    Daily loss limit in % (if daily loss limit mode = percent)
If the value is set for example to 1.0 it means that after 1.0% of loss from the highest balance or equity on this day (e.g. 1000 USD on a 100k account) the EA stops trading until the next day.
Also if you challenge has for example a daily drawdown limit of 4% you should not set this value to 4% or 3.9%. Please note that when you have huge lot sizes and a very fast market move, it might take some time to close the open position and the loss of this trade might be worser then you wish because of slippage and latency. I do not recommend values above the default.
This field is only considered if you choose "percent" as daily loss limit mode.

    Daily loss limit in $ (if daily loss limit mode = USD)
If the value is set for example to 1000 it means that after a 1000 USD loss from the highest balance or equity on this day the EA stops trading until the next day.
Also if your challenge has for example a daily drawdown limit of 4000 USD you should not set this value to 4000 USD or 3900 USD. Please note that when you have huge lot sizes and a very fast market move, it might take some time to close the open position and the loss of this trade might be worser then you wish because of slippage and latency.
This field is only considered if you choose "USD" as daily loss limit mode.
Profit Target mode Options:
percent: The EA stops trading if the profit target in percent of the starting balance of this challenge is reached. 
USD: The EA stops trading if the profit target in USD of the starting balance of this challenge is reached.
disabled: Disable the profit target mode (ony recommended for backtesting)
The profit target is always calculated based on the "Challenge size", see next input field.
    Challenge size in $ (0 = auto detect)
If the value is 0 the EA tries to auto detect the initial balance. As an alternative, you can manually configure the challenge size (e.g. 100000 on a 100k challenge) in this input field. But please note that if you set the wrong challenge size, the profit target calculation in % will also be wrong.
    Profit target in % (if profit target mode = percent)
If the value is set for example to 10.05 it means that after a profit of 10.05% of the challenge size (e.g. 10050 USD profit on a 100k account) the EA stops trading.
This field is only considered if you choose "percent" as the profit target mode.
    Profit target in $ (profit target m. = USD)
If the value of this input field is set for example to 10050 then the EA stops trading after a profit of 10050 USD.
Also this input is only considered if the profit target mode is "USD".

Trading start hour mode (next input is ignored on auto_detect) Options:
auto_detect: The EA will try to auto detect what value should be set as "Trading start and end time hour" (which is the next input field). In this case the next input field is ignored. If it cannot auto detect it, the start of the EA will be aborted.
manual: The EA will use the value of the next inut field "Trading start and end time hour" as start and end time hour.
Trading start and end time hour (MT5 server time) If the value is for example 16 it means that the hour in which trading starts is 16.
Please note that the EA used the broker server time from the market watch, so it should fit to this time, not to your local time. Currently for all supported prop trading firms 16 is the right value for the opening of the cash market. This setting is only used by the EA if the "Trading start hour mode" is set to "manual'.
Trading start time minutes (MT5 server time) If the value is for example 30 (and the hour is still 16) it means that the minute in which trading starts is 16:30. This setting is used always, not matter what is set as "Trading start hour mode".
Trading end time minutes (MT5 server time) This value defines the minute when the trading ends, for example 45 means that the minute in which trading ends is 16:45. This is usually a good value because later volatility goes out of the market and the market moves are too slow for the EA to make profits. This setting is used always, not matter what is set as "Trading start hour mode".
Trading on US holidays (not recommended) Options:
false: The EA will not trade on US holidays where the Future market is open, but the cash market is closed. In these cases, the volatility is normally too low for this strategy.
true: The EA will trade on US holidays when the broker provides quotes even when the cash market is closed (not recommended)
Comment for each trade The text of this input field is written in each trade comment
Magic number Here you can specify a magic number. It is not recommend to have other EAs running in parallel.
Max number of messages sent to broker per day (0 = unlimited) If you set here a number above 0, for example 2000, the EA will stop trading on this day when he has sent 2000 messages to the broker. A message is every creation, deletion or modification of a order. If you do for example a demo test on IC Markets you want to limit this number because the broker will first send you automatic emails and if you don't do anything, IC Markets will also block your demo account.
Max number of opened positions per day (0 = unlimited) In cases where a number greater than 0 is set, for example, 48, the EA will stop trading on this day when 48 positions were opened. Please note that when the market moves extremely fast and you have high latency, it could happen in rare cases that one position is opened more than set. So if you have, for example, a limit of 50, set it to 48 if you want to add additional safety.
Show logo of the EA Options:
true: Shows the logo of the Expert Advisor
false: Hides the logo of the Expert Advisor
Recensioni 24
José Isidro
48
José Isidro 2026.02.02 21:35 
 

A very reliable robot and it passed the fast funding test.

Patrick Savard
250
Patrick Savard 2025.09.06 21:43 
 

Insane robot, A+++ lets other people know about the gems!!!!!

James Tan Chun Lin
266
James Tan Chun Lin 2025.07.01 13:37 
 

it works on sureleveragefunding,👋all good

Prodotti consigliati
SolarTrade Suite Financial Robot: LaunchPad Market Expert - progettato per aprire le negoziazioni! Questo è un robot di trading che utilizza speciali algoritmi innovativi e avanzati per calcolare i suoi valori, il tuo assistente nel mondo dei mercati finanziari. Utilizza il nostro set di indicatori della serie SolarTrade Suite per scegliere meglio il momento in cui lanciare questo robot. Dai un'occhiata agli altri nostri prodotti della serie SolarTrade Suite in fondo alla descrizione. Vuoi n
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (237)
Hamster Scalping è un consulente di trading completamente automatico. Strategia di scalping notturno. L'indicatore RSI e il filtro ATR vengono utilizzati come ingressi. L'Expert Advisor richiede un tipo di conto di copertura. IMPORTANTE! Contattami subito dopo l'acquisto per ricevere istruzioni e un bonus! Il monitoraggio del lavoro reale, così come i miei altri sviluppi, possono essere visualizzati qui: https://www.mql5.com/en/users/mechanic/seller Raccomandazioni generali Deposito minimo
Classic Market Surfer EA - A Timeless, Proven Strategy for Gold Trading For years, this powerful trading strategy has been hidden from the public-reserved for a select few. Now, for the first time, the Classic Market Surfer EA is available to traders like you.   Built on pure, time-tested trading principles, this EA doesn't rely on trendy gimmicks like AI or machine learning. Instead, it harnesses a classic, robust strategy that has consistently delivered results over the years. This is not a "g
Adaptive Grid MA Adaptive Grid MA è un expert advisor di trading completamente automatizzato sviluppato per la piattaforma MetaTrader 5. La strategia di trading si basa sul classico metodo di mediazione delle posizioni (martingala) utilizzando segnali di incrocio di medie mobili (EMA) per l'ingresso nel mercato. Come Funziona L'EA analizza l'incrocio di due medie mobili esponenziali (EMA) con periodi regolabili (predefiniti 50 e 100). I segnali per aprire una posizione iniziale vengono generati
Announcement: All EAs (Expert Advisors) from QuanticX are currently available for free, but only for a limited time! To enjoy a Lifetime QuanticX support and continue receiving free EAs, we kindly request you to leave a review and track the performance of our EAs on Myfxbook. Additionally, don't hesitate to reach out to us for exclusive bonuses on EAs and personalized support. Seaguard by QuanticX Step into the cutting-edge domain of QuanticX , a leading FinTech startup reshaping the landscape
XAU Neural Grid PRO — Advanced Algorithmic Trading for Gold & Silver XAU Neural Grid PRO is the elite evolution of our neural-filtering technology, specifically engineered for professional traders targeting XAUUSD (Gold) and XAGUSD (Silver) . This Pro version unlocks the full potential of the Neural Grid logic, offering highly customizable parameters to navigate complex market cycles with precision. Support & Growth Your feedback is the engine behind our updates. Please take a moment to leave a
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
This robot operates based on the Parabolic SAR indicator. Verion for MetaTrader4 here . The advanced EA version includes the following changes and improvements: The EA behavior has been monitored on various account types and in different conditions (fixed/floating spread, ECN/cent accounts, etc.) The EA functionality has been expanded. Features better flexibility and efficiency, better monitoring of open positions. Works on both 4 and 5 digits brokers. The EA does not use martingale, grid or arb
Volumen Scalper GOLD
Ignacio Agustin Mene Franco
Volume Scalper Gold - Professional Expert Advisor Overview Volume Scalper Gold is an automated trading system specifically designed to trade the XAU/USD (Gold) pair on the M5 timeframe, using volume analysis as the primary entry filter. This EA combines an intelligent grid strategy with high-volume impulse detection, ideal for traders looking to capitalize on the rapid and explosive price movements characteristic of gold. Main Features Volume-Based Signal System Impulse Detection: Identifies c
RSI Master PRO – Professional Expert Advisor for MetaTrader 5 Overview: RSI Master PRO is an Expert Advisor (EA) developed for MT5, designed to trade automatically in the financial markets using the Relative Strength Index (RSI) as its core decision-making engine. Its modular design and fully customizable parameters make it a powerful and flexible tool for traders who base their strategy on this momentum indicator. ️ Key Technical Features: • RSI-Based Logic: Uses RSI readings to generate
Magic Grid MT5
Aliaksandr Charkes
4.14 (7)
Magic Grid MT5 is a non-indicator Expert Advisor using a grid strategy (on a hedging account). The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically (once at the beginning of the trade).   The robot can trade on any timeframe, on any currency pair, on several currency pairs,
EMLU Precision AI
Ali Shimaz
1 (1)
EMLU Precision AI — Free Demonstration Version for MT5 Type: Expert Advisor (MT5) ️ Important Notice (Read Before Downloading) This Free version of EMLU Precision AI is designed strictly for demonstration, research, structural inspection, and interface familiarisation . It does not represent the behaviour, logic depth, live signals, or performance results of the full paid version. Performance, trade frequency, and result quality are intentionally reduced to prevent misuse of the free edition as
FREE
Renko Logic
Ahmed Mohammed Bakr Bakr
MetaTrader 5 Renko Expert Advisor - User Guide Overview This Expert Advisor implements a complete Renko-based trading system with custom brick calculation, visual display, and automated trading logic. -The EA only for Rent unlimited Version coming soon. Features 1. Renko Engine Custom Renko Calculation : Built from scratch, no offline charts needed No Repainting : Uses only closed Renko bricks Configurable Brick Size : Set in points via input parameters Real-time Brick Formation : Automatically
SkyScraperMT5
Teressa Herlene Thomson
Overview SkyScraper is a sophisticated automated trading system built exclusively for MetaTrader 5. This versatile EA adapts to your trading style on any timeframe (optimized for 3-5 minute charts) and works seamlessly across forex pairs, cryptocurrencies, and metals including gold. Why SkyScraper? Smart Automation That Protects Your Capital Intelligent trade execution with multi-layer risk controls Dynamic position sizing that automatically adjusts to your broker's requirements Adaptive stop l
Gold Zone EA
Simon Reger
4.73 (15)
Gold Zone EA is a fully automated Expert Advisor that analyzes market structure using supply and demand zones and executes trades based on defined price reactions. The EA combines zone detection, momentum analysis, EMA filtering, multiple take-profit levels, break-even logic, trailing stop and an integrated manual trading panel directly on the chart. The EA works on many symbols, including: XAUUSD, EURUSD, GBPUSD, USDJPY, BTCUSD as well as numerous other Forex, index and CFD instruments. No ext
FREE
Cyclone Intraday
Mikhail Mitin
5 (1)
How the EA works (simple explanation) Trades on M5 timeframe Uses H1 timeframe to analyze global market context Analyzes 2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol: EURUSD Timeframe: M5 Trading style: Intraday
Sometimes the market becomes volatile and we need algorithms that operate this volatility regardless of its direction. This system tries to take advantage in moments of high volatility. It has 5 levels of input filters that it is recommended to adjust depending on the volatility, the average value would be mode 3, below the sensitivity decreases, above it increases. You can download the demo and test it yourself. Very stable growth curve as result of smart averaging techniques. "Safety first
VR Black Box MT5
Vladimir Pastushak
1 (1)
VR Black Box è un moderno expert advisor automatico sviluppato da un trader programmatore esperto. Un potente strumento di trading basato su una collaudata strategia di seguire i movimenti di tendenza del mercato. Questo robot ha attraversato un lungo percorso di sviluppo e perfezionamento, aggiornandosi regolarmente e adattandosi alle mutevoli condizioni di mercato. Nel corso degli anni di utilizzo su conti di trading reali si è affermato come un assistente affidabile sia per i principianti che
ProTrade EA
Jim Ariel Camarce Ignao
Key Features   Automated Candle Pattern Recognition 10 Professional Patterns : Detects Bullish/Bearish Engulfing, Hammer/Shooting Star, Morning/Evening Star, Piercing/Dark Cloud, and 6 additional professional candlestick patterns Smart Filtering : Combine multiple patterns with configurable confirmation logic Volume Confirmation : Optional volume filter to validate pattern strength Multi-Timeframe Analysis : Separate execution and bias timeframes for better timing   Trading Dashboard Int
Vampira Trend
Samir Tabarcia
MQL5 Market Listing Description: "Vampira Trend" – Smart Trading EA for EURUSD (1H) Domina il mercato con "Vampira Trend"! Un assistente di trading automatizzato progettato per EURUSD (1H), che combina strategie contro-tendenza (Opposite Trend) e di follow-trend (Follow Trend) con una gestione avanzata del rischio. Caratteristiche principali Due modalità di trading in un unico strumento: Mode_Opposite_Trend : Opera contro la tendenza nelle zone di ipercomprato/ipervenduto. Mode_Follow
Market Maestro: Your Ideal Partner for Automated Forex Trading If you're looking for a reliable assistant for trading in the currency market, Market Maestro is exactly what you need. This modern Forex bot is built using the latest technologies and algorithms, allowing it to effectively analyze market data and make informed trading decisions in real-time. Key Features of Market Maestro 1. Multicurrency Capability for Broad Opportunities Market Maestro can work with a wide range of currency pairs,
Outside Day Reversal EA
Munkh Od Jargalsaikhan
Outside day trading strategy looks for a specific pattern in the price chart of a security. The pattern is characterized by a larger range than the previous day, with the high of the day higher than the previous day's high and the low of the day lower than the previous day's low. Works with many symbols, such as BTCUSD, GBPUSD,USDCAD, oil, gas, and others. PLEASE RATE! Thank you very much! FEATURES: - Real Strategy - Daily Bar Strategy - Exit the trade if the day was profitable - ATR multiple s
FREE
Exclusive EA for FOREX HEDGE account The EA (FuzzyLogicTrendEA) is based on fuzzy logic strategies based on the analysis of a set of 5 indicators and filters. Each indicator and filter has a weight in the calculation and, when the fuzzy logic result reaches the value defined in the EA parameter, a negotiation is opened seeking a pre-defined gain. As additional functions it is possible to define maximum spread, stop loss and so on . Recommended Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AUD
Exclusive Black Pro Max MT5 — Sistema di Trading Automatizzato Exclusive Black Pro Max MT5 è un Expert Advisor per MetaTrader 5, basato su algoritmi avanzati di analisi di mercato e strategie di gestione del rischio. L’EA funziona in modalità completamente automatica e richiede un intervento minimo da parte del trader. Attenzione! Contattami immediatamente dopo l’acquisto per ricevere le istruzioni di configurazione! IMPORTANTE: Tutti gli esempi, gli screenshot e i test sono forniti esclusivamen
Fundamental Robot MT5
Kyra Nickaline Watson-gordon
Fundamental Robot is an Expert Advisor based on Fundamental Signals Indicator. The Fundamental Signals Indicator has a powerful calculation engine that can predict market movement over 30000 points. The indicator is named fundamental because it can predict trends with large movements, no complicated inputs and low risk.  The EA works with low margin levels and thus has low risk. Using EA : The EA is very simple and without complicated input parameters. These are main parameters must be set
Unobot EA
Mark Joseph Borromeo Juan
UnoBot EA – Your All-in-One Powerful Trading Solution UnoBot EA is a next-generation automated trading system built for traders who demand consistency, precision, and power . With trend-following intelligence , multi-currency execution , divergence & reversal logic , and harmonic + Fibonacci confluence , UnoBot provides a unique edge in today’s fast-moving markets. Key Features Trend Strategy Core – Trades in sync with the market’s dominant direction, capturing bigger moves with optimized e
Sigma PROP
Piotr Stepien
Sigma PROP – Advanced Multi-Pair Prop Trading EA After years of in-depth research, development, and rigorous testing, Sigma PROP was created – an advanced Expert Advisor (EA) written in MQL5 and specifically designed for both prop firm challenges and professional trading accounts. Unlike conventional EAs that require manual setup on each symbol, Sigma PROP only needs to be attached to EUR/USD . From there, it automatically manages trading across AUD/CAD, AUD/NZD, and NZD/CAD , applying its stra
New Product Description for MadoCryptoXPro --- MadoCryptoXPro — The Smartest Crypto Warrior ️ Battle-tested on BTC & ETH. Built for real-time chaos. --- MadoCryptoXPro isn’t just another technical bot. It’s a battlefield machine designed to handle the madness of BTCUSD and ETHUSD with surgical precision. Whether the market is flat, trending, or just plain psycho — it stays focused, adapts fast, and protects your capital like a vault guard on Red Bull. --- Core Features: Smart
Gyroscopes mt5
Nadiya Mirosh
5 (2)
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mov
US500 Scalper
Sergey Batudayev
L'S&P 500 Scalper Advisor è uno strumento innovativo progettato per i trader che desiderano operare con successo sull'indice S&P 500. L'indice è uno degli indicatori più utilizzati e prestigiosi del mercato azionario americano, che comprende le 500 maggiori società degli Stati Uniti. Peculiarità: Soluzioni di trading automatizzate:       Il consulente si basa su algoritmi avanzati e analisi tecniche per adattare automaticamente la strategia alle mutevoli condizioni di mercato. Approccio versati
Gli utenti di questo prodotto hanno anche acquistato
Quantum Valkyrie
Bogdan Ion Puscasu
5 (28)
Quantum Valkyrie - Precisione.Disciplina.Esecuzione PREZZO DI LANCIO SPECIALE con sconto del 10% - $899,99 - solo per un periodo limitato. Segnale in diretta:   CLICCA QUI   Canale pubblico MQL5 di Quantum Valkyrie:   CLICCA QUI ***Acquista Quantum Valkyrie MT5 e potresti ottenere Quantum Emperor o Quantum Baron gratis!*** Chiedi in privato per maggiori dettagli! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions.  
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (458)
Ciao, trader! Sono   Quantum Queen   , il fiore all'occhiello dell'intero ecosistema Quantum e l'Expert Advisor più quotata e venduta nella storia di MQL5. Con una comprovata esperienza di oltre 20 mesi di trading live, mi sono guadagnata il posto di Regina indiscussa di XAUUSD. La mia specialità? L'ORO. La mia missione? Fornire risultati di trading coerenti, precisi e intelligenti, ancora e ancora. IMPORTANT! After the purchase please send me a private message to receive the installation manua
AI Gold Scalp Pro
Ho Tuan Thang
5 (3)
LIVE SIGNAL ( WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS  &  I C TRADING Forex EA Trading Channel on MQL5:  Join my MQL5 channel to update the latest news from me.  My community of over 14,000 members on MQL5 . ONLY 3 COPIES OUT OF 10 LEFT AT $499! After that, the price will be raised to $599. EA will be sold in limited quantities to ensure the rights of all customers who have purchased. Meet AI Gold Scalp Pro: The Self-Learning Scalper That Turns
AI Gold Sniper MT5
Ho Tuan Thang
4.79 (52)
SEGNALE LIVE CON CONTO DI TRADING REALE:  MT4 predefinito (oltre 7 mesi di trading live):  https://www.mql5.com/en/signals/2329380 IC Markets MT5 (oltre 5 mesi di trading live):  https://www.mql5.com/it/signals/2340132 Canale di trading Forex EA su MQL5:  Unisciti al mio canale MQL5 per rimanere aggiornato sulle mie ultime notizie.  La mia community di oltre 14.000 membri su MQL5 . SOLO 3 COPIE SU 10 RIMASTI A $399! Dopodiché, il prezzo verrà aumentato a $499. EA sarà venduto in quantità lim
Akali
Yahia Mohamed Hassan Mohamed
5 (23)
LIVE SIGNAL: Clicca qui per vedere le prestazioni dal vivo IMPORTANTE: LEGGI PRIMA LA GUIDA È fondamentale leggere la guida alla configurazione prima di utilizzare questo EA per comprendere i requisiti del broker, le modalità della strategia e l'approccio intelligente. Clicca qui per leggere la Guida Ufficiale Akali EA Panoramica Akali EA è un Expert Advisor di scalping ad alta precisione progettato specificamente per l'Oro (XAUUSD). Utilizza un algoritmo di trailing stop estremamente stretto pe
Gold House MT5
Chen Jia Qi
5 (11)
Gold House — Gold Swing Breakout Trading System Launch Promotion — Limited to 100 Copies Only 100 copies will be sold at the early-bird price. After 100 copies, the price jumps directly to $999 . Price also increases by $50 every 24 hours during this period. 93   copies sold — only 7 remaining. Lock in the lowest price before it's gone. Live signal: https://www.mql5.com/en/signals/2359124 Stay updated — join our MQL5 channel for product updates and trading tips. After opening the link, click th
AI Gold Trading MT5
Ho Tuan Thang
5 (25)
SEGNALE LIVE CON CONTO DI TRADING REALE:  Impostazione predefinita:  https://www.mql5.com/it/signals/2344271 Canale di trading Forex EA su MQL5:  Unisciti al mio canale MQL5 per rimanere aggiornato sulle mie ultime notizie.  La mia community di oltre 14.000 membri su MQL5 . SOLO 3 COPIE SU 10 RIMASTI A $399! Successivamente, il prezzo verrà aumentato a $499. L'EA sarà venduto in quantità limitate per garantire i diritti di tutti i clienti che lo hanno acquistato. AI Gold Trading sfrutta il mo
Aot
Thi Ngoc Tram Le
4.85 (84)
AOT Expert Advisor Multi-Valuta con Analisi del Sentiment AI Strategia di ritorno alla media multi-coppia per la diversificazione del portafoglio su coppie di valute correlate. Testa AOT per la prima volta?     Inizia con le   impostazioni di dimensione lotto fisso , Dimensione lotto fisso 0.01 | Posizione singola per coppia | Funzioni avanzate disattivate. Logica di trading pura   per comprendere il comportamento del sistema. Segnale con storico verificato Dettaglio Nome File di Impostazione De
Goldwave EA MT5
Shengzu Zhong
4.79 (19)
Conto di trading reale   LIVE SIGNAL (IC MARKETS):  https://www.mql5.com/en/signals/2339082 Questo EA utilizza esattamente la stessa logica di trading e le stesse regole di esecuzione del segnale di trading live verificato mostrato su MQL5.Quando viene utilizzato con le impostazioni consigliate e ottimizzate, e con un broker ECN / RAW spread affidabile (ad esempio IC Markets o EC Markets) , il comportamento di trading live di questo EA è progettato per allinearsi strettamente alla struttura del
Quantum King EA
Bogdan Ion Puscasu
4.97 (131)
Quantum King EA: potenza intelligente, raffinata per ogni trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Prezzo di lancio speciale Segnale in diretta:       CLICCA QUI Versione MT4:   CLICCA QUI Canale Quantum King:       Clicca qui ***Acquista Quantum King MT5 e potresti ottenere Quantum StarMan gratis!*** Chiedi in privato per maggiori dettagli! Gestisci   le tue attività di trading con precisione
Karat Killer
BLODSALGO LIMITED
3.79 (14)
Pura Intelligenza sull'Oro. Validato Fino al Nucleo. Karat Killer   non è l'ennesimo EA sull'oro con indicatori riciclati e backtest gonfiati — è un   sistema di machine learning di nuova generazione   costruito esclusivamente per XAUUSD, validato con metodologia di grado istituzionale e progettato per trader che apprezzano la sostanza rispetto allo spettacolo. LAUNCH PROMOTION - LIMITED TIME OFFER   Price increases every 24 hours at 10:30 AM Cyprus time.   Secure the lowest price today before t
The Gold Phantom
Profalgo Limited
4.44 (18)
PROP FIRM PRONTO! -->   SCARICA TUTTI I FILE DEL SET AVVERTIMENTO: Ne sono rimaste solo poche copie al prezzo attuale! Prezzo finale: 990$ NOVITÀ (a partire da soli 399$)   : scegli 1 EA gratis! (limitato a 2 numeri di account commerciali, uno qualsiasi dei miei EA tranne UBS) Offerta Combo Definitiva     ->     clicca qui UNISCITI AL GRUPPO PUBBLICO:   Clicca qui   Segnale in diretta Segnale in diretta 2 !! IL FANTASMA D'ORO È ARRIVATO !! Dopo l'enorme successo di The Gold Reaper, sono estr
Mad Turtle
Gennady Sergienko
4.51 (84)
Simbolo XAUUSD (Oro / Dollaro USA) Periodo (intervallo di tempo) H1-M15 (qualsiasi) Supporto per operazioni singole SÌ Deposito minimo 500 USD (o equivalente in un’altra valuta) Compatibile con tutti i broker SÌ (supporta quotazioni a 2 o 3 cifre, qualsiasi valuta del conto, simbolo o fuso orario GMT) Funziona senza configurazione SÌ Se sei interessato al machine learning, iscriviti al canale: Iscriviti! Caratteristiche principali del progetto Mad Turtle: Vero apprendimento automatico Questo E
Golden Hen EA
Taner Altinsoy
4.82 (51)
Panoramica Golden Hen EA è un Expert Advisor progettato specificamente per XAUUSD (Oro). Funziona combinando nove strategie di trading indipendenti, ognuna innescata da diverse condizioni di mercato e intervalli temporali (M5, M30, H2, H4, H6, H12, W1). L'EA è progettato per gestire automaticamente i suoi ingressi e i filtri. La logica principale dell'EA si concentra sull'identificazione di segnali specifici. Golden Hen EA non utilizza tecniche grid, martingala o di mediazione (averaging) . Tut
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (503)
Presentazione       Quantum Emperor EA   , l'innovativo consulente esperto MQL5 che sta trasformando il modo in cui fai trading sulla prestigiosa coppia GBPUSD! Sviluppato da un team di trader esperti con esperienza di trading di oltre 13 anni. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Acquista Quantum Emperor EA e potresti ottenere Quantum StarMan     gratis!*** Chiedi in privato per maggiori dettagli Segn
HTTP ea
Yury Orlov
5 (9)
How To Trade Pro (HTTP) EA — un consulente di trading professionale per negoziare qualsiasi asset senza martingala o griglie dall'autore con oltre 25 anni di esperienza. La maggior parte dei consulenti top lavora con l'oro in crescita. Appaiono brillanti nei test... finché l'oro sale. Ma cosa succede quando il trend si esaurisce? Chi proteggerà il tuo deposito? HTTP EA non crede nella crescita eterna — si adatta al mercato mutevole e è progettato per diversificare ampiamente il tuo portafoglio d
The Gold Reaper MT5
Profalgo Limited
4.51 (90)
PUNTELLO AZIENDA PRONTO!   (   scarica SETFILE   ) WARNING : Sono rimaste solo poche copie al prezzo attuale! Prezzo finale: 990$ Ottieni 1 EA gratis (per 2 account commerciali) -> contattami dopo l'acquisto Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Benvenuti al Mietitore d'Oro! Basato sul Goldtrade Pro di grande successo, questo EA è stato progettato per funzionare su più intervalli di tempo contemporaneamente e ha la possibilità di impostare la frequ
Golden Mirage mt5
Michela Russo
4.8 (50)
Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> The price will go up every 5 purchases, next price : $399 Golden Mirage is a robust gold trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of RSI, Moving Average,  ADX, and High/Low Level  indicators, Golden Mirage delivers high-quality signals and fully automated trading on the M5 timeframe for XAUUSD (GOLD) . It features a robu
Syna
William Brandon Autry
5 (21)
Presentazione di Syna Versione 3+ - Il Rivoluzionario Sistema di Trading IA a Doppia Funzione Sono entusiasta di presentare Syna Versione 3+, un salto rivoluzionario nella tecnologia di trading alimentata da IA. Questa versione presenta un accesso API diretto senza precedenti ai principali fornitori di IA, tra cui OpenAI, Anthropic, Gemini, X.ai (Grok), Mistral, DeepSeek e l'ampio ecosistema di modelli di OpenRouter. Ora con capacità di input Vision, gestione automatica delle chiavi API e proto
Xauusd Quantum Pro EA
Ilies Zalegh
5 (8)
XAUUSD QUANTUM PRO EA (MT5) — Expert Advisor GOLD XAUUSD per MetaTrader 5 | Motore Decisionale a Scoring BUY/SELL + Gestione del Rischio Avanzata + Supervisione con Dashboard Live XAUUSD QUANTUM PRO EA è un robot MT5 pensato per una sola cosa: rendere il trading automatico su XAUUSD più pulito, più leggibile e più controllabile . Non cerca di moltiplicare gli ordini. Cerca di prendere le decisioni giuste . L’approccio è moderno e innovativo: scoring direzionale BUY/SELL , filtri di mercato e sup
Zenox
PETER OMER M DESCHEPPER
4.46 (24)
Ogni volta che il segnale live aumenta del 10%, il prezzo verrà aumentato per mantenere l'esclusività di Zenox e proteggere la strategia. Il prezzo finale sarà di $ 2.999. Segnale Live Conto IC Markets, guarda tu stesso le performance live come prova! Scarica il manuale utente (inglese) Zenox è un robot di swing trading multi-coppia basato su intelligenza artificiale all'avanguardia che segue le tendenze e diversifica il rischio su sedici coppie di valute. Anni di sviluppo dedicato hanno portat
Ultimate Breakout System
Profalgo Limited
5 (30)
IMPORTANTE   : Questo pacchetto sarà venduto al prezzo corrente solo per un numero molto limitato di copie.    Il prezzo salirà a 1499$ molto velocemente    +100 strategie incluse   e altre in arrivo! BONUS   : A partire da un prezzo di 999$ --> scegli   gratuitamente 5    dei miei altri EA!  TUTTI I FILE IMPOSTATI GUIDA COMPLETA ALLA CONFIGURAZIONE E ALL'OTTIMIZZAZIONE GUIDA VIDEO SEGNALI LIVE RECENSIONE (terza parte) Benvenuti al SISTEMA DEFINITIVO DI BREAKOUT! Sono lieto di presentare l'Ul
META i11
Meta Sophie Agapova
5 (17)
META i11 – Sistema di Trading Cognitivo Ibrido -  Riferimento Tecnico META i11 rappresenta il prossimo stadio evolutivo della serie META, superando META i7 e META i9 grazie a un’architettura cognitiva ibrida completamente riprogettata. Invece di affidarsi esclusivamente a reti neurali o sistemi frattali, META i11 introduce un Motore Cognitivo Tri-Core che analizza, si adatta e riscrive autonomamente la logica interna di decisione. L’EA integra una mappatura profonda della liquidità, una supervi
AI Prop Firms MT5
MQL TOOLS SL
4.33 (12)
AI Prop Firms - Intelligent Automation Built for Prop Trading Firms . AI Prop Firms is an advanced fully automated Forex trading system powered by Artificial Intelligence , developed specifically to operate within the strict rules and evaluation models of prop trading firms. The system is designed to trade under controlled risk conditions while maintaining consistency , stability, and compliance with prop firm requirements. AI Prop Firms uses intelligent market analysis logic that continuously
AI Forex Robot MT5
MQL TOOLS SL
4.27 (73)
AI Forex Robot - The Future of Automated Trading. AI Forex Robot is powered by a next-generation Artificial Intelligence system based on a hybrid LSTM Transformer neural network, specifically designed for analyzing XAUUSD, EURUSD and BTCUSD price movements on the Forex market. The system analyzes complex market structures, adapts its strategy in real time and makes data-driven decisions with a high level of precision. AI Forex Robot is a modern, fully automated system powered by artificial intel
QuadCore X4
Oleg Volgin
5 (2)
QuadCore X4 – Expert Advisor Multi-IA Prezzo attuale: 344$ Prossimo prezzo: 544$  Prezzo finale: 1944$  Segnale: QuadCore X4 Simbolo: XAUUSD Leva: min. 1:20 Deposito: min. 100$ Timeframe: M30 OpenAI (GPT 5.2) DeepSeek (V4) Claude (Opus 4.5) Gemini (2.5 Pr) Analisi di mercato: trend, struttura, contesto Decisione di trading: (BUY / SELL / HOLD) Decisione: (SL / TP / Score) Pattern di prezzo, momentum e anomalie a breve termine Valutazione della chiarezza tecnica e della leggibilità Bias a br
NOVA s7
Meta Sophie Agapova
5 (1)
NOVA s7 – Motore di Trading AI Adattivo Istituzionale NOVA s7 rappresenta il prossimo passo evolutivo nel trading algoritmico intelligente. Costruito attorno al potente framework DeepSeek AI, NOVA s7 è progettato per interpretare il comportamento del mercato in modo contestuale piuttosto che reagire a segnali statici. A differenza degli Expert Advisor convenzionali, NOVA s7 valuta continuamente la struttura del mercato, i cambiamenti di momentum, la pressione di volatilità e la qualità di esecu
ORB Revolution
Haidar Lionel Haj Ali
5 (10)
ORB Revolution — Expert Advisor per MetaTrader 5 ORB Revolution è un Expert Advisor professionale basato sull’Opening Range Breakout (ORB) per MetaTrader 5, progettato per un trading automatizzato disciplinato e con controllo del rischio . Sviluppato secondo standard istituzionali, questo sistema dà priorità alla protezione del capitale , a un’ esecuzione ripetibile e a una logica decisionale trasparente — ideale per trader seri e partecipanti a sfide di prop firm. ORB Revolution supporta comple
PrizmaL Lux
Vladimir Lekhovitser
5 (2)
Segnale di trading in tempo reale Monitoraggio pubblico in tempo reale dell’attività di trading: https://www.mql5.com/it/signals/2356149 Informazioni ufficiali Profilo del venditore Canale ufficiale Manuale utente Istruzioni di configurazione e utilizzo: Apri manuale utente Questo Expert Advisor è stato progettato come un sistema reattivo al contesto di mercato, in grado di adattare il proprio comportamento alle condizioni di trading prevalenti, anziché seguire uno schema di esecuzione
Royal Quant EA MT5
Irina Selivanevskaia
5 (3)
Royal Quant EA Sistema di Trading Quantitativo per XAUUSD basato su Previsioni Neuronali e Controllo del Rischio Probabilistico Verifica in tempo reale: L'efficienza matematica del sistema è confermata su un conto di trading reale (non cent) presso un broker autorizzato. È possibile monitorare l'attività operativa e le statistiche attuali di Royal Quant EA in tempo reale su: https://www.mql5.com/en/signals/2354869 Royal Quant EA è un complesso di trading algoritmico specializzato, sviluppato sul
Altri dall’autore
HFT Prop Challenge Master
Christoph Juergen Koegler
5 (1)
This EA is designed for passing the challenge of the prop trading firm Fundway Plus that allow HFT (High Frequency Trading). It will not work on live accounts due to slippage.  All other MT4 prop firms are not supported, but the MT5 version supports other firms. You should also not use it during the funded stage, the payout will be declined. HFT is broker sensitive, so if they change their broker, it might stop working.   The trading only takes place in the first minutes after the US cash marke
Filtro:
José Isidro
48
José Isidro 2026.02.02 21:35 
 

A very reliable robot and it passed the fast funding test.

Patrick Savard
250
Patrick Savard 2025.09.06 21:43 
 

Insane robot, A+++ lets other people know about the gems!!!!!

James Tan Chun Lin
266
James Tan Chun Lin 2025.07.01 13:37 
 

it works on sureleveragefunding,👋all good

Nguon Bonnit
123
Nguon Bonnit 2025.06.12 12:49 
 

It helps me to pass IRIZONE very easily

7sienz
57
7sienz 2025.06.09 13:55 
 

This EA is absolutely great and i passed my challenge within minutes as he described! The author also very polite and helpful person, highly recommend EA.

Vadim Jelihovschi
280
Vadim Jelihovschi 2025.04.29 14:43 
 

I am very grateful to Christoph for his best EA. Today, I just bought the EA, installed it and passed the Challenge in just a few minutes. It's great EA. Thank you Christoph for your patience and quick responses. Wish you all the best!

True Trading
23
True Trading 2025.04.29 14:00 
 

EA works as describe in Overview, i pass my challenge in few minutes. Developer is very helpful and you usually get a very prompt reply for your queries. Fully recommended. Thank you Christopher

b.o.b Charles
29
b.o.b Charles 2025.04.25 17:27 
 

Am really amazed with the EA it works miracles and the support is also amazing thanks alot Mr Christoph

Latrine666
56
Latrine666 2025.01.02 15:57 
 

Der EA ist absolut mega, hat die 100k Challenge von Aura Funded in 5min geballert.

David N
28
David N 2024.12.21 12:14 
 

amazing EA passed my 100k optimal traders account in under 2 mins, and the support is vey nice, fast replies and kind help! couldn't be more satisfied.

Nickey Barnard
148
Nickey Barnard 2024.12.12 08:53 
 

The absolute best HFT EA by far, passed my funded account challenge in only 3 minutes! Christoph is an amazing and helpful person, I highly recommend this EA.

Tom Gainer
34
Tom Gainer 2024.12.11 16:27 
 

Christopher was very good ich communication. Passed challenge within 5 minutes and couldn’t recommend móre⭐️

Thanh Tai Van
166
Thanh Tai Van 2024.12.11 14:46 
 

Great experience with this EA. I just completed a 50k SLF challenge with it. It took me 3 days, but everything went smoothly. Christoph is very responsive, very friendly and really helpful. I highly recommend this EA!

Christoph Juergen Koegler
1245
Risposta dello sviluppatore Christoph Juergen Koegler 2024.12.11 20:40
Thank you for your feedback. Yes SLF is the slowest one to get funded with trading of XAUUSD+. Most of the other prop firms are usually passed in one US cash market opening session in under 15 minutes.
145002874
29
145002874 2024.11.13 12:46 
 

L'utente non ha lasciato alcun commento sulla valutazione.

Christoph Juergen Koegler
1245
Risposta dello sviluppatore Christoph Juergen Koegler 2024.11.20 20:09
I am sorry to hear that, but you are actually the first one who tells me that he did not pass a challenge yet. Please write me a personal message that we can figure out what is wrong here. Probably you have used the wrong asset DJIUSD instead of DJIUSD.zs.
If you use the EA at optimal traders I have now implemented in version 2.5 a warning message which pops up when you drag the EA by mistake to the wrong chart DJIUSD instead of DJIUSD.zs to avoid such cases in the future.
Nouamane Chraibi
180
Nouamane Chraibi 2024.11.05 11:38 
 

L'utente non ha lasciato alcun commento sulla valutazione.

Jack The Jam
421
Jack The Jam 2024.10.11 17:10 
 

I definitely recommend it! challange passed in 8 minutes, now only to find ea which with fund account will keep its terms and dollar printer launched :)

Gatico
45
Gatico 2024.10.07 17:33 
 

This bot is highly recommended. It has worked perfectly overcoming my challenge in just 5 minutes. The creator of this EA has helped me at all times with a lot of patience and kindness. For me he is a 10

sneps72
19
sneps72 2024.10.03 16:45 
 

L'utente non ha lasciato alcun commento sulla valutazione.

staros14
24
staros14 2024.09.27 14:24 
 

Top bot ! challenge passed in 10 minutes.

tagnar orav
38
tagnar orav 2024.09.27 11:13 
 

Very helpful and supportive author. Passed my challenge in 5 minutes, so i totally recommend if you want to pass your HFT Challenges. edit: Worked like a charm second time! Easy to use and to understand and with high volatility it passes challenge in 5-15 minutes.

12
Rispondi alla recensione