Mid Touch Alpha EA

MidTouch Alpha — Supply & Demand EA (MT5)

MidTouch Alpha embeds an S/D zone engine (no external indicators), draws zones on-chart and trades them with a two-stage logic (TOUCH & MID). It includes a profit latch, TP-by-% of balance, break-even, margin gate, spread filter, and per-zone active-trade limits.

Key Features

  • Embedded Supply/Demand engine: Zones auto-detected via fast/slow fractals + ATR fuzz; no external indicators required.

  • Dual-entry logic:

    • TOUCH → first touch of the zone.

    • MID → cross of zone midline for a secondary confirmation entry.

  • Profit Latch: Stop opening new trades once an equity/balance growth target is reached.

  • TP by Profit %: Optional TP target as a percentage of balance (overrides point-based TP).

  • Break-even: Auto move SL beyond entry after X points in profit.

  • Per-zone gating: Limit concurrent EA trades per zone (default: 1).

  • Safety filters: Max spread (pts), minimum margin level gate, opposite-side block on the same tick.

  • Money management: Priority sizing → Risk% (if SL), else Balance-based (lots per 1K), else Fixed lot.

  • Chart visuals: Zone rectangles with strength labels (Weak / Untested / Turncoat / Verified / Proven) and color coding.

  • Self-healing TP: Attaches TP retroactively if missing (respecting broker stop/freeze levels).

  • Verbose diagnostics (optional): ATR/zones/trigger/sizing traces in Journal.

How it trades

  • When a new bar is formed, the engine collects possible S/D regions with fast/slow fractals and ATR fuzz.

  • According to the options (merge/extend) it merges/extends the regions and calculates the power rating:

  • Proven 3+ successful retest

  • Verified: ≥1 retest

  • Turncoat Role reversal detection

  • Untested Non-weak but no test count

  • Weak: Only fast fractal sign, low confidence

  • "Show/Allow" filters are used to determine the strength of the zones to be drawn/processed.

  • Entry is triggered when the price touches a zone for the first time (TOUCH) and/or crosses the midline (MID).

  • On entry, the SL is taken out of the zone by SLExtraPoints; TP is set as points-based or % profit target.

  • Break-even and FixMissingTPs maintenance jobs maintain the positions at each tick.

  • New entries are locked when the profit latch reaches the target (open transactions continue to be managed).

  • Note / Note: If TP by Profit % is enabled, it overrides points-based TPs.

Inputs (Parameter Reference)

Entry & Risk

  • InpLots (default 0.10) — Fixed lot (fallback if others disabled) 

  • InpEnableTouchEntry (true) — Enable TOUCH (first touch) entries 

  • InpEnableMidEntry (true) — Enable MID (midline cross) entries 

  • InpUseSL (true) — Place SL 

  • InpSLExtraPoints (400) — Extra SL offset beyond the zone 

  • InpUseTP_Touch (true) — Use TP for TOUCH 

  • InpTPPoints_Touch (300) — TOUCH TP distance (points) 

  • InpUseTP_Mid (true) — Use TP for MID 

  • InpTPPoints_Mid (300) — MID TP distance (points) 

  • InpUseTP_ByProfit (false) — TP as % of Balance (overrides point TPs) 

  • InpTP_ProfitPct (0.50) — Percent of balance (e.g., 0.50 = %0.5

Zone Selection & Safety

  • InpAllowVerified (true) — Allow Verified zones 

  • InpAllowProven (true) — Allow Proven zones 

  • InpBlockOppositeSameTick (true) — Block opposite-side entry within same tick 

  • InpMagic (20250822) — Magic number 

  • InpMaxSpreadPoints (0) — Max spread; 0=disabled 

  • InpMaxActiveTradesPerZone (1) — Max concurrent EA trades per zone 

  • InpMinMarginLevelPct (1000) — Stop new entries if margin% below 

  • InpDebug (true) — Debug logs 

  • InpDebugVerbose (false) — Extra diagnostics 

Money Management

  • InpUseBalanceLot (true) — Balance-based lots 

  • InpLotsPerK (0.02) — Lots per 1K balance 

  • InpBalanceK (1000.0) — 1K reference 

  • InpUseRiskPercent (false) — %Risk sizing (needs SL) 

  • InpRiskPercent (1.0) — Risk per trade (%) 

Priority: Risk% → Balance-based → Fixed lot.

Profit Latch (Stop After Target)

  • InpStopAfterProfit (true) — Lock new entries after target 

  • InpProfitTargetPct (10.0) — Target % vs baseline 

  • InpProfitDaily (false) — Daily reset 

  • InpUseBalanceForTarget (true) — Baseline = Balance (else Equity) 

Break-even

  • InpUseBE (true) — Enable BE 

  • InpBE_TriggerPts (200) — Arm distance (pts) 

  • InpBE_OffsetPts (75) — Move SL beyond entry 

Zone Engine (Embedded)

  • ZE_BackLimit (1000) — Bars to scan back 

  • ZE_ShowWeak (false) — Include Weak 

  • ZE_ShowUntested (false) — Include Untested 

  • ZE_ShowTurncoat (false) — Include Turncoat 

  • ZE_FuzzFactor (0.75) — ATR-based edge tolerance 

  • ZE_FractalFastFactor (3.0) — Fast fractal window 

  • ZE_FractalSlowFactor (6.0) — Slow fractal window 

  • ZE_Merge (true) — Merge overlapping zones 

  • ZE_Extend (true) — Extend edges by ATR 

  • ZE_DrawLabels (true) — Draw labels 

  • ZE_LabelShift/Color/Size/Font — Label styling 

  • Zone Colors — Support/Resistance color sets per strength

Quick Start 

  1. Test the EA on a period with a clear trend structure, such as H1 or M30/H4.

  2. For first attempts ZE_ShowWeak=false, ZE_ShowUntested=false, ZE_ShowTurncoat=false (start with Verified/Proven only).

  3. InpMaxActiveTradesPerZone=1 ve InpBlockOppositeSameTick=true and stay protective.

  4. InpUseTP_ByProfit=false (points TP); then make true and try the range 0.30-0.80.

  5. Strategy Tester’da:

    • Model: Every tick (or 1-minute OHLC for speed)

    • Use variable spread if your broker widens spread often.

    • Enable journal and optionally InpDebugVerbose=true to trace triggers.

Recommendation: Perform the first live trials on the demo account. Parameter optimisation differs for each symbol and TF.

Money Management Examples

  • Balance-based (default): Balance 10,000 → 0.02 lots per 1K ⇒ 0.20 lot.

  • Risk% (with SL): If distance(entry, SL) = 250 pts; account risk = 1% of balance; EA computes volume to risk ≈1% if tick value is provided by broker correctly.

Broker tick value/size must be accurate; exotic symbols may require manual checks.


FAQ
Q: Repaints?
A: Zones are recomputed on new bars using fixed fractal/ATR rules; historical shaping does not repaint intra-bar. However, merging/extending can adjust borders as new data arrives — this is by design.
Q: Which timeframes/pairs?
A: Works on all; better structure is often seen on H1–H4. On low TFs, consider tighter SL/TP and enabling %TP.
Q: MT5 netting vs hedging?
A: The EA operates with CTrade/PositionInfo and modifies by ticket then symbol, so hedging is supported. Zone gating relies on magic number and zone range.
Q: Can I add my own indicators?
A: The engine is self-sufficient; you may still combine with dashboards/filters, but avoid conflicting EAs on the same symbol+magic.
Q: What do strengths mean?

A: Heuristics based on retests/turning: Proven (3+ retests), Verified (≥1), Turncoat (role flip), Untested (no retest but not weak), Weak (low-confidence).




Recommended products
Prime Trader
Abderrahmane Benali
PrimeTrader EA – Advanced Trading Expert Advisor PrimeTrader EA is a professional Expert Advisor that combines multiple powerful indicators to generate precise entry and exit signals. It is designed to adapt to different market conditions, with advanced trade management features and a built-in info panel to keep you updated on your account status in real time. * Introductory Offer : the current price is only   79 USD   After the first 10 purchases, the price will increase to   139 USD , and grad
DO YOU WANT TRADING ROBOTS? READ THIS. Before investing in a trading robot, take a moment to understand what it entails. Trading is a game of probabilities. No one can guarantee a profit on every trade or every month. What truly matters is long-term profitability.  If you can't accept that, there's no point in buying my robot. Go find another job.  Don’t buy a robot based solely on its price or popularity on a platform. An expensive bot isn’t necessarily profitable.  Even with a profitable robo
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,
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.
Predator Genesis
Dragan Drenjanin
Introduction to Predator Genesis EA Predator Genesis, version 1.2, is a cutting-edge Expert Advisor (EA) developed for the MetaTrader 5 (MT5) platform, representing the latest evolution in automated forex trading.   Predator Genesis   is designed to simplify the trading process while maintaining robust performance. Its minimalist user interface, a hallmark of version 1.1, reflects a design philosophy of simplicity within complexity, ensuring accessibility without sacrificing depth. This version
Delay Sniper
Sylvestre Setufa Djagbavi
DO YOU WANT TRADING ROBOTS? READ THIS. Before investing in a trading robot, take a moment to understand what it entails. Trading is a game of probabilities. No one can guarantee a profit on every trade or every month. What truly matters is long-term profitability.  If you can't accept that, there's no point in buying my robot. Go find another job.  Don’t buy a robot based solely on its price or popularity on a platform. An expensive bot isn’t necessarily profitable.  Even with a profitable robot
TradeRanger MT5
Natalyia Nikitina
Attention! Contact me immediately after purchase to receive setup instructions! TradeRanger MT5 Advisor is your reliable assistant in the Forex market. It uses key market patterns, such as price retracements after sharp movements in any direction, to effectively generate profit. Launch the advisor on a single chart with the AUDCAD pair selected, and let it automatically handle other currency pairs. This is a fully automated trading system that requires no special skills from you. Simply install
Magic EA MT5
Kyra Nickaline Watson-gordon
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA w
Candle EA MT5
Mansour Babasafary
3.94 (18)
This expert is based on patterns The main patterns of this specialist are candlestick patterns Detects trends with candlestick patterns It has a profit limit and a loss limit, so it has a low risk The best time frame to use this expert is M30 time frame The best currency pairs to use with this expert is the EURUSD, GBPUSD, AUDUSD, USDCAD currency pairs Attributes: Can be used in the EURUSD, GBPUSD, AUDUSD, USDCAD  currency pairs Can be used in M30, H1, H4 time frames Has profit limit and loss
SkyNet Fx EA
Fernando De Paljla Silva
SkyNet EA uses the Mean Return strategy plus Filters to generate a market entry signal.  This setup is frequently used by professional traders around the world. If you want a reliable EA, SkyNet EA is for you.  SkyNet EA   does not use AI or martingale, it does not work miracles, but it is safe. The results shown in the images are out of sample, therefore much more reliable. The SkyNet EA has been subjected to a long period of more than ten years of Backtesting with Tick by Tick data, using the
HMA Scalper Pro EA
Vladimir Shumikhin
5 (2)
HMA Scalper Pro EA   is a multifunctional robot for active trading on the most in-demand financial instruments, including popular currency pairs (EUR/USD, GBP/USD, USD/JPY, AUD/USD, USD/CAD), gold (XAU/USD), oil (Brent, WTI), and cryptocurrencies (BTC, ETH, LTC, and others). The core of the algorithm is a modernized version of the Hull Moving Average (HMA), which provides clearer signals compared to classic Moving Averages. The advisor reacts flexibly to short-term price fluctuations, using a gr
Srfire Hedge Position
Javier Antonio Gomez Miranda
SRFire Hedge Position - Automated Trading Strategy SRFire Hedge Position is an Expert Advisor (EA) designed to ensure trades always close in profit using a hedging and scaling technique. Here’s how it works: How It Works: Trade Initiation: The EA opens a Buy position within a predefined channel. Simultaneously, it places a Sell Stop order below the channel with double the lot size of the Buy position. If the Buy position hits the Take Profit (TP), the Sell Stop order is canceled, and the proces
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
Alpha Trigger
Ming Ying Lee
Alpha Trigger - Advanced Precision Trading System Harness the Power of Strategic Market Timing The Alpha Trigger system is a sophisticated algorithmic trading solution designed to capture high-probability market movements during key trading sessions. By leveraging advanced price action analysis and precise entry timing, Alpha Trigger aims to capitalize on institutional market flows and breakout opportunities. Introductory Price - $299, will go up $100 every 10 purchases Live Signal - https
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
The RSI-Based Automatic Buy Strategy Expert Advisor (EA) is designed to automatically open buy positions when the RSI indicator enters the oversold zone. It smartly spaces new trades by maintaining a minimum distance between open positions to prevent excessive exposure. With adjustable take profit (TP) levels and lot sizes, this EA is specifically tailored for the XAUUSD (Gold) pair on the M5 timeframe. This Expert Advisor offers reliable and disciplined trade management for traders who want to
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-
Chart Patterns Builder Premium
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Chart Patterns Builder Premium expert advisor is an extension of the freely available Chart Patterns Builder Basic :         it provides 1 new chart pattern: the rectangle breakout (besides the double top & bottom pattern already provided in the basic edition);         in most configurations, backtesting usually shows more than double (2x) average yearly return rate;         the account growth curve is also smoother, due to approximately double number of trades,  compared to the free version
LL Grid EA MT5
Leopoldo Licari
********** CHRISTMAS OFFER - LIMITED TIME ONLY 30$ ********** 6 COPIES OUT OF 10 LEFT AT $35  ---> NEXT PRICE $55 UPDATED v1.8 IS OUT ON MARCH 2022 " I built this EA based on my past trading experience, on my personal needs, on what I already had in my hands, on those useful functions that I needed. I am happy to share it with you at a very small cost considering the potential and the time dedicated to developing it. " PLEASE READ ALL THE DESCRIPTION BEFORE USE IT -  Grid EA with  selectabl
As an experienced trader, it's crucial to have the right tools and resources to succeed in the market. Pro Trader EA offers a professional and efficient trading solution. With our innovative software, you can automate trading strategies, receive precise trading signals, and eliminate emotions. Pro Trader EA enables trading across multiple asset classes, offers real-time analytics, and a user-friendly interface. Our support team is available to answer any questions. Use Pro Trader EA to take you
Bitcoin Striker M5X EA – BTCUSD M5 Trading Robot | High‑Risk & Low‑Risk Presets Note: EA is optimized specifically for the BTC/USD ( BTCUSD ) pair. Using it on other instruments may lead to incorrect behaviour or results. Bitcoin Striker M5X –  BTCUSD M5 Trading Robot with High-Risk/Low-Risk Presets,   ATR-based SL/TP and Fibonacci retracements and more. Bitcoin Striker M5X is a professional trading bot specifically optimized for the Bitcoin market. It efficiently capitalizes on market fluctuati
IPgbpusd5
ANO IDS
3 (2)
The EA is recommended for trading GBPUSD M5. It is based on the strategy of "waiting out", the market entry (and exit) points are determined on the basis of correlation of a number of indicators. The trading volume for opening a position depends on results of previous trades. It is possible to limit the amount of risk (the AutoMM parameter). It is also possible to set the maximum spread, above which the EA will automatically suspend trading (the MaxSpread parameter). It also has advanced feature
FSilverTrend
Francisco Jesus Alonso Martin
FSilverTrend - Expert Advisor for USDJPY Trading FSilverTrend is an Expert Advisor (EA) designed to trade USDJPY, taking advantage of market trends with precision and efficiency. Based on an advanced algorithmic approach, this EA identifies the prevailing market direction and executes optimized trades to capture sustainable movements. Key Features: Trend-Based Strategy: Uses indicators and price action patterns to identify the predominant USDJPY trend and trade in its direction.  Smart Filters
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
US500 Scalper
Sergey Batudayev
The S&P 500 Scalper Advisor is an innovative tool designed for traders who want to successfully trade the S&P 500 Index. The index is one of the most widely used and prestigious indicators of the American stock market, comprising the 500 largest companies in the United States. Peculiarities: Automated trading solutions:   The advisor is based on advanced algorithms and technical analysis to automatically adapt the strategy to changing market conditions. Versatile approach:   The advisor combine
New Product Description for MadoCryptoXPro --- MadoCryptoXPro — The Smartest Crypto Warrior ️ Battle-tested on BTC & ETH. Built for real-time chaos. --- MadoCryptoXPro isn’t just another technical bot. It’s a battlefield machine designed to handle the madness of BTCUSD and ETHUSD with surgical precision. Whether the market is flat, trending, or just plain psycho — it stays focused, adapts fast, and protects your capital like a vault guard on Red Bull. --- Core Features: Smart
Somewhere over the rainbow It is a system that tries to operate the market from the exhaustion of the trend with a correction algorithm that tries to cut losses at the cost of increasing the margin This system makes all the adjustments automatically, analyzing the pair and the market to decide which is the most efficient step to reach your destination. Somewhere over the rainbow is a multiple trade and multi lot system(The maximum batch can be up to 5 times the initial batch distributed in mult
MA Fibo Retracement
Sylvestre Setufa Djagbavi
DO YOU WANT TRADING ROBOTS? READ THIS. Before investing in a trading robot, take a moment to understand what it entails. Trading is a game of probabilities. No one can guarantee a profit on every trade or every month. What truly matters is long-term profitability.  If you can't accept that, there's no point in buying my robot. Go find another job.  Don’t buy a robot based solely on its price or popularity on a platform. An expensive bot isn’t necessarily profitable.  Even with a profitable robot
Smart Range Breakout EA
Botond Doczy Rossler
1 (1)
Smart Range Breakout EA is a fully automated time range breakout strategy, which uses calculated trailing stop-loss to trade high volume moves on the market. The strategy comes with not overly optimized default settings, however it can be experimented with. This expert advisor does not use any martingale, grid or similar techniques, therefore there are no spikes in the relative equity drawdown. LIVE PERFORMANCE : https://www.mql5.com/en/signals/1823580 The strategy works best on USDJPY  and EURU
The Gold Buyer
Moses Aboliwen Aduboa
Ride the Gold Trend with a Simple Buy-Only EA The  EA is a fully automated Buy-Only Expert Advisor for MetaTrader 5. It is designed to capture upward market opportunities with safe risk management and seamless execution. Why Traders Choose It: Best performance on Gold (XAUUSD) – highly liquid and trending. Buy-Only EA – focuses purely on long positions. Plug & Play setup – attach and let it trade automatically. Built-in Stop Loss & Take Profit protection. Smart one-position contro
Buyers of this product also purchase
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (275)
Hello, traders! I am Quantum Queen, the newest and a very powerful addition to the Quantum Family of Expert Advisors. My specialty? GOLD. Yes, I trade the XAUUSD pair with precision and confidence, bringing you unparalleled trading opportunities on the glittering gold market. I am here to prove that I am the most advanced Gold trading Expert Advisor ever created. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Disco
Argos Fury
Aleksandar Prutkin
5 (6)
For the first time on this platform | An EA that understands the market For the first time on this platform, an Expert Advisor uses the full power of Deep Seek. In combination with the Dynamic Reversal Zoning strategy, a system is created that not only detects market movements – but understands them. Live Signal __________     Setup Timeframe: H1 Leverage: min 1:30 Deposit: min $200 Symbol: XAUUSD Broker: all This combination of Deep Seek and the Reversal Strategy is new – and that’s exactly
ARIA Connector EA
Martin Alejandro Bamonte
4.93 (14)
Aria Connector EA – V4 (Learning Machine + XGBoost Learning Model +112 Paid & Free AIs + Voting System + External & Editable Prompts) While most EAs on the market claim to use “AI” or “neural networks” but in reality only run basic scripts, Aria Connector EA V4 redefines what true AI-powered trading means. This is not theory, not marketing hype, it’s a direct, verifiable connection between your MetaTrader 5 platform and 112 real AI models, combined with a next-generation XGBoost engine, editab
Axonshift EA MT5
Maxim Kurochkin
5 (14)
AxonShift — Algorithmic System with Adaptive Execution Logic AxonShift is an autonomous trading algorithm specifically designed and optimized for trading XAUUSD under H1 conditions. Its architecture is based on structured logic modules that interpret market behavior through a combination of short-term dynamics and intermediate trend impulses. The system avoids reactive overfitting or high-frequency exposure, instead focusing on controlled trade cycles triggered by predefined structural condition
Quantum Baron
Bogdan Ion Puscasu
5 (32)
Quantum Baron EA There’s a reason oil is called black gold — and now, with Quantum Baron EA, you can tap into it with unmatched precision and confidence. Engineered to dominate the high-octane world of XTIUSD (Crude Oil) on the M30 chart, Quantum Baron is your ultimate weapon for leveling up and trading with elite precision. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Discounted   price .     The price will inc
Mad Turtle
Gennady Sergienko
5 (15)
Symbol XAUUSD Timeframe H1-M15 (any) Type Artificial intelligence Single order trading support         YES Minimum deposit 50 USD (or equivalent in another currency) Compatible with ANY broker YES (supports 2 or 3 digit brokers. Any deposit currency. Any symbol name. Any GMT time.) Run without prior setup YES If you’re interested in artificial intelligence in trading, subscribe to my channel. I research the latest advances in machine learning, share free models, and sometimes write mini-ar
Big Forex Players MT5
MQL TOOLS SL
4.74 (116)
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
Quantum Emperor MT5
Bogdan Ion Puscasu
4.87 (474)
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:   Check my profile MT4 V
Syna
William Brandon Autry
5 (1)
Introducing Syna Version 3+ - The Revolutionary Dual-Function AI Trading System I'm thrilled to unveil Syna Version 3+, a groundbreaking leap forward in AI-powered trading technology. This release features unprecedented direct API access to leading AI providers including OpenAI, Anthropic, Gemini, X.ai (Grok), Mistral, DeepSeek, and OpenRouter's extensive model ecosystem. Now with Vision input capabilities, automated API key management, and refined AI prompting protocols, Syna delivers an intui
The Gold Reaper MT5
Profalgo Limited
4.43 (82)
PROP FIRM READY! ( download SETFILE ) WARNING: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 2 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Welcome to the Gold Reaper! Build on the very succesfull Goldtrade Pro, this EA has been designed to run on multiple timeframes at the same time, and has the option to set the trade frequency from very conservative to extreme volatile. The
MultiWay EA
PAVEL UDOVICHENKO
5 (13)
MultiWay EA is a smart and efficient automated trading system built on a powerful mean-reversion strategy. Thanks to broad diversification across nine correlated (and even some typically “trending”) currency pairs — AUDNZD, NZDCAD, AUDCAD, USDCAD, EURUSD, GBPUSD, EURCAD, EURGBP and GBPCAD — it captures price moves back to the average after strong directional impulses. After purchase, please send a private message to receive full setup instructions. Live Signal:  CLICK HERE Promo price — only
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.95 (119)
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
AI Gold Sniper MT5
Ho Tuan Thang
5 (6)
Forex EA Trading Channel on MQL5:  Join my MQL5 channel to update the latest news from me.  My community of over 14,000 members on MQL5 . ONLY 3 COPIES OUT OF 10 LEFT AT $399! After that, the price will be raised to $499. - REAL SIGNAL  Default Setting:  https://www.mql5.com/en/signals/2329380 Full installation instructions for EA AI Gold Sniper to work properly are updated at   comment #3 AI Gold Sniper applies the latest GPT-4o model (GPT-4o by OpenAI) in XAU/USD trading designed based o
Golden Synapse
Abdelrahman Ahmed Mahmoud Ahmed
5 (3)
Golden Synapse EA is a precision engineered trading system that combines an advanced strategy with strict technical analysis to deliver consistent and low risk performance. Designed to trade with discipline, it avoids risky approaches and focuses entirely on quality over quantity. Every trade it takes is carefully selected and always protected by a stop loss. Golden Synapse never uses grid or martingale systems. It only opens one position at a time, keeping exposure under control and making it a
VolumeHedger
Huseyin Furkan Ozturk
5 (17)
VolumeHedger EA [ Live Signals ]  ,  [ My Channel ]   ,  [ Set Files ]  ,   [ Blog ] Recommended accounts: High leverage Standard, ECN, Raw; Cent; Propfirm (FTMO etc.) The developer of this EA has proven his professionalism through the quality of his other robots. With Volume Hedger EA  Thanks to the ability to define an entry strategy using a Custom Indicator, you will no longer need to purchase additional EAs! This EA is an advanced trading algorithm that combines Martingale strategy with hed
VectorPrime EA MT5
Maxim Kurochkin
5 (9)
VectorPrime — Algorithmic System with Multi-Layered Vector Logic VectorPrime is an autonomous trading system engineered for structured execution under multi-timeframe market conditions. At its core lies the concept of vector analysis, where price dynamics are decomposed into directional impulses and matrix-based structures. The system interprets market flow not as isolated signals, but as interconnected vectors forming a coherent market map. Key modules of VectorPrime: Vector Dynamics Engine — i
EA New Player
Vitali Vasilenka
5 (8)
EA New Player   — New Generation Trading Advisor A special offer is in effect at the start of sales: first 10 copies — $299, next 20 copies — $500.  EA New Player is a unique trading advisor for MT5, built on the basis of 7 different classic trading strategies. The advisor was created without the use of artificial intelligence, only on the basis of time-tested technical analysis tools. Its main feature is the transparency of logic, simple settings and versatility for any trader. Attention slow
SGear
Olesia Kusmenko
5 (3)
Late Summer Sale – Only for a Limited Time! We are currently running our big summer sale – exclusively for those who want to secure SGear before the official signal is added. The price remains significantly reduced until the signal goes live. Important: As soon as the signal is released, the price will be adjusted – and will increase noticeably. So if you're planning to get started with SGear, now is the best time. A tiered pricing model also applies: Every 5th purchase increases the price by $5
Burning Grid
Magma Software Solutions UG
4.56 (27)
Burning Grid EA MT5 – Multi-Pair Grid Power with Adaptive Risk Trade up to 35 forex pairs simultaneously with intelligent strategy selection, flexible risk profiles, and dynamic drawdown control. Manual: https://magma-software.solutions/burning-grid/bgmanual-en.html Latest Setfiles : https://www.mql5.com/en/blogs/post/764010 Community : https://www.mql5.com/en/messages/0151274c579fdb01 Blog Posts:   https://www.mql5.com/en/users/mqlcharmant77/blog My Expert Advisors: https://www.mql5.com/en/us
Swing Master EA
Ihor Otkydach
4.78 (67)
Let me introduce you to an Expert Advisor, built on the foundation of my manual trading system — Algo Pumping . I seriously upgraded this strat, loaded it with key tweaks, filters, and tech hacks, and now I’m dropping a trading bot that: Crushes the markets with the advanced Algo Pumping Swing Trading algorithm, Slaps Stop Loss orders to protect your account, Perfectly fits both "Prop Firm Trading" and "Personal Trading", Trades clean without martingale or crazy grid systems, Runs on the M15 tim
Bitcoin Robot Grid MT5
MQL TOOLS SL
4.93 (40)
Bitcoin Robot Grid MT5 is an intelligent trading system designed to automate BTCUSD trading using the grid trading strategy. This method takes advantage of market fluctuations by placing a structured series of buy and sell orders at predefined price levels. The robot continuously monitors market conditions and executes trades according to its preset parameters, allowing for consistent market engagement without the need for manual intervention. Bitcoin Robot Grid is the perfect solution for trad
Aura Neuron MT5
Stanislav Tomilov
4.79 (47)
Aura Neuron is a distinctive Expert Advisor that continues the Aura series of trading systems. By leveraging advanced Neural Networks and cutting-edge classic trading strategies, Aura Neuron offers an innovative approach with excellent potential performance. Fully automated, this Expert Advisor is designed to trade currency pairs such as XAUUSD (GOLD). It has demonstrated consistent stability across these pairs from 1999 to 2023. The system avoids dangerous money management techniques, such as m
Http EA
Yury Orlov
5 (4)
HTTP EA (How To Trade Pro) — MT5 trading robot without martingale and grid, with daily position closing. Developed by author of Entry Points Pro, professional trader with over 25 years of experience. Only 1 copy left at current price! Then price will increase by $100. The HTTP EA uses pending orders, maintains only one trade per instrument, always applies stop-loss and take-profit, and closes positions every day. Works with the following financial instruments: Currency pairs Cryptocurrencies Met
XG Gold Robot MT5
MQL TOOLS SL
4.2 (86)
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
ENEA mt5
Vitalii Tkachenko
5 (3)
Price: 404$ -> 550$ Signal:   ENEA How To: Manual ENEA mt5 – Regime-Switching + GPT5 with Hidden Markov Models (HMMs) ENEA mt5 is a state-of-the-art, fully automated trading algorithm that combines the power of artificial intelligence in the form of ChatGPT-5 with the precise statistical analysis of a Hidden Markov Model (HMM). It monitors the market in real time, identifying even complex and hard-to-detect market states (regimes) and dynamically adjusting its trading strategy to the prevaili
AlphaCore X
Arseny Potyekhin
3.76 (25)
AlphaCore X The AlphaCore X EA is a cutting-edge trading system that masters the complexity of financial markets with a unique combination of AI-driven analyses and data-based algorithms. By integrating ChatGPT-o1 , the latest GPT-4.5 , advanced machine learning models, and a robust big data approach, AlphaCore X achieves a new level of precision, adaptability, and efficiency. This Expert Advisor impresses with its innovative strategy, seamless AI interaction, and comprehensive additional featu
GbpUsd Commander
Ibrahim Aljaref
4.61 (23)
GBPUSD Commander – Structured Scalping on M30-(lowest risk in the world) GBPUSD Commander is an Expert Advisor designed specifically for GBP/USD on the 30-minute timeframe. It applies structured technical logic with fixed Stop Loss and Take Profit levels, adaptive lot sizing, and risk control built into each position. The EA avoids the use of martingale, grid, or hedge techniques and operates with clearly defined trade logic for consistent execution. Suitable for both newer traders and experienc
HFT Fast M1 Gold Scalper MT5 EA
Martin Alejandro Bamonte
5 (1)
HFT AI FAST SCALPER V10.1 The most advanced release of our EA so far, rebuilt with fully integrated AI decision-making , multi-AI voting , and dynamic trading logic . Now it’s not only designed for XAUUSD (Gold) on M1, but also supports BTCUSD  and ETHUSD  with high-frequency entries, smart risk management, and full adaptability. This EA combines OpenRouter-connected FREE AIs with advanced filters for precision trading in any market condition. Interactive Manual V10.1 and presets: https://w
Update 15 September 2025  New optimized set files created using real tick data are now available. Please message me directly to receive the correct files for your broker.  VERSION 2 JUST RELEASED - MAJOR UPGRADES   A disciplined mean-reversion Expert Advisor for Forex majors & minors Tested across 6 currency pairs on 5 years of data (~1,940 trades) , Neural Vertex blends RSI, ADX, and dual EMA confirmation into a systematic, transparent strategy. No martingale. No grid. No arbitrage tr
Quantum StarMan
Bogdan Ion Puscasu
4.91 (103)
Hello everyone, let me introduce myself: I am Quantum StarMan, the electrifying, freshest member of the Quantum EAs family. I'm a fully automated, multicurrency EA with the power to handle up to 5 dynamic pairs: AUDUSD, EURAUD, EURUSD, GBPUSD, and USDCAD . With the utmost precision and unwavering responsibility, I'll take your trading game to the next level. Here's the kicker: I don't rely on Martingale strategies. Instead, I utilize a sophisticated grid system that's designed for peak performa
Filter:
No reviews
Reply to review