AI Rsi PRO

AI RSI PRO — Evolution of a Classic. It is from the EA AI PRO series, which means the code is 100% designed and written by Artificial Intelligence, and equipped with 24 different position management functions of institutional level,

AI RSI PRO — Evolution of the Mean Reversion Strategy This is a professional trading algorithm that turns the legendary RSI (Relative Strength Index) indicator from a simple oscillator into a high-precision sniper system thanks to additional signal confirmation by an intelligent Price Action filter. AI RSI PRO is the perfect balance between the mathematical precision of the indicator and the reality of price movement.

In the robot's wide arsenal: Smart News Filter, four SL options, three Trailing SL options including advanced Trailing by High/Low, a Partial Close system also of three different variants including a unique variant based on ( volume multiplier amount ), as well as two Volume Multiplier options with flexible settings for boosting the deposit. Unique technology for confirming the main signal for opening a position like Price Action (Breakout) filters market noise, opening trades only during real price movement; also available are three Take Profit variants including Trailing Profit. The Advisor works on any timeframe and trading asset on MT5, with any account types, any Broker, and Prop Trading Firms. Flawless machine code eliminates human errors and emotions. This is the choice of professionals who need maximum reliability and flexibility of settings. Trust trading to pure digital intelligence.

====================================================================================

DETAILED USER GUIDE (AI Rsi PRO v1.00)

1 ===== STRATEGY =====

This section configures the market entry logic.

Trading Logic and Strategy: Unlike standard robots that blindly enter the market immediately when RSI exits a zone (which often leads to attempts to catch "falling knives" against a powerful trend), AI RSI PRO uses a strict three-step signal validation system:

Momentum Reversal Detection: The Advisor does not just wait for zone entry. It monitors the moment when RSI exits the oversold zone (below 30) upwards or the overbought zone (above 70) downwards. This is the primary signal that the market is ready for a reversal.

Candle Fixation (Price Action): After receiving the primary signal from RSI, the robot does not open a trade instantly. It fixes a "Signal Candle" and analyzes its parameters, waiting for the bar to close to confirm market intentions.

Level Breakout (Breakout Confirmation): This is the main filter, screening out up to 70% of false entries. The Advisor places a virtual pending order at the extremum of the signal candle (High for buys, Low for sells).

Logic: A trade opens only if the price actually moves in our direction and breaks this level.

Protection: If RSI showed a reversal, but the price continued to fall (false signal), a High breakout will not happen, and the Advisor will simply cancel the signal, saving the deposit from unnecessary loss.

Market entry occurs only when the price really breaks this level.

If the breakout does not happen, but time passes — the breakout level automatically shifts after new candles ("trails"), until the price finally makes a move in the right direction. This is a powerful filter against false entries against the trend.

2 ===== DASHBOARD =====

Settings for the visual information panel displayed on the chart.

It shows the current spread, trading results for Day/Week/Month/Year, as well as current floating profit and the ratio of profitable/losing trades.

Tip: During optimization in the Strategy Tester, the panel works in visual mode, but for maximum speed of mathematical optimization, it can be disabled (ShowDashboard = false)

3 ===== REVERSE SIGNAL =====

Inverses the indicator logic.

If enabled (true), then upon a Stochastic Buy signal (oversold), the advisor will open a Sell trade. Useful in strong trending markets where oscillators often give false reversal signals.


4 ===== POSITION REVERSAL =====

Direction switching tactic.

If enabled (true), when a position closes by Stop Loss, the advisor instantly opens a new trade in the opposite direction.

Note: The volume (lot) for this new trade is calculated according to the rules of Section 23 (Volume Multiplier).


5 ===== NEWS PROTECTION =====

Built-in news filter.

The advisor automatically pauses trading for the specified number of minutes before and after high-impact economic news releases (for the pair's currencies or only USD).

Important: Works only in real-time (Live) mode. News data is not available in the Strategy Tester.


6 ===== PROFIT/LOSS LIMITS =====

Global deposit protection.

Allows setting a profit target or loss limit (in % of balance or in points) for all open positions combined. When the limit is reached, all trades are closed, and the advisor stops working.


7 ===== OPERATION TIMER =====

Intraday time filter.

Sets rigid operating hours for the advisor (e.g., trade only from 08:00 to 20:00). Outside this time, new trades are not opened.


8 ===== STOP LOSS =====

Risk management for each trade.

SL_PERCENT: Stop Loss in % of the opening price.

SL_POINTS: Fixed Stop Loss in points.

SL_ATR: Dynamic Stop Loss based on market volatility (ATR).

SL_HI_LO: Smart Stop Loss placed behind the High or Low of the previous closed candle.

Broker stop levels – distances to SL and TP are checked against the broker's minimum requirements automatically.


9 ===== TAKE PROFIT =====

Profit taking settings.

Can be set in points, percent, or as a Risk:Reward Ratio (RRR). For example, if RRR=2.0, Take Profit will be 2 times larger than Stop Loss.


10 ===== TRAILING STOP =====

A powerful tool to protect secured profit by automatically pulling the Stop Loss level following price movement.

Parameter UseTrailing: Main switch (true/false).

Parameter Trail_Mode: Selection of the stop moving algorithm.

Available modes:

TRAIL_STANDARD: Classic trailing in points. Works with two parameters:

Trail_Start: Profit distance (in points) at which trailing is activated.

Trail_Step: Movement step. The advisor will move the Stop Loss every time the price moves the specified number of points in the profitable direction. Example: Start=50, Step=10. As soon as profit reaches 50 points, the stop moves to breakeven. If price goes another 10 points, the stop moves with it.

TRAIL_ATR (Volatility): Adaptive mode that adjusts to current market activity. Trailing distance is calculated based on the ATR (Average True Range) indicator.

If volatility is high, the stop is held further away to avoid being hit by random "noise".

If volatility is low, the stop tightens. Settings parameters: Trail_ATR_Period and Trail_ATR_Mult.

TRAIL_HI_LO (Candles): Professional mode for trend trading ("Shadow Trailing"). The advisor moves Stop Loss strictly along the extremes of closed candles:

For Buy: Stop is placed under the Low of the previous candle.

For Sell: Stop is placed above the High of the previous candle. This mode allows holding a position as long as possible while the trend maintains its structure (higher lows or lower highs) and exiting immediately upon trend reversal.


11 ===== TRAILING PROFIT =====

(New Unique Feature)

Smart loss recovery system via profit targets.

Logic: If enabled (UseTrailingProfit = true), the advisor remembers the loss percentage of trades closed in negative.

When opening a NEW trade, the advisor automatically increases its standard Take Profit by this accumulated loss percentage.

Goal: Recover past losses and close the entire series in net profit with one successful trade.

Reset: The accumulated percentage resets to 0% in two cases:

When any trade closes in net profit (fully).

When the advisor is turned off and on again via the button on the chart.


12 ===== PARTIAL CLOSE =====

(Detailed Unloading Settings)

Securing part of the profit ("Safe").

UsePartialClose: Main function switch.

Partial_Mode (Separation Variant):

MANUAL (Classic): The advisor closes part of the position when the price passes a fixed distance (PartialStart) in points. If a step is set (Partial_Close_Step > 0), it will continue closing parts every N points.

EQUAL PARTS: The advisor calculates levels itself. It takes the distance from Open Price to the final Take Profit and divides it into equal segments. The number of segments is set in Partial_Parts_Count (e.g., 10 parts). Volume is also split equally.

Unload Lines (Visualization):

The advisor draws horizontal lines on the chart showing exactly where the position will be unloaded.

Smart function: As soon as the price hits a line and a part is closed, that line is instantly removed from the chart so you only see remaining active targets.

  • (By Volume Steps)

How it works: This non-standard mode automatically creates (without your manual tuning and only when this option is selected) a "smart grid" for partial closing, which depends directly on how much the Martingale (Section 23) has increased the current trade's volume. Ultimately, the more the position volume is increased, the more unloading parts there will be for this position. The advisor automatically divides the distance from Open Price to Take Profit into equal parts.

Main Condition: Mode works only if Martingale is enabled (UseMartingale = true).


13 ===== BREAKEVEN =====

Moving Stop Loss to the opening price.

Triggered when price passes a specified number of points (BE_Start). Provides protection against loss if price reverses.


14 ===== ORDER TYPE =====

Choice of entry method. ENTRY_MARKET_ONLY is recommended for instant execution.


15 ===== MAIN SETTINGS =====

Basic parameters: Magic Number (so the advisor distinguishes its trades), Spread Filter (MaxSpread), and Slippage.

16 ===== RISK MANAGEMENT =====

Calculation of initial position volume (when there is no losing series).

FixedLot: Trading with a constant lot.

UseAutoLot: Automatic lot calculation as % of balance.


17 ===== TRADING HOURS =====

Additional time filter (Start Hour and End Hour) if you want to trade only specific sessions (e.g., London and New York).


18 ===== TRADE DIRECTION =====

Allows permitting the advisor to trade only in one direction (Only Buy or Only Sell) or both (Both).


19 ===== LINE MARKER =====

Visualization of Open levels and Take Profits on the chart with colored lines.

Cleanup logic – if a line is deleted, the associated order is also deleted; if an order is executed, the corresponding line is erased.


20 ===== TRADE MARKERS =====

History on chart. Draws arrows or markers where past trades were made and labels their result (profit/loss).


21 ===== SOUND SIGNALS =====

Audio alerts when turning the advisor on/off via the button or when operations are performed.


22 ===== TRADING DAYS =====

Filter by days of the week.


23 ===== VOLUME MULTIPLIER =====

(Very Important Section)

System for increasing lot size after losses (Martingale) for quick loss recovery.

Works only if switch UseMartingale = true.

How it works (Logic):

If a trade closes by Stop Loss (loss), the advisor increases the volume of the next trade. If the next one is also a loss, the volume grows again. As soon as any trade closes in profit (Take Profit), volume immediately resets to initial (from section 16).

Reset Condition: The cycle also resets if you turn the advisor off and on again via the button on the chart.

In MartingaleMode setting you choose the math of increase:

Variant 1: MULTIPLY

The lot of the previous losing trade is multiplied by the MartingaleValue number.

Example: Initial lot 0.1, Value 2.0.

Trade 1 (0.1 lot) -> Loss.

Trade 2 opens with volume: 0.2 (0.1 * 2). -> Loss.

Trade 3 opens with volume: 0.4 (0.2 * 2).

Variant 2: ADD

The number MartingaleValue is simply added to the lot of the previous losing trade (softer mode).

Example: Initial lot 0.1, Value 0.1.

Trade 1 (0.1 lot) -> Loss.

Trade 2 opens with volume: 0.2 (0.1 + 0.1).

Martingale_Max_Steps (Step Limit):

Safety setting. Determines how many times in a row the advisor is allowed to increase volume.

If 0: Infinite increase (classic martingale).

If 5: Volume grows for the first 5 losses. Starting from the 6th consecutive loss, volume stops growing and is fixed at the 5th step level until the series ends in profit.

Margin Check – before placing an order, the advisor automatically checks if there is enough free margin; if not, the trade is skipped.


24 ===== PYRAMIDING =====

(Advanced Profit Tactic)

Method for aggressively building up profit.

If a position goes into positive, the advisor can open additional orders in the same direction.

MaxPositions: Maximum number of simultaneously open orders in one direction.

PyramidStep: Step (in points) after which a new order is opened.

PyramidLotMult: Lot multiplier for additional orders. For example, if 1.0 — volume is the same; if 2.0 — add-on volume doubles.


===================================================================================

IMPORTANT TO CONSIDER FOR SETTINGS:

    • If the broker has 5 digits (1.12345), then 1 point = 0.00001.

      If the broker has 3 digits (100.123 — Yen pairs), then 1 point = 0.001.

Important nuance: The advisor perceives settings (Stop Loss, Take Profit, Trailing) in points (Points), not in "old pips".

On a 5-digit account, a value of 50 in settings will equal 5 "old" pips (50 points).

On a 4-digit account, a value of 50 will equal 50 "old" pips.

You need to account for this when entering settings.

    • Does this advisor work with different account types?

Yes, it is universal, but with one caveat regarding Netting.

Detailed breakdown by types:

Hedging: Yes, full support.

The advisor code (especially Pyramiding functions UsePyramiding and position count limits MaxPositions) is originally designed for hedging, where multiple trades can be opened on one instrument simultaneously.

Netting: Works, but strategy changes.

There is a check in the code: if(AccountInfoInteger(ACCOUNT_MARGIN_MODE) == ACCOUNT_MARGIN_MODE_RETAIL_NETTING). The advisor understands it is on netting.

Limitation: On a netting account, you cannot physically have 3 different positions (as configured in MaxPositions = 3). When attempting to add (pyramiding), the advisor will simply average (add volume) into a single unique position. The "Partial Close" mode will also work with this total position.

Raw, Zero, ECN (Commission accounts): Yes, works correctly.

These accounts feature tight spreads but charge a commission per lot.

In profit calculation functions (CalcProfit, UpdateDashboard, UpdateMartingaleState), the advisor uses the formula: DealProfit + DealSwap + DealCommission

This means it sees and accounts for commission when calculating losses for martingale or trailing profit. It will not mistakenly consider a trade profitable if the profit is small but commission is large.

Cent, Micro, Standard, Premium: Yes, works.

The advisor reads the



Recommended products
IndexLord MT5
Gregory Hay
5 (1)
Welcome to IndexLORD EA , an exceptional scalping system tailored for the US30 Index Market. Crafted by a quant team with over 20 years of experience, this system stands as a robust and dynamic trading solution. Its aggressive approach sets it apart, making it a powerful ally in your trading journey. Experience the difference with IndexLORD  today! Signal account:    https://www.mql5.com/en/signals/2388316 New IC Account: https://www.mql5.com/en/signals/2388311 Prop Setting Account : Contact Me.
Horse Rider
Nikolas Berta
Horse Rider — A Simple Trend-Following EA for Swing Trading  No martingale. No arbitrage. No grid. No high-frequency trading. This expert advisor offers a clean, focused approach to trend-following without unnecessary complexity. Horse Rider is designed for swing trading, emphasizing large wins and controlled losses. Its foundation is built for adaptability and consistency across varying market conditions. While originally developed with prop firm environments in mind, Horse Rider suits a wid
General Idea of the Strategy This strategy is built on a simple yet remarkably effective logic: trading market impulses in the direction of the main trend, by combining the power of Ichimoku Cloud and Bollinger Bands.The robot does not try to catch every price movement — instead, it focuses on significant breakouts, where volatility explodes and the dominant trend is clearly established. Operating Logic The system relies on two key technical pillars: Bollinger Bands detect moments of volatility
AurumEdge Matrix: The "Infinity" Execution Engine Transform your chart into a high-precision profit matrix with the EA built for institutional-grade reliability. Most retail Expert Advisors fail because they are "broker-blind"—they crash or fail during high volatility, tight stop levels, or margin spikes.   AurumEdge Matrix   is different. It is engineered with a   Broker-Aware Execution Engine   that passed the rigorous MQL5 Marketplace validation with flying colors, proving its stability in th
FREE
NEXY is a professional multi-timeframe trading system based on Market Structure (HH/HL/LH/LL) and Fibonacci Retracement zones.  CORE STRATEGY: The EA identifies pivot points (higher highs, higher lows, lower highs, lower lows) to determine the market structure. Once the main structure is established, it calculates Fibonacci retracement zones (0.618-0.786) where the price is likely to retrace before continuing in the direction of the trend. You can select which timeframes to align with the main
**Product Description: Hunter Trend Mode Grid – Trading EA for MetaTrader 5**   **Boost your trading with a moving average crossover, hedging, and Grid strategy!**   Hunter Trend Mode Grid is an automated Expert Advisor (EA) designed to trade the Forex market using an Exponential Moving Average (EMA) crossover combined with a hedging and Grid strategy. This EA is highly versatile and can be used on any currency pair and timeframe, though the best results have been achieved on **EURUSD on the
Skadi
Muhammad Farooq Ahmed
# SKADI: The Ultimate Knowledge-Driven Sniper Engine In a market full of "guessing" bots, SKADI stands alone as a professional-grade Knowledge Engine . Most EAs fail because they lack "Multi-Timeframe Context"—they see a small move on M1 and chase it into a trap. SKADI does not chase. SKADI hunts. By utilizing a proprietary 3-stage pipeline (Recruit, Select, Execute), SKADI performs a "Doctor-level Diagnosis" of every asset before a single dollar is risked. It analyzes 7 core factors across M
Asian Breakout PRO-P - Strategic Breakout Trading System for Forex Asian Breakout PRO-P is an Expert Advisor (EA) designed for structured trading across Forex pairs, such as EURUSD, as well as Gold and Indices. Tailored for prop firm traders, retail traders, and algorithmic trading enthusiasts, this EA implements a methodical breakout strategy based on the Asian session’s price range, enhanced by trend analysis and dynamic risk controls. It offers a balance of automated execution and manual flex
Gold Adaptive EA MT5 is an automated Expert Advisor for MetaTrader 5 designed for trading Gold (XAUUSD). The EA uses several internal trading models and market filters to adapt to different phases of Gold price movement. Instead of relying on one fixed entry pattern, Gold Adaptive EA MT5 analyzes market behavior and selects suitable logic for trend continuation, impulse moves, pullbacks and selected recovery conditions. The main goal of the Expert Advisor is to provide a structured Gold tradi
FREE
Auric Mohd iK
Md Iqbal Kaiser
AURIC MOHD-iK is a dynamic, logic-based Expert Advisor (EA) engineered specifically for trading XAUUSD (Gold). Unlike standard trading systems that rely on lagging, unreliable indicators, this EA operates purely on clean price logic—executing trades the way an experienced human trader naturally reads the market. This version is completely free with limitations, offering permanent value to your trading setup with zero hidden costs. Active Auric Mode That's it!!!!!!!!!! Core Trading Parameters Ac
FREE
Feel free to contact me for XAUUSD setfiles. Watch more videos to reveal ATF PRO during backtesting: - [ XAUUSD ] ->  Account Turbo Flip Pro EA - XAUUSD - [ GBPUSD ] ->   Account Turbo Flip Pro EA - GBPUSD Account Turbo Flip Pro: Configuration Guide To ensure optimal performance, please refer to this guide when configuring your EA settings. 1. Visual Settings Show Panel: Toggles the visibility of the on-chart graphical user interface dashboard. Top Labels Font Color: Determines the color matri
YenGuard AI
Ciprian Ghebanoaei
YenGuard AI is a professional trading robot, which does not need to configure parameters. You only need to decide the size of the lot you will use. The robot is fully automatic and does not require any human intervention. It trades on the basis of moving averages and is able to trade in Forex USDJPY currency pairs and M15 time frame. It has a smart algorithm which detects the trend. The expert creates orders on trend direction. Input and output orders are given by a combination of two indicat
FREE
PZ Goldfinch Scalper EA MT5
PZ TRADING SLU
3.33 (57)
This is the latest iteration of my famous scalper, Goldfinch EA, published for the first time almost a decade ago. It scalps the market on sudden volatility expansions that take place in short periods of time: it assumes and tries to capitalize of inertia in price movement after a sudden price acceleration. This new version has been simplified to allow the trader use the optimization feature of the tester easily to find the best trading parameters. [ Installation Guide | Update Guide | Troublesh
FREE
GOLDMINER GOLDMINER is an automated Expert Advisor designed for XAUUSD on the M5 timeframe. It combines single-bar impulse entries with multi-bar pullback execution and uses separate Core, Pulse, Ratchet Boost and adaptive Afterburner modules. The Expert Advisor is fully autonomous. It does not require DLL files, external web services, messaging applications or third-party data feeds. Main functions When starting, use the mode: FARM NORMAL - XAUUSD M5 impulse detection. - Separate single-bar
Babel Assistant
Iurii Bazhanov
4.33 (9)
Babel assistant 1     The MT5 netting “Babel_assistant_1” robot uses the ZigZag indicator to generate Fibonacci levels on M1, M5, M15, H1, H4, D1, W1  periods of the charts , calculates the strength of trends for buying and selling. It opens a position with "Lot for open a position" if the specified trend level 4.925 is exceeded. Then Babel places pending orders at the some Fibonacci levels and places specified Stop Loss , Take Profit. The screen displays current results of work on the position
FREE
Aurum Knight Scalper
Donald Burne Pinnock
Aurum Knight Scalper is the gold trader you wish you had in your head at 3 AM when XAUUSD suddenly rips through resistance and you're still groggy from sleep. It doesn't drink coffee, doesn't panic, doesn't second-guess, and absolutely never misses a wick rejection because it was checking Instagram. While you're living your life—grabbing lunch, catching a flight, finally getting a full night's rest—this relentless little engine is glued to every tick of gold, measuring velocity bursts across th
Phenix Pro MT5
Maksim Vershinin
Phenix - PRO MT 5 – это полностью автоматизированный торговый робот. Данный робот торгует на хорошо известной валютной паре EUR JPY . По умолчанию параметры подобраны для  валютной пары EUR JPY с Т аймФреймом 1М. Стратегия основана на системе мартингейла. В качестве точки входа в рынок советник использует математическую модель, основанную на  значениях индикатора скользящей средней. Дополнительно можно настроить робота, чтобы он торговал с учетом баланса, для этого необходимо вкл  AutoLot и Auto
Cosmos369
Seira Yokota
COSMOS BTCUSD – Long-Term, High-Durability Specialized Martingale EA COSMOS is a highly durable automated trading EA designed exclusively for BTCUSD. It was developed by thoroughly re-examining the weaknesses of traditional Martingale strategies, with the goal of achieving both stability and profitability for long-term operation. While typical Martingale EAs excel at short-term profitability, they often face the risk of failure due to sudden market shifts or trend distortions. COSMOS, however,
FREE
Zenith Aquarius Booster A Refined Strategy Engine for BTCUSD Most Expert Advisors on the market fall into one of two traps: they are either over-optimised to historical data and fail in live conditions, or they rely on grid and martingale recovery logic that averages deeper into losing positions. Zenith Aquarius Booster takes a different approach. Instead of offering dozens of loosely tested combinations across many symbols, Aquarius Booster is specifically engineered for BTCUSD — a market known
Bobot Scalper Gold
Richard Tolentino
BoBot Scalper — The New Era of Trend Scalping is Here. If you trade XAUUSD, indices, or fast-moving pairs… this EA is built for you. BoBot Scalper uses a refined MACD/LWMA engine to detect true trend continuation entries before the crowd. It reacts fast, manages risk cleanly, and locks profit using a step-based currency trailing system —one of the smartest trailing styles you’ll find in a scalping EA. It does NOT use martingale. It does NOT use grid. It does NOT spam trades. Instead, it builds p
The key to success is always a good optimisation. The system has a number of variables and in this case its simplicity is the key to its success. The system looks for the different "Gaps" as market entry failures and then filters them through a series of Moving Averages to decide whether it should enter or not. It is a simple but powerful system. The variables are the following: Lot: Defines the lot size. TakeProfit : Defines the take profit in pips. Stop Loss: Defines the stop loss in pi
FREE
Adaptive Zone Engine
Alwayne Lamar Williams
Product Description: How the Adaptive Architecture Shields Your Capital This expert is design mostly for GOLD vs USD, SILVER vs USD and indices. Most Supply & Demand or Price Action Expert Advisors fail because they rely on fixed, hardcoded parameters. A stop loss that works perfectly during a quiet market session will get instantly wiped out during a volatility spike. Similarly, a standard zone rejection bot will continually try to sell at resistance even when the market is climbing in a powerf
GoldEdge Spark
Chi Sang Lai
5 (5)
GoldEdge Spark is a next-generation MT5 Expert Advisor built around the ATR Border system. It uses structured grid-style entries and adaptive position scaling, guided by ATR Ratio, Border levels, spread control, and directional logic. Instead of adding positions blindly, GoldEdge Spark waits for higher-quality conditions, helping reduce unnecessary exposure during strong one-way market moves. Backtests can be faked, but Live and Demo trading show the truth: Visit our Website All Product:  https
FREE
Gold Breaker EA
Febrian Andhika Wijaya
Gold Breaker EA – Smart & Safe Gold Trading Automation Gold Breaker EA is a fully automated trading system designed specifically for XAUUSD (Gold) , built with one core principle: Capital protection first, profits second. Unlike many Gold EAs that rely on martingale, grid, or averaging down strategies , Gold Breaker EA uses a SAFE one-position approach . At any time, it manages only a single trade , always protected by a clear Stop Loss and Take Profit . There are no dangerous recovery system
Breakout MV
Emmanouil Bampalos
Breakout MV :  This Expert Advisor offers you one of the most fundamental trading strategy,  combining Moving Average and Volums indicators!  Key Features : Consistent Performance : Breakout strategy has demonstrated a robust performance across various market conditions, by capitalizing on significant price movements. Strategic Trade Execution : We select the desired range, and once the price approaches these levels and the indicators confirm our entry, we open a trade. The trade will close eit
FREE
Gold Omega limit Version
Mahdi Abbas Ahmed Ali Alrayes
Gold Omega EA – Smart Gold Trading for MetaTrader 5 Gold Omega EA is a professional Expert Advisor developed exclusively for XAUUSD (Gold) on MetaTrader 5. It combines advanced market analysis with intelligent trade management to help traders automate their strategy with precision and discipline. By integrating trend analysis, momentum confirmation, volatility measurement, and risk management into a single trading system, Gold Omega EA is designed to identify high-quality trading opportunities w
FREE
Radiant MT5
Sigit Hariyono
Radiant EA is a fully automated trading advisor that utilizes complex algorithms and a variety of strategies, primarily based on various indicators for entry and a Multi-Layer Perceptron (MLP) as a trend filter. It works by first identifying prevailing trends using the MLP, then using various strategies based on these indicators to execute trades. Why using multi-strategy? A multi-strategy enhances capital protection and smooths equity curve by deploying diverse trading systems such as trend-f
Quantum Athena X
Bogdan Ion Puscasu
5 (4)
Smarter Control. Refined Precision. Welcome to Quantum Athena X — the next generation of the focused GOLD trading system that builds upon the precision, efficiency, and disciplined execution of Quantum Athena. Quantum Athena X is built on the same streamlined core engine and the same 6 carefully selected strategies as Quantum Athena. Each strategy has been individually refined and optimized for current GOLD market conditions, while the new powerful Custom Mode allows traders to choose exactly
Key Benefits at a Glance: Lorentzian ML signal generation Majority voting across 3 timeframes Automatic market regime detection Smart equity recovery with group profit targets 1% risk‑based adaptive lot sizing ATR‑based dynamic SL/TP & trailing Emergency drawdown cut Live on‑chart info panel Hybrid Lorentzian Gold ML EA v2.0 – Intelligent Adaptive Trading for XAUUSD Next‑Gen Machine Learning Core A Lorentzian KNN classifier analyzes 5 normalized features (RSI, WaveTren
FREE
SPECIAL LAUNCH OFFER: $30 (1-Month Rent) Limited time offer to build our community and gather feedback! AmbM GOLD Institutional Scalper A high-precision M5 algorithm for XAUUSD (Gold) , engineered to trade exclusively at Institutional Liquidity Levels ($5/$10 psychological marks). PERFORMANCE DATA (BUY ONLY) • Win Rate: 87.09%. • Safe Growth: +$4,113 profit on $10k (13.75% Max Drawdown). • Extreme Stress Test: Successfully generated +$22,997 in a 5-year stress test (2020-2026), proving
Buyers of this product also purchase
Quantum Titan MT5
Bogdan Ion Puscasu
4.71 (14)
Bringing institutional-grade trading to the Quantum ecosystem, Quantum Titan sets a new standard for precision, discipline, and proven live-market performance. Developed for traders who expect more from a GOLD Expert Advisor, Titan represents the next evolution of Quantum trading technology. Availability is strictly limited to 1,000 lifetime licenses worldwide. Once all 1,000 copies have been claimed, Quantum Titan will no longer be available. Special launch discount price. Final price $1999
Iron Stops
Fajar Dicky Firmansyah
4.49 (35)
100K Darwinez zero Signal(cent):  https://www.mql5.com/en/signals/2386516 No gimmicks. No empty claims. Iron Stops caters to traders focused on one crucial aspect: consistency . Whether you’re working through a prop challenge or overseeing client funds, this EA keeps within set boundaries and delivers reliable results. Positions close within 36 hours. Run it on a single chart: Simply apply it to XAUUSD using the M30 timeframe. That’s all you need. One chart. One powerful tool. Proper configu
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (40)
The Legend Continues. The Queen Evolves. Welcome to Quantum Queen X — the next generation of the legendary GOLD trading system that builds upon the proven success of Quantum Queen. Quantum Queen X is built on the same proven core engine as Quantum Queen, introducing a powerful new Custom Mode that allows traders to choose exactly which strategies to enable or disable. Every strategy has been individually reviewed, refined, and optimized to deliver even better performance and adaptability across
Smart Gold Hunter
Barbaros Bulent Kortarla
4.07 (58)
Important update Previous set files should not be used with SGH Ultimate. Please use the updated set files prepared for this version. For details about the latest update and the current live-signal set file, please check the dedicated MQL5 blog post. No Grid / No Martingale / No Recovery / No Hedging / Single Entry with SL / One Shot Smart Gold Hunter is an Expert Advisor for XAUUSD / Gold trading on MetaTrader 5. It is designed for traders who prefer a Gold EA with no grid, no martingale,
The Gold Reaper MT5
Profalgo Limited
4.48 (105)
PROP FIRM READY! ( download SETFILE ) WARNING: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 3 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Client Signal YouTube Reviews LATEST MANUAL Welcome to the Gold Reaper! Build on the very succesfull Goldtrade Pro, this EA has been designed to run on multiple timeframes at the same time, and has the option to set the trade frequency fro
MoonDog EA
James Vito Armin Bianchini
5 (13)
The current price is temporarily limited to $299 . SECURE MOONDOG EA AT $299 BEFORE THE MAJOR UPDATE The current price of $299 is temporary . A major MoonDog EA upgrade is coming very soon , introducing new Machine Learning & AI features designed to further improve the system. Once the new version goes live, a further price increase is planned . Buy MoonDog EA now at $299 and secure your license before the major upgrade and the next price increase . Get in at the current price while it is still
Scalping Robot Pro MT5
MQL TOOLS SL
4.41 (153)
Scalping Robot Pro is a professional trading system designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability trading opportunities in the gold market. Scalping Robot Pro is optimized for traders
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.64 (11)
ThunderGold Scalper ThunderGold Scalper is an Expert Advisor developed for automated gold trading on MetaTrader 5. The EA is designed for XAUUSD and GOLD on the M15 timeframe. It uses a proprietary multi-factor decision engine to identify qualified trading opportunities and manage positions automatically. The system combines market structure, trend direction, candle quality, volume, momentum and execution controls. It is designed to wait for suitable conditions instead of opening trades continuo
Ultimate Breakout System
Profalgo Limited
5 (48)
IMPORTANT : This package will only be sold at current price for a very limited number of copies.    Price will go to 1999$ soon!   + 300 Strategies included and more coming! BONUS : choose 5  of my other EA's for free!   ALL SET FILES + COMPLETE SETUP AND OPTIMIZATION GUIDE VIDEO GUIDE LIVE SIGNALS REVIEW (3rd party) NEW - 44-STRATEGIES LIVE SIGNAL Welcome to the ULTIMATE BREAKOUT SYSTEM! I'm pleased to present the Ultimate Breakout System, a sophisticated and proprietary Expert Advisor (EA)
Adaptive Gold Scalper Important Pre-notice: This strategy requires a long period of practical verification, and favorable trading returns cannot be guaranteed in the short run. Traders must select brokers with ultra-low order latency, minimal slippage and zero/low stop level requirement; poor broker conditions will lead to disastrous trading results. I have over 14 years of professional trading experience. With proper brokerage conditions and sufficient running time, this fully automated scalpi
Lizard
Marco Scherer
4.32 (57)
WHAT IS LIZARD? Lizard is a fully automated Expert Advisor, developed exclusively for XAUUSD (Gold) on MetaTrader 5. It uses a multi-strategy swing breakout system that identifies key structural levels on the chart and places pending stop orders at precisely calculated entry points. No martingale. No grid. No averaging in. Every trade has a defined Stop Loss and Take Profit and is actively managed by a multi-layered exit system, automatically, around the clock. Live Signals - Track real performa
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.39 (138)
Fewer trades. Better trades. Consistency above all. • Live Signal Mode 1  Live Signal Mode 2 Twister Pro EA is a high-precision scalping Expert Advisor developed exclusively for XAUUSD (Gold) on the M15 timeframe. It trades less — but when it does, it trades with purpose. Every entry passes through 5 independent validation layers before a single order is placed, resulting in an extremely high win rate on the Default configuration. TWO MODES: • Mode 1 (recommended) — Very high assertiveness, fe
Cortex IDX
Vladimir Mametov
5 (3)
It is a fully automated Expert Advisor for MetaTrader 5, built specifically for trading the US30 index. Its trading logic is designed around the dynamic behavior of major stock indices: strong directional movements, intraday pullbacks, and periods of increased volatility. The EA automates trading in an environment where execution speed, discipline, and efficient position management are essential. The system is focused on disciplined trade management, fast reaction to market changes, and controll
Zoomini
Gennady Sergienko
1.56 (16)
Important information: Support and answers to questions are available only here:  https://www.mql5.com/en/users/zolia  ( Zolia - UTC/GMT: Taiwan ); Zoomini is a small set of machine-learning models from the latest GoGoPips project research from July 2026. These models are intended only for XAUUSD H1 / Gold . Signal: www.mql5.com/en/signals/2381994 Important things to know: The models trade with only one order using equal SL/TP. Netting accounts and any leverage are supported. Large deposi
Range Breakout EA with Range Filters
Jimmy Peter Eriksson
4.57 (23)
UPDATE:  Few Copies Left At Current Price! Final price: $999 If you value honesty and a real trading system built for live trading, not just a perfect-looking straight-line backtest that can end up blowing your account, then this might be for you. No Martingale / No Grid 22 Months Live Signal +300% Live Growth [Live Signal]  |  [FTMO Results]  |  [Main Portfolio]  |  [Backtest Guide] Why Range Breakout EA is so Stable ? Range Breakout EA is based on a well-known market behaviour: changes in vo
Scalping Index Pro is a professional trading system designed specifically for fast and precise scalping on US30 and DE40 using the M1 timeframe . The system has been developed specifically for the unique behavior of major stock indices, focusing on short term price movements, rapid momentum changes, market volatility, and selective grid based trade management techniques to identify high probability trading opportunities . Scalping Index Pro is optimized for traders who prefer dynamic trading wit
Quantum King EA
Bogdan Ion Puscasu
4.96 (215)
Quantum King EA — Intelligent Power, Refined for Every Trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Special Launch Price Live Signal:   CLICK HERE MT4 version : CLICK HERE Quantum King channel:   Click Here ***Buy Quantum King MT5 and you could get Quantum StarMan for free !*** Ask in private for more details! Rule your trading with precision and discipline. Quantum King EA brings the strength of
Vexora sera
Fatima Zohra Ed Dachraoui
5 (7)
Transparency We believe the best way to evaluate an Expert Advisor is through its real, live trading performance . Live Trading Signal: https://www.mql5.com/en/signals/2379635?source=Site+Signals+My Technical Support :     https://www.mql5.com/en/users/fatima-zohraed/news                                           Settings Guide     Launched at $199 Now $299 — Only 10 Copies Available Secure your copy at $299 before the next price increase to $399. VEXORA SERA  : The True Power of Professional G
Atherion Zenith AI EA
Valentina Zhuchkova
AETHERION ZENITH AI EA The Evolution of Precision Gold Automation Public live signal for real-time monitoring: https://www.mql5.com/ru/signals/2381671 Limited Launch Offer The first 7 copies are available for only $259 . Once these copies are sold, the price will increase immediately by $100 — to $359 . This introductory offer is intended for traders who want to join Aetherion Zenith AI EA at the earliest stage and follow the evolution of the system through public live monitoring from the beginn
Smart Gold Impulse
Barbaros Bulent Kortarla
3.9 (21)
No Grid /No Martingale/ No Dca /No rocovery Smart Gold Impulse is now available in a special early launch phase. This is an EA I  am currently using,you can check the current performance through the Ultima live signal results.Please note that this signal is for informational purposes only, and results can significantly change between brokers, account types, slippage, spread conditions, and VPS setups.Set files of the current running signal account and live chat access link will be shared only wi
Zerqon EA
Vladimir Lekhovitser
3.42 (31)
Live Trading Signal Public real-time monitoring of trading activity: https://www.mql5.com/en/signals/2372719 Official Information Seller profile Official channel User Manual Setup instructions and usage guidelines: View user manual Zerqon EA is an adaptive Expert Advisor designed specifically for XAUUSD trading. The strategy is based on a Deep LSTM neural network model integrated through ONNX, allowing the system to process sequential market behavior and evaluate price dynamics in a st
Aura Gold Pro Edition
Stanislav Tomilov
5 (2)
Built to dominate the gold market. Official Information Seller profile Official channel User Guide LIMITED PRICE — $400 Aura Gold Pro Edition is available now for only $400 , but from September 1 , the price will increase to $999 . After September 1, the price will be more than double.  Don’t wait until the price goes up — secure your copy now for $400. Live Trading Signals  Roboforex https://www.mql5.com/en/signals/2366593 FPMarkets https://www.mql5.com/en/signals/2358523 ICTrading https://www.
Goldwave EA MT5
Shengzu Zhong
4.53 (74)
Real Trading Account   LIVE SIGNAL IC MARKETS:  https://www.mql5.com/en/signals/2339082 This EA uses the same logic and execution rules as the verified live signal shown on MQL5.When used with the recommended, optimized settings on a reputable ECN/RAW-spread broker ( e.g., IC Markets or TMGM) , the EA's live trading behavior is designed to closely align with the trade structure and execution characteristics of the live signal. Please note that differences in broker conditions, spreads, executio
Gold Snap
Chen Jia Qi
4.32 (19)
Gold Snap — A Fast Profit Capture System for Gold Live Signal: https://www.mql5.com/en/signals/2362714 Live Signal2: https://www.mql5.com/en/signals/2372603 Live Signal v2.0: https://www.mql5.com/en/signals/2379945 Only 3 copies remaining at the current price. The price will be increased to $1199 soon. Important: After purchasing, please contact us by private message to receive the user guide, recommended settings, usage notes, and update support.  https://www.mql5.com/en/users/walter2008
Wave Rider EA MT5
Adam Hrncir
4.82 (44)
Scalper speed with sniper entries. Built for Gold. Summer sale - 399 USD only instead of 499 USD until end of August. Tired of all the fake EAs that eventually disappear? Most authors just create another EA when it fails - I wanted to do it differently. Wave Rider is my personal project built out of passion - honest, transparent EA without any fake AI or manipulated back-test that's been continuously updated for more than 6 months, that I am using myself from very first day. Check the Live signa
The Gold Space
Ayush V Jain
5 (4)
LIVE SIGNAL REACHED NEW HIGH Live Signal on Vantage https: // www.mql5.com/en/signals/2378090 https: // www.mql5.com/en/signals/2378091 live signal is running mode/option 1 with autolot 2 % risk. Join telegram group   https://t.me/+UaALtDiYMb4xYTk1 Overview:  The Gold Space is a fully automated, professional-grade Expert Advisor specifically engineered for the XAUUSD (Gold) market. Designed natively for MetaTrader 5, this EA capitalizes on high-probability volatility expansions using a precise,
XG Gold Robot MT5
MQL TOOLS SL
4.34 (113)
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
Ghost Scalper MT5
Thomas Christoph Lipka
5 (5)
GHOST SCALPER MT5 – BUILT FOR GOLD. BUILT FOR SPEED. 4 independent XAUUSD strategies. One Expert Advisor. Ghost Scalper MT5 is a fully automated Expert Advisor developed specifically for XAUUSD / Gold . It combines four independent trading strategies in one EA: Ghost A, Ghost B, Ghost C and Ghost D . No complicated setup No unnecessary extras Just attach it to the Gold chart, set your risk and start 4 STRATEGIES – 1 EA Ghost A Ghost B Ghost C Ghost D Each strategy has its
SomaGold
Andrii Soma
5 (10)
SomaGold is a multi-strategy breakout Expert Advisor for MetaTrader 5, built exclusively for Gold (XAUUSD). One chart, one EA, 32 independent strategies running together as a single diversified portfolio. Live Signal. This is my first published EA on MQL5. To make it accessible at launch, I am using a transparent ramping-price model: Launch price: 100 USD The price increases by 100 USD for every 10 copies sold Early buyers lock in the lowest price for the lifetime of the product. Concept Instead
Gold Neural Core
TICK STACK LTD
4.2 (10)
Launch Offer:   Grab Gold Naural Core and bundle it with   XAU Momentum   and get 2 free EAs of your choice from my entire MQL5 store. DM me for details. Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Read the user guide to any TickStack grid system:  https://www.mql5.com/en/blogs/post/767232 Gold Neural Core — Hyper-Scalping Grid System for XAUUSD Gold Neural Core is a high-frequency grid trading system engineered specifically for gold (X
More from author
ZigZag 1
Saniyat Nabiyeva
User Guide  Trading Direction (InputDirect) Selects allowed trading directions: both, long only, or short only. Signal Level Usage (Direction) Enables or disables the use of calculated signal levels (Point A) for order placement. Max Orders per Level (MaxOpenOnLevel) Limits the number of orders that can be placed from the same price level to help control risk. Order Entry Logic (InputType) Determines the method of interpreting ZigZag signals (options 1, 2, or 3) that affect entry timing. Lo
BreakSniper
Saniyat Nabiyeva
USER GUIDE FOR THE ADVISOR 1. General Settings MagicNumber – Unique number for advisor order identification. OrderVolume – Lot size for each trade. OffsetPoints – Offset from the signal level (in points). Slippage – Allowed slippage when opening an order. 2. Operating Modes OppositePositionClose – Closes the opposite position before opening a new one. EnableNextSignalMode – Allows a new signal only after the previous trade closes. EnableReversMode – Reverse mode changes the trading dir
AI Stochastic
Saniyat Nabiyeva
AI Stochastic Pro — Evolution of a Classic. It is from the AI PRO EA series, which means that the code is 100% designed and written by Artificial Intelligence, and is equipped with 24 different institutional-level position management functions. This is a professional trading algorithm that transforms the classic Stochastic oscillator into a powerful trend and counter-trend system thanks to a unique Price Action filter. Trading Logic and Strategy: Unlike standard robots that blindly enter the ma
AI Bolinger PRO
Saniyat Nabiyeva
AI Bolinger Pro — Evolution of a Classic. It is from the AI PRO EA series, which means that the code is 100% designed and written by Artificial Intelligence, and is equipped with 24 different institutional-level position management functions, making it one of the leading (EAs) in terms of the variety of modes. The absence of the human factor in the creation of this advisor via (AI) has allowed the price to be minimized for users; similar functionality created by a real programmer would cost the
AI Bollinger + RSI PRO — The Evolution of a Classic. It belongs to the EA AI PRO series, which means the code is 100% designed and written by Artificial Intelligence, and it is equipped with 24 different institutional-level position management functions. AI Bollinger + RSI PRO — This is a professional trading algorithm. At the core of the Expert Advisor lies a time-tested trend and counter-trend strategy, enhanced by modern filtering and an entry confirmation system. The decision-making logic i
AI Macd PRO
Saniyat Nabiyeva
AI MACD PRO — The Evolution of a Classic. It is part of the EA AI PRO series, which means the code is 100% designed and written by Artificial Intelligence, and it is equipped with 24 different institutional-level position management functions. The advisor works based on signals from the MACD indicator. In the robot's wide arsenal: A Smart News Filter, four SL options, three Trailing SL options including advanced High/Low Trailing, a Partial Close system also with three different options includi
TradeAiBotPRO
Saniyat Nabiyeva
1) 110 algorithmic trading BOT strategies, 2) Assistant mode for manual trading only, 3) 45 types of Stop-Loss, 4) 7 types of Take-Profit, 5) 8 Risk Management options, 6) 3 Money Management options, 7) 3 options for increasing position size, 8) 15 position management methods, 9) 8 protection filters, 10) 9 signal confirmation options, 11) Visual Manager, 12) Partial position closing, 13) Break-Even, 14) PLANNER mode, 15) Loss Limit, 16) Profit Limit, 17) RR% SL to Profit, 18) External Control P
Filter:
No reviews
Reply to review