ScalpEA v2

I am happy that you are here, let me introduce my small miracle.

How it started:

  1. At first, bot was created for XAUUSD pair. It could be used / trained for whatever you like, but at your own risk! For your info, I am not a marketing guy so nothing here will look so fancy, my bot just simply works, and decision is only on you if you would like to buy it based on your tests.
  2. It all started as an experiment after one developer here told me that doing these modifications would be too complicated. So I told him ok.
  3. My knowledge of MQL5 was close to zero so I thought how about to try some AI. 
  4. Writing this bot started on ChatGPT5, it was complicated but after some time it ended up with compilable code.
  5. On the way I have even tried Gemini but it was a disaster.. at the end I have ended at Claude and that bot is amazing and able to produce compilable code.

Now let me introduce what my EA does.

What it does:

  1. Trades FVG in both directions.
  2. Have machine learning options.
  3. Have trailing TP or my Hybrid TP that contains Trailing SL
  4. Have option to trade Bearish FVG with different setting than Bullish ones,
  5. With my settings it trades with 98% winrate since 10/2023 (gold started to be more bullish)

Btw all my real accounts are running ScalpEA v2, you can find them on my myfxbook where my name is MartinSMGcz.
I have there even v1 but it was not that good.
Also, do not use default config, it is not that good as configs provided on the blog post.

This writng is not for me so I let AI to generate some description. Btw, I might be running too aggressive configurations but when it works, why not? When fail comes, recovery time is about 14 days so again, why not?

I am not selling this bot right after finishing the code but after 3 months of testing on multiple live accounts. (not a cent one)

Make your own backtests and feel free to share your opinions or configs for different instruments. I am sorry in advance if I will not be responding fast. And remember not to risk money you cannot lose. Since december I did not have a single losing trade but it could come.

It is really broker dependent and lower the spread the better. I have tested it on Purple trading, Vantage and VT. VT performs the best, Vantage is on the second place and last is Purple trading.

I am selling it as my one and only bot I am using. So hate it or love it, it is up to you now.
Test it before buying it, so you know if it fits your needs.

I have read that there should be some blog option to add description and links to download set files, I will do it as soon as possible.
Some additonal info and configs here
Channel where to discuss and share your ideas

I have put a lot of functions to my EA, but et the end I am not using most of them, such as recovery system, it could increase the prosit same as the loss, third candle confirmation function is nice, but it limits number of detected FVG and etc.

Since bot is looking for FVG and trading them we are not affected by these long falls that gold does sometimes as you can see on images.

I recommend having lot sizes 0,01 lot on each 500 EUR of your balance but it is your choice on how much you want to risk, but again, do not risk a lot please.


Here is promised description of my EA by AI:

SCALPEA V2 - EXPERT ADVISOR DESCRIPTION FOR MQL5


OVERVIEW

ScalpEA V2 is an advanced Fair Value Gap (FVG) scalping Expert Advisor for XAUUSD and similar instruments. 

Combines FVG detection, machine learning filtering, and three take profit management strategies.


CORE FEATURES


1. FVG DETECTION SYSTEM

- Identifies Fair Value Gaps in price action

- Detection window: 240 minutes (configurable)

- Minimum gap size (points): 30 (user parameter)

- Maximum gap size: Optional exhaustion protection

- FVG duration limit (minutes): 240 before expiration

- Third candle confirmation: Optional validation


2. MACHINE LEARNING FUNCTIONS


A) ADAPTIVE CONFIDENCE SCORING

- Records all trade outcomes to CSV file

- Calculates win rate from historical FVG trades

- Auto-adjusts confidence threshold (0.50 to 0.85)

- Learning mode: Allows unprofitable trades for data

- Minimum 50 historical trades before activation


B) OFFLINE DATABASE MODEL

- Loads historical FVG patterns from CSV

- Matches incoming FVGs by size and direction

- Assigns confidence scores to opportunities

- Default score threshold: 0.75

- Gap tolerance: 25% size variance


C) AI LEARNING MODE

- Trades all FVGs regardless of confidence

- Actively collects market data

- Improves accuracy continuously


3. TAKE PROFIT MANAGEMENT - THREE MODES


MODE 1: FIXED TAKE PROFIT

- Parameter: TP distance (points) 

- Default: 300 points

- Advantage: Simple, predictable

- Use case: Scalping strategies


MODE 2: TRAILING TAKE PROFIT

- Trailing activation (points): Profit needed before activation (default 50)

- Trailing distance (points): Distance maintained from current price (default 200)

- Behavior: Moves only in profit direction

- Benefit: Captures extended moves

- Update trigger: 2+ points price movement


MODE 3: EXPERIMENTAL (TRAILING STOP LOSS)

- Experimental activation (points): Distance from TP (default 50)

- Experimental trailing SL (points): Distance from price (default 200)

- Minimal profit lock (points): Minimum profit guarantee (default 20)

- Purpose: Capital protection near TP

- Mechanism: Progressive SL tightening


4. STOP LOSS STRATEGIES

- Global SL distance (points): Default 3000 points

- SELL-specific SL distance (points): Optional separate SL for shorts

- Respects broker STOPS_LEVEL requirements

- Recovery: Copies parent SL for consistency


5. RECOVERY SYSTEM

- Master switch: Use recovery system (ON/OFF)

- Activation distance (points): Drawdown threshold (default 400)

- Lot multiplier: Size increase per level (default 1.4x)

- Max recovery levels: Position count limit (default 3)

- TP strategy: Copy parent or calculate new


Mechanics:

- Triggers at specified drawdown

- Opens additional position with larger lot

- Uses parent SL for risk consistency

- All positions close together


6. DIRECTIONAL CONTROL


SELL-SPECIFIC SETTINGS (Optional)

- SELL TP distance (points): Short-only TP distance

- SELL SL distance (points): Short-only SL distance

- SELL risk % override: Separate risk per trade

- SELL max pendings: Separate order limit


SELL GAP FILTERS

- Require bigger gap: Multiplier applied (default 1.7x)

- Max gap size (points): Exhaustion limit (default 250)

- Fixed min gap: Absolute minimum option


7. MONEY MANAGEMENT


STATIC LOT SIZING

- Lot size: Fixed amount (default 0.01)

- Simple approach


DYNAMIC LOT SIZING

- Use dynamic lot sizing: Enable/disable

- Risk per trade (%): Percentage of balance (default 0.5%)

- Calculation: Lot = (Balance x Risk%) / (SL points x Point Value)

- Auto-respects symbol constraints


8. ORDER PLACEMENT

- Entry offset (points): Distance from FVG level (default 2)

- Max FVG per side: Pending order limit (default 5)

- Max distance from price (points): Entry validation (default 2000)

- Max spread (points): Trading prohibition threshold

- FIFO system: Auto-removes oldest when limit reached

- Order duration: 240 minutes before expiration


9. VISUAL INTERFACE


ON-CHART DASHBOARD

- Current balance and equity display

- Floating profit/loss on positions

- Total EA profit (accurate with swap/commission)

- Win rate from trade history

- Pending order count per direction

- Next lot size calculation

- TP mode indicator (Fixed/Trailing/Experimental)

- Configuration name display

- Last update timestamp


FVG VISUALIZATION

- Bullish FVGs: Blue rectangles

- Bearish FVGs: Red rectangles

- Transparency: 0-255 adjustable

- Size labels: Optional display

- Auto-cleanup: Removes old FVGs

- Active filter: Show only tradeable FVGs


10. ADVANCED FEATURES


POSITION TRACKING

- Records all pending orders

- Links orders to positions at fill

- Stores historical outcomes

- Connects recovery to parent

- Auto-cleanup after 24 hours


FAILED ORDER RECOVERY

- Saves failed order parameters

- Auto-retries on market open

- Prevents FVG time expiration

- Complete failure logging


SPREAD & LIQUIDITY

- Maximum spread enforcement

- Auto-detection per symbol

- Critical bypass for maintenance

- Liquidity warnings


DEBUGGING & LOGGING

- Trade entry/exit logging

- FVG detection details

- AI decision tracking

- Order attempt recording

- Recovery position tracking

- Win/loss statistics


CRITICAL PARAMETERS FOR SETUP


Optimization priority:

1. Max FVG per side: Pending order limit

2. Min gap points (global): Minimum FVG to trade

3. TP distance (points): Profit target in points

4. SL distance (points): Maximum loss in points

5. Risk per trade (%): Account risk percentage


Machine Learning:

1. Use AI Filter: Enable/disable

2. Use offline model: Database filtering

3. Min history events: Data threshold (50+)

4. Use adaptive confidence: Dynamic threshold

5. AI Learning mode: Allow unprofitable trades


Trailing Mechanics:

1. TP mode: 0=Fixed, 1=Trailing, 2=Experimental

2. Trailing activation (points): Profit before start

3. Trailing distance (points): Distance from price

4. Experimental activation (points): TP proximity

5. Experimental trailing SL (points): SL distance


Recovery System:

1. Use recovery system: Master enable

2. Activation distance (points): Drawdown trigger

3. Lot multiplier: Size multiplication factor

4. Max recovery levels: Position limit

5. Copy TP from parent: TP strategy choice


RECOMMENDED CONFIGURATIONS


AGGRESSIVE SCALPING

- Min gap: 30 points

- TP: 300 points (Fixed mode)

- SL: 3000 points

- Dynamic lot: 0.5% risk

- AI: Enabled

- Recovery: Disabled


BALANCED APPROACH

- Min gap: 50 points

- TP: 300 points (Trailing, 50pt activation)

- SL: 600 points

- Dynamic lot: 0.5-1.0% risk

- AI: Enabled

- Recovery: Enabled (1.4x, 2 levels)


CONSERVATIVE

- Min gap: 80 points

- TP: 200 points (Trailing, 100pt activation)

- SL: 800 points

- Dynamic lot: 0.25% risk

- AI: Enabled (strict)

- Recovery: Disabled


TREND FOLLOWING

- Min gap: 40 points

- TP: Variable (Experimental, 50pt activation)

- SL: 1000 points

- Dynamic lot: 0.3% risk

- AI: Enabled (learning)

- Recovery: Disabled


INSTALLATION


1. Save ScalpEA_V2.mq5 in Experts folder

2. Compile in MetaEditor (F5)

3. Attach to chart (XAUUSD recommended)

4. Configure parameters

5. Backtest thoroughly

6. Monitor dashboard

7. Optimize based on results


KNOWN LIMITATIONS


- Historical data detection only (no real-time MTF)

- ML requires 50+ trades for accuracy

- Recovery needs sufficient margin

- Offline DB needs manual updates

- High spread prevents execution

- News spikes may bypass filters


VERSION 2.635


Recent additions:

- Recovery system for averaging

- Failed order retry mechanism

- Adaptive confidence scoring

- Experimental TP with trailing SL

- FIFO order management

- Real-time profit dashboard

- Enhanced logging


USAGE NOTES


Designed for advanced traders with FVG knowledge.

Requires proper risk management discipline.

Extensive backtesting before live deployment.

Monitor recovery system closely for risk.


Recommended products
Neuro Genetic Expert
Sergio Izquierdo Rodriguez
This system accepts a comma-separated list of symbols and iterates through them, creating a neural network with training for each symbol. These neural networks take values ​​from price action, Bollinger Bands, MACD, and RSI indicators. The number of neurons for each of the three layers of each network can be configured, and genetic training for the indicator parameters can be set up at specific intervals. Confidence levels for the neurons can be adjusted, and market trend analysis filters can be
Gold Surge
Sergey Fateev
Gold Surge Gold Surge is a simple Expert Advisor trading on the XAUUSD instrument. There is no "artificial intelligence" in it, there is no rigged story, there is no guaranteed result that you will become a millionaire and the like. There is only a result here and now. live signal Recommendations Currency Pair : XAUUSD Time Frames : Any Minimum Deposit : $100 Account Type : ECN, Raw, or Razor with very low spreads. Brokers : Tickmill, Fusion Marketing To achieve the best results, it is cruc
RatiborX10 MT5
Nikolay Kositsin
Трендовая торговая система для работы на рынке Forex на одной из десяти валютных пар - EURUSD, GBPUSD, AUDUSD, USDCAD, USDCHF, USDJPY, EURJPY, GBPJPY, AUDJPY,XAUUSD. Система может открывать одновременно до десяти позиций с использованием десяти различных, независимых друг от друга алгоритмов входа в пределах одного трендового направления с индивидуальными стопами для каждой позиции. Для каждого алгоритма предусмотрен свой магик-номер. При смене тренда все открытые позиции закрываются одновременн
R trend sync robot
Ekaterina Saltykova
r-Trend Sync Robot is an expert advisor for extra volatility markets like XAUUSD with dynamic lot size. Main EA features : The advisor's algorithm is based on the analysis of an extensive array of historical data (from 1995 for EURUSD & EURJPY and from 2004 for XAUUSD), which ensured the identification of general patterns in the behavior of these pairs across a wide range of timeframes. The analysis of historical data helped the advisor learn to recognize market triggers for medium-term trends a
warning ! 1. Disclaimer! Profit is not guaranteed 2. Select account and broker with the smallest spread only.     example :  - RAW SPREAD ACCOUNT from ICTRADING 3. You BUY this EA, mean you UNDERSTAND the risk This EA is calculate the high and low price  in Timeframe 1 Hour and set 1 Buy Order and 1 Sell Order. just simple like that When it hit, open position will trigger and after that if the price is on way profit the trail stop will activated. simple, no drama, no read news, no read indicato
Nano Machine
William Brandon Autry
5 (5)
Nano Machine GPT Version 2 (Generation 2) – Persistent Pullback Intelligence We helped start this shift in late 2024 with Mean Machine, one of the earliest systems to bring real frontier AI into live retail forex trading. Nano Machine GPT Version 2 is the next evolution in that line. Most AI tools answer once and forget everything. Nano Machine GPT Version 2 does not. It remembers every pullback setup analyzed, every entry taken, every rejection made, the reasoning behind each decision, how the
GOLD D1 – Estratégia Candle 80% com Pirâmide Inteligente e Trailing Dinâmico (MT5) O   GOLD D1   é um Expert Advisor avançado desenvolvido para operar principalmente o XAUUSD (Ouro) com base em análise de força do candle diário, confirmação de momentum e gestão inteligente de posições. Trata-se de um robô robusto, focado em capturar movimentos fortes do mercado enquanto controla o risco através de uma estrutura adaptativa de pirâmide e trailing stop. Estratégia Principal – Candle 80% O robô
Moving Average Trading System Strategy Overview This trading system is a trend-following strategy, enabling multi-instrument trading on a single chart. Recommended trading instruments: GBPUSD|GBPJPY|USDJPY|XAUUSD|XAUJPY|BTCUSD|XTIUSD|USTEC Special Note: Trading instrument codes may have suffixes or prefixes on different platforms; please revise them to the corresponding codes of your platform in the parameter list. Chart timeframes to load: D1, H4 Filter the trend with slow-period moving avera
Opal MT5
Oeyvind Borgsoe
Limited Time Offer: 50% Off One-Day Introductory Price! Opal is a powerful tool using cutting-edge algorithms and AI-driven calculations. This fully automated EA encompasses the exceptional qualities we associate with the opulent gemstone: proper decision-making, prudence and strong protection. The capital is protected by advanced money management modules, filters, two-step trailing stop and flexible customizing. Opal also takes into account the study of psychological levels in financial ma
Btc Shudoken
Ignacio Agustin Mene Franco
BTC/USD M1 Expert Advisor Version: 1.2 | Developed by: Worldinversor 2026 Overview BTC SHUDOKEN is a high-performance Expert Advisor specifically designed for trading BTC/USD on the M1 timeframe. It combines Price Action analysis with a multi-layered confirmation system based on four advanced technical indicators. Its intelligent voting architecture filters out low-quality signals and only executes trades when the minimum required consensus is reached among the active filters. Signals System
Simo Professional
Maryna Shulzhenko
Description of   Simo : an innovative robot with a unique trading system Simo is a revolutionary trading robot that changes the rules of the game with its unique trading system. Using sentiment analysis and machine learning, Simo takes trading to a new level. This robot can work on any time frame, with any currency pair, and on the server of any broker. Simo uses its own algorithm to make trading decisions. Various approaches to analyzing input data allow the robot to make more informed decis
Tatsumaki Master Scalper EA — Precision Engineered for High-Performance Scalpin Unleash the full potential of tactical trading with Tatsumaki Master Scalper EA —a refined, high-speed scalping solution built for traders who demand accuracy, adaptability, and consistent execution across volatile markets. This advanced Expert Advisor fuses cutting-edge strategies with intelligent filters to deliver exceptional trade precision. Whether you’re targeting forex majors, commodities, indices, or crypto,
Bober Ready
Arnold Bobrinskii
3 (1)
Are you looking for a powerful and user-friendly trading solution? Look no further than Bober Ready trading robot based on ready made strategies. Using optimized and forward tested strategies , this trading robot is designed to analyze market data and make intelligent trading decisions in real-time. Bober Ready robot is accessible to traders of all levels. Whether you're a seasoned pro or just getting started, this tool can help you make smarter trades with very simple settings. So why wait? Inv
Revert Edge
Levi Dane Benjamin
2.56 (9)
Revert Edge is an automated Expert Advisor built around a mean-reversion approach. It is designed for traders who prefer a rules-based system with defined risk controls and a trade frequency that can vary with market conditions. The EA trades multiple instruments and can be used on pairs such as AUDCAD, AUDUSD, EURGBP, EURUSD, NZDCAD, USDJPY, XAUUSD, GER40, US500 and others. It is designed to run with minimal setup and can trade multiple symbols from one chart. EA Setup & Guide Why Revert Edge
Norma dev waves robot
Ekaterina Saltykova
NormaDevWaves is EA designed to trade the most juicy and liquid pairs, such as EURUSD, GBPUSD, and XAUUSD. Main idea: EA implements the concept of a base indicator and utilizes statistical principles of correlation between price flow determination metrics in relation to standard deviations of prices from their driving force. This allows for a deep analysis of market behavior and the identification of hidden patterns.   Market Adaptation: thanks to a balanced consideration of short and long time
Darwin Swing MT5
Guillaume Duportal
4.79 (47)
Darwin Swing MT5 Overview: Darwin Swing is a medium-term swing-trading Expert Advisor. It analyzes support and resistance zones and uses virtual positions to anticipate breakouts. Real orders are placed only when the predefined conditions are met. After the success of Darwin Evolution, here is Darwin Swing, which can be used alongside it. The goal is to stay close to manual trading with a long-term outlook. It is neither a fast scalper nor a night scalper. The core approach is swing trading, usi
GME trend
Caochunyun Cao
Symbol:only EURUSD; TF:1 min; account type:stand or  ecn; Spread:max 35 point; Worktime:any and all auto; Min capital:200$; mm=true(defaut); risk=5-20; Models:short trend, base ai-rnn ; 500 to 10000 ony 20-40 days; This new ea,best models and test..one day open 40-100 order.keep one order 5-30min. and all day auto work which as miner, best choose Next 10 pay—>1000$;
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.71 (121)
Quantum Bitcoin EA : There is no such thing as impossible, it's only a matter of figuring out how to do it! Step into the future of Bitcoin trading with Quantum Bitcoin EA , the latest masterpiece from one of the top MQL5 sellers. Designed for traders who demand performance, precision, and stability, Quantum Bitcoin redefines what's possible in the volatile world of cryptocurrency. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup i
CGTxau
Ciaran Alan Butcher
CGT XAU EA  I have been developing this expert  advisor for the last two years and the results have been exceptional, the expert is built to catch all of the trends on XAUUSD, while aiming to maintain breakeven in-between.  This EA comes with a range of settings around trade and risk management.  The EA CAN be used with prop firms with adjusted settings or specifically an FTMO swing account with the recommended settings.  Recommendations: Main Pair: XAUUSD Timeframe: M5 Minimum deposit : $500-10
Liga Dinamica
Cesar Juan Flores Navarro
El EA Liga Dinamica, tiene el comportamiento de una liga que se estira cuando pierde y cierra cuando es positivo,  analiza el precio y abre esperando dar positivo y cierra cuando lo considera negativo. Utiliza Indicadores: para cerrar, abrir y en caso de que de negativo para cerrar. ------------------------------------------------------------------------------------------------ CASO ORO / USD: En el video se muestra la configuracion del par XAUUSD: - Lote = 0.01 (utiliza el doble 0.02) - Gananci
Range Breakout EA
BM Trading GmbH
4.6 (15)
Unlike many other programs in the mql5 market this is a REAL day trading strategy. It does not use any martingale or grid functionalities and follows a logical concept. The Range Breakout Expert Advisor can be used to trade time ranges. The market often finds its direction in the morning hours and then follows this trend for the day. This expert advisor is designed to trade these trends after the morning breakout. Still you can trade all sorts of time breakouts with this program. I use the strat
Market Aurus
Dmitriq Evgenoeviz Ko
Market Aurus EA – Institutional Breakout Impulse Market Aurus is a high-tech trading expert advisor specifically designed for trading XAUUSD (Gold) on the M1 timeframe. The algorithm is based on a strategy of dynamic price channels and impulse breakouts, used by professional traders to capture volatility during periods of institutional activity. Unlike most robots, Market Aurus doesn't try to "guess" the market direction. It enters only when the price confirms the strength of the move, breakin
A professional expert analyzes the market using the relative strength index. The basic principle is that the bot takes the indicated prices for a certain period of time and calculates the strength and amplitude of the price. This can show when the trend will lose strength and reverse. The signal from the exit from the overbought/oversold zones is analyzed, the levels of these zones will be the levels with LEVEL_MAX and LEVEL_MIN values. We buy when the signal first falls below a certain level (
30% discount only for 3-month subscription, message me : https://www.mql5.com/en/users/taiberhyphecu 70% refund policy (full version only) A fully automatic expert Designed and produced 100% by artificial intelligence, with the world's most advanced technology All trades have profit and loss limits, with the best and least risky market strategy, without using dangerous strategies such as Martingale and hedges, etc. A specialist who has been trained by artificial intelligence for years to correc
BeiDou Trend MT5
Xian Qin Ceng
5 (1)
Beidou Trend EA is a trend EA with a large profit-loss ratio. Breakout trading is a very old method. It has been widely used since Livermore in the 1900s. It has been more than 120 years. This method is always effective, especially for XAUUSD and Gold with high volatility. I have been using the breakout method to make profits on XAUUSD since the beginning of my investment career. I am familiar with this method. It is old, simple and effective. Beidou Trend EA is improved based on Rising Sun Gold
Zenvelope
Ferry Blondo Petnga Doukam
Only GOLD M15  In the backtest: initial balance $1,000 and lot size 0.01 This is one of the most consistent GOLD trading strategies I’ve ever tested. Over 944 trades in the past 4 years Using just ONE powerful indicator Risk/Reward: 1:3 Result: Massive profit with stable drawdown Ready to trade live? Open a free funded account here: https://www.axi.com/int/live-account?promocode=4713431
Loss Recovery Trader MT5
Michalis Phylactou
5 (4)
Attempts to recover losing trades. If a trade moves in the wrong direction, the Zone Recovery algorithm begins. An alternating series of Buy and Sell trades at two specific levels take place, with two Exit Points above and beyond these levels. Once either of the two exit points is reached, all trades close with a combined profit or break even.  To use  1) Place the EA on a chart and select how the first trade will open (Manual/Via EA strategy/Use EA panel/External EA) 2) Configure your recovery
Pharaoh Gold V
Dmitriq Evgenoeviz Ko
Pharaoh Gold is carefully designed for efficient trading of gold and any currency assets, with a focus on reducing risks and increasing potential profits. Trading is conducted using pending orders in the direction of the trend. The full list is available for your convenience at https://www.mql5.com/ru/users/pants-dmi/seller The advisor adapts to constantly changing market dynamics, identifying statistically significant price patterns with a high degree of forecasting accuracy. This allows you t
The Techno Deity — Digital Dominance on XAUUSD Promo: You can receive the Cryon X-9000 advisor as a gift. To clarify the conditions and gain access, contact me directly. The Techno Deity is a high-tech trading ecosystem created for those who value structural order in the chaos of the gold market. At the heart of the system lies a digital intuition algorithm that doesn't just follow the price but identifies zones of institutional interest and moments of market imbalance. Instead of standard indic
Buyers of this product also purchase
Quantum Valkyrie
Bogdan Ion Puscasu
4.96 (104)
Quantum Valkyrie  - Precision.Discipline.Execution Discounted   price .  The price will increase by $50 with every 10 purchases. Live Signal: CLICK HERE Quantum Valkyrie MQL5 public channel: CLICK HERE ***Buy Quantum Valkyrie MT5 and you could get Quantum Emperor or Quantum Baron for free !*** Ask in private for more details! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions.      Hello, traders. I am Quantum Val
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (478)
Hello, traders! I am Quantum Queen , the crown jewel of the entire Quantum ecosystem and the highest-rated, best-selling Expert Advisor in the history of MQL5. With a proven track record of over 20 months of live trading, I’ve earned my place as the undisputed Queen of XAUUSD. My specialty? GOLD. My mission? Deliver consistent, precise, intelligent trading results — over and over again. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the set
Syna
William Brandon Autry
5 (22)
Syna 5 – Persistent Intelligence. True Memory. Universal Trading Intelligence. Most AI tools answer once and forget everything. They leave you starting from zero again and again. Syna 5 does not. It remembers every conversation, every trade analyzed, why it acted, why it stayed out, and how the market responded afterward. Full context across every session. Cumulative intelligence that compounds with every trade. This is not another EA with AI features added for marketing. This is what trading l
Ultimate Breakout System
Profalgo Limited
5 (30)
IMPORTANT : This package will only be sold at current price for a very limited number of copies.    Price will go to 1499$ very fast    +100 Strategies included and more coming! BONUS : At 999$ or higher price --> choose 5  of my other EA's for free!  ALL SET FILES COMPLETE SETUP AND OPTIMIZATION GUIDE VIDEO GUIDE LIVE SIGNALS REVIEW (3rd party) Welcome to the ULTIMATE BREAKOUT SYSTEM! I'm pleased to present the Ultimate Breakout System, a sophisticated and proprietary Expert Advisor (EA) met
Xauusd Quantum Pro EA
Ilies Zalegh
5 (11)
XAUUSD QUANTUM PRO EA (MT5) — Gold XAUUSD Expert Advisor for MetaTrader 5 | BUY/SELL Scoring Decision Engine + Advanced Risk Management + Live Supervision Dashboard SPECIAL LAUNCH PRICE with temporary discount — Offer valid for a limited time. Buy XAUUSD QUANTUM PRO EA and you may receive Bitcoin Quantum Edge Algo or DAX40 Quantum Pro EA for free. Contact us privately for more information. XAUUSD QUANTUM PRO EA is an MT5 robot designed for one purpose: to make automatic trading on XAUUSD cleaner
Mad Turtle
Gennady Sergienko
4.52 (85)
Symbol XAUUSD Timeframe (period) H1-M15 (any) Support for single-position trading YES Minimum deposit 500 USD  (or the equivalent in another currency) Compatible with any broker YES (supports 2 or 3-digit brokers. Any deposit currency. Any symbol name. Any GMT time.) Runs without pre-configuration YES If you are interested in the topic of machine learning, subscribe to the channel:  Subscribe! Key Facts about the Mad Turtle Project: Real Machine Learning This Expert Advisor does not conn
Aura Ultimate EA
Stanislav Tomilov
4.81 (103)
Aura Ultimate — The Apex of Neural Networks trading, and path to financial freedom. Aura Ultimate is the next evolutionary step in the Aura family — a synthesis of cutting-edge AI architecture, market-adaptive intelligence, and risk-controlled precision. Built on the proven DNA of Aura Black Edition and Aura Neuron, it goes further, fusing their strengths into one unified multi-strategy ecosystem, while introducing a completely new layer of predictive logic. It is very important!, please write
Mean Machine
William Brandon Autry
4.93 (40)
Introducing Mean Machine GPT Gen 2 – The Original. Now Smarter, Stronger, and More Capable Than Ever. We helped start this entire shift in late 2024 with Mean Machine, one of the earliest systems to bring real frontier AI into live retail trading. Mean Machine GPT Gen 2 is the next evolution of that original vision. We did not replace the original. We evolved it. Most systems answer once, act once, and forget everything. Mean Machine GPT Gen 2 does not. It remembers every trade, every decision,
Zenox
PETER OMER M DESCHEPPER
4.46 (24)
Each time the live signal grows with 10%, the price will be raised to keep Zenox exclusive and protect the strategy. Final price: $2999. Live Signal IC Markets Account, see the live performance for yourself as proof! Download user manual (English) Zenox is a state-of-the-art AI multi-pair swing trading robot that follows trends and diversifies risk across sixteen currency pairs. Years of dedicated development have resulted in a powerful trading algorithm. I used a high-quality dataset starting
XG Gold Robot MT5
MQL TOOLS SL
4.22 (99)
The XG Gold Robot MT5 is specially designed for Gold. We decided to include this EA in our offering after extensive testing . XG Gold Robot and works perfectly with the XAUUSD, GOLD, XAUEUR pairs. XG Gold Robot has been created for all traders who like to Trade in Gold and includes additional a function that displays weekly Gold levels with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on Price Action, Cycle S
Aura Neuron MT5
Stanislav Tomilov
4.85 (60)
Aura Neuron is a distinctive Expert Advisor that continues the Aura series of trading systems. By leveraging advanced Neural Networks and cutting-edge classic trading strategies, Aura Neuron offers an innovative approach with excellent potential performance. Fully automated, this Expert Advisor is designed to trade currency pairs such as XAUUSD (GOLD). It has demonstrated consistent stability across these pairs from 1999 to 2023. The system avoids dangerous money management techniques, such as m
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
AiQ
William Brandon Autry
4.87 (38)
Introducing AiQ Gen 2 – Faster. Smarter. More Capable Than Ever. We helped start this shift in late 2024 with Mean Machine, one of the earliest systems to bring real frontier AI into live retail trading. AiQ Gen 2 is the next evolution in that line. AiQ Gen 2 is built for speed at a different level. Pending orders are at the core of its edge, allowing it to position with precision before momentum expands, then let adaptive intelligence take over. Most AI tools answer once and forget everything.
Big Forex Players MT5
MQL TOOLS SL
4.75 (134)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
AI Prop Firms MT5
MQL TOOLS SL
3.93 (15)
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
Bitcoin Scalping MT5
Lo Thi Mai Loan
5 (5)
[ IMPORTANT ] REAL CLIENT FEEDBACK :  https://www.mql5.com/en/market/product/127498/comments#comment_58814415 [ IMPORTANT ]  UPDATED (1 YEAR PERFORMANCE):  https://www.mql5.com/en/market/product/127498/comments#comment_59233853 Introducing Bitcoin Scalping MT4/MT5 – The Smart EA for Crypto Trading LAUNCH PROMO: Only 3 copies left at the current price! Final price: $3999.99 SETFILE BONUS - From $999.99 BUY LIFE TIME BITCOIN SCALPING GET FREE EA EURUSD Algo Trading (2 accounts) => Ask in private
Vega Bot
Lo Thi Mai Loan
5 (6)
LIVE RESULT:  LIVE SIGNAL (XAU)   |   NAS100, NASDAQ, USTECH  |   LIVE (XAU-2) IMPORTANT NOTICE: Only a limited number of copies are available at the current price.  Next Price: $1499.99  The price will soon increase to $4999.99 Download Setfiles Detail Guide BACKTEST GUIDE AI_MODULE From the price of $499.99, when you purchase VEGA BOT, you will receive a free Forex Scalping EA  (for 2 accounts). From the price of $699.99, when you purchase VEGA BOT, you will receive a free   AI Aurum Pivot  
//+------------------------------------------------------------------+ //| High Frequency AI Trader for Gold & BTC for 1 min chart Advanced ML-based Strategy | //| Description: | //| This EA uses artificial intelligence and machine learning | //| algorithms for high-frequency trading on Gold (XAUUSD) and | //| Bitcoin (BTCUSD). It combines multiple technical indicators, | //| price pattern recognition, and predictive analytics to execute | //| rapid trades with high accuracy. | //| | //| Key Fea
Remstone
Remstone
5 (9)
Remstone is not your average Expert Advisor. It combines years of research and asset management. Live:  Remstone Club   Zenith Darwin Remstone is now  1st signal by Performance at IC Social  application among multiple competitors from many brokers worldwide ! No promises, No curve-fitting, No illusions. But extensive live experience. Join a growing community of successful traders leveraging the power of Remstone! Remstone is a fully automated trading solution designed to exploit market trends. B
Night Hunter Pro MT5
Valeriia Mishchenko
3.92 (37)
EA has a live track record with many months of stable trading with  low drawdown: Best Pairs (default settings) High-risk   performance Night Hunter Pro is the advanced scalping system which utilizes smart entry/exit algorithms with sophisticated filtering methods to identify only the safest entry points during calm periods of the market. This system is focused on a long-term stable growth. It is a professional tool developed by me years ago that is constantly updated, incorporating all the late
AI Gold Gunslinger — Precision · Intelligence · Unmatched Power Limited-Time Offer: Price increases by $50 every 10 purchases. Traders, Meet Your New Partner I am AI Gold Gunslinger — designed to dominate XAUUSD with unprecedented precision, intelligence, and disciplined execution. After months of behind-the-scenes development, my AI engine has been stress-tested across volatile gold markets. Every parameter has been meticulously optimized to ensure maximum stability and efficiency, even during
Quantum Baron
Bogdan Ion Puscasu
4.77 (39)
Quantum Baron EA There’s a reason oil is called black gold — and now, with Quantum Baron EA, you can tap into it with unmatched precision and confidence. Engineered to dominate the high-octane world of XTIUSD (Crude Oil) on the M30 chart, Quantum Baron is your ultimate weapon for leveling up and trading with elite precision. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Discounted   price .     The price will inc
Aura Black Edition MT5
Stanislav Tomilov
4.37 (51)
Aura Black Edition is a fully automated EA designed to trade GOLD only. Expert showed stable results on XAUUSD in 2011-2020 period. No dangerous methods of money management used, no martingale, no grid or scalp. Suitable for any broker conditions. EA trained with a multilayer perceptron Neural Network (MLP) is a class of feedforward artificial neural network (ANN). The term MLP is used ambiguously, sometimes loosely to any feedforward ANN, sometimes strictly to refer to networks composed of mult
Bitcoin Robot MT5
MQL TOOLS SL
4.55 (140)
The Bitcoin Robot MT5 is engineered to execute Bitcoin trades with unparalleled efficiency and precision . Developed by a team of experienced traders and developers, our Bitcoin Robot employs a sophisticated algorithmic approach (price action, trend as well as two personalized indicators) to analyze market and execute trades swiftly with M5 timeframe , ensuring that you never miss out on lucrative opportunities. No grid, no martingale, no hedging, EA only open one position at the same time. Bit
OrionXAU
Pierre Paul Amoussou
5 (1)
OrionXAU is an algorithmic trading system designed to operate on XAUUSD (Gold) and US100 / Nasdaq markets. It combines two distinct trading approaches (Scalping and Swing Trading) within a disciplined risk-controlled framework aimed at long-term stability. Primary Supported Markets • XAUUSD (Gold) • US100 / Nasdaq These markets represent the natural execution environment for OrionXAU. Dual Strategy Architecture 1. Scalping • Intraday intervention • Short market exposure • Optimized for small di
I am Quantum Gold , I'm very best with GOLD. Yes, I trade the XAUUSD pair with precision and confidence, bringing you unparalleled trading opportunities on the glittering gold market. Quantum Gold has proven itself to be the best GOLD EA ever created. We design these techniques to suit the latest trend of the best market starting from 2025 to the future, the previous period is just for past training We usually UPDATE latest version IMPORTANT! After the purchase please send me a private message t
MultiWay EA
PAVEL UDOVICHENKO
4.89 (19)
MultiWay EA is a smart and efficient automated trading system built on a powerful mean-reversion strategy. Thanks to broad diversification across nine correlated (and even some typically “trending”) currency pairs — AUDNZD, NZDCAD, AUDCAD, USDCAD, EURUSD, GBPUSD, EURCAD, EURGBP and GBPCAD — it captures price moves back to the average after strong directional impulses. After purchase, please send a private message to receive full setup instructions. Live Signal:  CLICK HERE Current price — only
Golden Lion Emperor Apex – A cocktail of highly tuned strategies engineered for apex account growth Golden Lion Emperor Apex is a sophisticated algorithmic engine that blends a powerful cocktail of highly tuned strategies into a single, cohesive trading solution. Engineered specifically for XAUUSD on the M5 timeframe, this system is designed for traders who demand precision, speed, and—above all—apex account growth. To unlock the full momentum of the Apex engine, the system leverages native mul
Waka Waka EA MT5
Valeriia Mishchenko
4.13 (40)
EA has a live track record with 4.5 years of stable trading with low drawdown: Live performance MT4 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make p
GlodSilver
Paphangkon Luangsanit
1) Attach on M1   MT5/TF1m. Open the symbol chart (e.g., XAUUSD/GOLD#), set timeframe to M1 . Drag the EA onto the chart. Turn Algo Trading = ON and enable Allow Algo Trading . 2) Core idea (how it trades) First entry (per side) triggers when: Impulse + Engulfing signal agrees, and EMA200 trend filter allows it (if enabled). Once-per-bar : limits first entry to max 1 per M1 candle per side. 3) Grid behavior After first entry, it adds positions using Dynamic ATR-based grid (smoothed): Reverse gri
Filter:
No reviews
Reply to review