Quantix

Quantix – A New Generation AI Trading Robot

Quantix is an intelligent automated trading system designed for the foreign exchange and precious metals markets, demonstrating strong results (XAUUSD). At its core, the robot utilizes an adaptive algorithm that continuously learns from market data, combines signals from multiple indicators, and applies strict risk filters. It shows consistent deposit growth with moderate drawdown, indicating the reliability and effectiveness of its strategy.

🔍 How Quantix Works
Quantix analyzes the market not based on a single indicator, but across several dimensions simultaneously:

  • Classic Indicators – RSI, ADX, moving averages, Bollinger Bands, ATR.

  • Proprietary Metrics – Chaos Index, Quantum State of the market (trend/flat assessment).

  • Multi-Timeframe Analysis – Signal confirmation from higher and lower timeframes.

  • Adaptive AI – A neural network with weighting coefficients that adjust to current conditions. The robot remembers its trade history and improves forecast quality (learning both in real-time and via batch processing on accumulated data).

  • Entry Filters – Checks trading time, spread, volatility (ATR), and chaos to filter out false signals.

When all conditions align, Quantix opens a trade with a calculated volume (based on risk and ATR), sets a stop-loss and take-profit, and then manages the position:

  • Smart Trailing – The stop-loss is adjusted as the price moves, with the tightening speed potentially varying based on the rate of price change (speed‑based trailing).

  • Breakeven – After a certain profit is reached, the stop-loss is moved to the breakeven zone with a slight offset.

  • Adaptive Risk Management – Lot size changes depending on the series of losses/profits and the daily drawdown limit.

Quantix can also operate in two modes:

  • Optimization – Searching for the best parameters.

  • Validation – Testing the strategy on out-of-sample data (train/test split) to assess its stability.

 Advantages of Quantix

  • Adaptability – The AI continuously adjusts to market changes, eliminating the need for frequent re-tuning.

  • Comprehensive Analysis – Combining six independent signal sources provides more accurate forecasts.

  • Multi-Timeframe – Confirming the trend across multiple periods reduces the number of false entries.

  • Advanced Position Management – Dynamic trailing, breakeven, and speed-based stops help lock in maximum profits and protect the deposit.

  • Flexible Filter System – Screens trades based on time, spread, volatility, and chaos.

  • Risk Management – Automatic control of daily drawdown, adaptive lot sizing, and position limits.

  • Built-in Learning – Batch learning on historical trade data improves forecast quality without user intervention.

  • Testing Modes – Built-in validation on historical data helps assess the robustness of the strategy.

⚙️ Input Parameters (Configurable)
Quantix has numerous parameters, organized into logical groups. All are available for modification in the "Input Parameters" tab of the MetaTrader 5 terminal.

📊 AI PARAMETERS

  • LearningPeriod  – Number of recent bars the AI uses to collect statistics (recommended: 200).

  • AdaptiveThreshold  – Multiplier for the dynamic trade entry threshold (higher values mean fewer but more accurate signals).

📈 INDICATOR SETTINGS

  • RSIPeriod ,  ADXPeriod ,  ATRPeriodInput ,  FastMAPeriodInput ,  SlowMAPeriodInput  – Periods for the corresponding indicators.

  • ChaosPeriod  – Period for calculating the Chaos Index.

  • AnalysisTimeframe  – Main timeframe for analysis (default M15).

🧠 AI MODULES (Enable/Disable and Set Weights)

  • UseRSI ,  UseADX ,  UseMA ,  UseChaosInAI ,  UseQuantumState  – Flags to include indicators in the AI.

  • RSIWeight ,  ADXWeight ,  MAWeight ,  ChaosWeight ,  QuantumStateWeight  – Weights for corresponding components (0.0…2.0).

🔍 ADDITIONAL FILTERS & CONFIRMATIONS

  • UseAdaptiveADX  – Adaptive ADX threshold (uses percentile over recent bars).

  • AdxHistoryBars ,  AdxPercentile  – Parameters for the adaptive ADX.

  • UseTrendFilter ,  TrendTF ,  TrendMAPeriod  – Trend filter on a higher timeframe (default H4).

  • UseMTFConfirm ,  MTF_TF ,  MTF_MA_Period ,  MTF_Method  – Signal confirmation using a multi-timeframe moving average (e.g., H1, EMA50).

💰 TRADING LOGIC

  • BaseRiskInput ,  MaxRisk  – Base risk percentage per trade and maximum allowed risk.

  • MinBarsBetweenTrades  – Minimum number of bars between trades (prevents frequent entries).

  • ATRMultiplierSL  – ATR multiplier for the stop-loss.

  • TPtoSLRatio  – Ratio of take-profit to stop-loss.

  • InpMagic  – Unique Expert Advisor ID (to identify its own trades).

  • InpMaxPositions  – Maximum number of simultaneously open positions.

🛡️ RISK MANAGEMENT

  • RiskIncreaseFactor ,  RiskDecreaseFactor  – Factors for adjusting risk after a series of profits/losses.

  • MaxConsecutiveLosses  – Number of consecutive losing trades after which risk is reduced.

  • DailyLossLimit  – Daily loss limit as a percentage of peak equity.

🚦 SIGNAL FILTERS

  • UseChaosFilter ,  ChaosThreshold  – Filter based on the Chaos Index (allows trades only when chaos is low).

  • UseTimeFilter ,  StartHour ,  EndHour  – Trade only during specified hours.

  • UseSpreadFilter ,  MaxSpreadPips  – Maximum allowable spread in pips.

  • UseSpreadPercentileFilter ,  SpreadStatPeriod ,  SpreadStatBars ,  SpreadLowPercentile ,  SpreadHighPercentile  – Filter based on spread percentiles (allows trades only when spread is within a "normal" range).

  • UseAtrFilter ,  MinAtrPips  – Minimum volatility (ATR) required for entry.

🧗 POSITION MANAGEMENT

  • UseTrailingStop  – Enable trailing stop.

  • TrailAtrMult ,  TrailStopAtrMult ,  TrailStepAtrMult  – ATR multipliers for trailing activation, stop distance, and step.

  • BreakEvenPips ,  BreakEvenOffsetPips  – Move stop to breakeven when specified profit (in pips) is reached, with a slight offset.

 ADVANCED TRAILING

  • UseSpeedBasedStop  – Enable stop based on the rate of price change.

  • SpeedPeriod ,  SpeedThreshold ,  SpeedFactor  – Parameters for calculating price speed and tightening the stop.

📚 BATCH LEARNING

  • UseBatchLearning  – Enable periodic learning based on historical signal data.

  • BatchUpdateFrequency  – How often the update occurs (in bars).

  • BatchLearningRate ,  BatchEpochs  – Learning step size and number of epochs.

🔧 OPTIMIZATION MODE

  • InpOptimizationMode  – When enabled, the EA operates in a mode suitable for optimization (bypassing certain checks).

📉 VALIDATION PARAMETERS (for OnTester)

  • InpValidationMode  – Enable train/test split mode.

  • InpTrainStart ,  InpTrainEnd ,  InpTestStart ,  InpTestEnd  – Dates for training and testing periods.

  • InpMinTrades ,  InpMinTradesTrain ,  InpMinTradesTest  – Minimum number of trades required for each period.

  • InpMinProfitFactorTrain ,  InpMaxDrawdownTrain ,  InpMinProfitFactor ,  InpMinExpectancy ,  InpMaxDrawdownPct  – Criteria for selecting successful optimization runs.

  • InpWeightProfitFactor ,  InpWeightExpectancy ,  InpWeightDrawdown ,  InpWeightSharpe ,  InpWeightSortino ,  InpWeightRecovery ,  InpWeightWinRate  – Weights for calculating the final fitness score (OnTester result).

Quantix is more than just a set of indicators; it is a self-learning system capable of adapting to any market conditions. Thanks to its flexible settings, you can tailor the robot to your trading style and preferred instruments. Try Quantix and experience the power of artificial intelligence in trading


Recommended products
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
BTC Trend Scalper MT5 Trend Capture Edition — Precision Momentum Trading for BTCUSD Hello, traders! I am BTC Trend Scalper MT5 — an intelligent Bitcoin trading Expert Advisor engineered to capture momentum moves with disciplined risk management. I am not a martingale. I am not a grid system. I am not a gambling robot. I am a trend-following scalper built specifically for traders who understand that protecting capital is more important than chasing every candle. My specialty? Bitcoin (BTCUSD)
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
| 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
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
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
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (241)
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
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
Dragons Breathe FX
Michael Prescott Burney
Dragons Breathe Portfolio for USDJPY H1 Dragons Breathe Portfolio is a professional MetaTrader 5 Expert Advisor for USDJPY on the H1 timeframe, running on the Expert Advisor HQ universal portfolio framework. It is designed for structured automated trading on USDJPY H1, with clear on-chart feedback for entries, exits, protections, and live performance so you can see how the EA is operating in real time. Overview Dragons Breathe Portfolio combines its portfolio-style strategy logic for USDJPY with
FREE
Gold Beast Pro
Marc Henning Hruschka
Gold Beast Pro MT5 Gold Beast Pro MT5 is a professional automated trading system designed specifically for XAUUSD (Gold) on MetaTrader 5. The EA is built to operate fully automatically while maintaining stable trade execution and adaptive market behavior under different market conditions. Gold Beast Pro focuses on precision execution, intelligent market participation, and controlled risk management to provide a smooth and efficient automated trading experience. The system is optimized for trader
Set TP & SL by Price – Auto Order Modifier for MT5 Automatically set precise TP and SL price levels on any trade ️ Works with all pairs and EAs, filter by symbol or magic number This Expert Advisor lets you define and apply exact Take Profit (TP) and Stop Loss (SL) levels to your trades using direct price values (e.g., 1.12345 on EURUSD). No points, no pips. Just clean, accurate trade management across all orders or filtered by chart or magic number. Key Features: Instantly modify T
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
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,
Gifted FX
Michael Prescott Burney
Giftex FX Portfolio for GBPUSD H1 Giftex FX Portfolio is a professional MetaTrader 5 Expert Advisor for GBPUSD on the H1 timeframe, running on the Expert Advisor HQ universal portfolio framework. It is designed for structured automated trading on GBPUSD H1, with clear on-chart feedback for entries, exits, protections, and live performance so you can see how the EA is operating in real time. Overview Giftex FX Portfolio combines its portfolio-style strategy logic for GBPUSD with the Expert Adviso
FREE
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.
Aegis DAX Scalper EA is a MetaTrader 5 Expert Advisor designed for short-term trading on GER40/DAX40. The system combines a M5 trend filter with M1 pullback entries, RSI confirmation, candle structure analysis, spread filtering, volatility filtering and automated trade management. The EA does not use grid, martingale or recovery basket logic. Each trade is opened with a real stop loss and managed through break-even and trailing stop rules. Version 1.01 includes improved compatibility with di
GoldSpire MT5
Mohamed Gaith Mouzeik
5 (3)
GoldSpire MT5 is a professional Grid and Basket Expert Advisor for MetaTrader 5, developed for trading XAUUSD / Gold. The EA combines controlled grid management, adaptive market filters and integrated protection features to manage trading cycles in a structured and risk-aware way. GoldSpire MT5 is not designed as a simple grid robot that opens positions continuously. The EA analyzes the current market environment and adapts its behavior to different market regimes. In calmer market phases, it ca
Key Benefits at a Glance: Lorentzian ML signal generation Majority voting across 3 timeframes Automatic market regime detection Smart equity recovery with group profit targets 1% risk‑based adaptive lot sizing ATR‑based dynamic SL/TP & trailing Emergency drawdown cut Live on‑chart info panel Hybrid Lorentzian Gold ML EA v2.0 – Intelligent Adaptive Trading for XAUUSD Next‑Gen Machine Learning Core A Lorentzian KNN classifier analyzes 5 normalized features (RSI, WaveTren
FREE
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.
Exclusive Black Pro Max MT5 — Automated Trading System Exclusive Black Pro Max MT5 is an Expert Advisor for MetaTrader 5, built on advanced market analysis algorithms and risk management strategies. 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 specific currency pair shows good resu
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
PullBackSniper
Fernando Da Silva Candido
PullBackSniper PullBackSniper is an Expert Advisor developed for MetaTrader 5, focused on pullback trading, market structure confirmation, and precise entries near relevant technical zones. The robot was designed to search for trading opportunities after price corrections, avoiding impulsive entries and attempting to operate only when there is confluence between a technical level, market context, price rejection, and a valid entry trigger. The main logic of the system is to identify important ch
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
Sonic R Pro Enhanced EA - Version 2025 $249 Only for the First 5 Buyers! Live Signal Check the live performance of Sonic R Pro Enhanced: Live Sonic R Trading Strategy Sonic R Pro Enhanced is an upgraded version of the traditional Sonic R strategy, automating trades based on the Dragon Band (EMA 34 and EMA 89) and incorporating advanced algorithms to maximize performance. Timeframes: M15, M30 Supported Pairs: XAUUSD, BTCUSD, AUDJPY, USDJPY Trading Style: Swing Trading - Pullback & Counter-
Yellowstone FX
Michael Prescott Burney
4 (5)
Yellowstone Portfolio for XAUUSD H1 Yellowstone Portfolio is a professional MetaTrader 5 Expert Advisor for XAUUSD on the H1 timeframe, running on the Expert Advisor HQ universal portfolio framework. It is designed for structured automated trading on XAUUSD H1, with clear on-chart feedback for entries, exits, protections, and live performance so you can see how the EA is operating in real time while maintaining a clean higher-timeframe workflow. Overview Yellowstone Portfolio combines its portfo
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
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
Net Z
Sugianto
5 (1)
NET Z uses a very well-known trend reversal technique to determine position entry with slight modifications by using virtual trade techniques and virtual pending orders so that position entry is not too early or too late. Why NETZ? NET Z does not require complicated settings and is easy to use because user only need to upload a set file that is already available. Currently there are set files for 20 fx pairs. The best GRID EA with the ability to control risks. I will share my personal daily ro
SDZ Trend Pro
Van Toan Nguyen
Overview SDZ Trend Pro is a professional Expert Advisor work for all symbol, recommend  XAUUSD (Gold) trading on the H1 timeframe . It combines dynamic price action patterns, EMA filters, and strict session-based trading logic to identify precise market entries with optimal risk control. This EA is ideal for traders who prefer structured, time-filtered trading during active market hours. ️ Core Features Dynamic Stop Loss (SL) logic Automatically sets SL based on candle pattern Chooses the
Indicement MT5
Profalgo Limited
4.21 (24)
Welcome to Indicement! PROP FIRM READY! -> download set files here LAUNCH PROMO: Only a few copies left at current price! Final price: 990$ NEW: Choose 1 EA for FREE! (limited to 2 trading account numbers) Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here VERSION 4.0 LIVE RESULTS OLD VERSION FINAL RESULTS INDICEMENT   brings my 15 years of experience in creating professional trading algorithms to the Index markets. The EA uses a very well thought out algorithm to find the be
Buyers of this product also purchase
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (8)
The Legend Continues. The Queen Evolves. Welcome to Quantum Queen X — the next generation of the legendary GOLD trading system that builds upon the proven success of Quantum Queen. Quantum Queen X is built on the same proven core engine as Quantum Queen, introducing a powerful new Custom Mode that allows traders to choose exactly which strategies to enable or disable. Every strategy has been individually reviewed, refined, and optimized to deliver even better performance and adaptability across
Lizard
Marco Scherer
4.9 (30)
WHAT IS LIZARD? Lizard is a fully automated Expert Advisor, developed exclusively for XAUUSD (Gold) on MetaTrader 5. It uses a multi-strategy swing breakout system that identifies key structural levels on the chart and places pending stop orders at precisely calculated entry points. No martingale. No grid. No averaging in. Every trade has a defined Stop Loss and Take Profit and is actively managed by a multi-layered exit system, automatically, around the clock. Live Signal - Track real performan
Scalping Robot Pro MT5
MQL TOOLS SL
4.54 (127)
Scalping Robot Pro is a professional trading system designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability trading opportunities in the gold market. Scalping Robot Pro is optimized for traders
The Gold Reaper MT5
Profalgo Limited
4.46 (102)
PROP FIRM READY! ( download SETFILE ) WARNING: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 3 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Client Signal YouTube Reviews LATEST MANUAL Welcome to the Gold Reaper! Build on the very succesfull Goldtrade Pro, this EA has been designed to run on multiple timeframes at the same time, and has the option to set the trade frequency fro
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.45 (121)
Fewer trades. Better trades. Consistency above all. • Live Signal Mode 1  Live Signal Mode 2 Twister Pro EA is a high-precision scalping Expert Advisor developed exclusively for XAUUSD (Gold) on the M15 timeframe. It trades less — but when it does, it trades with purpose. Every entry passes through 5 independent validation layers before a single order is placed, resulting in an extremely high win rate on the Default configuration. TWO MODES: • Mode 1 (recommended) — Very high assertiveness, fe
Adaptive Gold Scalper Important Pre-notice: This strategy requires a long period of practical verification, and favorable trading returns cannot be guaranteed in the short run. Traders must select brokers with ultra-low order latency, minimal slippage and zero/low stop level requirement; poor broker conditions will lead to disastrous trading results. I have over 14 years of professional trading experience. With proper brokerage conditions and sufficient running time, this fully automated scalpi
Ultimate Breakout System
Profalgo Limited
5 (46)
IMPORTANT : This package will only be sold at current price for a very limited number of copies.    Price will go to 1999$ soon!   +100 Strategies included and more coming! BONUS : At 1499$ or higher price --> choose 5  of my other EA's for free!   ALL SET FILES COMPLETE SETUP AND OPTIMIZATION GUIDE VIDEO GUIDE LIVE SIGNALS REVIEW (3rd party) NEW - VERSION 5.0 - ONECHARTSETUP NEW - 30-STRATEGIES LIVE SIGNAL Welcome to the ULTIMATE BREAKOUT SYSTEM! I'm pleased to present the Ultimate Breakout
Smart Gold Hunter
Barbaros Bulent Kortarla
5 (19)
No Grid/No martingale/No Recovery/No Hedging/Single Entry with SL/One Shot  Smart Gold Hunter is an Expert Advisor for XAUUSD / Gold trading on MetaTrader 5. It is designed for traders who prefer a gold EA with no grid, no martingale, real Stop Loss and Take Profit logic, and controlled risk management. You can check the live signals before making a decision: Live Signal - IC Markets: https://www.mql5.com/en/signals/2365400?source=Site +Signals+My  (Here I use Scalper Mode, To have the exact se
Zerqon EA
Vladimir Lekhovitser
3.26 (27)
Live Trading Signal Public real-time monitoring of trading activity: https://www.mql5.com/en/signals/2372719 Official Information Seller profile Official channel User Manual Setup instructions and usage guidelines: View user manual Zerqon EA is an adaptive Expert Advisor designed specifically for XAUUSD trading. The strategy is based on a Deep LSTM neural network model integrated through ONNX, allowing the system to process sequential market behavior and evaluate price dynamics in a st
Gold Snap
Chen Jia Qi
4.47 (17)
Gold Snap — A Fast Profit Capture System for Gold Live Signal: https://www.mql5.com/en/signals/2362714 Live Signal2: https://www.mql5.com/en/signals/2372603 Live Signal v2.0: https://www.mql5.com/en/signals/2379945 Only 3 copies remaining at the current price. The price will be increased to $999 soon. Important: After purchasing, please contact us by private message to receive the user guide, recommended settings, usage notes, and update support.  https://www.mql5.com/en/users/walter2008 W
Quantum King EA
Bogdan Ion Puscasu
4.96 (211)
Quantum King EA — Intelligent Power, Refined for Every Trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Special Launch Price Live Signal:   CLICK HERE MT4 version : CLICK HERE Quantum King channel:   Click Here ***Buy Quantum King MT5 and you could get Quantum StarMan for free !*** Ask in private for more details! Rule your trading with precision and discipline. Quantum King EA brings the strength of
Goldwave EA MT5
Shengzu Zhong
4.73 (71)
Real Trading Account   LIVE SIGNAL IC MARKETS:  https://www.mql5.com/en/signals/2339082 This EA uses the same logic and execution rules as the verified live signal shown on MQL5.When used with the recommended, optimized settings on a reputable ECN/RAW-spread broker ( e.g., IC Markets or TMGM) , the EA's live trading behavior is designed to closely align with the trade structure and execution characteristics of the live signal. Please note that differences in broker conditions, spreads, executio
Nexorion Initium Novum EA
Valentina Zhuchkova
5 (16)
NEXORION: Initium Novum — Deterministic Logic and Algorithmic Synthesis NEXORION is an institutional-grade analytical complex based on rigorous mathematical liquidity processing algorithms. The core concept of the project is "computational transparency": the expert advisor transforms chaotic price feeds into structured geometric zones, visualizing the decision-making process directly on the trading chart. Real-Time Monitoring https://www.mql5.com/es/signals/2372338 Technical System Specificatio
Gold Neural Core
TICK STACK LTD
5 (3)
Gold Neural Core — Hyper-Scalping Grid System for XAUUSD Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Join my open group for questions related to any of my products:  https://www.mql5.com/en/messages/014beab2560cdc01 Read the user guide to any TickStack grid system:  https://www.mql5.com/en/blogs/post/767232 Gold Neural Core is a high-frequency grid trading system engineered specifically for gold (XAUUSD), combining momentum and trend-bas
AXIO Gold EA
Shengzu Zhong
4.6 (10)
AXIO GOLD EA MT5 Live Signal Reference on MQL5 https://www.mql5.com/en/signals/2378982?source=Site+Signals+My AXIO GOLD EA MT5 is an automated trading system developed for XAUUSD Gold on MetaTrader 5. This EA uses the same logic and execution rules as the verified live signal shown on MQL5. When used with the recommended, optimized settings on a reputable ECN/RAW-spread broker such as TMGM , the EA's live trading behavior is designed to closely align with the trade structure and execution charac
Mavrik Scalper
Vladimir Lekhovitser
4.5 (2)
Live Trading Signal Public real-time monitoring of trading activity: https://www.mql5.com/en/signals/2378119 Official Information Seller profile Official channel User Manual Setup instructions and usage guidelines: View user manual Mavrik Scalper represents a new generation of AI-driven trading systems built around a Hybrid Attention neural network architecture. Unlike conventional algorithmic strategies that rely primarily on fixed technical indicators or predefined market rules, Mav
Gold House MT5
Chen Jia Qi
4.53 (59)
Gold House — Gold Swing Breakout Trading  One EA. Three Trading Modes. Choose the One That Fits Your Style. No Grid. No Martingale. The price will increase by $50 after every 10 purchases. Final planned price: $1,999. Live Signals:  Profit Priority Mode: https://www.mql5.com/en/signals/2359124 BE priority Mode :  https://www.mql5.com/en/signals/2372604 Adaptive Mode:   https://www.mql5.com/en/signals/2379287  (High-Risk Configuration Reference – Potential profits and losses are amplified. N
Logan MT5
Thierry Ouellet
5 (6)
LIMITED TIME OFFER AT 249$ Price will go up at  499$ on July 24th! Logan MT5 isn't your typical Gold Grid EA that blindly opens trade after trade, consuming your margin and putting your capital at unnecessary risk. Instead, it patiently waits for high-probability entry opportunities and uses an intelligent recovery system that combines ATR-based grid spacing with dynamic lot progression . This allows it to withstand adverse market movements that would wipe out most conventional grid EAs—includ
SomaOil
Andrii Soma
5 (2)
SomaOil is a multi-strategy breakout Expert Advisor for MetaTrader 5, built exclusively for WTI crude oil (XTIUSD). One chart, one EA, 20 independent strategies running together as a single diversified portfolio. Live Signal. To make it accessible at launch, I am using a transparent ramping-price model: Launch price: 100 USD (48 hours) Starting from Monday the price increases by 100 USD for every 10 copies sold Price increases happen at most once per day, even when more than 10 copies are sold t
Smart Gold Impulse
Barbaros Bulent Kortarla
4 (6)
No Grid /No Martingale/ No Dca /No rocovery Smart Gold Impulse is now available in a special early launch phase. This is an EA I  am currently using with impressive results on my Live Signal  account. You can check the current performance through the Ultima live signal results, where Smart Gold Impulse has already shown very strong potential in real market conditions. The same set file used on my Ultima live signal account will be shared only with Smart Gold Impulse buyers. At the same time, thi
Pulse Engine
Jimmy Peter Eriksson
3.94 (34)
UPDATE - ONLY A FEW COPIES LEFT AT CURRENT PRICE! The main goal of this system is long-term live performance without using any risky martingale or grid.  VERY LIMITED COPIES AT CURRENT PRICE Final Price $1499 [Live Signal]  |  [Backtest Results]  |  [Setup Guide]  |  [FTMO Results] A Different Approach to Trading Pulse Engine does not use any indicators or specific timeframes. It has a very unique approach that is not used by any other trading system on MQL5. It trades intraday directional patt
Wave Rider EA MT5
Adam Hrncir
4.88 (42)
Scalper speed with sniper entries. Built for Gold. Wave Rider 5.0 is out (see  Announcement ) $499 for a limited time  before the regular $599 price kicks in. Check the Live signal  or Manual  or  Broker performance Version 5.0 upgrade notice: Close all Wave Rider positions before updating. Strategy Magic Numbers and several input names changed. Review your settings and save a new preset because older sets or templates may not restore every option. New version runs best on VT Markets, Vantage, B
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (507)
Introducing   Quantum Emperor EA , the groundbreaking MQL5 expert advisor that's transforming the way you trade the prestigious GBPUSD pair! Developed by a team of experienced traders with trading experience of over 13 years. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Buy Quantum Emperor EA and you could get Quantum StarMan for free !*** Ask in private for more details Verified Signal:   Click Here MT4 Version
BB Return mt5
Leonid Arkhipov
4.48 (124)
BB Return — an Expert Advisor for gold trading (XAUUSD). I previously used this trading idea in manual trading. The core of the strategy is a return of price to the Bollinger Bands range, but not blindly and not on every touch. For the gold market, bands alone are not enough, so the EA uses additional filters that eliminate weak and non-working market situations. Trades are opened only when the return logic is truly justified.   Global   update   on   June   14th   Trading principles — the strat
SixtyNine EA
Farzad Saadatinia
5 (3)
SixtyNine EA – A Gold Expert Advisor for MetaTrader 5, featuring 6 integrated strategy layers, predefined Stop Loss on every trade, and a clean trading structure without Martingale, Recovery systems, or Grid trading. Public Live Signal: $500 Start, Fixed 0.02 Lot, 500%+ Growth, 20 Weeks Live The public live signal is the central proof point of SixtyNine EA . The account started with a $500 balance , used a fixed 0.02 lot size per trade , and has been active for more than 20 weeks of live tradin
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.77 (128)
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
Impulse MT5
Simon Reeves
5 (13)
Are you ready to power up your Gold trading? Impulse by Starpoint Trading — A six-strategy gold EA that waits for the perfect shot. Launch offer: 30% off until 26th July   — to celebrate the v2.00 release, Impulse is available at a 30% discount. On 26th July the price reverts to $499, so grab it while the offer lasts. Impulse v2.00 is here! The biggest update in Impulse's history has arrived. Version 2.00 takes everything that made Impulse a disciplined, patient Gold trading system and elevates
Quantum iGold MT5
Yassine Mouhssine
5 (2)
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
XG Gold Robot MT5
MQL TOOLS SL
4.27 (112)
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
Chiroptera
Rob Josephus Maria Janssen
4.57 (46)
Prop Firm Ready! Chiroptera is a non-martingale, non-grid, multi-currency Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades (of all 28 pairs!) with tactically placed Take Profits and Stop Losses, that are continuously adjusted to maximize gains and minimize losses. It keeps track of past and upcoming news reports to ensure impacts are minimized and carefully measures real-time volatility to prevent impacts due to unpredictable geo-political disturbances c
More from author
Event Horizon Trader
Vladimir Novikov
5 (3)
Event Horizon Trader   is a cutting-edge automated trading robot built on an innovative hybrid architecture. It combines quantum principles, artificial intelligence, and a multi-level risk management system for adaptive trading on financial markets. The expert advisor is designed to operate in volatile market conditions, dynamically adapting to trending, ranging (flat), and highly volatile periods. The advisor has a test configuration for the pair: XAUUSD. Key System Components: Quantum System Q
FREE
Imagine a professional system that patiently weaves its web on the currency market, waiting for the perfect moment to strike. Stochastic SpiderNet is an intelligent trading robot (expert advisor) for the MetaTrader 5 platform, created for traders who understand the power of grid trading but want to secure it with powerful protection algorithms. This is not just a "grid trader." It is a symbiosis of the classic Stochastic oscillator and an adaptive grid controlled by artificial constraints. How
FREE
Safe Adaptive Trader PRO v7.3 AI Enhanced   Key Advantages Safe Adaptive Trader PRO v7.3 AI Enhanced is a new-generation professional trading system that combines classical technical analysis with an advanced AI Quantum module. The system uses a neural network model with adaptive learning, multi-level capital protection, and automatic adjustment to any market conditions. It is designed to work with any symbols (Forex, metals, indices, cryptocurrencies), but is optimally configured for
Quantropy
Vladimir Novikov
Quantropy   is a hybrid trading system that combines a powerful manual control panel and an intelligent, AI-powered Expert Advisor. You retain full control, while the AI assists with signals, manages risks, and automates routine tasks. It is suitable for manual trading, automatic trading, or a combination of both. 1. Manual Panel – Full Control Over Every Trade The manual panel contains all the necessary tools for quick and safe market entry. 1.1. Price Input and Visualization The Open, SL, TP f
RegimeMaster FX
Vladimir Novikov
RegimeMaster FX: интеллектуальный советник для MetaTrader 5 RegimeMaster FX   – это автоматическая торговая система нового поколения, которая не просто следует за рынком, а адаптируется к его состоянию. Вместо жёстких правил советник использует динамическую комбинацию индикаторов, нелинейную обработку сигналов и самообучающийся механизм распределения весов между модулями. Это позволяет системе оставаться гибкой как в трендовые периоды, так и во флэте. Как это работает Анализ рыночного режима
Filter:
No reviews
Reply to review