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
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
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
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 fully automated price action trading strategy without writing a single line of MQL5 code. Most EA Builders on the market rely on combinations of technical indicators to generate trading signals. Price Action EA Builder takes a different approach. Instead of building strategies around lagging indicators, Price Action EA Builder is designed around price action —one of the most widely used trading methodologies among discretionary traders. Build your strategy
**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
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
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
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
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
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
Seasonal Pattern Trader
Dominik Patrick Doser
Disclaimer : Keep in mind that seasonal patterns are not always reliable. Therefore, thoughtful risk management is crucial to minimize losses.  Seasonal patterns in the financial world are like a well-guarded secret that successful investors use to their advantage. These patterns are recurring price movements that occur during specific periods or around special events. Additionally, there are also intraday patterns that repeat. For example, Uncle Ted from Forex Family suggests examining previou
Quantum Valkyrie
Bogdan Ion Puscasu
4.46 (159)
Quantum Valkyrie  - Precision.Discipline.Execution Discounted   price .  The price will increase by $50 with every 10 purchases. Live Signal: CLICK HERE Quantum Valkyrie MQL5 public channel: CLICK HERE ***Buy Quantum Valkyrie MT5 and you could get Quantum Emperor or Quantum Baron for free !*** Ask in private for more details! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions.      Hello, traders. I am Quantum Val
Buyers of this product also purchase
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (13)
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
Lizard
Marco Scherer
4.9 (30)
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
Scalping Robot Pro MT5
MQL TOOLS SL
4.51 (129)
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.46 (102)
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
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.46 (123)
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
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
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 - VERSION 5.0 - ONECHARTSETUP NEW - 30-STRATEGIES LIVE SIGNAL Welcome to the ULTIMATE BREAKOUT SYSTEM! I'm pleased to present the Ultimate Breakout
Smart Gold Hunter
Barbaros Bulent Kortarla
5 (20)
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
Quantum King EA
Bogdan Ion Puscasu
4.96 (211)
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
Goldwave EA MT5
Shengzu Zhong
4.73 (71)
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
Zerqon EA
Vladimir Lekhovitser
3.18 (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
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
AXIO Gold EA
Shengzu Zhong
4.6 (10)
AXIO GOLD EA MT5 Live Signal Reference on MQL5 https://www.mql5.com/en/signals/2378982?source=Site+Signals+My AXIO GOLD EA MT5 is an automated trading system developed for XAUUSD Gold on MetaTrader 5. 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 such as TMGM , the EA's live trading behavior is designed to closely align with the trade structure and execution charac
Mavrik Scalper
Vladimir Lekhovitser
4.5 (2)
Live Trading Signal Public real-time monitoring of trading activity: https://www.mql5.com/en/signals/2378119 Official Information Seller profile Official channel User Manual Setup instructions and usage guidelines: View user manual Mavrik Scalper represents a new generation of AI-driven trading systems built around a Hybrid Attention neural network architecture. Unlike conventional algorithmic strategies that rely primarily on fixed technical indicators or predefined market rules, Mav
Logan MT5
Thierry Ouellet
5 (7)
LIMITED TIME OFFER AT 249$ Price will go up at  499$ on July 27th! 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—includ
Nexorion Initium Novum EA
Valentina Zhuchkova
5 (16)
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/es/signals/2372338 Technical System Specificatio
Gold House MT5
Chen Jia Qi
4.53 (59)
Gold House — Gold Swing Breakout Trading  One EA. Three Trading Modes. Choose the One That Fits Your Style. No Grid. No Martingale. The price will increase by $50 after every 10 purchases. Final planned price: $1,999. Live Signals:  Profit Priority Mode: https://www.mql5.com/en/signals/2359124 BE priority Mode :  https://www.mql5.com/en/signals/2372604 Adaptive Mode:   https://www.mql5.com/en/signals/2379287  (High-Risk Configuration Reference – Potential profits and losses are amplified. N
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
Cortex Aurex
Vladimir Mametov
5 (2)
It is a fully automated Expert Advisor for MetaTrader 5, built specifically for Gold / XAUUSD trading. Its logic is designed around the dynamic nature of the gold market: fast price movements, sharp reversals, and high volatility. The EA helps automate trading in an environment where reaction speed, discipline, and precise position management are especially important. The system is focused on disciplined trade management, fast reaction to market changes, and controlled exits. Its main idea is si
Gold Neural Core
TICK STACK LTD
5 (4)
Gold Neural Core — Hyper-Scalping Grid System for XAUUSD Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Join my open group for questions related to any of my products:  https://www.mql5.com/en/messages/014beab2560cdc01 Read the user guide to any TickStack grid system:  https://www.mql5.com/en/blogs/post/767232 Gold Neural Core is a high-frequency grid trading system engineered specifically for gold (XAUUSD), combining momentum and trend-bas
Quantum Athena X
Bogdan Ion Puscasu
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
Pulse Engine
Jimmy Peter Eriksson
3.94 (34)
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
Quantum iGold MT5
Yassine Mouhssine
5 (6)
Quantum iGold MT5 – Advanced AI Trading System (XAUUSD) Quantum iGold MT5 is a fully automated trading system built using advanced Artificial Intelligence techniques. It employs a hybrid neural architecture that integrates LSTM and Transformer models to analyze price behavior on XAUUSD . This structure enables the system to detect market patterns, adapt to volatility changes, and generate technically refined trading signals in real time. After purchase, please contact me via MQL5 private messa
Smart Gold Impulse
Barbaros Bulent Kortarla
3.54 (13)
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
SixtyNine EA
Farzad Saadatinia
5 (3)
SixtyNine EA – A Gold Expert Advisor for MetaTrader 5, featuring 6 integrated strategy layers, predefined Stop Loss on every trade, and a clean trading structure without Martingale, Recovery systems, or Grid trading. Public Live Signal: $500 Start, Fixed 0.02 Lot, 500%+ Growth, 20 Weeks Live The public live signal is the central proof point of SixtyNine EA . The account started with a $500 balance , used a fixed 0.02 lot size per trade , and has been active for more than 20 weeks of live tradin
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
Impulse MT5
Simon Reeves
5 (13)
Are you ready to power up your Gold trading? Impulse by Starpoint Trading — A six-strategy gold EA that waits for the perfect shot. Come chat with us in our public MQL5 channel!  https://www.mql5.com/en/channels/starpoint Impulse v2.00 is here! The biggest update in Impulse's history has arrived. Version 2.00 takes everything that made Impulse a disciplined, patient Gold trading system and elevates it across the board: A brand-new sixth strategy — Conviction Momentum joins the squad, hunting de
XG Gold Robot MT5
MQL TOOLS SL
4.3 (111)
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
Nine Engine EA MT5
Huu Hai Anh Nguyen
5 (10)
Nine Engine EA MT5 LIMITED TIME OFFER AT $199$ Price will go up at  $ 299 on July 31st! LIVE SIGNAL Verified live trading results can be monitored through the public signal below:  https://www.mql5.com/en/signals/2376812 Nine Engine EA MQL5 Community:  https://www.mql5.com/en/messages/03632dbed818dd01 The live signal allows you to observe how the system performs under real market conditions using actual market data and execution. Please note that results may vary depending on broker conditi
Chiroptera
Rob Josephus Maria Janssen
4.57 (46)
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
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
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
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
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 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
( 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
Filter:
No reviews
Reply to review