Turnaround Tuesday Multi Symbol Reversion Pro

# Turnaround Tuesday Multi Symbol Reversion Pro - Handbook

## 1. Purpose of the Expert Advisor

Turnaround Tuesday is a rule-based long-only strategy for trading multiple symbols at the same time. The core idea is a weekly mean-reversion pattern after a weak Monday: the EA looks for entries on Monday at a fixed broker time, opens only buy positions, and closes them again on Tuesday or Wednesday at a predefined time.

The EA is symbol-driven, manages each position with the same Magic Number, and displays the most important metrics directly on the chart.

## 2. Strategy Overview

1. On Monday, the EA checks each symbol from the configured symbol list at the selected time.
2. An entry is allowed only if there is no open position for that symbol and no entry has already been recorded for the same week.
3. An optional D1 SMA filter can be enabled.
4. An optional bearish Monday candle filter can also be required.
5. If all conditions are met, the EA opens a buy position.
6. On the selected exit day, the EA closes all open positions for the managed symbols.

## 3. Trading Logic

### 3.1 Entry

The entry is executed only on Monday at the configured broker time.

Default inputs:

- Entry Hour: 22
- Entry Minute: 55

Before opening a trade, the EA checks:

- whether the symbol is included in the symbol list and available,
- whether an open position already exists for that symbol with the EA Magic Number,
- whether an entry for that symbol has already happened during the current week,
- whether the optional MA filter is satisfied,
- whether the optional bearish Monday filter is satisfied.

### 3.2 Exit

The exit happens on Tuesday or Wednesday, depending on the selected setting, also at a fixed broker time.

Default inputs:

- Exit Hour: 22
- Exit Minute: 55
- Exit Day: Tuesday or Wednesday

At that moment, the EA closes all open positions for its managed symbols, provided they carry the EA Magic Number.

## 4. Symbol Management

The EA can trade several markets in parallel. The symbol list is maintained as a CSV string.

Example:

```text
USTEC,US500,US2000,UK100,DE40
```

Notes:

- Spaces are ignored.
- Semicolons are automatically converted to commas.
- Unavailable symbols are skipped and reported in the journal.
- If no valid symbols are found, the current chart symbol is used.

## 5. Filters

### 5.1 Daily SMA Filter

The EA can use a simple moving average on the D1 chart.

Settings:

- Use MA Filter: on or off
- MA SMA Period D1: default 20
- MA Filter Mode: Below or Above

Logic:

- Below: entry only if the current Bid is below the SMA.
- Above: entry only if the current Bid is above the SMA.

### 5.2 Bearish Monday Filter

When enabled, the EA only enters if the current D1 candle is bearish.

Condition:

- Close < Open

This is an additional quality filter for the Monday signal.

## 6. Risk Management

The EA calculates position size dynamically based on a defined risk amount.

### 6.1 Important Inputs

- StopLoss Pct: percentage stop loss relative to the entry price
- Risk Per Trade Pct: risk per trade in percent
- Risk Base Balance: optional fixed base for the risk calculation
- Use StopLoss: enable or disable the stop loss

### 6.2 Calculation

If a stop loss is active, the position size is calculated so that the possible loss per trade matches the configured risk. If a fixed Risk Base Balance is set, the EA uses that as the calculation base. Otherwise, it uses the current account balance.

If no valid stop loss or no valid risk base can be determined, the EA will not open a trade.

### 6.3 Stop Loss

If enabled, the EA places a percentage-based stop loss below the entry price.

Example:

- Entry at 100.00
- StopLoss Pct = 5.0
- SL at 95.00

## 7. Positions and Trading Rules

The EA follows these rules:

- only long positions are opened,
- each symbol can be opened only once per week,
- only positions with the configured Magic Number are managed,
- positions from other strategies remain untouched.

Management is handled through position and history checks, so the EA does not reopen symbols that have already been traded during the week.

## 8. On-Chart Dashboard

If the dashboard is enabled, the EA shows the most important information directly on the chart:

- current status,
- current weekday,
- entry and exit time,
- active filter mode,
- number of monitored symbols,
- risk per trade,
- balance and equity,
- cumulative profit/loss,
- weekly performance,
- symbol-specific weekly and total values.

The dashboard is refreshed on every new M1 tick.

## 9. Journal Logging

If logging is enabled, the EA writes events to the terminal journal, such as:

- initialization,
- symbol list loading,
- successful entries,
- exit information,
- rejections caused by filter conditions,
- technical order submission errors.

This is useful for troubleshooting and for reviewing trading behavior.

## 10. Runtime Flow

### Start

When the EA is loaded, it:

- sets the Magic Number,
- loads symbols from the list,
- calculates statistics from history,
- writes an init log entry.

### During Operation

On every new M1 bar update, the EA:

- recalculates statistics,
- checks whether an entry time has been reached,
- checks whether an exit time has been reached,
- updates the dashboard.

### Shutdown

When the EA is removed, dashboard objects are deleted and a deinit log entry is written.

## 11. Practical Notes

- The EA uses broker time, not local PC time.
- Entry and exit times must therefore match the broker server time.
- The symbols must be available at the broker and selectable in Market Watch.
- In the Strategy Tester, the selected symbols and time ranges should match the configured settings.
- The EA only opens positions when the conditions are met within the exact time window.

## 12. Intended Use Case

The EA is intended for markets that often show short-term weakness on Monday and then mean-revert into Tuesday or Wednesday. Typical candidates are broad index markets and other liquid CFD instruments.

## 13. Summary

Turnaround Tuesday is a clearly rule-based multi-symbol EA with:

- Monday as the entry day,
- Tuesday or Wednesday as the exit day,
- an optional SMA filter,
- an optional bearish Monday filter,
- dynamic risk and lot sizing,
- a dashboard and journal logging.

The strategy is intentionally simple and relies on consistent time rules instead of many complex signals.
Video Turnaround Tuesday Multi Symbol Reversion Pro
Recommended products
Pivot Hunter EA
Daniel Naranjo Morales
Pivot Hunter EA Pivot Hunter EA is a specialized trading robot developed exclusively for the   CADJPY   currency pair on the   H1 timeframe . Its strategy is designed to identify potential market turning points by analyzing price action and momentum. The core of the EA's logic is a multi-indicator confirmation system. It combines signals from classic indicators, including the Parabolic SAR, Awesome Oscillator (AO), Relative Strength Index (RSI), and Average True Range (ATR). By requiring agreeme
GoldWeeklyPro GoldWeeklyPro is an automated Expert Advisor developed for trading XAUUSD (Gold) using a rule-based technical strategy. The Expert Advisor operates on higher timeframes and opens trades only when predefined technical conditions are met. Strategy Overview The Expert Advisor evaluates market conditions using a combination of trend filters, momentum indicators, and price pattern detection. Trade entries are generated only when the internal strategy criteria are satisfied. Primary Log
FREE
FDow
Francisco Jesus Alonso Martin
FDow – Algorithmic Simplicity with Professional-Grade Robustness FDow is an Expert Advisor (EA) specifically designed to trade the Dow Jones (US30) using a minimalistic yet highly effective rule set. Built around only two of the most reliable technical indicators — the SMA (Simple Moving Average) and the ATR (Average True Range) — this system generates clean, transparent, and easy-to-interpret trading signals. Unlike complex and over-engineered strategies, FDow relies on pure trend-following log
Enigma Sniper
Anshuman Thakur
ENIGMA SNIPER - MetaTrader 5 Expert Advisor Precision Entries. Disciplined Execution. ENIGMA SNIPER is a professional MT5 Expert Advisor designed to identify precise trade entries using a Smart Money Concepts (SMC) inspired market structure methodology combined with a multi-timeframe thinking approach. The EA focuses on disciplined trade selection and systematic execution rather than frequent trading. Key Features SMC-inspired Market Structure Analysis Multi-Timeframe Confirmation Precision Entr
Aurus AI
Dmitriq Evgenoeviz Ko
Aurus AI : Multi-AI Architecture Aurus AI Core is more than just a trading advisor; it's a next-generation intelligent ecosystem based on the principle of multi-layered artificial intelligence consensus. The system consists of four specialized AI modules, each responsible for a separate stage of trade entry signal verification. Four-layer filter system The advisor opens a trade only when all four independent modules give an "APPROVED" signal: Market Sense Layer : Evaluates overall market volati
ICT TouchPoint EA
Marvin Ababon Bensig
What is ICT TouchPoint EA? ICT TouchPoint EA is a precision market-structure based MT5 Expert Advisor designed to trade only after a valid Break of Structure (BOS) and enter on a retracement touch—no candle chasing, no impulsive entries. This EA follows ICT / Smart Money Concepts logic by waiting for structure confirmation, liquidity sweep, and controlled pullback before executing a trade.  Trading Logic (How It Works)  BUY Setup Detects Higher High (HH) that sweeps previous highs Detects Lowe
Obor Pawai V75 – Expert Advisor for Gold Trading Obor Pawai V75 is a next-generation Expert Advisor (EA) developed specifically for trading gold (XAUUSD). Built with a proprietary Breakout Finder system and a suite of advanced indicators, it offers both automated and customizable trading strategies for breakout, swing, and scalping scenarios. Key Features Breakout Finder Detects high-probability breakout opportunities using integrated logic from DeMarker, MACD, RSI, ATR, and Pivot Points. Desig
VOLQUIS NASDAQ PROP FIRM EDITION NASDAQ 100 (M15) Algorithmic Trading System Professional MT5 Expert Advisor Built on Proven Performance VOLQUIS is continuously validated through live forward testing. Early adopters receive the lowest available price, while pricing will increase as the verified track record grows. Verified Live Performance Official Myfxbook verified live demo track record available. The official live performance link is available in my MQL5 profile. Performance statistics show
Gold Momentum Shield EA The Smart Way to Trade XAUUSD: Trend Following with Volatility Protection Stop gambling with dangerous Martingale or Grid systems. Gold Momentum Shield is a professional algorithmic trading solution designed for Gold . This EA doesn’t try to predict the future and it follows the real institutional money flow by combining momentum confirmation with advanced volatility-based protection. Unlike basic EAs that enter trades blindly, Gold Momentum Shield uses a triple-filter
The Catalyst EA
Daniel Naranjo Morales
The Catalyst EA The Catalyst EA is a sophisticated trading robot designed for the MetaTrader 5 platform. It is specifically developed for trading the   AUDUSD currency pair on the H1 timeframe . The EA employs a multi-indicator strategy that aims to identify and capitalize on potential market reversals and corrections. A primary focus of its design is robust risk management, featuring dynamic lot sizing and multiple layers of trade protection to manage your capital effectively. Strategy The Cata
Nspire Gold Breakout
Manuel Sascha Amparo Alves
NSPIRE Gold Breakout 1.0 Professional Breakout Trading for XAUUSD NSPIRE Gold Breakout 1.0 is an advanced Expert Advisor for MetaTrader 5 , specifically designed to trade Gold (XAUUSD) using a proven breakout strategy combined with intelligent market filters and professional risk management. Instead of entering every breakout, the EA focuses on high-probability market conditions by combining volatility analysis, ATR filtering and candle confirmation. This helps avoid low-quality entries while
Cyclone Intraday
Mikhail Mitin
5 (1)
How the EA works (simple explanation) Trades on M5 timeframe Uses H1 timeframe to analyze global market context Analyzes 2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol: EURUSD Timeframe: M5 Trading style: Intraday
Artemis Gold HFT Throttle EA MT5 The wait is over — Artemis Gold HFT Throttle EA is now available for MetaTrader 5. Artemis Gold HFT Throttle EA MT5 is a Gold-focused Expert Advisor for XAUUSD traders who want fast short-term automation with controlled execution, intelligent guard protection and clear dashboard visibility. Most fast trading robots focus only on speed. In real broker conditions, speed without control can become a problem. Gold spreads can widen quickly, liquidity can change fast,
FREE
Hedging was known as "100% Winning Strategy" in many decade before. But it doesn't seem right in the side-way market. If you put Hedging distant too close, it will entry as more as the side-way stay. If you put Hedging distant too far, it would never hit the BEP before the account blown. So, now "EA by CAPO" brought to you the new generation of Hedging that help user avoid the Risk from side-way market. We let the EA observe first 3trades with the same distant and it increase the distant at 4th
X Forts
Denis Chebatarev
5 (1)
Trading robot X Forts The scalper Forts EA is designed for futures trading on the Russian futures futures market (RTS, Sberbank, Gazprom, Ruble, etc.). The main instruments are futures on the RTS, SBRF index. Recommended timeframes M1-M6. The EA does not use averaging. Each trade has its own stop loss.  The size of the required GO for tests and trading on the selected instrument is taken from the instrument code.  Trading robot settings SL - stop loss Lots - lot for trading Pos_Market - numbe
EURUSD 1min scalper
Catalin Adelin Iovan
Features An amazing scalper created for EURUSD 1 min time frame. Compared to the 5 min version https://www.mql5.com/en/market/product/54412#!tab=overview , this one is a higher risk/ reward . Just like the 5 min version, this one needed more than 500h of optimization . It was made in mind for IC markets MQL5 platform, an adapted for their data, but I suppose it must works on other brookers as well. I will also publish soon the MT4 version for IC markets as well. Description Strategy is made fro
Thor MT5
Dragan Drenjanin
5 (1)
Thor EA: A Powerful Algorithm for Gold Trading (XAUUSD) The Thor EA trading robot is a modern solution for automated trading, harmoniously combining cutting-edge automation technologies with sophisticated intelligent market analysis mechanisms. This expert advisor has been carefully developed and pre-optimized for trading the popular XAUUSD (gold/US dollar) instrument on the H1 (hourly) timeframe, making it a specialized and effective tool specifically for this market. The main advantage of Tho
Overview Gold Trade Manager EA is a robust Expert Advisor for XAUUSD . It uses a proprietary signal engine to open trades and a strict risk module to manage them. No martingale, no grid. Designed for live trading and backtests. Key advantages Simple setup; works best on H1 One trade per signal with automatic SL/TP and optional trailing stop Built-in spread/volatility filters to avoid poor conditions ECN-friendly; isolates orders via MagicNumber Parameters LotSize — fixed lot per trade RiskPerc
HFT PropFirm EA MT5
Dilwyn Tng
4.93 (83)
HFT PropFirm EA MT5 is  also known as Green Man due to its distinctive logo by Dilwyn Tng, is an Expert Advisor (EA) crafted specifically for overcoming challenges or evaluations from proprietary trading firms (prop firms) that permit High-Frequency Trading (HFT) strategies. Get funded and not losing prop firm passing for FTMO use POBE Prop Firm EA Free  1 All-In-One Breakout EA account licence with purchase of HFT PropFirm EA MT5 Passing HFT MT5 Challenge Performance Monitor ($100, starting
MT5 GridderEA Pro
Nikolaos Pantzos
It's a multi-currency grid  system that can trade all input pairs from one chart. The expert will close all orders for each pair using a profit level. Trade on 16 pairs. Please use expert only on a hedge account!!! Information Chose a broker with fast execution and low spreads for effective results. Please make some tests on a demo account to see how the expert works before using it on a real account. For 0.01 minimum lot size and account leverage 1:500, you need an initial balance of at least
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
Gold Crazy EA MT5
Nguyen Nghiem Duy
Gold Crazy EA   is an Expert Advisor designed specifically for trading Gold H1/ EU M15. It use some indicators to find the good Entry. And you can set SL or you can DCA if you want. It can be an Scalping or an Grid/ Martingale depend yours setting. This EA can Auto lot by Balance, set risk per trade. You also can set TP/ SL for earch trade or for basket of trade. - RSI_PERIOD - if = -1, then the default strategy works, if >0, then the RSI strategy works - MAX_ORDERS - to trade with only 1 order,
The Infinity EA MT5
Abhimanyu Hans
3.69 (61)
Contact me for discount before purchasing! AI-Driven Technology with ChatGPT Turbo Infinity EA is an advanced trading Expert Advisor designed for GBPUSD, XAUUSD and AUDCAD. It focuses on safety, consistent returns, and infinite profitability. Unlike many other EAs, which rely on high-risk strategies such as martingale or grid trading. Infinity EA employs a disciplined, profitable scalping strategy based on neural network embedded over machine learning, data analytics AI based technology provid
Ksm: Smart Solution for Automated Forex Trading Ksm is a tool designed for automating Forex trading, using modern methods of time-series data analysis to work with multiple currency pairs across different timeframes. Key Features and Benefits Multi-currency support : Ksm enables trading across multiple currency pairs, helping traders adapt their strategies to various market conditions. New currency pairs can be easily added. Time-series data analysis : Utilizing advanced algorithms, Ksm analyzes
VOLATIX LOOP BREAKOUT PRO MT5 The Ultimate Automated Breakout System with Advanced Capital Protection. Tired of unpredictable market swings blowing up your account? Meet Volatix Loop Breakout Pro —an institutional-grade Expert Advisor (EA) engineered to exploit explosive market momentum while strictly keeping your capital safe. Built on a sophisticated dual-pending order architecture and filtered by true market volatility, this EA turns high-impact price movements into consistent profit loop
Viking Alpha DAX Ivar Edition
Valdeci Carlos Dos Passos Albuquerque
Viking Alpha DAX — Germany 40 Expert Advisor for MetaTrader 5 LAUNCH PROMO Only 10 copies at launch price. Price increases with each sale. Launch price: $297 Next price: $497 Final price: $997 Live Performance: FX Blue — Vikingtradingbots What Makes Viking Alpha DAX Different Most DAX robots fail for one simple reason: they treat the Germany 40 like a forex pair. It isn't. The DAX has a heartbeat — a specific rhythm tied to the Frankfurt Stock Exchange opening, the European session structure, an
Meta Cove AI
Akshay Marjit
MetaCove AI: Precision Pullback Engine (v1.2) An Advanced, Fully-Automated Algorithmic Trading System by Meta Cove Technologies Website: www.metacove.io Version: 1.2 (Stops Fix Release) Platform: MetaTrader 5 (MT5) Overview: The MetaCove AI: Precision Pullback Engine is a high-performance, expert advisor (EA) built to identify low-risk, high-probability entry points in trending markets. The system is fully automated, employing institutional-grade logic to analyze pullbacks using multi-timefram
NoxEA
Ting Kee Ming
NoxEA: A Long-Term Investment Machine NoxEA is not a "magic button" or a high-risk gamble. It is a sophisticated, multi-currency trading engine engineered for capital preservation and consistent, long-term appreciation. Designed for the serious investor, it operates on the principle that sustainable wealth is built through logical execution, not market miracles. Why Choose NoxEA Over "High-Yield" EAs? Most EAs on the market boast backtests showing 1,000% returns in a month, only to blow the acco
EA AutoMartingale V2 - Advanced Gold Trading System Next-generation automated trading with intelligent filters and dynamic profit protection. EA AutoMartingale V2 combines institutional-grade Martingale strategy with advanced entry filters and proprietary adaptive trailing stop loss. Designed for MetaTrader 5, this expert advisor delivers precision execution on XAUUSD with built-in market analysis - eliminating emotional decision-making and maximizing profitable opportunities in the Gold market
Buyers of this product also purchase
Quantum Queen X MT5
Bogdan Ion Puscasu
4.67 (12)
The Legend Continues. The Queen Evolves. Welcome to Quantum Queen X — the next generation of the legendary GOLD trading system that builds upon the proven success of Quantum Queen. Quantum Queen X is built on the same proven core engine as Quantum Queen, introducing a powerful new Custom Mode that allows traders to choose exactly which strategies to enable or disable. Every strategy has been individually reviewed, refined, and optimized to deliver even better performance and adaptability across
Scalping Robot Pro MT5
MQL TOOLS SL
4.5 (127)
Scalping Robot Pro is a professional trading system designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability trading opportunities in the gold market. Scalping Robot Pro is optimized for traders
The Gold Reaper MT5
Profalgo Limited
4.46 (102)
PROP FIRM READY! ( download SETFILE ) WARNING: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 3 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Client Signal YouTube Reviews LATEST MANUAL Welcome to the Gold Reaper! Build on the very succesfull Goldtrade Pro, this EA has been designed to run on multiple timeframes at the same time, and has the option to set the trade frequency fro
Adaptive Gold Scalper Important Pre-notice: This strategy requires a long period of practical verification, and favorable trading returns cannot be guaranteed in the short run. Traders must select brokers with ultra-low order latency, minimal slippage and zero/low stop level requirement; poor broker conditions will lead to disastrous trading results. I have over 14 years of professional trading experience. With proper brokerage conditions and sufficient running time, this fully automated scalpi
Ultimate Breakout System
Profalgo Limited
5 (46)
IMPORTANT : This package will only be sold at current price for a very limited number of copies.    Price will go to 1999$ soon!   +100 Strategies included and more coming! BONUS : At 1499$ or higher price --> choose 5  of my other EA's for free!   ALL SET FILES COMPLETE SETUP AND OPTIMIZATION GUIDE VIDEO GUIDE LIVE SIGNALS REVIEW (3rd party) NEW - VERSION 5.0 - ONECHARTSETUP NEW - 30-STRATEGIES LIVE SIGNAL Welcome to the ULTIMATE BREAKOUT SYSTEM! I'm pleased to present the Ultimate Breakout
Gold Snap
Chen Jia Qi
4.47 (17)
Gold Snap — A Fast Profit Capture System for Gold Live Signal: https://www.mql5.com/en/signals/2362714 Live Signal2: https://www.mql5.com/en/signals/2372603 Live Signal v2.0: https://www.mql5.com/en/signals/2379945 Only 3 copies remaining at the current price. The price will be increased to $999 soon. Important: After purchasing, please contact us by private message to receive the user guide, recommended settings, usage notes, and update support.  https://www.mql5.com/en/users/walter2008 W
Goldwave EA MT5
Shengzu Zhong
4.73 (71)
Real Trading Account   LIVE SIGNAL IC MARKETS:  https://www.mql5.com/en/signals/2339082 This EA uses the same logic and execution rules as the verified live signal shown on MQL5.When used with the recommended, optimized settings on a reputable ECN/RAW-spread broker ( e.g., IC Markets or TMGM) , the EA's live trading behavior is designed to closely align with the trade structure and execution characteristics of the live signal. Please note that differences in broker conditions, spreads, executio
Quantum King EA
Bogdan Ion Puscasu
4.96 (211)
Quantum King EA — Intelligent Power, Refined for Every Trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Special Launch Price Live Signal:   CLICK HERE MT4 version : CLICK HERE Quantum King channel:   Click Here ***Buy Quantum King MT5 and you could get Quantum StarMan for free !*** Ask in private for more details! Rule your trading with precision and discipline. Quantum King EA brings the strength of
Nexorion Initium Novum EA
Valentina Zhuchkova
5 (16)
NEXORION: Initium Novum — Deterministic Logic and Algorithmic Synthesis NEXORION is an institutional-grade analytical complex based on rigorous mathematical liquidity processing algorithms. The core concept of the project is "computational transparency": the expert advisor transforms chaotic price feeds into structured geometric zones, visualizing the decision-making process directly on the trading chart. Real-Time Monitoring https://www.mql5.com/es/signals/2372338 Technical System Specificatio
AXIO Gold EA
Shengzu Zhong
4.6 (10)
AXIO GOLD EA MT5 Live Signal Reference on MQL5 https://www.mql5.com/en/signals/2378982?source=Site+Signals+My AXIO GOLD EA MT5 is an automated trading system developed for XAUUSD Gold on MetaTrader 5. This EA uses the same logic and execution rules as the verified live signal shown on MQL5. When used with the recommended, optimized settings on a reputable ECN/RAW-spread broker such as TMGM , the EA's live trading behavior is designed to closely align with the trade structure and execution charac
Gold House MT5
Chen Jia Qi
4.53 (59)
Gold House — Gold Swing Breakout Trading  One EA. Three Trading Modes. Choose the One That Fits Your Style. No Grid. No Martingale. The price will increase by $50 after every 10 purchases. Final planned price: $1,999. Live Signals:  Profit Priority Mode: https://www.mql5.com/en/signals/2359124 BE priority Mode :  https://www.mql5.com/en/signals/2372604 Adaptive Mode:   https://www.mql5.com/en/signals/2379287  (High-Risk Configuration Reference – Potential profits and losses are amplified. N
Pulse Engine
Jimmy Peter Eriksson
3.94 (34)
UPDATE - ONLY A FEW COPIES LEFT AT CURRENT PRICE! The main goal of this system is long-term live performance without using any risky martingale or grid.  VERY LIMITED COPIES AT CURRENT PRICE Final Price $1499 [Live Signal]  |  [Backtest Results]  |  [Setup Guide]  |  [FTMO Results] A Different Approach to Trading Pulse Engine does not use any indicators or specific timeframes. It has a very unique approach that is not used by any other trading system on MQL5. It trades intraday directional patt
BB Return mt5
Leonid Arkhipov
4.48 (124)
BB Return — an Expert Advisor for gold trading (XAUUSD). I previously used this trading idea in manual trading. The core of the strategy is a return of price to the Bollinger Bands range, but not blindly and not on every touch. For the gold market, bands alone are not enough, so the EA uses additional filters that eliminate weak and non-working market situations. Trades are opened only when the return logic is truly justified.   Global   update   on   June   14th   Trading principles — the strat
Cortex Aurex
Vladimir Mametov
5 (2)
It is a fully automated Expert Advisor for MetaTrader 5, built specifically for Gold / XAUUSD trading. Its logic is designed around the dynamic nature of the gold market: fast price movements, sharp reversals, and high volatility. The EA helps automate trading in an environment where reaction speed, discipline, and precise position management are especially important. The system is focused on disciplined trade management, fast reaction to market changes, and controlled exits. Its main idea is si
Wave Rider EA MT5
Adam Hrncir
4.88 (43)
Scalper speed with sniper entries. Built for Gold. Wave Rider 5.0 is out (see  Announcement ) $499  until Signal reaches 150% - then 749 USD Check the Live signal  or Manual  or  Broker performance Version 5.0 upgrade notice: Close all Wave Rider positions before updating. Strategy Magic Numbers and several input names changed. Review your settings and save a new preset because older sets or templates may not restore every option. New version runs best on VT Markets, Vantage, Blackbull, Fusion,
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (507)
Introducing   Quantum Emperor EA , the groundbreaking MQL5 expert advisor that's transforming the way you trade the prestigious GBPUSD pair! Developed by a team of experienced traders with trading experience of over 13 years. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Buy Quantum Emperor EA and you could get Quantum StarMan for free !*** Ask in private for more details Verified Signal:   Click Here MT4 Version
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.77 (128)
Quantum Bitcoin EA : There is no such thing as impossible, it's only a matter of figuring out how to do it! Step into the future of Bitcoin trading with Quantum Bitcoin EA , the latest masterpiece from one of the top MQL5 sellers. Designed for traders who demand performance, precision, and stability, Quantum Bitcoin redefines what's possible in the volatile world of cryptocurrency. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup i
Chiroptera
Rob Josephus Maria Janssen
4.57 (46)
Prop Firm Ready! Chiroptera is a non-martingale, non-grid, multi-currency Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades (of all 28 pairs!) with tactically placed Take Profits and Stop Losses, that are continuously adjusted to maximize gains and minimize losses. It keeps track of past and upcoming news reports to ensure impacts are minimized and carefully measures real-time volatility to prevent impacts due to unpredictable geo-political disturbances c
Quantum Athena X
Bogdan Ion Puscasu
Smarter Control. Refined Precision. Welcome to Quantum Athena X — the next generation of the focused GOLD trading system that builds upon the precision, efficiency, and disciplined execution of Quantum Athena. Quantum Athena X is built on the same streamlined core engine and the same 6 carefully selected strategies as Quantum Athena. Each strategy has been individually refined and optimized for current GOLD market conditions, while the new powerful Custom Mode allows traders to choose exactly
XG Gold Robot MT5
MQL TOOLS SL
4.3 (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
Quantum Valkyrie
Bogdan Ion Puscasu
4.46 (159)
Quantum Valkyrie  - Precision.Discipline.Execution Discounted   price .  The price will increase by $50 with every 10 purchases. Live Signal: CLICK HERE Quantum Valkyrie MQL5 public channel: CLICK HERE ***Buy Quantum Valkyrie MT5 and you could get Quantum Emperor or Quantum Baron for free !*** Ask in private for more details! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions.      Hello, traders. I am Quantum Val
Precise Pair Trading Pro
Arkadii Zagorulko
3.75 (12)
Please note that I do not sell this EA through any third-party resellers, affiliates, or alternative distribution channels. Monitoring -  Live signal Public channel - Here This EA trades two symbols and looks for short-term imbalance between them. When the symbols move differently from their normal relationship, the EA can open trades and close them when the imbalance becomes smaller. This is not a grid EA. This is not martingale. The EA does not open many recovery orders. It uses only 1 positio
Aetherion Prime EA
Valentina Zhuchkova
AETHERION PRIME EA Precision Algorithmic Trading for XAUUSD on H1 Public live signal for real-time monitoring: https://www.mql5.com/ru/signals/2381671 Limited Launch Offer The first 7 copies are available for only $259 . Once these copies are sold, the price will increase immediately by $100 — to $359 . This introductory offer is intended for traders who want to join Aetherion Prime EA at the earliest stage and follow the development of the system through a public live signal from the very begi
Byrdi
William Brandon Autry
5 (19)
BYRDI - The AI Network That Trades as One Most Expert Advisors see one terminal. BYRDI sees the network. A trade opened on one account can change the risk of every other account you own. BYRDI connects separate MetaTrader 5 terminals into one coordinated mesh. Each node can keep its own account, broker, markets, AI model, strategy, and risk settings while remaining aware of the wider system. One node can trade independently. Multiple nodes can coordinate as one network. Shared markets can be di
Golden Conqueror
Taner Altinsoy
5 (1)
Welcome to Golden Conqueror , a highly advanced, fully automated active scalping algorithmic system designed exclusively for Gold (XAUUSD) . Built with institutional logic, this EA strictly avoids dangerous grid or martingale systems. Instead, it utilizes high-precision Pivot Breakouts to exploit market momentum and volume surges. To ensure absolute risk mitigation and capital protection, the algorithm strictly limits itself to a maximum of 1 open trade at a time . Furthermore, every single exe
Range Breakout EA with Range Filters
Jimmy Peter Eriksson
4.47 (19)
UPDATE: Next Price: $599, Final Price: $999 If you value honesty and a real trading system built for live trading, not just a perfect-looking straight-line backtest that can end up blowing your account, then this might be for you. No Martingale / No Grid 21 Months Live Signal +210% Live Growth [Live Signal]  |  [FTMO Results]  |  [Main Portfolio]  |  [Backtest Guide] Why Range Breakout EA is so Stable ? Range Breakout EA is based on a well-known market behaviour: changes in volatility between t
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
XIRO Robot MT5
MQL TOOLS SL
4.94 (33)
XIRO Robot is a professional trading system created to operate on two of the most popular and liquid instruments on the market:  GBPUSD, XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and
HFT Spike EA
OMG FZE LLC
3.67 (3)
[ My Channel ] HFT Spike EA Recommended accounts: High leverage Standard, ECN, Raw; Cent; Propfirm (FTMO FundedNext etc.) Strategies: Quantum Physics Principles, HFT Spike (High-Frequency Trading), level trading, neural trading, No Martingale, No Grid, single-position trend trading. A fully automated, risk-managed EA designed on XAUUSD tick data. You don't need to select a Time-Frame. Default values match the tested configuration. Designed for Gold. It detects sudden volatility bursts ("sp
SomaGold
Andrii Soma
5 (9)
SomaGold is a multi-strategy breakout Expert Advisor for MetaTrader 5, built exclusively for Gold (XAUUSD). One chart, one EA, 32 independent strategies running together as a single diversified portfolio. Live Signal. This is my first published EA on MQL5. To make it accessible at launch, I am using a transparent ramping-price model: Launch price: 100 USD The price increases by 100 USD for every 10 copies sold Early buyers lock in the lowest price for the lifetime of the product. Concept Instead
More from author
Tactical Pip Hunter
Dominik Patrick Doser
5 (1)
This MT5 expert adviser is based on price action trading , which is a method of technical trading that relies on observing price movements and patterns. It can capture trend phases as well as be used as a scalping tool. The settings allow both options. You can also adjust the take profit and stop loss levels dynamically according to the market conditions by using the average daily range (ADR) . However, you should always do your own backtests with your data and understand that profits are not g
Strong Trend Catcher
Dominik Patrick Doser
4.35 (40)
The   Strong Trend Catcher  is a powerful and reliable Expert Advisor that can help you to catch big market movements. This EA is based on the Breakout Trading method, which was popularized by the well-known Forex traders Raja Banks and Don Vo. The Breakout Trading method consists of waiting for the breakout of prices from a resistance or support area and then trading in the direction of the breakout. The   Strong Trend Catcher   uses a price action pattern to determine the optimal entry for eac
FREE
Seasonal Pattern Trader
Dominik Patrick Doser
Disclaimer : Keep in mind that seasonal patterns are not always reliable. Therefore, thoughtful risk management is crucial to minimize losses.  Seasonal patterns in the financial world are like a well-guarded secret that successful investors use to their advantage. These patterns are recurring price movements that occur during specific periods or around special events. Additionally, there are also intraday patterns that repeat. For example, Uncle Ted from Forex Family suggests examining previou
Filter:
No reviews
Reply to review