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 EA today! Prop Account Set Performance here (DD<8%):    https://www.mql5.com/en/signals/2369935 More Accounts here:  https://www.mql5.com/en/users/fxmanagedf
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
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
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
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
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
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
Price Action EA Builder
John Joseph Cornelio
Price Action EA Builder Build your own price action trading strategy without writing a single line of code. Unlike traditional EA builders that rely primarily on technical indicators, Price Action EA Builder is built around the foundation of how professional traders read the market— price action . Combine candlestick patterns, market structure, support and resistance, trading sessions, and directional filters to create fully automated trading strategies directly inside MetaTrader 5. Price Action
**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
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
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
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
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
SpikeHunter
Franklin Cornelio Perez Colina
Este es un indicador que trabaja en indices BOOM 1000 y su equivalente en Weltrade Gain 1200. Basicamente trabaja en temporalidad de 15 minutos y su objetivo es cazar spikes. Se recomienda la temporalidad de 15 minutos por que genera un poco mas de precision. Se recomienda indices que general altos spikes, como el BOOM 1000. Lo interesante de cazar spikes es que se puede gestionar el riesgo. La configuracion ideal para BOOM 1000 y Gain 1200  es la que esta por defecto.
Aegis Kalman Trend
Amanda Vitoria De Paula Pereira
Aegis Kalman Trend is a raw automated trading engine built specifically to extract real momentum from XAUUSD without chasing market noise or taking dummy entries, most retail expert advisors use slow moving averages that cruzam atrasadas and wipe your balance during choppy sessions but this chassi uses a dual-matrix Kalman filter to track the true institutional price line with zero phase-lag, the core algorithm runs an adaptive noise engine that calculates volatility on the fly, it adjusts the f
Swingy3
Bashier Awny Husein Ismail Alhafy
Swingy3: The Institutional Pivot & Swing Execution Engine Swingy3 is an algorithmic trading system designed for MetaTrader 5, focusing on high-conviction price action swings and institutional-grade risk management. Unlike standard retail indicators, Swingy3 analyzes market structure through dynamic pivot points and multi-timeframe confluence to identify entries where momentum and exhaustion align. The Strategy The core of Swingy3 is its advanced Pivot Analysis engine. It detects institutional "S
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
Fusion Harmonic Intelligence
Juan Antonio Alvarenga Galindo
Fusion Harmonic Intelligence, designed to operate on the MetaTrader 5 platform. This tool combines harmonic pattern analysis with traditional technical indicators, such as RSI and moving averages, to identify precise market entry points. The software stands out for its robust risk management, which includes contingency plans for significant losses, an integrated news filter, and an aggressive hedging system to protect capital. Additionally, it offers operational flexibility through a dynamic tr
SMA Fibonacci EA
Christoph Kreher
Simple EA with 1 SMA and Fibonacci. The Expertadvisor opens positions in the direction of the trend when price levels have exceeded or fallen below the Fibonacci levels. It depends on the market in question and which parameters to use. The EA is programmed in such a way that optimization runs consume little time. A news filter and filter by day of the week are built in.
skyway traders provides copy tradding , algo service and course this algo is based on breakout strategy with trailing stoploss which is best feature of this algo you can use on eurusd with default setting and you may change the 400tp points and set 10% risk of per trade msg me for discound or get more details about algo  telegram id- @pb150817 A breakout represents a price movement after a period of consolidation, often characterized by increasing volume and volatility. Basically, trader
Most trading bots blow accounts not because they can't find  good trades — but because they have zero capital protection. RK Sniper Pro was built differently. Capital protection is  the foundation, not an afterthought. ------------------------------------------------------------------------------------------------------------- WHAT IT DOES RK Sniper Pro is a trend-following Expert Advisor for EURUSD and GBPUSD M1. It uses a proprietary multi-indicator confirmation system that only enters trade
EA PHANTOM EDGE – Smart Fibonacci Trading System Executive Overview EA PHANTOM EDGE is a professional-grade automated trading system engineered to exploit high-probability market reversals using Fibonacci retracement analysis combined with price action confirmation. Designed for reliability, transparency, and full MQL5 Market compliance, the system integrates advanced risk management, intelligent trade validation, and multi-channel alerts to deliver consistent and controlled trading performanc
FREE
Phenix Pro MT5
Maksim Vershinin
Phenix - PRO MT 5 – это полностью автоматизированный торговый робот. Данный робот торгует на хорошо известной валютной паре EUR JPY . По умолчанию параметры подобраны для  валютной пары EUR JPY с Т аймФреймом 1М. Стратегия основана на системе мартингейла. В качестве точки входа в рынок советник использует математическую модель, основанную на  значениях индикатора скользящей средней. Дополнительно можно настроить робота, чтобы он торговал с учетом баланса, для этого необходимо вкл  AutoLot и Auto
Volatility Doctor Desert Eagle
Gamuchirai Zororo Ndawana
Introducing the Volatility Doctor Desert Eagle: Your Ultimate Scalping Algorithm for Explosive Trading Success! Are you ready to revolutionize your trading game? Look no further than the Volatility Doctor Desert Eagle – the ultimate scalping algorithm designed to empower traders like you with precision, control, and profitability. Here's why the Volatility Doctor Desert Eagle stands head and shoulders above the rest: 1) Simple and Intuitive: No complex jargon or steep learning curve. Our algo
FREE
XAUUSD AMNESIA PROTOCOL AI     Amnesia Protocol - Exploiting the chaotic moments when the market forgets all technical analysis.    XAUUSD Amnesia Protocol AI is a breakthrough trading system based on "The Market Amnesia Hypothesis". When high-impact news hits or panic ensues, the market experiences temporary "Amnesia". Support and resistance levels become meaningless, and chaos takes over. This EA is specifically designed to remain dormant during normal market conditions and instantly awaken th
input group "General Settings" input long   MagicNumber    = 5000;   // Magic number for this EA input bool   PrintDebugLogs = false;  // Print detailed logs true/false input group "Risk Settings" input double IndexMaxDrawdownInPercentage = 0.45; // 0.45 means 45 percent input double MaxLossLevel = 95000.00; // Maximum loss level in account currency input group "Grid Settings" input long   MinDistance          = 3500;  // Distance to open the next order (points) input double MinDistanceMultip
FREE
XAU ZENITH GRID PROTOCOL  Institutional Averaging Engine & Basket Recovery Protocol Xau Zenith Grid Protocol  represents the pinnacle of institutional-grade automated trading software. Fusing the concept of dynamic grid-based averaging- (inspired by AnE Gold Grid) with our proprietary Basket Take-Profit Engine- and Aegis Drawdown Armor, this robot is built exclusively for XAUUSD (Gold).  By tracking extreme overbought and oversold market conditions on the M15 timeframe, the EA scales into th
Master Dow Jones EA
Sergio Tiscar Ortega
Investment Philosophy Master Dow Jones EA is a high-precision algorithmic trading system specifically engineered for the Dow Jones Industrial Average (DJ30/US30) . Unlike generic trading systems, this algorithm exploits the structural bullish bias inherent in the top 30 U.S. blue-chip companies by operating exclusively on the Long Side . This specialization significantly reduces exposure to erratic short-side volatility and aligns the strategy with long-term institutional capital flows. Strategy
Buyers of this product also purchase
Quantum Titan MT5
Bogdan Ion Puscasu
5 (1)
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
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (25)
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.8 (30)
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, real Stop Loss and Take Profit logic, and controlled risk management. You can check the live signals before making a decision: Live Signal - IC Markets: https://www.mql5.com/en/signals/2365400?source=Site +Signals+My  (Here I use Scalper Mode, To have the exact se
Scalping Robot Pro MT5
MQL TOOLS SL
4.46 (138)
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
The Gold Reaper MT5
Profalgo Limited
4.47 (103)
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
Ultimate Breakout System
Profalgo Limited
5 (46)
IMPORTANT : This package will only be sold at current price for a very limited number of copies.    Price will go to 1999$ soon!   +100 Strategies included and more coming! BONUS : At 1499$ 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) NEW - 44-STRATEGIES LIVE SIGNAL Welcome to the ULTIMATE BREAKOUT SYSTEM! I'm pleased to present the Ultimate Breakout System, a sophisticated and propr
Lizard
Marco Scherer
4.18 (40)
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 Signal - Track real performan
Zoomini
Gennady Sergienko
3.67 (6)
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
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
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
5 (4)
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
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.43 (130)
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
Logan MT5
Thierry Ouellet
4.95 (22)
LIMITED TIME OFFER AT 289$ Price will go up at  499$ on August 12th! Logan MT5 isn't your typical Gold Grid EA that blindly opens trade after trade, consuming your margin and putting your capital at unnecessary risk. Instead, it patiently waits for high-probability entry opportunities and uses an intelligent recovery system that combines ATR-based grid spacing with dynamic lot progression . This allows it to withstand adverse market movements that would wipe out most conventional grid EAs—incl
Quantum King EA
Bogdan Ion Puscasu
4.96 (213)
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
Quantum Athena X
Bogdan Ion Puscasu
5 (3)
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
Smart Gold Impulse
Barbaros Bulent Kortarla
4.11 (19)
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 with impressive results on my Live Signal  account. You can check the current performance through the Ultima live signal results, where Smart Gold Impulse has already shown very strong potential in real market conditions. The same set file used on my Ultima live signal account will be shared only with Smart Gold Impulse buyers. At the same time, thi
Gold Neural Core
TICK STACK LTD
5 (8)
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
Gold Snap
Chen Jia Qi
4.47 (17)
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 $999 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 W
Zerqon EA
Vladimir Lekhovitser
3.43 (28)
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
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (507)
Introducing   Quantum Emperor EA , the groundbreaking MQL5 expert advisor that's transforming the way you trade the prestigious GBPUSD pair! Developed by a team of experienced traders with trading experience of over 13 years. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Buy Quantum Emperor EA and you could get Quantum StarMan for free !*** Ask in private for more details Verified Signal:   Click Here MT4 Version
XT Bitcoin Robot MT5
MQL TOOLS SL
5 (4)
XT Bitcoin Robot is an advanced  automated trading system  designed specifically for  BTCUSD traders  who want to take advantage of Bitcoin's market volatility without the need for constant market monitoring. The robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic, helping traders stay active in the market 24 hours a day without manual intervention. The system is designed to identify trading opportunities and manage positions accor
Pulse Engine
Jimmy Peter Eriksson
4 (36)
UPDATE - ONLY A FEW COPIES LEFT AT CURRENT PRICE! The main goal of this system is long-term live performance without using any risky martingale or grid.  VERY LIMITED COPIES AT CURRENT PRICE Final Price $1499 [Live Signal]  |  [Backtest Results]  |  [Setup Guide]  |  [FTMO Results] A Different Approach to Trading Pulse Engine does not use any indicators or specific timeframes. It has a very unique approach that is not used by any other trading system on MQL5. It trades intraday directional patt
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
Nexorion Initium Novum EA
Valentina Zhuchkova
4.32 (25)
NEXORION: Initium Novum — Deterministic Logic and Algorithmic Synthesis NEXORION is an institutional-grade analytical complex based on rigorous mathematical liquidity processing algorithms. The core concept of the project is "computational transparency": the expert advisor transforms chaotic price feeds into structured geometric zones, visualizing the decision-making process directly on the trading chart. Real-Time Monitoring https://www.mql5.com/en/signals/2378408 https://www.mql5.com/es/signa
Wave Rider EA MT5
Adam Hrncir
4.89 (46)
Scalper speed with sniper entries. Built for Gold. 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 signal  or Manual  or  Broker performance Version 5.x upgrade notice: Cl
Chiroptera
Rob Josephus Maria Janssen
4.64 (47)
Prop Firm Ready! Chiroptera is a non-martingale, non-grid, multi-currency Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades (of all 28 pairs!) with tactically placed Take Profits and Stop Losses, that are continuously adjusted to maximize gains and minimize losses. It keeps track of past and upcoming news reports to ensure impacts are minimized and carefully measures real-time volatility to prevent impacts due to unpredictable geo-political disturbances c
Cortex IDX
Vladimir Mametov
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
SomaOil
Andrii Soma
5 (2)
SomaOil is a multi-strategy breakout Expert Advisor for MetaTrader 5, built exclusively for WTI crude oil (XTIUSD). One chart, one EA, 20 independent strategies running together as a single diversified portfolio. Live Signal. To make it accessible at launch, I am using a transparent ramping-price model: Launch price: 100 USD (48 hours) Starting from Monday the price increases by 100 USD for every 10 copies sold Price increases happen at most once per day, even when more than 10 copies are sold t
Obsidian Flow Atlas EA
Valentina Zhuchkova
5 (7)
Obsidian Flow Atlas EA Precision. Structure. Execution. Financial markets do not reward emotions. They reward discipline, structure, consistency, and the ability to make decisions based on objective data. Obsidian Flow Atlas EA was built around this philosophy. It is a fully automated trading system for MetaTrader 5, designed to operate on two of the most popular instruments in the financial markets: • XAUUSD (Gold) • EURUSD The system independently analyzes market conditions, opens and manages
HFT Spike EA
OMG FZE LLC
5 (3)
[ My Channel ] HFT Spike EA Recommended accounts: High leverage Standard, ECN, Raw; Cent; Propfirm (FTMO FundedNext etc.) Strategies: Quantum Physics Principles, HFT Spike (High-Frequency Trading), level trading, neural trading, No Martingale, No Grid, single-position trend trading. A fully automated, risk-managed EA designed on XAUUSD tick data. You don't need to select a Time-Frame. Default values match the tested configuration. Designed for Gold. It detects sudden volatility bursts ("sp
Fantastic 4 MT5
Fan Yang
3 (2)
Fantastic 4 Four-in-One Trading System Introduction Fantastic 4 is an automated trading EA integrating 5 mutually independent quantitative trading logics targeting XAUUSD. After long-term research, iterative optimization, historical backtesting and live market verification, each built-in strategy has exclusive entry rules, independent order management and customized risk control modules. All strategies run separately without mutual interference. The combination of four strategies with low correl
More from author
( AI Trade Ass Pro 28 ) Innovative Trading Assistant — a flagship panel for professional manual and algorithmic trading! It features - 30 one-click modes on the control panel + 48 modes inside 9 tabs + Auto-trading: 28 built-in bots based on 16 Price Action patterns, 7 indicators, and a smart Scheduler with 5 algo strategies at session opens (news breakout, London Box). Interactive Instructor [?]: A unique "Help" mode instantly prompts and teaches you how to use any panel function upon
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
AiBot 30
Saniyat Nabiyeva
( AiBot 30 ) is the ultimate trading Expert Advisor featuring: Auto-Trading: 30 built-in bots based on 16 Price Action patterns, 7 indicators, and 5 ready-made algorithmic strategies via a Smart Scheduler for session opens (News Breakout, London Box, etc.). It also features timer-based order placement (Stop, Limit, and Market orders) at customized price levels. It boasts 46 one-click modes on the control panel + 48 modes across 9 tabs. Interactive Instructor [?]: A unique "Help" mode t
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
Filter:
No reviews
Reply to review