Iconic Kybernetic AI

ICONIC KYBERNETIC AI+ — OMNI-NEXUS CYBERNETIC CORE

One chart. Two markets. Four core technologies. Five adaptive learning layers.

Most Expert Advisors trade a single symbol and call themselves intelligent. A handful attempt two symbols at once and call themselves a portfolio system. ICONIC KYBERNETIC AI+ runs a four-technology cognitive architecture that treats Bitcoin and Gold as a unified, causally linked system — continuously reading the information flow between them, distributing capital accordingly, and adapting its own learning behaviour over time.

Drop it on any single chart. From that moment, the OMNI-NEXUS CYBERNETIC CORE takes over. Both BTCUSD and XAUUSD are monitored, analyzed, and traded simultaneously, with two isolated AI brains managing execution and a cross-asset intelligence layer governing everything above them. No second chart, no manual split, no configuration ritual.

THE UNDERLYING TRADING STRATEGY

Strip away the cognitive core and the reinforcement learning, and ICONIC KYBERNETIC AI+ is built on a structural trend-following breakout strategy — the same category of approach a discretionary price-action trader would use, executed mechanically on two markets at once. The AI layers do not invent trade ideas out of nothing; they decide how aggressively, how often, and at what size to act on this underlying structure.

The core logic shared by both engines:

  • Trend filter first. No trade is considered against the prevailing trend. BTC uses a 100-period H1 EMA; Gold uses a 50-period H1 EMA combined with a 100-period H4 EMA for higher-timeframe confirmation, so a short-term Gold setup must also agree with the dominant 4-hour structure before it becomes eligible.
  • Entry only at structural levels, never mid-air. Pending stop orders are placed at previous-day high/low, current-day high/low, support/resistance zones built from a rolling lookback window, and order-block boundaries — never at an arbitrary price simply because an indicator crossed.
  • Breakout confirmation, not breakout assumption. A level must be cleanly broken: the system checks recent price history near the level and candle strength, and on Gold explicitly screens out liquidity-sweep wicks that fake a breakout and reverse, so the engine is not repeatedly caught by stop-hunts.
  • Volatility regime awareness. Both engines actively avoid dead or choppy conditions. BTC scores recent range compression and price oscillation and stands down when the market is structurally directionless; Gold detects compressed-range conditions and requires either a strong breakout candle or higher-timeframe alignment before acting in them.
  • Minimum distance-to-target filter. A breakout level must sit far enough from current price, measured in ATR, before it is considered tradeable — removing setups where the realistic reward no longer justifies the risk.
  • Session-aware. BTC trades across a broad multi-hour window to capture global Bitcoin liquidity; Gold is restricted to the London/New York overlap, the window with the deepest XAUUSD liquidity and tightest realistic spread.
  • ATR-scaled stops and targets. Every stop loss and take profit is sized dynamically off the current Average True Range rather than a fixed point value, so risk per trade adapts to current volatility instead of staying static through calm and violent markets alike.

This structural skeleton is what the AI operates on. The reinforcement-learning engine, the adaptive layers introduced in version 1.50, and the OMNI-NEXUS core do not replace this base strategy — they decide, trade by trade, whether to act on a structurally valid setup, how much confidence to assign it, and how to size it, learning from the outcome over time. A structurally weak signal stays a structurally weak signal regardless of how the AI layers are configured; the system is designed to refine execution around a real, pre-existing edge, not to manufacture one where none exists.

VERSION 1.50 — ADAPTIVE LEARNING UPDATE

This version adds five new adaptive learning layers on top of the original OMNI-NEXUS core, plus a live on-chart learning feed. All new layers are individually switchable and default to off or neutral, so existing setups behave exactly as before until a layer is deliberately enabled.

Adaptive Conformal Inference (ACI) — the confidence gate threshold recalibrates itself online so the realised error rate converges toward a target value. The gate becomes stricter after a string of losses and relaxes again once the engine is winning reliably, instead of running on a single fixed number forever.

EWRLS forgetting factor — the reservoir's online readout (see Liquid State Machine, below) can apply an exponential forgetting factor so it stays adaptive to the current market regime rather than slowly freezing as more historical data accumulates.

Welford online normalisation — every learning feature is standardised on the fly using a numerically stable running mean and variance, keeping the reinforcement-learning and meta-labeling layers on a consistent scale as market conditions shift.

Meta-Labeling size control — a second, independent model estimates the probability that a given setup will win and smoothly scales the position size to that probability. It does not invert or override the primary trade direction; very low-probability setups are skipped outright, high-probability setups are sized up.

Experience Replay — closed trades are stored in a ring buffer and replayed in small batches after every new trade closes, so each real trading outcome is learned from multiple times instead of once. This improves data efficiency on instruments that only produce a handful of trades per day.

AI Learning Feed — an optional scrolling text panel next to the dashboard streams real learning events as they happen: trade closes with their realised reward and updated win rate, new pending-order armings with the AI's confidence score, and causal-direction changes between BTC and Gold. It is a live read-out of what the engine is actually doing, not a cosmetic animation.

THE OMNI-NEXUS CYBERNETIC CORE

Four technologies run simultaneously inside MetaTrader 5 RAM, built with native MQL5 matrix and vector types — no DLLs, no external connections, no third-party dependencies. Every trade decision on both instruments passes through this layer before reaching the market.

I. Causal AI — Transfer Entropy Gate. Correlation is symmetric and tells you nothing about direction of influence. Transfer Entropy is asymmetric: it measures how much knowing the past of one asset reduces uncertainty about the future of the other, beyond what that asset already predicts about itself. The core computes directed Transfer Entropy between BTC and Gold log-returns across a configurable lookback window, with a minimum threshold before causation is accepted as real. When one asset is detected as the causal driver, the other engine's correlated position sizing is adjusted accordingly; when no direction clears the threshold, neither engine receives a false signal.

II. Liquid State Machine — Echo-State Reservoir. A compact sparse random reservoir (64 neurons by default, configurable) acts as a temporal memory layer. Market data flows through a leaky integrator network with a fixed spectral radius kept below the critical value of 1.0, which gives the network the echo-state property: it retains temporal memory of incoming signals without diverging into noise amplification. An online ridge-regression readout, trained by recursive least squares, maps the reservoir state to a real-time portfolio stress scalar between 0 and 1, which is consulted before every trade and applies a direct confidence penalty when stress is elevated.

III. PINN Margin Axiom — Physics-Informed Barrier. Before any order is transmitted, the system projects the combined margin of the intended lot pair against current free margin. If the projection exceeds a configurable cap (35% of free margin by default), the order size is reduced or discarded — no confidence score overrides this. The EA's own position sizing cannot be the cause of a margin call; gaps and slippage from external events remain a broker-side risk, as with any EA.

IV. Stochastic Tunneling — Nash Budget Allocation. Each cycle, the system splits the available risk budget between BTC and Gold by solving a game-theoretic allocation problem with simulated annealing and a Stochastic Tunneling transform. The annealer searches for the split where neither engine can improve its expected risk-adjusted return by taking budget from the other, flattening local minima so the solver does not lock onto a suboptimal fixed split the way a simple gradient method would.

TWO ISOLATED AI BRAINS THAT LEARN OVER TIME

Beneath the OMNI-NEXUS layer, two independent execution engines run in parallel, each with its own Q-value table, feature vector, trade history, and persistence file written to disk at the end of every session.

The BTC Engine reads 8 market features per signal cycle: trend direction, trend strength, volatility regime, trading session, daily bias, drawdown fraction, ATR expansion state, and spread quality. It trades across a broad session window to capture global Bitcoin liquidity.

The Gold Engine reads 20 market features, including compressed-market detection, liquidity-sweep identification, higher-timeframe alignment via a dedicated H4 EMA, and candle-quality filters. It trades within the London/New York session overlap, the highest-liquidity window for XAUUSD, with a substantially tighter spread cap than BTC.

Neither brain resets on a terminal restart unless you explicitly enable that option. Every closed trade updates the Q-values, eligibility traces, and (where enabled) the adaptive layers above. The system accumulates trading experience across weeks and months of live operation, not just within a single session.

THE BOLTZMANN REINFORCEMENT LEARNING SYSTEM

Each engine selects from five discrete actions on every signal evaluation: SKIP (confidence below the minimum threshold — no trade), DEFENSIVE (reduced sizing under elevated risk), NORMAL (baseline sizing), CONFIDENT (increased sizing on strong signal convergence), and AGGRESSIVE (maximum sizing on high conviction across all active filters).

Selection uses Boltzmann probability sampling rather than a hard arg-max, so the favoured action is not guaranteed every time — this controlled randomness prevents the system from locking onto a repetitive pattern that stops working when conditions shift. After each trade closes, rewards propagate backward through eligibility traces, crediting state-action pairs that contributed to the outcome several trades earlier. The AI veto is active by default on both engines: when computed confidence falls below the gate, the system skips the trade regardless of what the structural signal says.

RISK MANAGEMENT ARCHITECTURE

There is no grid, no martingale, and no averaging down into a losing position. These are not disabled features — they do not exist in this codebase.

Every trade on both engines opens with a hard stop loss calculated before the order is placed, sized dynamically off ATR. The take profit uses a configurable reward-to-risk ratio with hard maximum caps per symbol, so every trade starts with positive expected structure before the market has moved a single tick. Break-even activation and a stepped trailing stop lock in profit incrementally as a position develops. On the Gold engine, a loss-streak hard brake suspends the engine entirely for a multi-hour cooldown after a configurable number of consecutive losses, rather than continuing to trade through an adverse regime.

PORTFOLIO HARMONIZATION — THREE-TIER PROTECTION

The cross-engine coordination layer monitors combined equity drawdown in real time and enforces an escalating response: Tier 1 (1.5% intraday drawdown) forces both engines into defensive sizing with raised confidence thresholds. Tier 2 (3.0%) blocks new pending orders on both symbols while existing positions continue under full trailing management. Tier 3 (5.0%) closes every open position on both symbols immediately and suspends the EA for a multi-hour cooldown.

The layer also applies correlation-aware sizing when BTC and Gold trend in the same direction simultaneously, and enforces a global risk budget across both engines as a percentage of equity — set automatically by the AI Mode preset (Aggressive, Moderate, Safe) or manually in Custom mode. A global loss-streak counter across both engines triggers a portfolio-level cooldown after a configurable number of combined losses, regardless of which instrument they came from.

STRUCTURAL ENTRY METHODOLOGY

ICONIC KYBERNETIC AI+ does not enter on indicator crossings. It reads market structure and places pending orders at levels that matter:

  • Previous-day high/low levels recalculated each session
  • Support and resistance zones from a configurable lookback window, independently tuned per symbol
  • Order-block detection with pending entries at block boundaries
  • Breakout confirmation filters that reject false breakouts and require clean closes beyond key levels
  • Liquidity-sweep detection on Gold that identifies stop-hunt wicks and repositions entries accordingly
  • Minimum ATR-distance filters preventing entries too close to current market for meaningful risk-to-reward
  • Higher-timeframe alignment on Gold via H4 EMA, ensuring short-term entries agree with the dominant structure

Pending orders are refreshed on independent schedules per symbol, with stale orders deleted and replaced once they age past a configurable limit.

INTEGRATED NEWS FILTER

The EA reads economic calendar data directly from MetaTrader 5's native calendar engine — no third-party feed, no API key. High-impact USD events are filtered by default, with trading paused before and after each event on a configurable window. Both engines share one unified news gate, so a single news event blocks BTC and Gold together without separate configuration.

LIVE DASHBOARD AND AI LEARNING FEED

The on-chart dashboard updates in real time and shows the current AI action and confidence for both engines independently, active drawdown-tier status, the next scheduled news event with countdown, open-position metrics for both symbols, OMNI-NEXUS core state including the current causal direction between BTC and Gold, and today's accumulated closed profit across both engines. The optional AI Learning Feed streams the underlying learning events as text, for anyone who wants to see exactly what the engine is doing rather than just a summary number.

RECOMMENDED VALIDATION METHOD — TWO BACKTEST PASSES

Several of the adaptive layers in version 1.50 only reach their effective operating state after a meaningful amount of trade history: feature normalisation settles within roughly the first 5–30 trades, the experience-replay buffer needs to fill before it contributes fully, meta-labeling stays neutral until its warmup-trade count is reached, and the conformal gate threshold recalibrates gradually over time. A single backtest run starting from a freshly reset brain therefore mixes the system's cold-start behaviour with its trained, steady-state behaviour into one result.

To see the two separated, we recommend running the same period twice:

  • Pass 1 — cold start. Run the backtest with the brain-reset input enabled, so both engines start from zero learned experience. This is the baseline you would see on an account opened on day one.
  • Pass 2 — trained continuation. Run the identical period and settings again, this time with the brain-reset input disabled, so the engines continue from the brain file saved at the end of Pass 1. This reflects how the system performs once it has already accumulated trading experience.

Comparing the two results isolates the learning effect from the underlying strategy edge. A backtest is still a finite, bounded environment and cannot fully replicate months of live forward learning, but the two-pass comparison gives a direct, repeatable read on whether the adaptive layers are measurably changing outcomes rather than sitting idle.

RECOMMENDED BROKER AND ACCOUNT SETUP

This is not a soft suggestion — it directly determines whether the EA can function at its intended parameters.

  • Minimum account balance: 500 USD, ideally 1,000 USD or above, so the risk-based lot sizing has meaningful room across both engines simultaneously.
  • Leverage: 1:500 recommended. Lower leverage restricts entry frequency and may cause valid setups to be skipped by the PINN margin barrier.
  • Spread: as low as possible. Gold has a tight maximum spread cap; BTC's cap is wider but still enforced. Wide spread conditions during off-hours will cause the EA to skip entries rather than fill at poor prices.
  • Commission: zero preferred; if charged, keep the round-turn cost low relative to per-trade risk, since commission compounds across multiple trades per day per engine.
  • Required symbols: BTCUSD and XAUUSD, both active in Market Watch before attaching the EA. Both engines initialise at startup or neither does.
  • Platform: MetaTrader 5 only — not compatible with MetaTrader 4.
  • VPS required for continuous operation. Trailing-stop, break-even, and pending-order refresh cycles need the terminal online without interruption.

The EA attaches to any chart symbol and manages both BTCUSD and XAUUSD regardless of which chart it sits on. Before going live, set the Market Validation Mode input to FALSE — the default TRUE value is required only for the MQL5 Marketplace submission process.

RISK NOTICE

Trading Bitcoin, Gold, and other financial instruments involves substantial risk of financial loss. Past performance, whether in backtesting or on live accounts, does not guarantee future results. No algorithmic system can eliminate the inherent uncertainty of financial markets or protect against extraordinary events including broker insolvency, extreme slippage, connectivity failure, or systemic market disruption.

ICONIC KYBERNETIC AI+ contains no grid logic, no martingale mechanism, and no position averaging. Every trade opens with a defined stop loss. These design decisions reduce certain categories of catastrophic risk but do not eliminate trading risk. You are solely responsible for the capital you deploy and the parameters you configure. Only trade with funds you can afford to lose entirely.

Recommended products
Nusa Patterns MT5
John Folly Akwetey
Expert advisor trades by breaking up fractals or down fractals. It is used   “Fractals ST Patterns Strategy”   or   “4.0 Fractals Direction ST Patterns MT5”   fractal indicators. Also expert advisor uses standard trailing stop. Below is description of some inputs. Trade Order   – direction of trading (only buy, only sell or buy and sell) Fractal Indicator   – option of used fractal indicator (“Fractals ST Patterns” – indicator   “Fractals ST Patterns Strategy” , “Fractals Direction ST Patterns”
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
LAUNCHING PROMO PRICE!!! $49 (UNLIMITED) for  First 100 buyers Venom Smart Gold EA is an Expert Advisor developed specifically for XAUUSD / Gold trading on MetaTrader 5 . It is designed to analyze Gold market conditions using a structured decision process, combining multi-timeframe analysis, market structure reading, adaptive entry timing, dynamic risk calculation, and active trade management. This bot actually has an auto-stop PNL feature, but MQL rules prohibit it, and I removed it. So, ultim
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
️ Warning – Fake Sigma Trend Protocol EA STP Any “Sigma Trend Protocol EA STP” sold outside my official MQL5 page is a fake scam product using my name to take your money. The only real and supported version is here: https://www.mql5.com/en/market/product/152096   https://www.mql5.com/en/market/product/157301 Don’t spend your hard-earned money expecting premium performance from a cheap copy. STP cannot be easily copied or sold as a discount scrap version.
Robot Titan Rex
Cesar Juan Flores Navarro
Asesor Experto (EA) totalmente automático, opera sin ayuda del usuario, se llama Titan T-REX Robot (TTREX_EA),actualizado a la versión 2, diseñado a base de cálculos matemáticos y experiencia del diseñador plasmado en operaciones complejas que tratan de usar todas las herramientas propias posibles. Funciona con todas las criptomonedas y/o divisas del mercado Forex. No caduca, ni pasa de moda ya que se puede configurar el PERIODO desde M1..15, M30, H1.... Utiliza Scalping de forma moderada busca
Engulfing ProBot EA Important Usage Information The Engulfing ProBot strategy was originally designed and tested primarily on the H4 (4-Hour) timeframe. Although the EA can technically be used on lower timeframes such as H1, M30, M15 or M5, these timeframes usually require significantly different parameter settings and optimization results. Running the default settings on lower timeframes is strongly discouraged and may result in substantial losses.The EA was primarily developed for Forex curr
GOLD D1 – Estratégia Candle 80% com Pirâmide Inteligente e Trailing Dinâmico (MT5) O   GOLD D1   é um Expert Advisor avançado desenvolvido para operar principalmente o XAUUSD (Ouro) com base em análise de força do candle diário, confirmação de momentum e gestão inteligente de posições. Trata-se de um robô robusto, focado em capturar movimentos fortes do mercado enquanto controla o risco através de uma estrutura adaptativa de pirâmide e trailing stop. Estratégia Principal – Candle 80% O robô
MINIBOSS DARK EDITION GOLD: ปลดปล่อยสุดยอดเครื่องทํากําไร ยินดีต้อนรับสู่ MINIBOSS DARK EDITION GOLD - ที่ปรึกษาผู้เชี่ยวชาญที่มีประสิทธิภาพสูงและได้รับการปรับแต่งอย่างจริงจังซึ่งออกแบบมาเพื่อพิชิตตลาด XAUUSD (ทองคํา) โดยเฉพาะนี่ไม่ใช่บอทซื้อขายมาตรฐานของคุณมันเป็นระบบที่ดุเดือดและได้รับการสอบเทียบอย่างสูงซึ่งสร้างขึ้นสําหรับผู้ค้าที่ต้องการผลตอบแทนมหาศาลและการดําเนินการทํากําไรอย่างรวดเร็ว ข้อดีและคุณสมบัติที่สําคัญ: ทุนต่ํา ผลกระทบสูง: ออกแบบมาเพื่อทํางานอย่างมีประสิทธิภาพด้วยเงินทุนเร
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
GoldPulse HFT
Vagif Shabanov
GoldPulse HFT v10.16 PRO+ GoldPulse HFT v10.16 PRO+ is a specialized software solution for the MetaTrader 5 terminal, designed to automate trade execution based on the analysis of market price micro-impulses. The system combines a trading algorithm with tools for deep market environment diagnostics and infrastructure control. Technical Specifications and Functionality XAUUSD Specialization: The algorithm is optimized for gold volatility, accounting for the specific characteristics of price impul
ScalpelBarUVL
Andriy Sydoruk
ScalpelBarUVL is a new generation universal scalpel bot. It can work on any type of accounts. On any instrument, without exception. Advantages: Automatically adjusts all pip parameter values ​​for the instrument (stops, volatility, spread). That is, if you optimize your stop loss, for example, from 100 to 1000, then such a range will be on any instruments (on all currency pairs), the actual stop loss will be adjusted in accordance with the needs of this instrument. This is very convenient for
Auratus Gold Trading Algorithm
Amaanullah Mehboob Bhatti
Auratus Gold Trading Algorithm Auratus is an automated trading system specifically engineered for Gold (XAUUSD). The algorithm utilizes a high-frequency trend exploitation model that focuses on momentum synchronization across multiple timeframes. This ensures that short-term execution is strictly aligned with broader market expansion phases. Backtest Performance (01/01/2026 – 08/07/2026) The following results were achieved in the Strategy Tester using 100% history quality tick data: Initial Depo
Version for MT4:  Extremum Save MT4  Community UP Group Join Extremum Save - is a fully automated scalping trading algorithm with the highest possible SL/PT ratio. Extremum Save does not need optimization. The strategy showed great results when tested on historical data with the best possible simulation quality for more than 10 years. Real trading proves the same results. Extremum Save does not use any risky trading methods such as martingale, grid, etc.   Every order is protected with low fix
News Spike EA Auto Pro
Mohan Shivaji Shivtare
News Spike EA Pro Professional Automated Trading for High-Impact Economic News News Spike EA Pro is a professional Expert Advisor designed specifically for trading scheduled high-impact economic events. It continuously monitors a Real-Time Economic Calendar during live trading, prepares the market according to your configuration, executes trades autom
Perfect Trade EA Indicator 2026 for XAUUSD MT5 Премиальный многоуровневый самообучающийся индикатор с режимом автоторговли для XAUUSD Perfect Trade EA Indicator 2026 — это не просто индикатор и не обычный советник с примитивным входом по шаблону. Это премиальный торговый комплекс для MetaTrader 5, созданный для работы с XAUUSD, который объединяет в себе: - многоуровневый анализ рынка; - интеллектуальную фильтрацию сигналов; - режим автоматической торговли; - продвинутое сопровождение сделки;
Simo Professional
Maryna Shulzhenko
Description of   Simo : an innovative robot with a unique trading system Simo is a revolutionary trading robot that changes the rules of the game with its unique trading system. Using sentiment analysis and machine learning, Simo takes trading to a new level. This robot can work on any time frame, with any currency pair, and on the server of any broker. Simo uses its own algorithm to make trading decisions. Various approaches to analyzing input data allow the robot to make more informed decis
Introducing to your attention an innovative expert advisor created specifically for the most juicy and volatility  currency   basket: GBPUSD, XAUUSD and EURJPY. This EA is designed using the main features of this market's movement, making it an ideal choice for dynamic trading on high-trending and medium-volatile pairs. The advisor is focused on minimizing trading risks, aiming to reduce losses to a minimum. Main features: EA is designed to open and close orders at the begginning of trading ses
GainMachine
Nikolaos Theodoropoulos
GainMachine EA – Precision-Powered Profit Automation GainMachine is a smart, automated trading system designed to strategically detect market dips and exploit them through scaled-in buy orders and a dynamic profit target based on the duration positions are held.  Key Features: Buy on Dip: Takes advantage of both pip-based and percentage-based price drops. Dynamic Profit Target: The required profit increases over time, preventing premature position closures. Automated Position Management: Opens
Neuro Genetic Expert
Sergio Izquierdo Rodriguez
This system accepts a comma-separated list of symbols and iterates through them, creating a neural network with training for each symbol. These neural networks take values ​​from price action, Bollinger Bands, MACD, and RSI indicators. The number of neurons for each of the three layers of each network can be configured, and genetic training for the indicator parameters can be set up at specific intervals. Confidence levels for the neurons can be adjusted, and market trend analysis filters can be
Boris
ALEKSANDR IVANOV
Boris- Полностью автоматический ,агрессивный советник основанный на математических расчетах, написанный специально под валютную пару EUR/USD. Период H1. Советник использует свой автоматический виртуальный стоплосс и тейкпрофит !  Ваш брокер не будет видеть ,задерживать модификацию,забыть поставить стоп и так далее. Тестировать рекомендую только с качеством 100% тиков у брокеров дающих реальные котировки. Входные параметры:  Magic=77777; - Магик ордеров  StartHour=1;  - Час начала Торговли  En
XAUUSD IMPLOSION MATRIX AI    Density Implosion Matrix - Trade the exact moment market pressure violently detonates.  The **XAUUSD Implosion Matrix AI** is a God-Tier Expert Advisor engineered around the groundbreaking **Tick-Density Implosion** theory. Instead of reacting to price action after the fact, it scans for "critical mass" zones where price action is artificially compressed into a microscopic range (e.g., < 15 pips) while accumulating a massive influx of tick volume (> 5000+ ticks). T
Gold EA: Proven Power for 1-Minute Gold Trading Transform your trading with our Gold EA, meticulously crafted for 1-minute charts and delivering over 2000% growth in 5 years from just $100-$1000 . No Martingale, No AI Gimmicks : Pure, time-tested strategies with robust money management, stop loss, and take profit for reliable performance across multiple charts. Flexible Trading Modes : Choose Fixed Balance for safe profits, Mark IV for bold growth, or %Balance for high rewards—combine Mark IV an
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Inferno Storm AI V227DT  PRO  Hybrid (MT5) (Deep Think) [Subtitle: Deep Think Logic | XML Confidence Filter | Multi-LLM Quant Engine] Introduction: The Era of "Blind" Algorithms is Over Welcome to the absolute cutting edge of algorithmic trading.   Inferno Storm AI Hybrid PRO V2.27DT   is not a standard Expert Advisor—it is a cognitive   Quantitative Intelligence Engine . Traditional bots blindly execute rigid historical rules, making
HMA Trend EA
Oluwasegun Emmanuel Banjo
HMA Grid Trend EA A trend-following Expert Advisor built around the Hull Moving Average, combined with an intelligent position-scaling engine and a full live performance dashboard — all directly on your chart. How it decides direction The EA reads market trend using Hull Moving Averages and offers three independent ways to define a valid signal: A single smoothed trend filter A dual-speed trend confirmation (a faster read aligning with a slower one) A higher-timeframe / lower-timeframe agreement
Royal Sterling Intel – Expert Advisor Overview Royal Sterling Intel (RSI) is an automated trading system designed around the Relative Strength Index (RSI), one of the most widely recognized momentum indicators in technical analysis. The strategy is primarily configured to operate on the H4 (4-hour) timeframe by default, allowing it to analyze broader market movements while reducing exposure to short-term price fluctuations commonly found on lower timeframes. The core objective of the system is t
AdaptiveSystem
Alexandr Likhachev
The main principle of operation The bot uses multi-level entry filtering: Volatility analysis through ATR determination of movement inertia (momentum continuation) filtering of false breakouts entry only in the phases of “market acceleration” As a result, the bot avoids flat and noisy market areas Key features Adaptive logic (Core Feature) : Automatic adjustment to the current market volatility real-time change of SL/TP parameters adaptation to different market modes (low / mid / high volatil
Tools for earning and research. The core of the trading signals and strategy is based on the author's algorithm for the formation of price forecasting patterns. Applicable to any instrument! Supplemented with a control system based on the MA "Nine-Tailed Fox" , updating and adjusting the signal as accurately as possible for the market, instrument and period of work. Eligible: All instruments in all markets (there are exceptions). Who it's for: hedge funds, fund and asset managers, investment
This Expert Advisor has been specifically developed for Gold (XAUUSD) trading and is structured to operate under high-volatility market conditions. Historical backtest observations indicate stable operational behavior during major market movements over the past year. Based on these results, a minimum account balance of approximately 1,000 USD with a 0.01 lot size is recommended. Using significantly smaller balances may increase exposure to risk and is generally not advisable from a capital manag
Neural FVG Matrix MT5
Ebd Alrxhmn Aljbwry
NEURAL FVG MATRIX MT5 Advanced Smart Money Trading System for XAUUSD "What if the market isn't random… but structured?" NEURAL FVG MATRIX MT5 is a fully automated Expert Advisor designed to detect Fair Value Gaps (FVG) and institutional liquidity zones in the market. Instead of reacting to price movements, MATRIX analyzes market imbalances and executes trades based on structured price behavior. SYSTEM CONCEPT The core logic of MATRIX is based on: • Fair Value Gap Detection • Smart Money Concept
Buyers of this product also purchase
Scalping Robot Pro MT5
MQL TOOLS SL
4.56 (124)
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
My Last Strategy
Inrexea Limited
5 (6)
MY LAST STRATEGY One engine. Every candle. Every session. Phase 1 – Limited Release Only 25  copies left. Once all copies are sold, this product will be delisted and no longer available for purchase. All Phase 1 buyers are invited to our private Discord server , where they receive continued updates, optimizations, and direct feedback support. Contact us after purchasing the product for comprehensive instructions and guidance on how to use one of our Slap all News products. TEN YEARS, DISTILLED
XG Gold Robot MT5
MQL TOOLS SL
4.26 (111)
The XG Gold Robot MT5 is specially designed for Gold. We decided to include this EA in our offering after extensive testing . XG Gold Robot and works perfectly with the XAUUSD, GOLD, XAUEUR pairs. XG Gold Robot has been created for all traders who like to Trade in Gold and includes additional a function that displays weekly Gold levels with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on Price Action, Cycle S
Big Forex Players MT5
MQL TOOLS SL
4.76 (139)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
Syna
William Brandon Autry
5 (27)
Syna - The AI That Stays With the Trade Most trading systems stop thinking after they enter. Syna doesn't. Most Expert Advisors analyze the market, place an order, and wait for either the stop loss or take profit to be reached. Syna was designed differently. It analyzes the opportunity before entry, remembers why the trade was opened, watches news and changing market conditions, manages positions as they develop, and can coordinate intelligence across multiple terminals, accounts, brokers, and
AiQ
William Brandon Autry
4.87 (38)
Introducing AiQ Gen 2 – Faster. Smarter. More Capable Than Ever. We helped start this shift in late 2024 with Mean Machine, one of the earliest systems to bring real frontier AI into live retail trading. AiQ Gen 2 is the next evolution in that line. AiQ Gen 2 is built for speed at a different level. Pending orders are at the core of its edge, allowing it to position with precision before momentum expands, then let adaptive intelligence take over. Most AI tools answer once and forget everything.
Waka Waka EA MT5
Valeriia Mishchenko
4.13 (40)
8+ years of live track record with +12,000% account growth: Live performance MT 4 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make profit Supported cu
Night Hunter Pro MT5
Valeriia Mishchenko
3.92 (37)
EA has a live track record with many months of stable trading with  low drawdown: All Pairs 9 Pairs Night Hunter Pro is the advanced scalping system which utilizes smart entry/exit algorithms with sophisticated filtering methods to identify only the safest entry points during calm periods of the market. This system is focused on a long-term stable growth. It is a professional tool developed by me years ago that is constantly updated, incorporating all the latest innovations in the trading area.
Bonnitta EA MT5
Ugochukwu Mobi
3.38 (21)
Bonnitta EA  is based on Pending Position strategy ( PPS ) and a very advanced secretive trading algorithm. The strategy of  Bonnitta EA  is a combination of a secretive custom indicator, Trendlines, Support & Resistance levels ( Price Action ) and most important secretive trading algorithm mentioned above. DON'T BUY AN EA WITHOUT ANY REAL MONEY TEST OF MORE THAN 3 MONTHS, IT TOOK ME MORE THAN 100 WEEKS(MORE THAN 2 YEARS) TO TEST BONNITTA EA ON REAL MONEY AND SEE THE RESULT ON THE LINK BELOW. B
Perceptrader AI MT5
Valeriia Mishchenko
4.67 (6)
80 consecutive months in profit with low drawdown: Live performance MT4 version can be found here Perceptrader AI is a cutting-edge grid trading system that leverages the power of Artificial Intelligence, utilizing Deep Learning algorithms and Artificial Neural Networks (ANN) to analyze large amounts of market data at high speed and detect high-potential trading opportunities to exploit. Supported currency pairs: NZDUSD, USDCAD, AUDNZD, AUDCAD, NZDCAD, GBPCHF Timeframe: M5 Features: Trend , Mome
Famous EA
Ugochukwu Mobi
Famous EA   is a high-performance Expert Advisor built for serious traders who expect consistent results and intelligent trade execution. It merges price action, trendline dynamics, and a proprietary filter algorithm to spot high-probability entries and exits with discipline. Strategy Overview Famous EA operates using: Custom non-repainting indicator logic Dynamic trendline / support-resistance detection Multi-timeframe price action analysis Proprietary noise-filtering algorithm This blend lets
AI Nodiurnal EA MT5
Ugochukwu Mobi
5 (2)
AI Nodiurnal EA is an advanced Forex robot that leverages cutting-edge machine learning technology to optimize trading strategies and enhance performance in the dynamic foreign exchange market. The term "Nodiurnal" reflects its ability to adapt and operate not only during the typical diurnal (daytime) trading hours but also during non-standard periods, providing a continuous and adaptive approach to forex trading. Settings : Default settings on Currency Pair :  EURUSD H1 . Special setting is onl
Minting
Zenzo Phathisani Mtungwa
***ATTACH to M1 or M5 for best results and quick entries and exits*** Minting –  is a streamlined, professional-grade Expert Advisor developed by Ramulo Software Ltd., designed specifically to capitalize on the volatility and profit potential of Gold (XAUUSD). It combines intelligent EMA-based market structure, ATR trend detection, tiered USD trailing, and strict drawdown control into a lightweight, easy-to-run trading system. Minting is the entry gateway into the Emerge ecosystem . It is inten
Gold Sniper Grid EA offers precision risk-adjusted scalping for XAU/USD. This algorithmic expert advisor merges sniper entry precision, adaptive grid execution, and dynamic capital protection. It is engineered for growth with mathematical risk control, proving profitable from 10 USD capital and is FTMO-ready. Key configuration parameters include MagicNumber 777000, InitVolume (risk-scaled, for example 0.13 lots per 100 USD), GrowUpLevelForRecaculateVolume set to 2, LimitGridLevel at 3, GridDist
Saiko Scalper v5
Samir Saleh Mohammed Hassan
SAIKO Scalper is an advanced algorithmic trading robot designed to detect and exploit real market momentum using tick-level impulse analysis. Instead of relying only on traditional indicators, the robot monitors consecutive price movements in real time and enters trades when a strong directional impulse is detected. This approach allows SAIKO Scalper to capture fast market opportunities while avoiding many false signals caused by normal price fluctuations. The robot includes multiple layers of
PivotStorm
Li Yin Fang
PivotStorm - Adaptive XAUUSD Market Structure Breakout EA Professional Automated Trading System for MetaTrader 5 PivotStorm is a professional XAUUSD Expert Advisor designed for traders who prefer structured breakout trading based on confirmed market levels. The system combines market structure analysis, intelligent pending-order execution and multi-level risk management to provide a disciplined automated trading approach for the gold market. Unlike simple breakout robots that react to every pri
Golden Pickaxe MT5
Valeriia Mishchenko
3.56 (9)
EA has high-performance live track records of different set files: Live performance MT 4 version can be found here Golden Pickaxe is a mean-reversion grid trading system that uses machine learning technology to place high-profit potential trades on the Gold market. It uses real market inefficiencies to its advantage to have an edge over the market. The EA has 5 predefined set files, which are essentially 5 different trading systems on gold . You may choose the default option (XAU Risky) or have
Scalp Master Expert Advisor is a fully automated trading system designed for scalping strategies in trending market conditions. It is built to identify short-term trading opportunities in liquid markets while maintaining a strong focus on trade quality and risk control. The EA is suitable for traders who prefer a systematic and rule-based approach without manual intervention. Recommended Pairs: XAUUSD & BTCUSD It performs best on instruments with tight spreads and strong liquidity, including: XA
Swingy3
Bashier Awny Husein Ismail Alhafy
Swingy3: The Institutional Pivot & Swing Execution Engine Swingy3 is an algorithmic trading system designed for MetaTrader 5, focusing on high-conviction price action swings and institutional-grade risk management. Unlike standard retail indicators, Swingy3 analyzes market structure through dynamic pivot points and multi-timeframe confluence to identify entries where momentum and exhaustion align. The Strategy The core of Swingy3 is its advanced Pivot Analysis engine. It detects institutional "S
SPARTAN GOLD SNIPER AI - V7.2 ULTIMATE The All-In-One Gold Solution: Smart Scalping and Professional Swing Trading. Spartan Gold Sniper is not just an EA; it is a complete trading system designed specifically for XAUUSD (Gold). Version 7.2 introduces the Smart Adaptive Engine, making it the most flexible bot on the market for both small accounts and large Prop Firm capitals. Critical Requirements Latency: You must use a VPS with less than 20ms latency (Recommended: MQL5 Built-in VPS). Account:
Foli Pivots MT5
John Folly Akwetey
Expert advisor trades by pivot levels, support and resistance levels based on pivot levels. Also expert advisor takes into account volatility filter, uses standard Martingale and anti-Martingale systems, drawdown protection, standard trailing stop, trading time and trading Trade Order   – direction of trading (only buy, only sell or buy and sell) Use Volatility Filter   – enabling/disabling of volatility filter using Volatility Filter   – value of volatility filter Count Of Days For Volatility F
Gold Catalyst EA MT5
Malek Ammar Mohammad Alahmer
Advanced Automated Gold Trading System Gold Catalyst EA MT5 is a fully automated trading solution exclusively optimized for XAU/USD (Gold) . By combining trend-following methods , price action confirmations , and dynamic risk management , this EA has demonstrated stable, reliable performance over more than 2.5 years of continuous forward testing under real market conditions — and it is still running on a VPS to this day. Behind the algorithm is a scientist with 15 years of market experience : ob
Quantum Candlestick Collider — Institutional-Grade Precision for XAUUSD Quantum Candlestick Collider is a next-generation automated trading system engineered specifically for XAUUSD (Gold) on the M15 timeframe. Built on a proprietary quantitative engine and advanced candlestick intelligence, this EA delivers exceptional entry precision, adaptive market awareness, and institutional-level risk control — designed to perform even under extreme market volatility. Real trading environment Transpa
Gold Grabber Grid Hedge
Israel Odartei Lamptey
GOLD GRABBER Israel L. MT5 Grid-Hedge EA. WARNING: EA has Optimised  sets for GOLD (XAUUSD) ONLY (Minimum Capital: $1000) Download sets below: Use these sets for XAUUSD:  https://drive.google.com/drive/folders/1FBfc-eE7B7APhZ-P754R76d3xih8OnXX?usp=sharing Professional Grid-Hedge Trading System with Advanced Risk Management This sophisticated Expert Advisor employs a dual-directional grid strategy designed for consistent performance in volatile markets. The system opens positions in both directi
Stealth 150 DE40
Szymon Jan Szarowski
4 (1)
Sorry for the excellent 340% p.a. performance! Yes, you read that right: these 340% p.a. backtest results are almost indecently good. But please don’t get me wrong – this is not a marketing trick, but the result of clean programming and honest backtests. Of course, such dream returns are not realistically sustainable forever, since after a few years, any EA in backtesting eventually hits the lot size limits. Still: Stealth 150 DE40 shows what’s possible when you simply let the algorithm d
Velora MT5
Ahmad Aan Isnain Shofwan
The Intelligent Grid EA — A Team of Smart Modules Following the 5-star success of its MT4 predecessor, Velora has been completely rebuilt for MT5 with a fundamental shift in design. Most grid EAs are one engine doing many jobs. Velora is different. Inside Velora, there is a team. Four smart modules, each with one specialty, working together so the system stays adaptive at every stage of a trade — from the moment of entry, to scaling decisions, to the exit. Meet the team: VSE — Velora Smart Entr
Launch offer. The price rises step by step as the number of sales grows. Every purchase includes all future updates through MQL5 Market. Mercaria Unicorn is an adaptive grid trading system for Gold (XAUUSD) on MetaTrader 5, developed by practicing traders for all experience levels. Overview Mercaria Unicorn is an adaptive trading system for Gold (XAUUSD) and other CFD instruments. Unlike standard grid robots with fixed parameters, it automatically adjusts the number of levels, the lot size, and
CaicaiLS Pro - Advanced Pair Trading & Statistical Arbitrage (Version 9.0) The CaicaiLS Pro is a quantitative Expert Advisor designed for Long & Short operations (Pair Trading) using Statistical Arbitrage . Developed for traders seeking precision, it tracks correlation and cointegration anomalies across multiple asset pairs simultaneously, seeking performance in both mean reversion and momentum breakouts. Its advanced architecture features the introduction of Shadow Execution technology. The mat
Neurolite EA gbpusd
Aliaksandr Salauyou
The Neurolite Expert Advisor offers trade decisions based on a neural network trained using a 10-year history of real tick data. The trading is performed only on GBP/USD. Its main peculiarity is a small amount of input parameters so as to facilitate the working process of users. The Neurolite EA will fine-tune all the parameters for you. Trading Strategy The system does NOT use dangerous strategies such as averaging or martingale, but strictly adheres to the neural network instructions. Stop lo
Neurolite EA eurusd
Aliaksandr Salauyou
The Neurolite Expert Advisor offers trade decisions based on a neural network trained on 5-years of real tick data. Trading is performed only on the EUR/USD currency pair. Its main peculiarity is a small amount of input parameters so as to facilitate the working process of users. The Neurolite EA will fine-tune all the parameters for you. This Expert Advisor is based on the previously released Neurolite EA gbpusd , which was adjusted for successful trading on the EUR/USD currency pair. Trading
More from author
Iconic BTC AI
Maurice Prang
5 (1)
ICONIC BTC AI+  |  SYNAPSE.PHENOTYPE S6 ENGINE Adaptive BTCUSD Expert Advisor for MetaTrader 5  |  Version 3.00  |  S6 Engine v7.00 Bitcoin is not a Forex pair. It does not behave like gold, does not respect session boundaries the way equity indices do, and its volatility profile can shift within a single trading hour. Generic automated systems built for calmer instruments frequently fail here because they assume market behaviour that BTCUSD simply does not consistently produce. ICONIC BTC AI+
ICONIC GOLD AI+ | COGNITIVE LIQUIDITY SYNAPSE ENGINE ICONIC GOLD AI+ is an automated XAUUSD Expert Advisor for MetaTrader 5, running on the M10 timeframe. At its core sits the COGNITIVE LIQUIDITY SYNAPSE ENGINE — a full deployment of the SYNAPSE.PHENOTYPE S6 architecture used across the ICONIC FX product line. The system combines a differentiable plastic neural network with a 3x3 phenotypic MAP Elites archive, Hindsight Experience Replay, GL fractional long memory channels, and Riemannian geodes
ICONIC NEUROCORE AI+  |  OMNI NEXUS EDITION Dual Symbol Expert Advisor for BTCUSD and XAUUSD on MetaTrader 5  |  Version 2.00 Running two unrelated automated systems on the same account is not the same as running a coordinated two asset architecture. Two independent EAs share margin and equity but cannot see each other. They cannot reduce exposure when the other is already positioned. They cannot recognize when both instruments are temporarily correlated and avoid doubling a bet. They cannot de
ICONIC TRENDLINE for MetaTrader 5 Title: ICONIC TRENDLINE: Advanced Trend Indicator with MTF Panel & Alerts Short Description Tired of identifying trends too late and getting tricked by false signals in sideways markets? The ICONIC TRENDLINE indicator for MT5 is your solution. This advanced tool combines intelligent EMA logic with the power of the ADX to provide you with clear, early, and filtered trend signals. With a dynamic trendline, a multi-timeframe dashboard, and instant push notificatio
FREE
In-Depth Analysis of the "ICONIC TRENDLINE SIGNAL" Indicator The provided MQL5 code is for a sophisticated, multi-faceted trend-following indicator designed for the MetaTrader 5 platform. It moves beyond simple line crossovers by integrating trend strength , volatility , multi-timeframe analysis , and a quantitative scoring system into a single, comprehensive decision-support tool. 1. Core Trading Strategy and Logic The indicator's strategy is built upon a robust, multi-layered logical framewor
FREE
ICONIC AI SIGNAL v2.0 Adaptive Multi Timeframe Confluence Indicator for MetaTrader 5 Traditional technical indicators fail the moment you take them live. The reason is simple and mathematically unavoidable: they are static. Fixed formulas. No memory. No ability to recognize whether the market is currently trending cleanly or decaying inside a choppy, illiquid range. When they look perfect in a backtest, it is almost always because they have been unintentionally fitted to past noise. In live con
ICONIC HULLX AI v2.0 | NEUROCORE EDITION ICONIC HULLX AI v2.0 — NEUROCORE 2.0 EDITION Hull Suite × Volatility-Band Squeeze × 5-Layer AI Intelligence Stack ICONIC HULLX AI v2.0 is a professional-grade signal indicator for MetaTrader 5, built around the Hull Moving Average suite and extended by five independent, mathematically rigorous AI filter gates. Every signal that reaches the chart has passed through a multi-layer intelligence stack that learns in real-time from your actual trade outcomes —
ICONIC TITAN AI: The Neural Signal Engine That Reads Seven Timeframes At Once Most traders do not fail because of their strategy. They fail because no human brain can evaluate seven timeframes in parallel, with 22 technical variables per timeframe, in real time, without emotion. ICONIC TITAN AI was built for exactly that gap: an ensemble of neural networks that scans M1 through D1 simultaneously and gives you a probability calculation, not an opinion. What You Actually See On Your Chart Before w
Filter:
No reviews
Reply to review