HMA Trend PRO

HMA TrendPro

Experts · AuroraQuantSystems · Version: 1.2 · Activations: 5
AQS-HMA TrendPro

Hull Moving Average (HMA) trend-following Expert Advisor for MetaTrader 5
Engineered around trend-cycle confirmation, ATR-defined exits, structured pyramiding, and production-grade safety controls.

Overview

AQS-HMA TrendPro is a rule-based trend-following EA for MetaTrader 5 that seeks to participate in sustained directional moves by combining:

  • Fast HMA reversal timing (entry trigger)
  • Slow HMA trend confirmation (directional filter and cycle control)
  • ATR-based SL/TP (structural exits)
  • Optional pyramiding (adds only after the market moves in favour)
  • Defensive “production safety” controls (spread/position guards, catastrophic basket stop, cooldown after stop, and optional time stop)

The strategy is designed as a systematic trend component with a focus on repeatability, constraint-based risk behaviour, and execution robustness, rather than aggressive trade frequency.

Strategy Classification

Primary type: Trend-following (HMA trend-cycle participation)
Trading style: Moving-average structure + ATR risk model + controlled pyramiding
Time horizon: Intraday-to-swing (depends on timeframe and preset)

This EA:

trades with the trend (slow HMA rising/falling confirmation)
can add positions only under explicit ATR step rules (structured pyramiding)
includes hard safety guards for production use

does NOT use grid, martingale, averaging-down recovery, or hedging logic
is NOT HFT / tick scalping
does NOT rescue losing trades by increasing exposure

Core Concept: Fast Timing + Slow Trend Cycle

Instead of relying on subjective trend lines, the EA uses two internally computed Hull Moving Averages on the chart timeframe:

1) Slow HMA = Trend Direction + Cycle Context

The slow HMA determines whether the market is treated as:

  • Rising trend (slow HMA rising)
  • Falling trend (slow HMA falling)

It also defines “trend-cycle termination” events:

  • Slow peak → closes BUY positions and resets the buy cycle
  • Slow trough → closes SELL positions and resets the sell cycle

This enforces a trend-cycle discipline instead of holding indefinitely through potential regime shifts.

2) Fast HMA = Entry Trigger (Reversal Timing)

Entries are triggered by a fast HMA turning condition, only if the slow HMA confirms the direction:

  • Buy setup: fast HMA turns up while slow trend is rising
  • Sell setup: fast HMA turns down while slow trend is falling

This is designed to enter after a local timing inflection, inside the broader confirmed trend.

Trading Logic (High-Level)

1) Signal computation (on-chart timeframe)

On each bar:

  • Internal HMA values are computed for fast and slow periods.
  • Trend state and setup conditions are evaluated.

2) Entry logic (new bar only)

The EA places a new initial position when:

  • Setup condition is met (fast turns + slow confirms trend)
  • Execution constraints pass (spread, max positions, cooldown, trade allowed)

3) Optional pyramiding (scale-in)

If enabled, the EA can add trend positions up to a defined limit, only when the market moves in favour:

  • Adds occur only if price advances by ScaleInATRStep × ATR beyond the last add price
  • A minimum number of bars must pass between adds
  • Position size can be constant or scaled via PyramidLotFactor
  • Optional rule can block opening the opposite side while one side is open

This makes scaling explicit and testable, rather than discretionary.

4) ATR-defined SL/TP

Each position is protected by:

  • ATR SL multiplier + small pip buffer (SLDisplacement)
  • ATR TP multiplier

Stops and targets are normalized to tick size and aligned with broker stop/freeze constraints.

5) Trend-cycle exits (structure-based)

When the slow HMA forms:

  • A peak → BUY positions are closed, buy cycle resets
  • A trough → SELL positions are closed, sell cycle resets

This is a “structure exit” intended to flatten exposure when the slow trend shows reversal characteristics.

6) Trailing stop (profit protection)

After a position reaches a profit threshold:

  • trailing activates at WhenToTrail_Pips
  • SL trails by TrailBy_Pips

In live trading it runs tick-driven; in Strategy Tester it updates on bar changes for stability.

Risk Management & Execution Controls

AQS-HMA TrendPro is designed with explicit, defensive risk controls:

ATR Risk Model

  • ATR-based SL and TP with configurable multipliers
  • Extra SL buffer in pips (SLDisplacement)

Production Safety Guards

  • Max spread filter (block new entries when spread is too wide)
  • Max total positions cap (symbol + magic)
  • Cooldown after catastrophic stop (blocks entries for N bars)

Catastrophic Basket Stop (Money-Based Kill Switch)

Optional emergency mechanism:

  • If combined EA basket P/L falls below -CatastrophicSL_Money, the EA closes all positions (symbol + magic)
  • Can include swap and commission in the basket calculation

This is intended as a hard damage cap during abnormal conditions.

Optional Time Stop

  • Can close positions older than TimeStopMinutes
  • Designed for environments where holding duration must be constrained

Pre-Trail Risk Cut (Partial Close)

A one-shot defensive reduction per position, before trailing starts:

  • If price moves toward SL by a defined fraction of entry→SL distance, the EA can partially close volume once.
  • Designed to reduce exposure early when a trade is not behaving as expected.

Important: None of these mechanisms are recovery systems. They are designed to cap risk, not increase it.

Timeframe & Environment Testing

The EA runs on the chart timeframe and should be tested and deployed using symbol/timeframe presets.

Because broker conditions vary (spread, commission, contract specs, stop levels, freeze levels), users should validate:

  • spread behaviour during sessions/news
  • stop/freeze constraints
  • execution quality and slippage tolerance

Configurations Included (preset .set files)

This product includes preset configurations prepared for specific instruments/timeframes (as provided with your package). Each preset is intended as a starting point and should be used only on the matching symbol/timeframe it was prepared for.

Preset .set Files Included (First Purchase)

Your first purchase includes three ready-to-load preset configurations:

  • USDJPY
  • AUDJPY
  • EURAUD

These presets are delivered as .set files and are intended to be used on the exact symbol/timeframe they were prepared for (per the preset naming and instructions). They passed back testing over 7 years as per AQS validation approach (see website for details: www.auroraquantsystems.com)

Additional presets (available on request)

All other symbol presets are available upon order of the EA (i.e., after purchase). Buyers can request additional .set files via:

  • MQL5 private messages, or
  • support@auroraquantsystems.com

Note: Broker symbol names may differ due to suffixes (e.g., .r, _SB, m). If needed, apply the preset to the equivalent broker symbol and validate execution constraints (spread, stop/freeze levels, contract specs) before live use.

How preset (.set) files are provided

To ensure buyers can trade immediately with the exact tested configurations, preset files are provided upon request after purchase.

Buyers can request preset files via:

Presets correspond to the same parameters used in testing, including risk and safety settings.

Recommended Usage

  • Designed as a trend component within a broader portfolio
  • Use one preset per symbol/timeframe
  • Demo test before live deployment
  • Apply conservative risk settings appropriate to account size and instrument volatility
  • If modifying parameters, re-test execution constraints and risk behaviour

Important Notes (Transparency & Risk)

  • No martingale, grid, averaging, hedging, or recovery logic
  • No performance guarantees
  • Results depend on market regime and broker execution
  • Past performance is not indicative of future results
  • Always demo-test and apply appropriate risk limits before trading live

FAQ

Q1) What type of strategy is this?
AQS-HMA TrendPro is a Hull Moving Average trend-following EA using fast HMA timing with slow HMA confirmation, ATR exits, and optional pyramiding.

Q2) Does it use martingale/grid/recovery?
No. Pyramiding is only allowed after price moves in favour by an ATR-defined step, and exposure is capped by MaxNumTrendTrades and safety controls.

Q3) What timeframe should I use?
Use the timeframe defined by the provided preset. If you change timeframe, re-test thoroughly.

Q4) Does it include safety protections?
Yes — spread guard, max positions cap, catastrophic basket SL (money-based), cooldown after stop, optional time stop, and optional pre-trail partial reduction.

Q5) How do I load the .set files?
Strategy Tester (or attach EA to chart) → Inputs → Load → select the relevant .set file → confirm symbol/timeframe match.

Screenshots provided

  • Screenshot 1 – Trend-cycle example on chosen timeframe
  • Screenshot 2 – Multi-asset examples 
  • Screenshot 3 – Equity curve
  • Screenshot 4 – Strategy Tester report
  • Screenshot 5 – Full input configuration including safety guards

 


Recommended products
| 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
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
New Product Description for MadoCryptoXPro --- MadoCryptoXPro — The Smartest Crypto Warrior ️ Battle-tested on BTC & ETH. Built for real-time chaos. --- MadoCryptoXPro isn’t just another technical bot. It’s a battlefield machine designed to handle the madness of BTCUSD and ETHUSD with surgical precision. Whether the market is flat, trending, or just plain psycho — it stays focused, adapts fast, and protects your capital like a vault guard on Red Bull. --- Core Features: Smart
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
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (239)
Hamster Scalping is a fully automated Expert Advisor. Night scalping strategy. The RSI indicator and an ATR-based filter are used for entries. The advisor needs a hedging account type Be careful i not sell EA or sets at telegram it scam. All settings free here at   blog .  IMPORTANT! Contact me immediately after the purchase to get instructions and a bonus! Real operation monitoring as well as my other products can be found here: https://www.mql5.com/en/users/mechanic/seller General Recommendati
Stormer RSI 2
Ricardo Rodrigues Lucca
This strategy was learned from Stormer to be used on B3. Basically, 15 minutes before closing the market, it will check RSI and decided if it will open an position. This strategy do not define a stop loss. If the take profit reach the entry price it will close at market the position. The same happens if the maximal number of days is reached. It is created to brazilian people, so all configuration are in portuguese. Sorry Activations allowed have been set to 50.
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,
ExtremeX
Noelle Chua Mei Ping
This algorithm thrives on extreme conditions of volatility.  It will evaluate the condition prior to market close, enter a position and exit when market swings to extreme levels in your favour.  The algorithm does not deploy any technical indicators, just simple mathematical calculations.  This works very well on non directional markets especially FOREX in the short term which are very choppy.  You can test out on other asset classes as well.  20 year backtest done to validate the rule.
Magic EA MT5
Kyra Nickaline Watson-gordon
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA w
AurumAlert
Samuel Yip Jing Han
AurumAlert — CCI Gold Swing EA v6 A fully automated MetaTrader 5 Expert Advisor for swing trading XAUUSD (Gold) on the H1 timeframe . AurumAlert combines a dual-CCI crossover system with divergence detection, an ADX trend filter, and an H1 RSI confirmation layer to identify high-probability trend-following entries on Gold. The ATR trailing stop rides extended moves and locks in profit progressively. Technical support is provided for XAUUSD H1 only. Hedging account required.Full documentation fil
Xauud Gold Scalper Ai
Anastase Byiringiro
XAUUSD Gold Scalper EA — Vision (MT5) Current Version: 11.33 Professional Rule-Based Gold Trading for MetaTrader 5 XAUUSD Gold Scalper EA — Vision is a professional Expert Advisor developed for traders who want a structured and disciplined approach to trading gold on MetaTrader 5. This system is built for XAUUSD with a focus on setup quality, execution safety, and risk control. Instead of chasing constant trades, it is designed to wait for more favorable market conditions and manage positions w
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
The Fractal Trend Master is one of the most powerful and sophisticated Expert Advisors on the market, designed to protect traders' capital while maximizing profit opportunities. Based on Bill Williams' renowned methodology, this EA uses three essential technical analysis tools: the Alligator indicator , fractals , and the Gator Oscillator , creating a robust and precise framework for identifying and following market trends. This EA was designed with a focus on advanced risk management and capita
Exclusive Imperium MT5 — Automated Trading System Exclusive Imperium MT5 is an Expert Advisor for MetaTrader 5, based on market analysis algorithms and risk management. The EA operates in a fully automated mode and requires minimal trader intervention. Attention! Contact me immediately after purchase to receive setup instructions! IMPORTANT: All examples, screenshots, and tests are provided for demonstration purposes only. If a certain currency pair shows good results with one broker, it does no
Neopips Engine EA
Md Billal Hossain
NeoPips Engine EA – The Ultimate Trading Revolution Has Arrived! “The real power of trading lies in seeing what others miss. NeoPips Engine doesn’t follow the market — it masters it.” About NeoPips Engine EA: Your Intelligent Trading Ally NeoPips Engine EA is not your average trading robot. It’s a multi-dimensional, AI-optimized expert advisor crafted for traders who demand precision, adaptability, and long-term performance. Unlike outdated bots with rigid rules, NeoPips Engine is a livin
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
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
This Expert Advisor is designed to trade the DE40 index (often labeled DAX, GER40, etc. depending on the broker). The EA automatically identifies trade opportunities in the market and manages positions with a risk-driven approach, giving you two trading modes to choose from: Conservative – A slower, steadier approach. Aggressive – A faster-paced strategy designed to take advantage of larger market movements (with higher risk). This strategy selects its positions and trading directions according
BFG 9000 is a unique system that trades your account 100% hands-free with   live-proven algorithms . Validated in live trading for 12 months. No Grid, no Martingale. The craziest part is however the ability to   manage your own trade decisions . The built-in AI takes your trades and manages them into profit. Safe Haven BFG includes a very stable algorithm that runs on 100% autopilot. It does not use Grid and no Martingale - thus you can be very sure, that it won't destroy your account. The syst
Matrix Arrow EA MT5
Juvenille Emperor Limited
5 (7)
Matrix Arrow EA MT5  is a unique expert advisor that can trade the  Matrix Arrow Indicator's MT5   signals with a trade panel on the chart, manually or 100% automatically.  Matrix Arrow Indicator MT5  will determine the current trend at its early stages, gathering information and data from up to 10 standard indicators, which are: Average Directional Movement Index (ADX), Commodity Channel Index (CCI), Classic Heiken Ashi candles, Moving Average, Moving Average Convergence Divergence (MACD), Rela
ProTrade EA
Jim Ariel Camarce Ignao
Key Features   Automated Candle Pattern Recognition 10 Professional Patterns : Detects Bullish/Bearish Engulfing, Hammer/Shooting Star, Morning/Evening Star, Piercing/Dark Cloud, and 6 additional professional candlestick patterns Smart Filtering : Combine multiple patterns with configurable confirmation logic Volume Confirmation : Optional volume filter to validate pattern strength Multi-Timeframe Analysis : Separate execution and bias timeframes for better timing   Trading Dashboard Int
As an experienced trader, it's crucial to have the right tools and resources to succeed in the market. Pro Trader EA offers a professional and efficient trading solution. With our innovative software, you can automate trading strategies, receive precise trading signals, and eliminate emotions. Pro Trader EA enables trading across multiple asset classes, offers real-time analytics, and a user-friendly interface. Our support team is available to answer any questions. Use Pro Trader EA to take you
Goldmost MT5
Hongliang Ding
Goldmost – Precision Trading for XAUUSD This EA implements a multi-timeframe breakout strategy for XAUUSD, identifying critical support/resistance levels to execute trades with dynamic SL/TP adjustments, and intelligent exit protocols for optimized risk management. The parameters are updated regularly to adapt to evolving market conditions. This ensures the model continuously adjusts to shifting sentiment, investor behavior, and emerging trends - keeping your strategy aligned with current marke
The Bitcoin Reaper
Profalgo Limited
3.71 (34)
LAUNCH PROMO: Only a very limited number of copies will be available at current price! Final Price: 999$ NEW (from 349$) --> GET 1 EA FOR FREE (for 2 trade account numbers). Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here LIVE SIGNAL LIVE SIGNAL V2.0 UPDATE 2.0 INFO Welcome to the BITCOIN REAPER!   After the Tremendous success of the Gold Reaper, I decided it is time to apply the same winning principles to the Bitcoin Market, and boy, does it look promising!   I have been
BTC Master Pro
Farzad Saadatinia
4.58 (12)
BTC Master Pro – Your trusted partner in disciplined Bitcoin trading. The new version is now enhanced with OpenAI artificial intelligence , delivering smarter execution and improved trade filtering in volatile crypto conditions. This professional Expert Advisor is built specifically for Bitcoin (BTCUSD) trading on MetaTrader 5 , focusing on structured execution, controlled exposure, and intelligent risk management. Price: $499  →  Next: $699  →  Final: $999 LIVE SIGNAL HERE OpenAI-Powered Exec
Panha Scalping EA MT5
Huy Phanna
2.75 (4)
PANHA SCALPING EA MT5 PANHA SCALPING EA MT5 is a professional automated scalping system designed to trade fast-moving forex markets using real-time market direction and advanced position control. The EA focuses on precise entries, controlled exposure, and intelligent basket-level profit and risk management, making it suitable for traders who want structured, automated scalping without complex configuration. Strategy Overview Market-direction based scalping Designed for fast-moving forex symbo
FREE
Smart M Quantum
Ignacio Agustin Mene Franco
Smart Money Quantum EA Smart Money Quantum is an advanced algorithmic trading Expert Advisor designed specifically to trade XAU/USD (gold) on the M15 timeframe. This system combines Smart Money Concepts (SMC) principles with institutional risk management to capture high-probability movements in the gold market. Key Features Trading Strategy SMC Methodology: Accurately identifies and trades institutional Order Blocks Break & Retest System: Confirms liquidity zones before executing trades RSI
Investopedia FIVE
Joseph Anthony Aya-ay Yutig
Investopedia FIVE EA is based on this article: https://www.investopedia.com/articles/forex/08/five-minute-momo.asp TRADING CONDITIONS - Look for currency pair trading below the X-period EMA and MACD to be in negative territory. - Wait for price to cross above the X-period EMA, then make sure that MACD is either in the process of crossing from negative to positive or has crossed into positive territory within five bars. - Go long X pips above the X-period EMA. - Sell X of the position at en
LT Gap EA
BacktestPro LLC
Discover the ultimate solution for trading market gaps with the LT Gap EA, now available on MQL5. With three powerful strategies at your disposal, you can maximize your gap trading potential like never before. Key Features: Versatile Strategies: Choose from three distinct gap trading strategies. Trade all gaps, focus on gaps meeting predefined minimum criteria, or execute trades exclusively when gap distances match predefined values. Customization Galore: Tailor your trading experience with a w
Little Swinger    (Best choice for passive income lovers) Developed by RobotechTrading   key features: Financial Freedom Back testing results will match with real live trading results Proper TP and SL Controlled Risk Highly Optimized settings Running on our Real Live Accounts Little Risk, Little Drawdown, Little Stress, Little BUT stable income, just set and forget. Strategy: Not Indicator based No Martingale  No Grid  No Repaint strategy Safe and Secure calculation of Live data and than take
Buyers of this product also purchase
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (516)
Hello, traders! I am Quantum Queen , the crown jewel of the entire Quantum ecosystem and the highest-rated, best-selling Expert Advisor in the history of MQL5. With a proven track record of over 20 months of live trading, I’ve earned my place as the undisputed Queen of XAUUSD. My specialty? GOLD. My mission? Deliver consistent, precise, intelligent trading results — over and over again. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the set
Gold House MT5
Chen Jia Qi
5 (30)
Gold House — Gold Swing Breakout Trading System Launch Promotion — Limited to 100 Copies Version 2.0 has been released with significant improvements. A price adjustment is expected soon. Early access is recommended. 93   copies sold — only 7 remaining. Lock in the lowest price before it's gone. Live signal: https://www.mql5.com/en/signals/2359124 Stay updated — join our MQL5 channel for product updates and trading tips. After opening the link, click the "Subscribe" button at the top of the page
Quantum King EA
Bogdan Ion Puscasu
4.98 (163)
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
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
5 (27)
Fewer trades. Better trades. Consistency above all. • Live Signal Mode 1 Twister Pro EA is a high-precision scalping Expert Advisor built exclusively for XAUUSD (Gold) on the M15 timeframe. It trades less — but when it trades, it means it. Every entry passes through 5 independent validation layers before a single order is placed, resulting in an extremely high win-rate on the Default SET.   TWO MODES: Mode 1 (recommended) — Very high assertiveness, fewer trades per week. Built for capital prese
Quantum Valkyrie
Bogdan Ion Puscasu
4.83 (130)
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
Akali
Yahia Mohamed Hassan Mohamed
4.3 (53)
LIVE SIGNAL: Click here to view live performance IMPORTANT: READ THE GUIDE FIRST It is critical that you read the setup guide before using this EA to understand the broker requirements, strategy modes and the smart approach. Click here to read the Official Akali EA Guide Overview Akali EA is a high-precision scalping Expert Advisor designed specifically for Gold (XAUUSD). It utilizes an extremely tight trailing stop algorithm to secure profits instantly during periods of high volatility. Thi
Goldwave EA MT5
Shengzu Zhong
4.72 (32)
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 EC Markets) , 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, ex
Full Throttle DMX
Stanislav Tomilov
5 (6)
Full Throttle DMX - Real strategy  Real results   Full Throttle DMX is a multi-currency trading expert advisor designed to operate with EURUSD, AUDUSD, NZDUSD, EURGBP, and AUDNZD currency pairs. The system is built on a classical trading approach, using well-known technical indicators and proven market logic. The EA contains 10 independent strategies, each designed to identify different market conditions and opportunities. Unlike many modern automated systems, Full Throttle DMX does not use ris
Chiroptera
Rob Josephus Maria Janssen
5 (12)
Prop Firm Ready! Chiroptera is a multi-currency, single trade Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades 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 caused by Tweets and other ad-ho
The Gold Reaper MT5
Profalgo Limited
4.51 (90)
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 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 from very conservative to extreme volatile. The
Agera
Anton Kondratev
4.5 (8)
The AGERA  is a Fully Automated and Multi-Faceted Open EA for Identifying Vulnerabilities in the Market for GOLD ! Not    Grid   , Not    Martingale  ,  Not    " AI"     , Not    " Neural Network" ,  Not    " Machine Learning"  , Not "ChatGPT" ,   Not   Unrealistically Perfect Backtests  AGERA  Community :   www.mql5.com/en/messages/01e0964ee3a9dc01 Vantage Real :  https://www.mql5.com/en/signals/2363787 Tickmill Real :   https://www.mql5.com/en/signals/2361808 Default   Settings for One Сhart  
AI Gold Trading MT5
Ho Tuan Thang
4.67 (33)
WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating unique data streams. Other brokers can only achieve trading performance equivalent to 60-80%. LIVE SIGNAL IC MARKETS:  https://www.mql5.com/en/signals/2344271 Forex EA Trading Channel on MQL5:  Join my MQL5 channel to update the latest news from me
Ultimate Breakout System
Profalgo Limited
5 (31)
IMPORTANT : This package will only be sold at current price for a very limited number of copies.    Price will go to 1499$ very fast    +100 Strategies included and more coming! BONUS : At 999$ or higher price --> choose 5  of my other EA's for free!  ALL SET FILES COMPLETE SETUP AND OPTIMIZATION GUIDE VIDEO GUIDE LIVE SIGNALS REVIEW (3rd party) Welcome to the ULTIMATE BREAKOUT SYSTEM! I'm pleased to present the Ultimate Breakout System, a sophisticated and proprietary Expert Advisor (EA) met
AI Gold Scalp Pro
Ho Tuan Thang
4.9 (10)
WANT THE SAME RESULTS AS MY LIVE SIGNAL?   LIVE SIGNAL:  https://www.mql5.com/en/signals/2366724 Use the exact same brokers I do:   IC MARKETS  &  I C TRADING .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating unique data streams. Other brokers can only achieve trading performance equivalent to 60-80%. Forex EA Trading Channel on MQL5:  Join my MQL5 channel to update the latest news from me.  My com
Nano Machine
William Brandon Autry
5 (9)
Nano Machine GPT Version 2 (Generation 2) – Persistent Pullback Intelligence We helped start this shift in late 2024 with Mean Machine, one of the earliest systems to bring real frontier AI into live retail forex trading. Nano Machine GPT Version 2 is the next evolution in that line. Most AI tools answer once and forget everything. Nano Machine GPT Version 2 does not. It remembers every pullback setup analyzed, every entry taken, every rejection made, the reasoning behind each decision, how the
The Gold Phantom
Profalgo Limited
4.48 (25)
PROP FIRM READY!  --> DOWNLOAD ALL SET FILES WARNING: Only a few copies left at current price! Final price: 990$ NEW (from 399$ only) : Choose 1 EA for Free! (limited to 2 trade accounts numbers, any of my EAs except UBS) Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Live Signal 2 !! THE GOLD PHANTOM IS HERE !! After the massive success of The Gold Reaper, I'm extremely proud to introduce its powerful brother: The Gold Phantom , a pure, no-nonsense breako
Dynamic Liquidity Intelligence   ------------------------------------------ Live Signal HFM $200 /200=0.01 Lot ------------------------------------------- Live Signal IC $200 / 200=0.01 Lot ------------------------------------------- Live Signal XM $200 / 200=0.01 Lot  ------------------------------------------- Live Signal HFM $400 / 400=0.01 Lot ------------------------------------------- Live Signal $2000 /  200= 0.01 Lot ------------------------------------------- Live Signal $5000 / 5 00=
AI Gold Sniper MT5
Ho Tuan Thang
4.06 (63)
Optimize your trading environment: To get the best results matching the live signal, it is highly recommended to use a reliable True ECN broker with low latency and tight spreads. Because Forex liquidity varies, choosing a robust broker ensures the algorithm can execute trades with maximum precision. LIVE SIGNAL & COMMUNITY Live Performance (More than 7 months):  View AI Gold Sniper Live Signal Forex EA Trading Channel:  Join my community of over 15,000 members for the latest updates and support
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.71 (122)
Quantum Bitcoin EA : There is no such thing as impossible, it's only a matter of figuring out how to do it! Step into the future of Bitcoin trading with Quantum Bitcoin EA , the latest masterpiece from one of the top MQL5 sellers. Designed for traders who demand performance, precision, and stability, Quantum Bitcoin redefines what's possible in the volatile world of cryptocurrency. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup i
Syna
William Brandon Autry
5 (24)
Syna 5 – Persistent Intelligence. True Memory. Universal Trading Intelligence. Most AI tools answer once and forget everything. They leave you starting from zero again and again. Syna 5 does not. It remembers every conversation, every trade analyzed, why it acted, why it stayed out, and how the market responded afterward. Full context across every session. Cumulative intelligence that compounds with every trade. This is not another EA with AI features added for marketing. This is what trading l
Aot
Thi Ngoc Tram Le
4.79 (107)
AOT Multi-Currency Expert Advisor with AI Sentiment Analysis Multi-pair mean reversion strategy for portfolio diversification across correlated currency pairs. First time testing AOT?     Start with the   fixed lot size settings , Fixed lot size 0.01 | Single position per pair | Advanced features off. Raw trading logic   to understand the system's behavior. Track Record Signal Detail Set File Name Description Medium Risk Darwinex Zero,  Account size  $100k Darwinex - Set Enable Recovery Function
PrizmaL Gravity
Vladimir Lekhovitser
Live Trading Signal Public real-time monitoring of trading activity: https://www.mql5.com/en/signals/2364406 Official Information Seller profile Official channel User Manual Setup instructions and usage guidelines: View user manual PrizmaL Gravity represents a new generation Expert Advisor developed through neural network training within a structured simplified scalping environment. The system was trained on historical market data spanning from 2020 to nearly the present time, allowing
Karat Killer
BLODSALGO LIMITED
4.71 (31)
Pure Gold Intelligence. Validated to the Core. Karat Killer   is not another gold EA with recycled indicators and inflated backtests — it is a   next-generation machine learning system   built exclusively for XAUUSD, validated with institutional-grade methodology, and designed for traders who value substance over spectacle. LAUNCH PROMOTION - LIMITED TIME OFFER   Price increases every 24 hours at 10:30 AM Cyprus time.   Secure the lowest price today before the next increase. Detailed Manual, Bac
Gold Neuron
Vasiliy Strukov
5 (9)
Gold Neuron Advanced Multi-Strategy Trading System for XAUUSD Please take note:  enable All Strategies in settings as EA will scan market for best strategy in current conditions! Recommended minimum balance: $300 for 0.01 lot Example: 0.02 lot for $600 balance, etc. Gold Neuron EA is a professional multi-strategy Expert Advisor designed specifically for trading Gold (XAUUSD) on the M15 timeframe. The system integrates 10 independent trading strategies that work together to detect high-probabili
Gold Trade Pro MT5
Profalgo Limited
4.3 (37)
LAUNCH PROMO: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 2 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here Live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set File JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro joins the club of Gold trading EA's, but with one big difference: this is a real trading strate
AI Quantum Scalper
Lo Thi Mai Loan
5 (7)
AI Quantum Scalper — The Evolution of Intelligent Execution Precision. Intelligence. Multi-Asset Mastery. DOWNLOAD SETFILE  | INPUT GUIDE | SETUP GUIDE Only 13 copiers remaining.   Lock in the lowest price before it's gone. Promotion: Discounted Price: The price increases by $50/$100 per day during the promotion period. Milestone Pricing: After the first 100 customers , the price will increase to $999.99 and will gradually rise up to $4999.99 over time. Special Offer: Purchase AI Quantum Scalpe
GoldBaron XauUsd EA MT5
Mikhail Sergeev
4.5 (8)
"GoldBaron" is a fully automatic trading robot. Designed for gold trading (XAUUSD). Just install a trading expert on the XAUUSD hourly chart and see the power of predicting future gold prices. $100 is enough for an aggressive start. The recommended deposit is from $400. A year ago, we made a breakthrough in the development of technical indicators on the stock exchange. We have managed to create a completely new concept. Indicators using it do not adapt to history, but really reveal real and effe
Mad Turtle
Gennady Sergienko
4.51 (89)
Symbol XAUUSD Timeframe (period) H1-M15 (any) Support for single-position trading YES Minimum deposit 500 USD  (or the equivalent in another currency) Compatible with any broker YES (supports 2 or 3-digit brokers. Any deposit currency. Any symbol name. Any GMT time.) Runs without pre-configuration YES If you are interested in the topic of machine learning, subscribe to the channel:  Subscribe! Key Facts about the Mad Turtle Project: Real Machine Learning This Expert Advisor does not conn
Golden Hen EA
Taner Altinsoy
4.52 (50)
Overview Golden Hen EA is an Expert Advisor designed specifically for XAUUSD . It operates by combining nine independent trading strategies, each triggered by different market conditions and timeframes (M5, M30, H2, H4, H6, H12, W1). The EA is designed to manage its entries and filters automatically. The core logic of the EA focuses on identifying specific signals. Golden Hen EA does not use grid, martingale, or averaging techniques . All trades opened by the EA use a predefined Stop Loss and T
Growth Killer
BLODSALGO LIMITED
5 (19)
After Years of Proven Manual Trading and Development, my Advanced Strategies are now available as Expert Advisors! Introducing the Growth Killer EA – a professional-grade trading system designed for portfolio building, multi-symbol diversification, and advanced money management. Built with flexibility in mind, this EA lets you choose between ready-made strategies (e.g., XAUUSD) or creating your own custom strategy — and even combine them into a single portfolio. LIVE SIGNAL IC TRADING BROKER COM
More from author
AQS-SyntheticBreakOut PRO Trend-following breakout Expert Advisor for MetaTrader 5 Engineered around a synthetic UTC trading day for portability and execution consistency Overview AQS-SyntheticBreakOut PRO is a rule-based trend-following breakout Expert Advisor for MetaTrader 5 , designed to reduce a common weakness of “daily” trading systems: dependency on broker server time and session definitions . Many daily breakout strategies implicitly rely on broker-defined daily candles, meaning the sam
AQS CandlePulse Pattern Basket Multi-Pattern Candlestick Expert Advisor for MetaTrader 5 Rule-based • Execution-hardened • Risk-controlled Overview AQS CandlePulse Pattern Basket is a rule-based candlestick pattern Expert Advisor for MetaTrader 5 , designed to trade high-probability price action signals using a controlled basket approach combined with robust execution and risk-management safeguards . The EA focuses on classical candlestick formations , evaluated on closed candles only , and in
AQS-SupportResistance BreakOut PRO Support/Resistance breakout Expert Advisor for MetaTrader 5 Engineered for rule-based breakout execution using pending stop orders around dynamic support/resistance levels, with execution hardening for broker portability and consistent behaviour across instruments. Overview AQS-SupportResistance BreakOut PRO is a rule-based breakout Expert Advisor for MetaTrader 5. The EA identifies a dynamic support and resistance range derived from recent price action and pl
AQS-LinReg MeanReversion PRO Linear-Regression mean-reversion Expert Advisor for MetaTrader 5 Engineered around statistically-defined deviation bands, execution discipline, and defensive risk controls Overview AQS-LinReg MeanReversion PRO is a rule-based mean-reversion EA for MetaTrader 5 that seeks to capture reversion back toward a regression “fair value” line after price deviates beyond statistically-defined bands. Unlike discretionary “buy low / sell high” approaches, the EA uses an intern
Intraday Mean Reverting RSI Pro Experts · AuroraQuantSystems · Version: 1.01 · Activations: 5 AQS-Intraday Mean Reverting RSI Pro RSI cross-out / momentum-confirmation Expert Advisor for MetaTrader 5 Engineered around RSI reversal timing, ADX strength confirmation, ATR-defined exits, and percentage-of-target trailing protection. Overview AQS-Intraday Mean Reverting RSI Pro  is a rule-based MetaTrader 5 EA built to capture directional entries after an RSI recovery from oversold or an RSI reject
Filter:
No reviews
Reply to review