The DAX Morning Scalp

5
IMPORTANT: I've decided to reduce the price to the cheapest possible, as I'm currently working hard on my next EA and therefore don't have time to keep my old EAs as up-to-date as I would normally like to. I'm still available for support though!
NEW 2024 set file can be downloaded by clicking here. (All set files can be found in the comment section)

The Dax Morning Scalp is a real daytrading strategy that does NOT use risky money management tactics like martingale systems, grid systems or hedging of any kind! It is a fully automated breakout scalping strategy designed specifically for the German Dax index (aka DE40 or GER40). The strategy uses current volatility conditions to determine the stop loss size and whether to trade at all. If volatility is too low the conditions are not favorable for a breakout strategy and if volatility is too high something might be wrong, which can cause more irrational moves. I’ve traded the strategy manually for a year and a half now and it has been extremely consistent and reliable, so I finally decided to automate it and share it with the community at a low enough price for everyone to benefit from!

If you have any questions please contact me on mql5: https://www.mql5.com/en/users/njtrading

IMPORTANT recommendations:

  • Testing: You should ALWAYS download the demo and do some testing on your own broker before buying ANY EA on the MQL5 market. You can watch the video below for information on how to test the EA correctly or contact me on here if you have any questions.
  • Set files: Different types of set files can be found in the comment section and through the links above. Always go to the bottom comment for the newest set files. If you have any questions about the set files please send me a message on here.
  • Risk: If you're using the default settings I'd recommend anything from 0.5% to 6% risk per trade. Depending on how aggressive you want to trade.
  • Market: Designed to be used on the Dax index (usually called GER40, GER30, DE40 or DE30, depending on the broker).
  • Timeframe: The strategy uses the 15 min timeframe, but it will still work just as well if you have your chart set to another timeframe.
  • Minimum deposit: $200.
  • Account type: Preferably ECN, raw or Razor with low spreads.
  • Leverage: 1:20 is fine for the NormalMode but if you want to use both the NormalMode AND the AggressiveMode then I would recommend at least 1:50.
  • Brokers: I’d recommend ICMarkets, Pepperstone or any other reputable broker that offers low spreads and good executions.
  • MT5 account type: Doesn’t matter, both Hedge and Netting account types are fine.

 

Detailed explanation of strategy inputs:

Entry Settings:

"Auto-detect DAX opening hour" = If you switch this input to "true" the EA will automatically detect the opening hour for the DAX based on your broker's timezone. Beware that this setting does not work in strategy tester so you can't use it for testing purposes. It does however work for real trading. I would recommend enabling the "Show DAX opening time on Chart" setting as well if you plan on enabling this feature.

"DAX opening hour for current broker" = This input lets the user manually adjust the opening hour of the DAX. This is an important setting as broker's use different timezones and Charts are based on the broker's server time.

"Start minute for AggressiveMode orders" = This input lets the user manually adjust the minute of the opening hour at which the EA will open the AggressiveMode orders.

"Start minute for NormalMode orders" = This input lets the user manually adjust the minute of the opening hour at which the EA will open the NormalMode orders.

"ATR period" = The ATR indicator is used to help with the volatility calculations so here you can change the ATR length if you want to.

"Entry Diviation" = This input decides how much the market must go above/below the breakout point in order to trigger the pending order.

"Enable NormalMode" = This input is set to "true" by default but you can switch it to "false" if you only want the EA to use the AgressiveMode strategy. This input needs to be set to "true" for the UltraSafetyMode to work.

"Enable AggressiveMode" = This input is set to "true" by default but you can switch it to "false" if you want the EA to take less trades. The AggressiveMode enables the EA to take even more breakout trades in the morning and it will increase the average number of daily trades to around 3-4. I recommend testing the EA with AggressiveMode enabled and disabled so you can see the difference yourself.

"Enable ReversalMode" = You can switch this input to "true" if you want the EA to trade range reversal through limit orders. This has worked particularly well since September 2023 where breakouts started underperforming in the morning market of the DAX.

"Enable Safetymode" = You can switch this input to “true” if you want to play it safe. This will make the EA only take the first trade of the day which usually has a higher win rate but you will lose out on some profit in the long run as the second trade is also profitable.

"Enable UltraSafetyMode" = You can switch this input to "true" if you want to play it REALLY safe. This will drastically reduce the number of trades the EA takes but it will also increase the win rate. Basically improves quality while reducing quantity.

Risk Management:

"Percentage of Balance risked per trade" = Here you decide how many percent of your account balance you’re willing to risk on every trade.

"Enable Manual Lot Size" = This input is used to turn the manual lot size on and off. If the input is set to "true" the manual lot size is on and if the input is set to "false" the manual lot size is turned off and the EA will use the percentage based risk input instead.

"Manual Lot Size" = This input determines the lot size of every order the EA opens if the manual lot size option is enabled.

Exit Settings:

"Predetermined Stop Loss for NormalMode" = In case you don’t want to use the built-in volatility-based stop loss you can use this input to set a specific stop loss.

"Predetermined Stop Loss for AggressiveMode" = In case you don't want to use the built-in price action based stop loss you can use this input to set a specific stop loss value.

"ATR Stop Loss" = The multiplier used for volatility based stop loss. (1.2 means 1.2 x the ATR value)

"Stop Loss Diviation" = You can use this input to fine-tune the stop loss a bit if you want to.

"Take Profit for NormalMode orders" = This input determines the amount of points used for the take profit target. I use 1000 as the default value but you can change it if you want a specific risk/reward ratio for example.

"Take Profit for AggressiveMode orders" = This input determines the amount of points used for the take profit target of the AggressiveMode trades. I use 2000 as the default value but you can change it if you want a specific risk/reward ratio for example.

"Take Profit for UltraSafetyMode orders" = This input determines the amount of points used for the take profit target of the UltraSafetyMode trades. I use 1000 as the default value but you can change it if you want a specific risk/reward ratio for example.

Trailing Stop Loss Settings:

"Enable Trailing Stop Loss" = This input enables the Trailing Stop feature. The input is set to "false" by default which means it is disabled. If you want to enable the feature you need to change the input to "true".

"BreakEvenStop" = This input overrides the Trailing Stop so that the EA only moves the stop loss to the entry point, when the trigger and distance criterias are met. The Trailing Stop Loss input above needs to be set to true for this BreakEven option to work.

"Trailing Stop Loss trigger" = This input determines how far the market needs to move in the direction of the position before the Trailing Stop Loss feature starts working. This input requires the Trailing Stop Loss input above to be enabled.

"ATR based Trailing Distance" = This input lets the user decide the Trailing Stop Loss distance in terms of the ATR value of the last 15min bar.

"Point based Trailing Distance" = This input lets the user decide the Trailing Stop Loss distance in points.

General Settings:

"Show DAX opening time on Chart" = You can enable this feature by switching the input setting to "true" which will make the EA show the opening time of the DAX based on your broker's server time. Beware that the feature does not work correctly in the strategy tester as the strategy tester doesn't support GMT time.

"Magic Number for the EA" = This is just an EA identification number, but you should make sure that this number is unique.

"Comment for the trades taken by the EA" = A unique comment for the EA so you can easily identify the trades taken by the EA.

"Delete orders at this hour" = This input is for selecting the hour of the day where the EA should delete the pending orders. The default setting is 15.

"Delete orders at this minute" = This input is for selecting the minute of the hour where the EA should delete the pending orders. The default setting is 14. So together with the input above it determines that the EA should delete the pending orders at 15:14.

"Enable Buy orders" = If this input is set to true the EA will open Buy orders but if the input is changed to false the EA will stop opening Buy orders.

"Enable Sell orders" = If this input is set to true the EA will open Sell orders but if the input is changed to false the EA will stop opening Sell orders.

If you have any questions about the strategy or how to test it please feel free to send me a message on here!


Recensioni 7
Juergen Loebach
1321
Juergen Loebach 2025.05.21 08:33 
 

Support and communication are excellent.The results since 12/05/2025 are positive.

nunovski
283
nunovski 2024.11.25 12:20 
 

Hello Good morning, THis is my first day trading with the Expert DAX MORNING SCLAP We had a good start, 1 operation opened, 1 operation closed in profit, For the moment very pleased

Adam Brett Atkinson
591
Adam Brett Atkinson 2023.10.09 10:06 
 

After purchasing this EA I back tested it and got great results. I played with the settings and spoke to the developer about changes. He is very quick to reply and very helpful. I have since put it on a live account and receive the same great results. The very first trade made my money back and more. Factory settings are great. Depending on your trading style you may want to change some of the settings. However it appears to be a very reliable set and forget EA. 100% recommend to purchase this EA.

Prodotti consigliati
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (239)
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
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
Kalman Trend Logic
Vladislav Kuznetsov
Kalman Trend Logic is an adaptive trend-following Expert Advisor based on a dual recursive Kalman filter model. The system dynamically adjusts to market volatility using ATR-based parameter scaling. Up to 10 sales price 30 USD, 20-30 sales price 50. Every 10 sales the price will be increased by 50. Key features: Recursive adaptive Kalman filtering Fast and slow trend detection Optional retest confirmation entries Volatility-based support/resistance zones Dynamic trailing stop Fully automatic
| 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
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
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
Goldmost MT5
Hongliang Ding
Goldmost – Precision Trading for XAUUSD This EA implements a multi-timeframe breakout strategy for XAUUSD, identifying critical support/resistance levels to execute trades with dynamic SL/TP adjustments, and intelligent exit protocols for optimized risk management. The parameters are updated regularly to adapt to evolving market conditions. This ensures the model continuously adjusts to shifting sentiment, investor behavior, and emerging trends - keeping your strategy aligned with current marke
Attenzione trader di Platino! XPTUSD Trend Protected EA non apre trade a caso. Entra solo quando la tendenza è reale e confermata dal mercato. Evita rumore e overtrading che distruggono i conti. Gestione del rischio adattiva: riduce l’esposizione dopo perdite e sfrutta le serie vincenti. Ogni trade è indipendente, senza martingala, grid o hedging. Trailing stop progressivo che protegge i profitti senza fermare la tendenza. Si adatta automaticamente alle sessioni di Londra, New York e sessioni i
PipFinite EA Breakout EDGE MT5
Karlo Wilson Vendiola
5 (3)
The Official Automated Version of the Reliable Indicator PipFinite Breakout EDGE EA Breakout EDGE takes the signal of PipFinite Breakout EDGE indicator and manages the trade for you. Because of numerous financial instruments to consider, many traders want the signals to be fully automated. The EA will make sure all your trades are executed from entry to exit. Saving you time and effort while maximizing your profits. The Edge of Automation Effortless price action trading is now possible acros
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
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
The Inside Bar e one is a reversal/continuation candle formation, and is one of the most traded candle patterns. Robot F1 allows you to configure different trading strategies, Day Trade or swing trade, based on the Inside Bar as a starting point.  This pattern only requires two candles to perform. Robot F1 uses this extremely efficient pattern to identify trading opportunities. To make operations more effective, it has indicators that can be configured according to your strategy. Among the o
LT Gap EA
BacktestPro LLC
Discover the ultimate solution for trading market gaps with the LT Gap EA, now available on MQL5. With three powerful strategies at your disposal, you can maximize your gap trading potential like never before. Key Features: Versatile Strategies: Choose from three distinct gap trading strategies. Trade all gaps, focus on gaps meeting predefined minimum criteria, or execute trades exclusively when gap distances match predefined values. Customization Galore: Tailor your trading experience with a w
The Bitcoin Reaper
Profalgo Limited
3.71 (34)
PROMOZIONE DI LANCIO: Saranno disponibili solo un numero molto limitato di copie al prezzo attuale! Prezzo finale: 999$ NOVITÀ (da 349$) --> RICEVI 1 EA GRATIS (per 2 numeri di account commerciali). Offerta Combo Definitiva     ->     clicca qui UNISCITI AL GRUPPO PUBBLICO:   Clicca qui   LIVE SIGNAL LIVE SIGNAL V2.0 UPDATE 2.0 INFO Benvenuti al BITCOIN REAPER!   Dopo l'enorme successo del Gold Reaper, ho deciso che era giunto il momento di applicare gli stessi principi vincenti al mercato Bit
ComplexEuro Edge Pro
Luke Anthony Coles
REAL BACKTEST / LONG TERM PROFITIBILITY Introducing ComplexEuro Edge PRO , an advanced Expert Advisor, meticulously designed 'EURUSD' trading system that specializes in executing high-precision trades by implementing a unique set of strict conditions and technical criteria.  ComplexEuro is unlike other EAs that rely on generic algorithms , martingale/grid or other 'AI' gimmicks that do not work long term. Minimum Deposit : $100 TimeFrame : M1 Pair : EURUSD VPS is recommended Auto Close at weeke
Gold Blaster Smart Scalper EA
Himanshu Mukeshbhai Bhatt
Blaster Gold EA is a hybrid gold robot combining RSI-based precision entries with a smart scalper for extra profit. It opens controlled main trades with fixed DCA layers, auto-profit closing, gap protection and optional news filter. Ultra-safe with preset risk modes and strict 1-main + 1-scalper trade control. Designed for stable XAUUSD automation with strong recovery and consistent profit flow. How it work, RSI Two-Layer EA   is a refined, high-precision automated trading system built for tra
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
The Market Beast MT5
Beatrice Bernard Mgaya
Expert Advisor (EA) Description: Multi-Currency Trading with News Filter 1. Overview: The EA is designed to trade multiple currency pairs efficiently. It incorporates a robust news filter to avoid trading during high-impact news events. It has been thoroughly tested using FTMO data and is suitable for prop firms. 2. Key Features: a. Multi-Currency Trading: The EA supports simultaneous trading across various currency pairs. It dynamically adjusts position sizes based on market conditions and ris
BFG 9000 is a unique system that trades your account 100% hands-free with   live-proven algorithms . Validated in live trading for 12 months. No Grid, no Martingale. The craziest part is however the ability to   manage your own trade decisions . The built-in AI takes your trades and manages them into profit. Safe Haven BFG includes a very stable algorithm that runs on 100% autopilot. It does not use Grid and no Martingale - thus you can be very sure, that it won't destroy your account. The syst
Haven JPY Miner
Maksim Tarutin
Haven JPY Miner - Algoritmo specializzato per USDJPY Presentiamo Haven JPY Miner – un Expert Advisor (EA) professionale, creato e configurato esclusivamente per la coppia di valute USDJPY . È una soluzione per i trader che cercano un approccio sistematico pronto all'uso senza la necessità di lunghe configurazioni dei parametri. L'EA è dotato della tecnologia Smart Time Sync . Non è più necessario calcolare il fuso orario del server del broker (GMT Offset). Il consulente si sincronizza automatica
YenSync
Michael Prescott Burney
1 (1)
YenSync is an advanced trading system for the USDJPY H1 chart, evolving from the core logic of the proven Fuji Wave system. Designed specifically to adapt to the unique rhythm of the USDJPY pair, YenSync emphasizes precise entry timing, trend synchronization, and controlled exposure across varying volatility conditions. This system leverages internal momentum tracking and directional alignment filters to engage with clean, sustained market movements while minimizing reaction to short-term noise.
Investopedia FIVE
Joseph Anthony Aya-ay Yutig
Investopedia FIVE EA si basa su questo articolo: https://www.investopedia.com/articles/forex/08/five-minute-momo.asp CONDIZIONI COMMERCIALI - Cerca che la coppia di valute scambiata al di sotto dell'EMA e del MACD del periodo X sia in territorio negativo. - Attendi che il prezzo superi l'EMA del periodo X, quindi assicurati che il MACD sia in procinto di passare da negativo a positivo o sia passato in territorio positivo entro cinque barre. - Vai long 10 pip sopra l'EMA a 20 periodi. - Ven
ExtremeX
Noelle Chua Mei Ping
This algorithm thrives on extreme conditions of volatility.  It will evaluate the condition prior to market close, enter a position and exit when market swings to extreme levels in your favour.  The algorithm does not deploy any technical indicators, just simple mathematical calculations.  This works very well on non directional markets especially FOREX in the short term which are very choppy.  You can test out on other asset classes as well.  20 year backtest done to validate the rule.
Roulette Grid Pro
Martin Bundgaard
Roulette Grid Pro - L'Acceleratore di Equità Definitivo Trasforma la volatilità del mercato nel tuo più grande vantaggio! Sei stanco degli EA "sicuri" che impiegano mesi per raggiungere un misero 2% di profitto? Benvenuto su Roulette Grid Pro . Questo non è il solito robot; è uno strumento semi-algoritmico ad alta potenza progettato per i trader che vogliono scalare i conti velocemente usando la certezza matematica del principio Martingala. Perché "Roulette"? Al casinò, il banco vince se
GoldenRatioX
Serhii Sharlai
GoldenRatioX — Gold Scalping, Refined to Perfection GoldenRatioX is a powerful and intuitive platform for high-speed gold trading, designed specifically for scalpers and active traders who operate on the edge of seconds and aim to squeeze the maximum out of every price movement. After the purchase, please make sure to contact me to receive the settings.  Why gold? Gold is more than just an asset. It’s a highly liquid, volatile instrument with well-defined levels — a perfect match for scalping.
HMA Crossover
Rowan Stephan Buys
HMA Crossover EA – MT5 Sfrutta la velocità e la precisione della Hull Moving Average (HMA) con un Expert Advisor completamente automatico per il trading di tendenza su MetaTrader 5. Il HMA Crossover EA è progettato per i trader che vogliono reagire rapidamente ai trend emergenti senza sacrificare il controllo del rischio. Combinando una HMA veloce con una HMA lenta, l’EA identifica precocemente potenziali inversioni di tendenza e gestisce il rischio tramite Stop Loss e Take Profit dinamici basat
Bolic Eagle EA
Almaquio Ferreira De Souza Junior
Bolic Eagle EA - Advanced Parabolic SAR-Driven Trading Algorithm Overview Bolic Eagle EA is a sophisticated algorithmic trading solution designed for traders seeking a highly adaptable and automated system rooted in the Parabolic SAR indicator. This Expert Advisor (EA) is crafted to identify and capitalize on market reversals by utilizing the precision of the Parabolic SAR, enhanced with optional trend confirmation tools, advanced risk management protocols, and unique features such as email no
Italian Gold Scalper
Massimiliano Tuzzolino
Italian Gold Scalper A linear, transparent Expert Advisor designed for those who want to trade gold without unnecessary complications. Imagine a trading approach built on discipline, where every move is measured and no decision is left to chance. This is exactly what Italian Gold Scalper brings to your chart. No grids, no martingale, no hedging, just one position at a time managed with intelligence and precision. It never chases the price, never doubles down on losses, never builds castles of po
Outro
Manuel Gonzales
5 (3)
" Outro " is an expert in automated " multi-symbol " trading that requires the trader to test on the pair of his choice and modify the entries according to his convenience. This Expert Advisor has been designed with non-optimized inputs, and   uses a Martingale system   for risk management. It is very important to read the   blog   post before you start. Enter to the private group .  Outro   uses two main indicators,   Relative Strength Index and Stochastic Oscillator , for input decision making
FREE
The Fractal Trend Master is one of the most powerful and sophisticated Expert Advisors on the market, designed to protect traders' capital while maximizing profit opportunities. Based on Bill Williams' renowned methodology, this EA uses three essential technical analysis tools: the Alligator indicator , fractals , and the Gator Oscillator , creating a robust and precise framework for identifying and following market trends. This EA was designed with a focus on advanced risk management and capita
Gli utenti di questo prodotto hanno anche acquistato
Quantum Valkyrie
Bogdan Ion Puscasu
4.89 (108)
Quantum Valkyrie - Precisione.Disciplina.Esecuzione Scontato       prezzo.   Il prezzo aumenterà di $ 50 ogni 10 acquisti. 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.      Salve, comm
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (479)
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
Akali
Yahia Mohamed Hassan Mohamed
4.97 (33)
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
AI Gold Trading MT5
Ho Tuan Thang
4.83 (30)
VUOI GLI STESSI RISULTATI DEL MIO SEGNALE LIVE?   Utilizza gli stessi broker che uso io:   IC MARKETS  &  I C TRADING .  A differenza del mercato azionario centralizzato, il Forex non ha un unico flusso di prezzi unificato.  Ogni broker attinge liquidità da fornitori diversi, creando flussi di dati unici. Altri broker possono raggiungere solo una performance di trading equivalente al 60-80%.     SEGNALE LIVE IC MARKETS:  https://www.mql5.com/en/signals/2344271       Canale Forex EA Trading su MQ
AI Gold Scalp Pro
Ho Tuan Thang
5 (5)
VUOI GLI STESSI RISULTATI DEL MIO SEGNALE LIVE?   Usa esattamente gli stessi broker che uso io:   IC MARKETS  &  I C TRADING .  A differenza del mercato azionario centralizzato, il Forex non ha un unico feed di prezzi unificato.  Ogni broker si procura liquidità da diversi fornitori, creando flussi di dati unici. Altri broker possono raggiungere solo prestazioni di trading equivalenti al 60-80%. SEGNALE LIVE Canale di Trading Forex EA su MQL5:  Unisciti al mio canale MQL5 per ricevere le mie ul
Quantum King EA
Bogdan Ion Puscasu
5 (145)
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
Gold House MT5
Chen Jia Qi
5 (21)
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 Sniper MT5
Ho Tuan Thang
4.79 (52)
Optimize your trading environment: To get the best results matching the live signal, it is highly recommended to use a reliable True ECN broker with low latency and tight spreads. Because Forex liquidity varies, choosing a robust broker ensures the algorithm can execute trades with maximum precision. LIVE SIGNAL & COMMUNITY Live Performance (More than 7 months):  View AI Gold Sniper Live Signal Forex EA Trading Channel:  Join my community of over 15,000 members for the latest updates and support
Aot
Thi Ngoc Tram Le
4.85 (96)
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.63 (24)
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
Syna
William Brandon Autry
5 (22)
Syna 5 – Intelligenza Persistente. Memoria Reale. Intelligenza di Trading Universale. La maggior parte degli strumenti di IA risponde una volta e dimentica tutto. Ti lasciano a ricominciare da zero ancora e ancora. Syna 5 no. Ricorda ogni conversazione, ogni trade analizzato, perché ha agito, perché è rimasto in disparte e come il mercato ha reagito successivamente. Contesto completo in ogni sessione. Intelligenza cumulativa che si rafforza ad ogni trade. Questo non è l'ennesimo EA con funzioni
Agera
Anton Kondratev
5 (2)
AGERA   è un EA aperto completamente automatizzato e multiforme per l'identificazione delle vulnerabilità nel mercato dell'ORO! Not        Grid       , Not        Martingale    ,    Not      "   AI"         , Not      "   Neural Network" ,    Not      "   Machine Learning"    ,     Not     "ChatGPT"   ,     Not       Unrealistically Perfect Backtests  AGERA    Community :       www.mql5.com/en/messages/01e0964ee3a9dc01 Signal Real :     https://www.mql5.com/en/signals/2361808 Default       Sett
Nano Machine
William Brandon Autry
5 (6)
Nano Machine GPT Version 2 (Generation 2) – Intelligenza Persistente di Pullback Abbiamo avviato questo cambiamento alla fine del 2024 con Mean Machine, uno dei primissimi sistemi a portare una vera IA di frontiera nel trading retail forex dal vivo. Nano Machine GPT Version 2 è la prossima evoluzione in questa linea. La maggior parte degli strumenti di IA risponde una volta e dimentica tutto. Nano Machine GPT Version 2 no. Ricorda ogni setup di pullback analizzato, ogni ingresso eseguito, ogni
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
Karat Killer
BLODSALGO LIMITED
4.64 (25)
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
Aura Ultimate EA
Stanislav Tomilov
4.81 (103)
Aura Ultimate: l'apice del trading tramite reti neurali e il percorso verso la libertà finanziaria. Aura Ultimate rappresenta il prossimo passo evolutivo nella famiglia Aura: una sintesi di architettura AI all'avanguardia, intelligenza adattabile al mercato e precisione basata sul controllo del rischio. Basata sul DNA collaudato di Aura Black Edition e Aura Neuron, si spinge oltre, fondendo i loro punti di forza in un unico ecosistema multi-strategia unificato, introducendo al contempo un live
Mad Turtle
Gennady Sergienko
4.56 (85)
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
Golden Odin
Taner Altinsoy
Overview Golden Odin EA is an Expert Advisor designed specifically for XAUUSD . Unlike multi-strategy bots, Golden Odin focuses on a single, highly optimized Market Structure Break (Pivot) strategy using precise Pending Orders. The EA is designed to wait patiently like a true king, managing its entries and filters automatically. Golden Odin EA does not use grid, martingale, or averaging techniques. It strictly limits itself to a maximum of 1 open trade at a time. All trades opened by the EA use
Xauusd Quantum Pro EA
Ilies Zalegh
5 (11)
XAUUSD QUANTUM PRO EA (MT5) — Expert Advisor GOLD XAUUSD per MetaTrader 5 | Motore di Decisione Scoring BUY/SELL + Gestione Avanzata del Rischio + Dashboard Live PREZZO DI LANCIO SPECIALE con sconto temporaneo — Offerta valida per un periodo limitato. Acquistando XAUUSD QUANTUM PRO EA potresti ricevere Bitcoin Quantum Edge Algo o DAX40 Quantum Pro EA gratuitamente. Contattaci in privato per maggiori informazioni. XAUUSD QUANTUM PRO EA è un robot MT5 progettato per un unico obiettivo: rendere il
XIRO Robot MT5
MQL TOOLS SL
4.87 (15)
XIRO Robot is a professional trading system created to operate on two of the most popular and liquid instruments on the market:  GBPUSD, XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and
PrizmaL Lux
Vladimir Lekhovitser
5 (3)
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
Xauusd Breeze
Abdelrahman Ahmed Mahmoud Ahmed
5 (8)
XAUUSD Breeze is a precision-engineered Expert Advisor that simplifies the complexity of the gold market. It seamlessly merges the structural reliability of classical support and resistance analysis with a highly optimized, world-class scalping strategy. By identifying high-probability price "bottlenecks" and liquidity zones, XAUUSD Breeze captures rapid movements with ease, offering a smooth and consistent trading experience even in volatile conditions. The price starts at $79. It increases by
HTTP ea
Yury Orlov
5 (10)
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 Phantom
Profalgo Limited
4.35 (20)
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
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 Hen EA
Taner Altinsoy
4.77 (52)
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 (501)
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
Full Throttle DMX
Stanislav Tomilov
Full Throttle DMX - Strategia reale    Risultati reali   Full Throttle DMX è un consulente esperto di trading multivaluta progettato per operare con le coppie di valute EURUSD, AUDUSD, NZDUSD, EURGBP e AUDNZD. Il sistema si basa su un approccio di trading classico, utilizzando indicatori tecnici noti e una logica di mercato comprovata. L'EA contiene 10 strategie indipendenti, ciascuna progettata per identificare diverse condizioni e opportunità di mercato. A differenza di molti moderni sistemi a
Golden Mirage mt5
Michela Russo
4.7 (61)
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
Mean Machine
William Brandon Autry
4.92 (39)
Presentiamo Mean Machine GPT Gen 2 – L'Originale. Ora più intelligente, più forte e più capace che mai. Abbiamo avviato tutto questo cambiamento alla fine del 2024 con Mean Machine, uno dei primissimi sistemi a portare una vera IA di frontiera nel trading retail dal vivo. Mean Machine GPT Gen 2 è la prossima evoluzione di quella visione originale. Non abbiamo sostituito l'originale. Lo abbiamo fatto evolvere. La maggior parte dei sistemi risponde una volta, agisce una volta e dimentica tutto. M
Altri dall’autore
The US30 Market Maker is a fully automated trading system that utilizes up the 7 different strategies to create a well-diversified approach to trading the US30 every day at the opening of the US stock market. The system uses range trading, breakout trading, scalping and price action trading to create a robust solution for all market environments. All trades are done through orders with pre-determined stop-loss and take-profit levels to ensure maximum transparency. Almost all factors and paramete
Filtro:
Takeprofit_1m
168
Takeprofit_1m 2026.01.14 09:02 
 

I let this bot run for 5 days now - 10K Demoaccount - 426$ profit, only one loss -1% to 5,26% win. I like it a lot! Thank you Lasse.

Juergen Loebach
1321
Juergen Loebach 2025.05.21 08:33 
 

Support and communication are excellent.The results since 12/05/2025 are positive.

nunovski
283
nunovski 2024.11.25 12:20 
 

Hello Good morning, THis is my first day trading with the Expert DAX MORNING SCLAP We had a good start, 1 operation opened, 1 operation closed in profit, For the moment very pleased

Adam Brett Atkinson
591
Adam Brett Atkinson 2023.10.09 10:06 
 

After purchasing this EA I back tested it and got great results. I played with the settings and spoke to the developer about changes. He is very quick to reply and very helpful. I have since put it on a live account and receive the same great results. The very first trade made my money back and more. Factory settings are great. Depending on your trading style you may want to change some of the settings. However it appears to be a very reliable set and forget EA. 100% recommend to purchase this EA.

TradFMED62
385
TradFMED62 2023.08.28 10:06 
 

Hallo, habe den EA seit mehreren Tagen im Livekonto im Einsatz und muss sagen funktioniert wirklich hervorragend. Auch der durchgeführte Backtest für das komplette laufende Jahr brachte sehr gute Ergebnissen.

- Md Rashidul Hasan
3979
- Md Rashidul Hasan 2023.08.03 16:10 
 

This EA works. Just Plug and Play. Very safe too with SL/TP. But do not judge it based on 1 week resuts. Take at least 2 to 3 months. Lasse is great and supports his buyers almost in a day. Can not ask more. :)

NJtrading
1529
Risposta dello sviluppatore Lasse Najbjerg Jensen 2023.08.03 18:27
Thank you for the review! Appreciate your constructive suggestions and positive feedback! :)
Qazin Christensen
39
Qazin Christensen 2023.07.22 19:09 
 

L'utente non ha lasciato alcun commento sulla valutazione.

NJtrading
1529
Risposta dello sviluppatore Lasse Najbjerg Jensen 2023.08.02 01:57
Thank you for the review and the positive feedback! :)
Rispondi alla recensione