AI Stochastic

  • Experts
  • Saniyat Nabiyeva
    Saniyat Nabiyeva
    - C# - Java - Kotlin - JavaScript - TypeScript - C++ - Python, MQL4, MQL5
    - (Expert Advisors, indicators, utilities, API integration) - 5 years of experience
  • Version: 1.1
  • Updated: 9 December 2025
  • Activations: 10

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 market when Stochastic lines cross (which often leads to losses during strong trends), AI Stochastic Pro uses a 3-stage signal confirmation system: Zone Search: The advisor waits for the Stochastic to enter the overbought or oversold zone (levels 20/80). Candle Pattern (Price Action): After receiving a signal, the robot waits for the closure of a confirming candle of the required color (Green for buys, Red for sells). Level Breakout (Breakout): This is the main filter. The advisor sets a virtual level at the High or Low of the signal candle. A trade is opened only if the price breaks this level in the necessary direction. If the price reverses without breaking the level, the false signal is ignored.

In the robot's wide arsenal: Smart News Filter, four SL variants, three Trailing SL variants including advanced High/Low Trailing, a Partial Close system also with three different variants including a unique option based on (volume multiplier count), as well as two Volume Multiplier variants with flexible settings for deposit growth. Unique confirmation technology for the main position opening signal via Price Action (Breakout) filters market noise, opening trades only during actual 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 for professionals who need maximum reliability and flexibility of settings. Trust your trading to pure digital intelligence.

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

 DETAILED USER GUIDE (AI Stochastic PRO v1.00)


1 ===== 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 mathematical optimization speed, it can be disabled (ShowDashboard = false).


2 ===== STRATEGY =====

(Important Section)

This section configures the market entry logic.

Parameters: Set Period K, Period D, Slowing, and Overbought/Oversold levels (default 20 and 80).

Basic Logic: Buy when the line is below 20. Sell when the line is above 80.

Confirmation (Price Action): If UseCandleConfirmation is enabled, the advisor changes tactics:

Upon receiving a signal from Stochastic, it does not enter immediately.

It waits for a candle of the correct color to close (Green for Buy, Red for Sell).

After such a candle appears, "Breakout Waiting" mode is activated. The advisor places a virtual level at the High (for Buy) or Low (for Sell) of this closed candle.

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

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


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
Bober Real MT5
Arnold Bobrinskii
4.88 (16)
Bober Real MT5 is a fully automatic Forex trading Expert Advisor. This robot was made in 2014 year and did a lot of profitbale trades during this period. So far over 7000% growth on my personal account. There was many updates but 2019 update is the best one. The robot can run on any instrument, but the results are better with EURGBP, GBPUSD, on the M5 timeframe. Robot doesn't show good results in tester or live account if you run incorrect sets. Set files for Live accounts availible only for cu
HMA Scalper Pro EA
Vladimir Shumikhin
5 (2)
HMA Scalper Pro EA — Automated Trading Advisor Based on Hull Moving Average (HMA) for MetaTrader 5 OVERVIEW HMA Scalper Pro EA is a professional trading robot (Expert Advisor) for MetaTrader 5 that trades in the direction of the Hull Moving Average (HMA). The HMA indicator determines the current trend direction, and the EA opens trades in that direction, enhanced by Smart Risk capital management, adaptive grid trading, trailing stop, breakeven, and time filters. The EA supports both Netting a
Gecko EA MT5
Profalgo Limited
5 (1)
NEW PROMO: Only a few copies copies available at 349$ Next price: 449$ Make sure to check out our " Ultimate EA combo package " in our   promo blog ! Gecko runs a simple, yet very effective, proven strategy.  It looks for important recent support and resistance levels and will trade the breakouts.  This is a "real" trading system, which means it will use a SL to protect the account.  It also means it will not use any dangerous techniques like martingale, grid or averaging down. The EA shows its
Gyroscopes mt5
Nadiya Mirosh
5 (2)
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mov
Aurum Intraday EA
Rodrigo Leonardo Favreau Giuliodoro
Aurum Intraday EA – Advanced Gold Trading Algorithm The Aurum Intraday EA is a powerful automated trading system designed specifically for Gold (XAUUSD) traders who want to capture strong intraday movements while maintaining full control over risk and strategy configuration. Built with a robust algorithm and optimized for H1 and H4 timeframes (H4 recommended) , this Expert Advisor is capable of identifying high-probability opportunities in the gold market and executing trades with precision and
SolarTrade Suite Financial Robot: LaunchPad Market Expert - designed to open trades! This is a trading robot that uses special innovative and advanced algorithms to calculate its values, Your Assistant in the World of Financial Markets. Use our set of indicators from the SolarTrade Suite series to better choose the moment to launch this robot. Check out our other products from the SolarTrade Suite series at the bottom of the description. Do you want to confidently navigate the world of inves
Viking Alpha DAX Ivar Edition
Valdeci Carlos Dos Passos Albuquerque
Viking Alpha DAX — Germany 40 Expert Advisor for MetaTrader 5 LAUNCH PROMO Only 10 copies at launch price. Price increases with each sale. Launch price: $297 Next price: $497 Final price: $997 Live Performance: FX Blue — Vikingtradingbots What Makes Viking Alpha DAX Different Most DAX robots fail for one simple reason: they treat the Germany 40 like a forex pair. It isn't. The DAX has a heartbeat — a specific rhythm tied to the Frankfurt Stock Exchange opening, the European session structure, an
Gold ML Adaptive
Md Atiqur Rahman
Gold ML Adaptive v17.4.1.6 Specification for  Gold ML Adaptive v17.4.1.6 RATING RECOMMENDATION: 4.6/5 Category Score Justification Innovation 4.8 Unique Lorentzian ML + Dollar-based risk Reliability 4.5 Robust cooldown & drawdown protection Ease of Use 4.3 Auto-lot, live dashboard, minimal inputs Support Ready 4.5 Clear error handling & logging Value for Money 4.8 Recovery system + 8 trade capacity Overall: BUY Recommended for Gold specialists PRODUCT DESCRIPTION One-Line Pitch "Machine
NightRider
Ivan Giovanni Rapisarda
LAUNCH PRICE OFFER! ONLY 159$ PRICE INCREASES EVERY 10 SALES - GET IN EARLY NIGHT RIDER Developed by AlgoControl Night Rider is a fully automated, multi-asset trading system designed to operate during controlled nighttime sessions. The system independently manages order placement, open positions, market conditions and account exposure. Night Rider has undergone extensive backtesting and forward testing across different market conditions. Its optimization process is intentionally minimal and li
Supreme Astraea Community
Muhammad Farooq Ahmed
1 (1)
### Supreme Astraea Community Edition A Professional-Grade, High-Probability Scalper with Advanced "Royal Watchdog" Protection. The Supreme Astraea Community Edition is a free, high-performance Expert Advisor designed to provide retail traders with institutional-level trade management and visual market intelligence. Built on a foundation of trend-momentum confluence, this EA is perfect for both beginner and experienced traders looking for a stable, "Set & Forget" trading companion. Key Strate
FREE
The Gold Buyer
Moses Aboliwen Aduboa
Ride the Gold Trend with a Simple Buy-Only EA The  EA is a fully automated Buy-Only Expert Advisor for MetaTrader 5. It is designed to capture upward market opportunities with safe risk management and seamless execution. Why Traders Choose It: Best performance on Gold (XAUUSD) – highly liquid and trending. Buy-Only EA – focuses purely on long positions. Plug & Play setup – attach and let it trade automatically. Built-in Stop Loss & Take Profit protection. Smart one-position contro
Exp THE X FULL
Vladislav Andruschenko
4.79 (28)
Universal automatic Expert Advisor for MetaTrader 5 working on standard indicators. UniversalEA  The Constructor EA is provided with a large set of functions. You can select one of 20 signals to open a position and 5 of 20 filters to sort out the signals of the standard indicators included in the MetaTrader package. Besides, you can adjust the indicator parameters, select a timeframe, and specify a signal bar for each signal. You can also download The X EA for the MetaTrader 4 terminal  The X f
Cyclone Intraday
Mikhail Mitin
5 (1)
How the EA works (simple explanation) Trades on M5 timeframe Uses H1 timeframe to analyze global market context Analyzes 2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol: EURUSD Timeframe: M5 Trading style: Intraday
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
Outside Day Reversal EA
Munkh Od Jargalsaikhan
Outside day trading strategy looks for a specific pattern in the price chart of a security. The pattern is characterized by a larger range than the previous day, with the high of the day higher than the previous day's high and the low of the day lower than the previous day's low. Works with many symbols, such as BTCUSD, GBPUSD,USDCAD, oil, gas, and others. PLEASE RATE! Thank you very much! FEATURES: - Real Strategy - Daily Bar Strategy - Exit the trade if the day was profitable - ATR multiple s
FREE
Magic Grid MT5
Aliaksandr Charkes
4.14 (7)
Magic Grid MT5 is a non-indicator Expert Advisor using a grid strategy (on a hedging account). The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically (once at the beginning of the trade).   The robot can trade on any timeframe, on any currency pair, on several currency pairs,
QV Unlock MT5
Maksim Molodkin
QV Unlock — Manager and tool for restoring blocked/hedged positions (MT5) Are you stuck in a lock? Two opposing positions are frozen at a loss, and now you're looking at the chart, wondering what the net profit is, how big the break-even is, and when the next drawdown should be suspended. QV Unlock is a management tool for just such a situation. It uses any existing symbol lock — orders from your own advisor, another advisor, or manual trades — to show you the full picture on one panel and (if
Gold Rush Turbo EA
Pham Tung Anh Nguyen
5 (1)
INTRODUCTION Gold Rush Turbo – Ride the Fastest Wave of Gold Trading Experience the thrill of fast-paced gold trading. Gold Rush Turbo is a high-performance, medium-risk Expert Advisor designed for traders who thrive in dynamic market conditions. Built for aggressive scalping on XAUUSD (gold), it uses rapid market entries, tight stops, and momentum-based logic to capture short-term price movements. If you’re ready for high-speed decision-making, Gold Rush Turbo keeps your strategy sharp and your
CRT Master EA MT5
Javier Sobrino Vega
CRT Master EA is an automated trading system based on Candle Range Theory (CRT) and market structure concepts (Accumulation, Manipulation, and Distribution). The Expert Advisor identifies liquidity sweeps where price temporarily manipulates outside a defined accumulation range before returning inside. It automatically executes trades based on structural confirmation, managing position sizing, stops, targets, and trailing rules. A manual indicator version of this logic is available as the CRT Mas
XD FlashScalp EA
Nguyen Xuan Danh Tran
XD FlashScalp EA is a lightweight and fast scalping Expert Advisor designed for precision trading at key market levels. It automatically detects overbought and oversold zones to SELL at local highs and BUY at local lows, using an adaptive flash-scalping logic. The EA is fully optimized for accounts with bonus lots and supports flexible lot scaling based on balance and risk. Main Features Intelligent flash-scalping algorithm with price-level recognition Works on all major currency pairs (
Bear vs Bull EA MT5
Nguyen Nghiem Duy
Bear vs Bull EA Is a automated adviser for daily operation of the FOREX currency market in a volatile and calm market. Suitable for both experienced traders and beginners. It works with any brokers, including American brokers, requiring FIFO to close primarily previously opened transactions. *In order to enable the panel, it is necessary to set the parameter DRAW_INFORMATION = true in the settings; - Recommendations Before using on real money, test the adviser with minimal risk on a cent tradi
Exclusive EA for FOREX HEDGE account The EA (FuzzyLogicTrendEA) is based on fuzzy logic strategies based on the analysis of a set of 5 indicators and filters. Each indicator and filter has a weight in the calculation and, when the fuzzy logic result reaches the value defined in the EA parameter, a negotiation is opened seeking a pre-defined gain. As additional functions it is possible to define maximum spread, stop loss and so on . Recommended Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AU
King Darwin
Eugen-alexandru Zibileanu
5 (1)
A premium gold trading solution KING DARWIN  was designed to help traders succed with a long-term vision of the market, with a very simple concept, discipline and respect: only one position at a time, predefined Stop Loss and Take Profit on every trade, a maximum of one trade per day, and no unnecessary overtrading. Darwinex Ready - This EA was first conceived for trading Darwinex or Standard accounts - Mode 1 LIVE TEST PASSED LAUNCH PRICE –   Don't miss this opportunity, increases by 10$ afte
EMLU Precision AI
Ali Shimaz
1 (1)
EMLU Precision AI — Free Demonstration Version for MT5 Type: Expert Advisor (MT5) ️ Important Notice (Read Before Downloading) This Free version of EMLU Precision AI is designed strictly for demonstration, research, structural inspection, and interface familiarisation . It does not represent the behaviour, logic depth, live signals, or performance results of the full paid version. Performance, trade frequency, and result quality are intentionally reduced to prevent misuse of the free edition as
FREE
Gold Crazy EA MT5
Nguyen Nghiem Duy
Gold Crazy EA   is an Expert Advisor designed specifically for trading Gold H1/ EU M15. It use some indicators to find the good Entry. And you can set SL or you can DCA if you want. It can be an Scalping or an Grid/ Martingale depend yours setting. This EA can Auto lot by Balance, set risk per trade. You also can set TP/ SL for earch trade or for basket of trade. - RSI_PERIOD - if = -1, then the default strategy works, if >0, then the RSI strategy works - MAX_ORDERS - to trade with only 1 order,
The UJ_H1_170147110_S_HH_CF_SQX is an algorithmic trading strategy for MetaTrader, tested on USDJPY using the H1 timeframe from April 1, 2004, to April 24, 2024.  There is no need to set up parameters, all settings are already optimized and fine-tuned. Recommended broker  RoboForex  because of EET timezone. You can find the strategy source code for StrategyQuant at the link:   https://quantmonitor.net/usdjpy-awesome-oscillator-revolution/ Key details are: Parameters MagicNumber: 170147110 M
FREE
Expert Amazo DEMO
Guilherme Geovanini Fraga
3 (1)
EXPERT AMAZO DEMO   é um Expert Advisor projetado especificamente para negociar WIN (mini índice) e WDO (mini dólar) e para ser usado somente em contas DEMO. A operação é baseada na abertura de ordens utilizando alguns indicadores como Sars parabólicos, médias móveis, Bandas de Bollinger, Fibonacci, etc., trabalhando de acordo com 3 modalidades de estratégia, o AMAZO procura prever os movimentos do mercado com operações contra ea favor da tendência.              Entre em nosso Grupo de WhatsAp
FREE
TANIN ICHIMOKU CLOUD (EA20): The Ultimate Trend Rider & Prop Firm Shield Trading the Ichimoku Kinko Hyo system manually can be complex and emotionally draining. Are you tired of getting shaken out of massive trends by market noise? Meet EA20 Tanin Ichimoku Cloud , a fully automated trend-following system. It takes the guesswork out of Ichimoku by executing sniper entries and riding the mega trends with zero emotions.   ENTER YOUR KEY HERE:   [  EA20_99999D_TANINCODER_598259741005 ] --
FREE
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
Buyers of this product also purchase
Quantum Titan MT5
Bogdan Ion Puscasu
4.69 (13)
Bringing institutional-grade trading to the Quantum ecosystem, Quantum Titan sets a new standard for precision, discipline, and proven live-market performance. Developed for traders who expect more from a GOLD Expert Advisor, Titan represents the next evolution of Quantum trading technology. Availability is strictly limited to 1,000 lifetime licenses worldwide. Once all 1,000 copies have been claimed, Quantum Titan will no longer be available. Special launch discount price. Final price $1999
Iron Stops
Fajar Dicky Firmansyah
4.72 (25)
100K Real Signal:  https://www.mql5.com/en/signals/2386516 No gimmicks. No empty claims. Iron Stops caters to traders focused on one crucial aspect: consistency . Whether you’re working through a prop challenge or overseeing client funds, this EA keeps within set boundaries and delivers reliable results. Positions close within 36 hours. Run it on a single chart: Simply apply it to XAUUSD using the M30 timeframe. That’s all you need. One chart. One powerful tool. Proper configuration is essen
Smart Gold Hunter
Barbaros Bulent Kortarla
4.05 (56)
Important update Previous set files should not be used with SGH Ultimate. Please use the updated set files prepared for this version. For details about the latest update and the current live-signal set file, please check the dedicated MQL5 blog post. No Grid / No Martingale / No Recovery / No Hedging / Single Entry with SL / One Shot Smart Gold Hunter is an Expert Advisor for XAUUSD / Gold trading on MetaTrader 5. It is designed for traders who prefer a Gold EA with no grid, no martingale,
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (39)
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
The Gold Reaper MT5
Profalgo Limited
4.48 (105)
PROP FIRM READY! ( download SETFILE ) WARNING: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 3 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Client Signal YouTube Reviews LATEST MANUAL Welcome to the Gold Reaper! Build on the very succesfull Goldtrade Pro, this EA has been designed to run on multiple timeframes at the same time, and has the option to set the trade frequency fro
Ultimate Breakout System
Profalgo Limited
5 (48)
IMPORTANT : This package will only be sold at current price for a very limited number of copies.    Price will go to 1999$ soon!   + 300 Strategies included and more coming! BONUS : choose 5  of my other EA's for free!   ALL SET FILES + COMPLETE SETUP AND OPTIMIZATION GUIDE VIDEO GUIDE LIVE SIGNALS REVIEW (3rd party) NEW - 44-STRATEGIES LIVE SIGNAL Welcome to the ULTIMATE BREAKOUT SYSTEM! I'm pleased to present the Ultimate Breakout System, a sophisticated and proprietary Expert Advisor (EA)
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.64 (11)
ThunderGold Scalper ThunderGold Scalper is an Expert Advisor developed for automated gold trading on MetaTrader 5. The EA is designed for XAUUSD and GOLD on the M15 timeframe. It uses a proprietary multi-factor decision engine to identify qualified trading opportunities and manage positions automatically. The system combines market structure, trend direction, candle quality, volume, momentum and execution controls. It is designed to wait for suitable conditions instead of opening trades continuo
Scalping Robot Pro MT5
MQL TOOLS SL
4.38 (153)
Scalping Robot Pro is a professional trading system designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability trading opportunities in the gold market. Scalping Robot Pro is optimized for traders
MoonDog EA
James Vito Armin Bianchini
5 (11)
The current price is temporarily limited to $299 . A major MoonDog EA upgrade is currently planned, introducing new Machine Learning & AI features designed to further improve the system. The major update is expected to arrive within approximately 3 weeks , subject to final testing and validation. Secure your copy at $299 before the major update is released, as a further price increase is planned once the new version goes live. MoonDog EA is a multi-strategy breakout Expert Advisor developed spe
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
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.42 (137)
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
Quantum King EA
Bogdan Ion Puscasu
4.96 (215)
Quantum King EA — Intelligent Power, Refined for Every Trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Special Launch Price Live Signal:   CLICK HERE MT4 version : CLICK HERE Quantum King channel:   Click Here ***Buy Quantum King MT5 and you could get Quantum StarMan for free !*** Ask in private for more details! Rule your trading with precision and discipline. Quantum King EA brings the strength of
Quantum Athena X
Bogdan Ion Puscasu
5 (4)
Smarter Control. Refined Precision. Welcome to Quantum Athena X — the next generation of the focused GOLD trading system that builds upon the precision, efficiency, and disciplined execution of Quantum Athena. Quantum Athena X is built on the same streamlined core engine and the same 6 carefully selected strategies as Quantum Athena. Each strategy has been individually refined and optimized for current GOLD market conditions, while the new powerful Custom Mode allows traders to choose exactly
Gold Snap
Chen Jia Qi
4.5 (18)
Gold Snap — A Fast Profit Capture System for Gold Live Signal: https://www.mql5.com/en/signals/2362714 Live Signal2: https://www.mql5.com/en/signals/2372603 Live Signal v2.0: https://www.mql5.com/en/signals/2379945 Only 3 copies remaining at the current price. The price will be increased to $1199 soon. Important: After purchasing, please contact us by private message to receive the user guide, recommended settings, usage notes, and update support.  https://www.mql5.com/en/users/walter2008
Lizard
Marco Scherer
4.3 (56)
WHAT IS LIZARD? Lizard is a fully automated Expert Advisor, developed exclusively for XAUUSD (Gold) on MetaTrader 5. It uses a multi-strategy swing breakout system that identifies key structural levels on the chart and places pending stop orders at precisely calculated entry points. No martingale. No grid. No averaging in. Every trade has a defined Stop Loss and Take Profit and is actively managed by a multi-layered exit system, automatically, around the clock. Live Signals - Track real performa
Zoomini
Gennady Sergienko
1.56 (16)
Important information: Support and answers to questions are available only here:  https://www.mql5.com/en/users/zolia  ( Zolia - UTC/GMT: Taiwan ); Zoomini is a small set of machine-learning models from the latest GoGoPips project research from July 2026. These models are intended only for XAUUSD H1 / Gold . Signal: www.mql5.com/en/signals/2381994 Important things to know: The models trade with only one order using equal SL/TP. Netting accounts and any leverage are supported. Large deposi
Cortex IDX
Vladimir Mametov
5 (2)
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
Vexora sera
Fatima Zohra Ed Dachraoui
5 (6)
Transparency We believe the best way to evaluate an Expert Advisor is through its real, live trading performance . Live Trading Signal: https://www.mql5.com/en/signals/2379635?source=Site+Signals+My Technical Support :     https://www.mql5.com/en/users/fatima-zohraed/news                                           Settings Guide     Launched at $199 Now $299 — Only 10 Copies Available Secure your copy at $299 before the next price increase to $399. VEXORA SERA  : The True Power of Professional G
Smart Gold Impulse
Barbaros Bulent Kortarla
3.9 (21)
No Grid /No Martingale/ No Dca /No rocovery Smart Gold Impulse is now available in a special early launch phase. This is an EA I  am currently using,you can check the current performance through the Ultima live signal results Set files of the current running signal account and live chat access link will be shared only with Smart Gold Impulse buyers after the buyer sends a short comment from the comment section At the same time, this is still a launch version , not a fully mass-promoted final-sta
Range Breakout EA with Range Filters
Jimmy Peter Eriksson
4.57 (23)
UPDATE:  Few Copies Left At Current Price! Final price: $999 If you value honesty and a real trading system built for live trading, not just a perfect-looking straight-line backtest that can end up blowing your account, then this might be for you. No Martingale / No Grid 22 Months Live Signal +300% Live Growth [Live Signal]  |  [FTMO Results]  |  [Main Portfolio]  |  [Backtest Guide] Why Range Breakout EA is so Stable ? Range Breakout EA is based on a well-known market behaviour: changes in vo
Zerqon EA
Vladimir Lekhovitser
3.42 (31)
Live Trading Signal Public real-time monitoring of trading activity: https://www.mql5.com/en/signals/2372719 Official Information Seller profile Official channel User Manual Setup instructions and usage guidelines: View user manual Zerqon EA is an adaptive Expert Advisor designed specifically for XAUUSD trading. The strategy is based on a Deep LSTM neural network model integrated through ONNX, allowing the system to process sequential market behavior and evaluate price dynamics in a st
Goldwave EA MT5
Shengzu Zhong
4.53 (74)
Real Trading Account   LIVE SIGNAL IC MARKETS:  https://www.mql5.com/en/signals/2339082 This EA uses the same logic and execution rules as the verified live signal shown on MQL5.When used with the recommended, optimized settings on a reputable ECN/RAW-spread broker ( e.g., IC Markets or TMGM) , the EA's live trading behavior is designed to closely align with the trade structure and execution characteristics of the live signal. Please note that differences in broker conditions, spreads, executio
Aura Gold Pro Edition
Stanislav Tomilov
5 (2)
Built to dominate the gold market. Official Information Seller profile Official channel User Guide LIMITED PRICE — $400 Aura Gold Pro Edition is available now for only $400 , but from September 1 , the price will increase to $999 . After September 1, the price will be more than double.  Don’t wait until the price goes up — secure your copy now for $400. Live Trading Signals  Roboforex https://www.mql5.com/en/signals/2366593 FPMarkets https://www.mql5.com/en/signals/2358523 ICTrading https://www.
Pulse Engine
Jimmy Peter Eriksson
4.08 (37)
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
The Gold Space
Ayush V Jain
5 (4)
LIVE SIGNAL REACHED NEW HIGH Live Signal on Vantage https: // www.mql5.com/en/signals/2378090 https: // www.mql5.com/en/signals/2378091 live signal is running mode/option 1 with autolot 2 % risk. Overview:  The Gold Space is a fully automated, professional-grade Expert Advisor specifically engineered for the XAUUSD (Gold) market. Designed natively for MetaTrader 5, this EA capitalizes on high-probability volatility expansions using a precise, dynamically calculated breakout algorithm. It elimin
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (505)
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
Ghost Scalper MT5
Thomas Christoph Lipka
5 (3)
Ghost Scalper MT5 – Multi-Strategy XAUUSD Trading System Ghost Scalper MT5 is a fully automated Expert Advisor developed specifically for Gold (XAUUSD) . Version 2.5 combines four independent strategies – Ghost A, Ghost B, Ghost C and Ghost D – inside one Expert Advisor. Each strategy has its own entry logic and trade management. NEW IN VERSION 2.5 Virtual Trailing has been improved and is now permanently enabled. Other trailing modes can no longer be selected. Log errors and unnecessary log mes
Atherion Zenith AI EA
Valentina Zhuchkova
AETHERION ZENITH AI EA The Evolution of Precision Gold Automation Public live signal for real-time monitoring: https://www.mql5.com/ru/signals/2381671 Limited Launch Offer The first 7 copies are available for only $259 . Once these copies are sold, the price will increase immediately by $100 — to $359 . This introductory offer is intended for traders who want to join Aetherion Zenith AI EA at the earliest stage and follow the evolution of the system through public live monitoring from the beginn
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
Quantum iGold MT5
Yassine Mouhssine
4.56 (41)
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
More from author
ZigZag 1
Saniyat Nabiyeva
User Guide  Trading Direction (InputDirect) Selects allowed trading directions: both, long only, or short only. Signal Level Usage (Direction) Enables or disables the use of calculated signal levels (Point A) for order placement. Max Orders per Level (MaxOpenOnLevel) Limits the number of orders that can be placed from the same price level to help control risk. Order Entry Logic (InputType) Determines the method of interpreting ZigZag signals (options 1, 2, or 3) that affect entry timing. Lo
BreakSniper
Saniyat Nabiyeva
USER GUIDE FOR THE ADVISOR 1. General Settings MagicNumber – Unique number for advisor order identification. OrderVolume – Lot size for each trade. OffsetPoints – Offset from the signal level (in points). Slippage – Allowed slippage when opening an order. 2. Operating Modes OppositePositionClose – Closes the opposite position before opening a new one. EnableNextSignalMode – Allows a new signal only after the previous trade closes. EnableReversMode – Reverse mode changes the trading dir
AI 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 Rsi PRO
Saniyat Nabiyeva
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 a
AI Bollinger + RSI PRO — The Evolution of a Classic. It belongs to the EA AI PRO series, which means the code is 100% designed and written by Artificial Intelligence, and it is equipped with 24 different institutional-level position management functions. AI Bollinger + RSI PRO — This is a professional trading algorithm. At the core of the Expert Advisor lies a time-tested trend and counter-trend strategy, enhanced by modern filtering and an entry confirmation system. The decision-making logic i
AI Macd PRO
Saniyat Nabiyeva
AI MACD PRO — The Evolution of a Classic. It is part of the EA AI PRO series, which means the code is 100% designed and written by Artificial Intelligence, and it is equipped with 24 different institutional-level position management functions. The advisor works based on signals from the MACD indicator. In the robot's wide arsenal: A Smart News Filter, four SL options, three Trailing SL options including advanced High/Low Trailing, a Partial Close system also with three different options includi
TradeAiBotPRO
Saniyat Nabiyeva
1) 110 algorithmic trading BOT strategies, 2) Assistant mode for manual trading only, 3) 45 types of Stop-Loss, 4) 7 types of Take-Profit, 5) 8 Risk Management options, 6) 3 Money Management options, 7) 3 options for increasing position size, 8) 15 position management methods, 9) 8 protection filters, 10) 9 signal confirmation options, 11) Visual Manager, 12) Partial position closing, 13) Break-Even, 14) PLANNER mode, 15) Loss Limit, 16) Profit Limit, 17) RR% SL to Profit, 18) External Control P
Filter:
No reviews
Reply to review