NextGen Premium

NextGen Premium is a fully automatic Expert Advisor built around a two-sided pending order grid. It uses no indicators and makes no attempt to forecast direction. Instead it keeps a ladder of Buy Stop orders above the market and a ladder of Sell Stop orders below the market at all times, so it is ready to join a move in either direction the moment price travels far enough to reach a level.

The EA was developed and tested on Gold (XAUUSD). All grid distances are entered in price units, so the default values match the price scale of gold.

What the EA does well

  • No forecasting. There is no indicator, no trend filter and no market condition in which the EA has to guess. Price either reaches a level or it does not.
  • Exact, repeatable spacing. Each side keeps a fixed price lattice. Every level the EA can ever use is a whole number of grid steps from that lattice, so the distance between consecutive entries stays exact even after the grid has been moved many times.
  • One position per direction. As soon as an order fills, the rest of that side's pending orders are removed. There is no averaging down and no lot increase after a loss.
  • The grid follows the market. Two independent rules move an idle grid back into range instead of leaving it stranded far from price.
  • Risk stated in money, not points. The stop loss and the trailing stop are entered in account currency and scale automatically with position size, so the same settings behave the same way on a small account and a large one.
  • Survives restarts. Changing the timeframe or the settings does not disturb live orders. The EA detects the orders already on the server, recovers the grid spacing from them and carries on.
  • You stay in control. Daily limits, a weekend filter and a one-click CLOSE ALL button are all built in.

How the EA works

1. The two grids

On startup the EA places a set of Buy Stop orders above the market and a set of Sell Stop orders below it. The first order of each side sits at a chosen distance from the current price, and the remaining orders follow at a fixed step. Both sides are live at the same time, all the time.

2. The price lattice

When a side is laid for the first time, the EA fixes a lattice origin for that side. From then on every level it uses is that origin plus a whole number of grid steps. When the grid is moved, the EA can only choose which level to start from; it can never place an order at a price in between. This is what keeps the distance between two consecutive entries exact, no matter how many times the grid has been re-laid.

If the broker's minimum stop distance makes the requested starting level impossible, the EA moves to the next valid level on the same lattice rather than inventing a closer price.

3. When an order fills

The moment a pending order becomes a position, the remaining pending orders on that side are removed. That side now holds one trade and nothing else. The opposite side is untouched and stays armed.

4. Refresh after a loss recovers

An open trade that goes against you leaves the opposite grid sitting where it was. This rule brings it back.

The EA watches the floating loss of each open trade. When a trade has been deeper in loss than the trigger amount and then recovers back up to that amount, the opposite grid is deleted and re-laid starting at a set offset from that trade's own entry price. The losing trade itself is not touched and keeps its normal stop loss.

The trigger is the recovery, not the level. A trade that simply sinks past the trigger amount refreshes nothing, and a trade sitting quietly below it refreshes nothing. Each trade is entitled to one refresh of its own.

5. Refresh after a reversal

This second rule covers the case where one side holds a trade and the other side holds none. The EA remembers the price at which the empty side last closed a position and uses it as a reference. Each time the market travels a set distance further away from that reference, the empty side's grid is re-laid from the current market and the reference moves forward to the new price.

Because the reference moves forward each time, a long run in one direction keeps pulling the opposite grid along with it, instead of firing once and then falling behind.

6. When refreshing stops

While both sides hold an open trade, nothing is refreshed and no new order is placed between the two positions. The same applies while both sides are open and both are in floating loss. A trigger that occurs during this pause is not discarded; it can still act once the pause ends, for example after one side has been closed by its stop loss.

7. Closing a trade

Two rules close positions.

  • Stop loss. A position is closed when its floating loss reaches the configured amount for its size. The loss is read from the broker's own figure for that position, so a delayed fill, a restart or a rejected close cannot shift the level. A rejected close is retried on the following ticks rather than abandoned.
  • Trailing stop. Once floating profit reaches the activation amount, the EA records the highest profit the position has reached and closes it as soon as profit gives back the chosen amount from that peak.

Both are handled inside the EA, so no stop loss line is sent to the broker's server.

8. Daily limits

At the start of each trading day the EA records account equity. If equity then falls by the chosen percentage, or rises by the chosen percentage, trading stops for the rest of that day: pending orders are removed and losing positions are closed, while positions already in profit are left to the trailing stop. Everything resets at the start of the next day.

9. Weekend filter

At a chosen time on Friday the EA removes all pending orders, closes all positions and stops trading until a chosen time on Monday. A short lead time can be set so the closing routine starts a few minutes early and the account is already flat when the stated time arrives.

The schedule is calculated from GMT with a fixed offset that you set yourself, so neither the broker's server time zone nor the clock of your VPS affects it.

10. Restarts, timeframe changes and settings changes

If you change the chart timeframe or edit the inputs, the EA does not wipe the grid. It detects the orders still on the server, recovers the lattice spacing and the base lot from them, and continues. Pending orders are only deleted when the EA is genuinely removed from the chart.

On-chart panel and manual control

A compact panel in the top left corner shows, at a glance:

  • Market mode and session
  • Number of pending orders on the buy side and the sell side
  • Number of open trades
  • Running floating profit or loss
  • Current spread
  • Whether algorithmic trading is actually enabled in your terminal

A CLOSE ALL button sits in the top right corner. One click deletes every pending order of the EA, closes every position of the EA on that symbol, retries anything the server rejects, reports anything it could not remove, and then unloads the EA from the chart.

Requirements and recommendations

  • Symbol: Gold (XAUUSD) is recommended. The default distances are matched to the price scale of gold. The EA will run on any instrument, but on instruments priced differently the distance inputs must be adjusted to that instrument's own price scale.
  • Timeframe: any. The EA works from ticks and does not read bar data to decide entries.
  • Account type: a hedging account is required, because both sides can hold a position at the same time. A low, stable spread matters more than anything else for this strategy.
  • Always-on terminal: the stop loss, the trailing stop, the daily limits and the weekend filter all live inside the EA. They only work while the terminal is running, so a VPS is strongly recommended.
  • Deposit: size the account around the stop loss, not around the lot. See the risk section below.
  • Multiple charts: give each instance a different magic number.

Getting started

  1. Attach the EA to an XAUUSD chart on any timeframe and enable algorithmic trading.
  2. Check the panel: the Bot line must read Active, and Pending B/S should show orders on both sides within a few seconds.
  3. Set the GMT offset so the Friday and Monday times match your own time zone.
  4. Set the lot size, or enable dynamic lot and set the balance per lot step.
  5. Set the stop loss amount to a share of your balance you are comfortable losing on a single trade.
  6. Run it on a demo account with your own broker for at least a week before going live. Spread and execution differ between brokers, and this strategy is sensitive to both.

Suggested starting points

Parameter Lower risk As shipped Wider grid
UseDynamicLot false true true
BalancePerLotStep 500 2500
StopLossDollars 25 50 50
GridStepDollars 10 10 15
InitialOrderDistance 1 1 2
ReversalRefreshDistance 5 5 8
DailyLossPct 10 50 20

These are starting points for your own testing, not recommendations. Optimise them against your own broker's history.

Input parameters

General settings

Parameter Default Description
MagicNumber 20251113 Identification number written to every order and position of this EA. Use a different value on each chart so instances do not manage each other's trades.
ShowVerboseLogs true Writes detailed messages to the Experts journal: every grid build, refresh, stop loss and trailing close. Switch off for a quieter log.

Lot size settings

Parameter Default Description
LotSize 0.01 Base lot size. It is also the size of one increment when dynamic lot is enabled.
UseDynamicLot true Grows the base lot with account balance. When switched off the EA always trades LotSize.
BalancePerLotStep 500.0 Balance needed for one lot increment. Base lot equals LotSize multiplied by the whole number of steps contained in the balance, with a minimum of one step. With a lot size of 0.01 and a step of 500: a balance below 1000 trades 0.01, a balance of 1000 trades 0.02, a balance of 1500 trades 0.03.

Stop loss settings

Parameter Default Description
UseDollarSL true Enables the money-based stop loss.
StopLossDollars 50.0 Loss in account currency, per 0.01 lot, at which a position is closed. The amount scales with the traded volume, so a 0.02 lot position closes at twice this figure.

Trailing stop settings

Parameter Default Description
UseTrailingStop true Enables the money-based trailing stop.
TrailingStartDollars 9.3 Floating profit in account currency at which trailing becomes active for that position.
TrailingStopDollars 0.2 How much profit a position may give back from its highest point before it is closed. A small value takes profit quickly; a larger value gives the trade more room to continue.

Risk management

Parameter Default Description
UseDailyLossLimit true Enables the daily loss limit.
UseDailyProfitLimit true Enables the daily profit limit.
DailyLossPct 50.0 Fall in equity, in percent of the equity recorded at the start of the trading day, that stops trading for the rest of that day.
DailyProfitPct 10000.0 Rise in equity, in percent of the equity recorded at the start of the trading day, that stops trading for the rest of that day. The default is deliberately unreachable, which leaves the limit effectively off until you set a figure of your own.

Pending order and grid settings

Parameter Default Description
GridStepDollars 10.0 Distance in price between two neighbouring grid levels, and therefore the distance between two consecutive entries on the same side.
InitialOrderDistance 1.0 Distance in price from the current market to the first order of a newly laid grid. If the broker's minimum stop distance is larger, the EA starts at the next valid level instead.
PendingOrdersPerSide 5 How many pending orders are kept on each side.
PendingRefreshDistance 3.0 Distance in price from a losing trade's entry at which the opposite grid starts when that trade triggers a refresh.
RefreshTriggerLoss 1.0 Floating loss in account currency that arms a refresh. The refresh happens on the tick where the loss, having been deeper than this figure, recovers back to it.
ReversalRefreshDistance 5.0 Distance in price the market must travel away from the empty side's last closing level before that side's grid is re-laid at the current market. Each further move of the same distance re-lays it again.
OrdersPerBatch 25 Number of orders in one lot batch. Each further batch adds one LotSize increment to the order volume. Keep this larger than PendingOrdersPerSide if you want every order in the grid to be the same size.
MaxOpenTradesPerDir 10 Upper limit on orders and positions per direction. Because a side holding an open trade carries no pending orders, the practical limit is one open position per direction.

Weekend restriction settings

Parameter Default Description
UseWeekendFilter true Enables the weekend stop.
FridayStopTime 23:00 Time on Friday, in HH:MM, at which the EA goes flat and stops trading.
MondayResumeTime 05:00 Time on Monday, in HH:MM, at which trading resumes and a fresh grid is laid.
TimeZoneGMTOffset 5 Offset in hours from GMT applied to the two times above. The schedule ignores both the broker's server time zone and the local computer clock.
PreShutdownMinutes 1 How many minutes before the Friday stop time the closing routine begins, so the account is already flat at the stated time.

Risk information

Please read this before buying.

The stop loss is not on the server. The stop loss and the trailing stop are calculated and executed by the Expert Advisor. If your terminal is closed or loses its connection, open positions are unprotected until it is running again. Use a VPS.

The default settings risk about ten percent of balance per trade. The base lot grows by one increment for every 500 of balance, and the money stop loss grows with the lot at the same rate, so the two move together at every account size:

Balance Base lot Stop loss per trade Share of balance
500 0.01 50 10%
1 000 0.02 100 10%
5 000 0.10 500 10%

Both sides can hold a position at the same time, so twice that figure can be exposed at once. If you want a smaller share of the account at risk per trade, raise BalancePerLotStep, lower StopLossDollars, or switch dynamic lot off and choose a fixed lot.

The profit target is much smaller than the stop. With the shipped settings a winning trade is closed after a modest gain while a losing trade is allowed to run to the full stop. That combination needs a high proportion of winning trades to stay ahead, and a single stop-out cancels several wins. Test it long enough to see that pattern for yourself before committing real money.

General. Trading carries risk of loss. Results obtained on historical data do not guarantee future results. Test in the Strategy Tester, then on a demo account with your own broker, before using real money.

Questions and answers

Does the EA use martingale or grid averaging?
No. It holds at most one position per direction and never increases lot size after a loss. The lot only changes when account balance crosses a step, and only if you enable dynamic lot.

Why can I not see a stop loss line on the chart?
The stop loss is measured in money and executed by the EA, so nothing is sent to the broker as an order-level stop. The journal records every stop loss close with the amount.

Can I run it on pairs other than gold?
Yes, but the distance inputs are entered in price units and the defaults are matched to gold's price scale. On an instrument priced very differently you must scale those inputs to that instrument before the grid can work.

What happens if I change the timeframe or edit a setting?
Nothing is lost. Live pending orders stay on the server, and the EA recovers the grid spacing from them and continues.

Can I run several instances?
Yes. Give each chart a different magic number so they do not manage each other's orders.

How do I stop everything immediately?
Click CLOSE ALL. It removes every pending order, closes every position of the EA on that symbol and unloads the EA from the chart.

What deposit do I need?
Work backwards from the stop loss. Decide the largest single loss you accept as a share of your balance, then set StopLossDollars and the lot to match. The table in the risk section shows what the shipped defaults imply.

Support

If you have a question about the settings, or want help choosing values for your broker, send me a private message through my MQL5 profile. Please include your broker name, account type and the symbol you are trading, and I will reply as quickly as I can.


Produits recommandés
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
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
Gold Aimer Pro
Ghulam Dastgeer
Gold Aimer Pro Gold Aimer Pro is an automated Expert Advisor developed for trading Gold (XAUUSD) on MetaTrader 5. It combines momentum and trend confirmation with scheduled trading sessions, controlled position averaging, basket management and multiple account-protection mechanisms.  The EA is designed for the M15 timeframe and should be attached to an XAUUSD or GOLD chart, depending on the symbol name used by your broker. IMPORTANT!  After the purchase please send me a private message to recei
Meridian Edge Gold
Ignacio Agustin Mene Franco
MERIDIAN EDGE v1.0 — Institutional Series Worldinversor 2026 | Expert Advisor for MetaTrader 5 Meridian Edge v1.0 is an institutional-grade Expert Advisor that combines artificial intelligence, advanced quantitative analysis, and structural market recognition in a single autonomous execution engine. Designed for demanding traders seeking consistency and operational robustness. Artificial Intelligence Engine The core of the system integrates a bidirectional BiLSTM (Bidirectional Long Sho
TnunDavinciXAUUSD
Nguyen Van Thien
XAUUSD Multi-Layer Expert Advisor for MetaTrader 5 This Expert Advisor is designed specifically for XAUUSD / Gold and operates on the M5 timeframe . Although the EA runs on M5, it does not analyze the market from a single-timeframe perspective. Instead, it uses a multi-layer management structure based on several major market layers: D1, H4, H1, M15, and M5 . The core framework of the EA is built around four main pillars: Trend — Range — Elliott Wave — Cycle These four pillars allow the EA to eva
XAUUSD Liquid AI – M1 Momentum Scalping Expert Advisor ORIGINAL PRICE $1500 TAKE THE OPPORTUNITY NOW WHILE OFFER LASTS XAUUSD Liquid AI is an automated trading system that analyses short-term price momentum using micro-trend analysis, volatility filters and adaptive trade management. The Expert Advisor combines momentum analysis, exponential moving averages, candle structure, tick volume and Average True Range (ATR) calculations to determine trade entries according to its configured rules. The
Sun Bin SCF is an Expert Advisor that identifies moments when market participants act in the same direction.  It observes recent price bars and volume to detect situations where buyers or sellers dominate together.  When a consistent crowd movement appears, the EA opens a trade in the same direction and manages it using pre-defined risk and exit rules. Main Features: - Crowd detection based on consecutive bars with similar direction. - Volume confirmation to avoid false signals in low-activity
WIN Trend Follow 9 21
Aguinaldo Ferreira Costa
Trend Follow Pro: Domine a Tendência com Precisão O Trend Follow Pro é um robô de negociação (Expert Advisor) desenvolvido para capturar movimentos direcionais no mercado. Ele utiliza a clássica e poderosa estratégia de cruzamento de Médias Móveis Exponenciais (EMA) , otimizada com filtros de segurança e uma interface visual moderna que permite o acompanhamento em tempo real diretamente no gráfico. Como ele funciona? O princípio de funcionamento é baseado na dinâmica de preços: Sinal de Compra:
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ô
Nexus HFT Pro
Daniel Ivan Stadelmann
Nexus HFT PRO Nexus HFT PRO is an Expert Advisor for MetaTrader 5 designed to identify short-term trading opportunities by analyzing real-time price action and market dynamics. The system incorporates flexible management that allows it to adapt to different financial instruments and risk profiles. Multi-pair XAUUSD recommended Key Features Automatic trade opening. Configurable risk management. Support for fixed and automatic lot sizes. Spread control. Advanced Stop Loss and Take Profit mana
XAU Silence Paradox
Napat Puangjunkum
XAUUSD SILENCE PARADOX AI  Paradox Breakout System - Predict massive tsunamis by measuring microscopic market silence. XAUUSD Silence Paradox AI is an elite algorithmic trading system built on the groundbreaking "Golden Silence Paradox" theory. Retail traders chase momentum and get caught in fakeouts. They look for massive volume to jump into a trade. But true institutional Smart Money doesn't work that way.  Before the biggest, most massive breakouts in Gold, the market doesn't get busy. I
Universal Gold Strategy MT5 is an automated trading EA designed specifically for Gold (XAUUSD) on the Daily (D1) timeframe. Built on disciplined risk management, every trade operates with a fixed tight 30-pip Stop Loss and 150 pips take profits. Unlike dangerous grid or martingale systems, this EA focuses on single directional breakout trades with a hard capital protection ceiling. Key Features: - Strict 30-Pip Stop Loss on every position - No Martingale, No Grid, No Averaging - Single trade e
Aureus Trader
Divyesh Pandey
Aureus Trader is an automated scalping robot for MetaTrader 5 designed to trade actively on liquid forex and crypto pairs with strict risk control and low latency execution. ​ What Aureus Trader does Aureus Trader focuses on short-term price movements, opening and closing trades frequently during high-liquidity sessions. ​ The algorithm uses technical filters to avoid abnormal spreads and low-volatility periods, aiming to capture quick intraday moves rather than long trends. ​ Risk management T
HFT PropFirm EA MT5
Dilwyn Tng
4.93 (83)
Version MT4: https://www.mql5.com/en/market/product/104871 Moniteur de performance du défi HFT MT5 (pas pour compte réel): Courtier: Fusion Market Identifiant: 89600 Mot de passe: Greenman89$ Serveur: FusionMarkets-demo Plus de 700 avis authentiques 5 étoiles pour la version MT4 publiée précédemment: https://www.mql5.com/en/market/product/104871?source=Unknown#!tab=reviews Canal public: https://www.mql5.com/en/channels/hftpropfirmea Version MT4: https://www.mql5.com/en/market/product/104871 Cara
Elite Pro Dual Engine Gold Elite Pro Dual Engine Gold is an automated Expert Advisor developed for trading XAUUSD on the MetaTrader 5 platform. The Expert Advisor combines a primary trading engine with an optional secondary Micro Plus engine. Both engines can be controlled independently through the integrated dashboard, allowing the user to select the operating mode according to their trading preferences and account conditions. Strategy Overview The Main Engine analyses higher-timeframe price
ICT Sniper X
Ignacio Agustin Mene Franco
ICT Sniper X is a high-precision Expert Advisor specifically designed for trading XAUUSD (Gold) on the M1 timeframe. Philosophy and Strategy The system combines three powerful pillars of institutional trading: Classic Price Action (3 White Soldiers, 3 Black Crows, and Spinning Tops) ICT Smart Money Concepts (Order Blocks + Liquidity Sweeps / Stop Hunts) Volume Profile (POC, Value Area High/Low) This combination allows for the identification, with a high probability, of institutional manipulati
Goal Pilot
Pablo Eugenio Licon Nenclares
Goal Pilot MT5 Overview Goal Pilot is a professional Expert Advisor (EA) for MetaTrader 5 designed to help traders pursue a predefined income target while applying disciplined risk management. Unlike traditional Expert Advisors that focus solely on generating trading signals, Income Trading Bot combines automated trade execution with capital management, risk control, and progress tracking toward a user-defined financial objective. The EA continuously monitors market conditions, evaluates trading
Amo AI
Novin Ghasemi Nik
5 (1)
Aperçu AMO AI est un Expert Advisor (EA) avancé qui utilise une architecture de réseau neuronal profond à 7 couches combinée à des algorithmes d’intelligence artificielle pour l’analyse automatique du marché. Le système traite les données de marché à travers plusieurs couches analytiques afin d’identifier les opportunités de trading potentielles sur la base des modèles techniques et du comportement du marché. Architecture Technique Réseau Neuronal : architecture de deep learning à 7 couches Mo
Forex Alarabi Gold Ultimate
Ali Hussein Abdalkareem Alhadithy
Forex Alarabi Gold Ultimate - The Result of 15 Years of Trading Expertise INTRODUCTION Forex Alarabi Gold Ultimate is not just another Expert Advisor. It is the culmination of 15 years of hands-on trading experience, countless hours of research, and the integration of multiple proven trading strategies into one powerful, fully automated system. Designed exclusively for GOLD (XAUUSD) on the M30 timeframe, this EA represents a quantum leap in algorithmic trading. Whether you are a professional
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
Midas XAU
Dmitriq Evgenoeviz Ko
Midas XAU: Premium AI Algorithm for Professional Gold Trading Midas XAU is a revolutionary, fully autonomous, next-generation trading ecosystem designed specifically to conquer the most liquid and volatile instrument—Gold (XAUUSD). The advisor is based on a unique synergistic algorithm that combines deep mathematical analysis of market microstructure and advanced artificial intelligence. The robot is designed for traders who value capital security but are unwilling to give up high returns. M
FTMO passing EA (High risk) is unique Expert Advisor that continues the iBoss series of advisors. Innovative methods of the programme's approach to trading, and promising performance results are possible thanks to the use of modern technologies and methods. The iBossTrade is a fully automated EA designed to trade currencies only. Working pairs US30. EURUSD, GBPUSD, EURGBP, USDCAD. XAUUSD. Expert showed stable results on currencies in 1999-2023 period. No dangerous methods of money management use
LLM Council Expert Trader
Cedric Olivier Kusiele Some
LLM Council Expert Trader – Multi-Agent AI Expert Advisor for MT5 LLM Council Expert Trader is an Expert Advisor that uses Large Language Models to analyze market structure and manage trades based on Smart Money Concepts (SMC) and Inner Circle Trader (ICT) methodology. Rather than relying on static indicator signals alone, the EA sends market context to AI models for structured reasoning before any trade is placed. Join the chat room , get access to the performance showroom , get a fast & free
Gold Super Trends AutoTrader Robot
Hesham Ahmed Kamal Barakat
5 (5)
60% Discount General description; This EA is made to be used in the Gold market. It's made for trading Gold in mind. This Trading Robot is based on more than 14 years of winning patterns and will open trades by the minute, 24 hours a day. It will handle everything, from opening positions, closing them, managing risk. Features; - Timeframe-Less Expert Advisor that works by the second and recalculate everything with whichever situation that might exist. - Dynamic market watcher that adjust itse
EXEC Ai
Ciprian-marius Degau
5 (1)
Dual AI Snapshot Intelligence (Claude + GPT) Claude a gagné une importance considérable en peu de temps, notamment grâce aux avancées en matière de reconnaissance de patterns , d’intelligence contextuelle et d’analyse de structures de marché complexes. Ce système exploite précisément cette avancée technologique en utilisant Claude comme moteur d’analyse principal pour les structures de marché complexes, la liquidité et les dynamiques de volatilité, tandis qu’OpenAI GPT sert d’ instance seconda
Direction Edge Pro is a fully automated Expert Advisor designed for Forex traders who want precision, simplicity, and consistent results on the EURUSD pair. Built around a proprietary directional detection algorithm, the EA identifies high-probability market moves and enters trades automatically — no manual intervention required. With a clean Take Profit target of 50 pips and an intelligent exit system, it is engineered to capture trend momentum efficiently. How It Works Direction Edge Pro conti
CalmRange Gold MT5 Every gold Expert Advisor can send a trade request. What matters is why it enters, how much risk it accepts and what it does when the market no longer supports the original idea. CalmRange Gold was developed around three principles: wait for meaningful displacement, control trading risk and execute the same rules consistently. CalmRange Gold is a fully automated intraday mean-reversion Expert Advisor developed specifically for XAUUSD on M1. It continuously evaluates price disp
Real monitoring :   XAUUSD M30 SL3 For more information, please contact us via private message or in  the mql5 group. THERE   ARE   ONLY  8   OUT   OF   10   COPIES   LEFT   AT   A   PRICE   OF   920   USD ! AFTER   THAT , THE   PRICE   WILL   BE   INCREASED   TO  1420   USD . Imagine that you have an experienced trader who monitors the market every day, waits for the price to break through an important level, and instantly opens a deal. That's exactly what this advisor does. He does not guess
BLao Gold
Quang Thi Dinh
BLao Gold is the latest version of the gold trading EA, optimized for better performance with significant drawdown. It works on all timeframes, delivers high performance and maintains a simple configuration. It is better to control the EA semi-manually, for example, when the market is in an uptrend, it is better to turn off "Auto Sell" and the EA only executes "BUY". In addition, it has a trend recognition function according to EMA to automatically "BUY" or "SELL" or both. The results obtaine
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
Les acheteurs de ce produit ont également acheté
Pulse Pro MT5
Mian Rameez Ali
Two lines, always circling — 21 and 49. Most of the time they say nothing. Then they cross, and the system stops waiting. It closes what it was holding, opens what the cross demands, and sets its stop and target without asking twice. Risk is sized off the account itself, not fixed guesses — one bad calculation and it simply declines to trade at all. No indecision, no averaging in. Every new bar gets exactly one verdict. Built for any symbol, any timeframe. Fast against slow — the rest is ari
Big Forex Players MT5
MQL TOOLS SL
4.76 (140)
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 7 - L'IA Qui Reste Avec la Position La plupart des systèmes de trading cessent de réfléchir dès qu'ils sont entrés. Syna, non. Syna 7 est un assistant de trading basé sur l'IA et un système de trading autonome conçu pour rester impliqué de l'analyse jusqu'à la sortie. Il peut surveiller les conditions actuelles, mémoriser le contexte d'une position, évaluer l'actualité et la volatilité, gérer les positions, coordonner les comptes et continuer à réévaluer ses décisions une fois l'ordre ouve
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
NextGen PRO
Muhammad Maaz
NextGen PRO Trend-Following Stop-Order Grid for XAUUSD Overview NextGen PRO is a fully automated Expert Advisor built around one simple idea: only trade in the direction the market is already moving, and only add orders when the previous trade cycle is finished. When the trend is up, it lays a ladder of Buy Stop orders above the market. When the trend is down, it lays a ladder of Sell Stop orders below the market. When price sits between the two moving averages, the market is treated as a range
AiQ
William Brandon Autry
4.87 (38)
Présentation d'AiQ Gen 2 – Plus rapide. Plus intelligent. Plus performant que jamais. Nous avons initié ce changement fin 2024 avec Mean Machine, l'un des tout premiers systèmes à intégrer une véritable IA de pointe dans le trading de détail en conditions réelles. AiQ Gen 2 est la prochaine évolution dans cette lignée. AiQ Gen 2 est conçu pour la vitesse à un tout autre niveau. Les ordres en attente sont au cœur de son avantage, lui permettant de se positionner avec précision avant l'expansion
Bonnitta EA MT5
Ugochukwu Mobi
3.38 (21)
Bonnitta EA est basé sur la stratégie Pending Position (PPS) et un algorithme de trading secret très avancé. La stratégie de Bonnitta EA est une combinaison d'un indicateur personnalisé secret, de lignes de tendance, de niveaux de support et de résistance (action sur les prix) et de l'algorithme de trading secret le plus important mentionné ci-dessus. N'ACHETEZ PAS UN EA SANS AUCUN TEST EN ARGENT RÉEL DE PLUS DE 3 MOIS, IL M'A PRIS PLUS DE 100 SEMAINES (PLUS DE 2 ANS) POUR TESTER BONNETTA EA E
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
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
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.
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
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
Gold Catalyst EA MT5
Malek Ammar Mohammad Alahmer
Gold Catalyst Evolution V6.0 — Description pour le marché MQL5 Gold Catalyst Evolution V6.0 Système automatisé de trading de l’or à deux moteurs pour MetaTrader 5 1. Présentation du produit Gold Catalyst Evolution V6.0 est un Expert Advisor entièrement automatisé, développé exclusivement pour XAUUSD et les autres symboles de courtier contenant XAU ou GOLD. La version 6.0 réunit deux moteurs de trading indépendants dans un seul Expert Advisor. Chaque moteur évalue séparément les conditions du mar
Scalp Master Expert Advisor est un système de trading entièrement automatisé conçu pour les stratégies de scalping dans des conditions de marché en tendance. Il est conçu pour identifier des opportunités de trading à court terme sur des marchés liquides, tout en mettant l’accent sur la qualité des trades et la gestion du risque. L’EA convient aux traders qui préfèrent une approche systématique et basée sur des règles sans intervention manuelle. Il fonctionne mieux sur des instruments avec des sp
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
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:
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
A scalper system only work during Asian hours. Several unique indicators to detective the price fluctuation. Dynamic TP/SL level according to market conditions. Fixed stoploss to protect the capital, very low risk of losing a lot of money. No need to obtain SET files. The parameters are the same for each currency pair. It is optimized to work on EURAUD . It is recommended to use Eagle Scalper on M15 chart. It is recommended to run it on a real ECN broker with very low spread . It is recommended
Snake EURUSD
Thurau Baerbel
Snake EURUSD Real EA is a fully automatic Forex Trading Expert Advisor. The robot can run on any pair, but the results are better on EURUSD M15. The system can run with any broker that also provides Floating Spread. Advantages The EA does not use systems like martingale, hedging, etc. The EA uses SL and Trailing Stop to make a profit. In addition, you can also set TP (EURUSD at 93 for me). Best test results with 99.0% in the backtest. It is not necessary to close the EA during the press release
BenefitEA Mt5
Vsevolod Merzlov
Benefit EA Uses only hedging accounts.     Benefit EA is a non-indicative flexible grid adviser with special entry points that provide a statistical advantage, revealed through the mathematical modeling of market patterns. The EA does not use stop loss. All trades are closed by take profit or trailing stop. It is possible to plan the lot increments. The "Time Filter" function is set according to the internal time of the terminal as per the displayed time of the instrument's server, not the oper
TS Trade
Carlos Reis Dos Santos
DESCRIÇÃO O TS Trade é um robô desenvolvido por profissionais com longa experiência no Mercado Financeiro. É baseado em algoritmos de negociação avançados. Tem como principal característica uma gestão de risco rigorosa. É perfeito para quem busca uma ferramenta eficaz para automatizar suas negociações. Instale o Robô e deixe que ele faça todo o trabalho por você. MÉTODO O TS Trade utiliza um algoritmo o qual possibilita identificar uma tendência do mercado a partir da movimentação de duas média
On Control EA MT5 V2 Game-Changing Software For The Forex Market  On Control EA was created to help traders like you maximize their income. How would you like to gain access to a world-class proprietary piece of software designed for one purpose, to improve your Forex strategy? Let’s be honest, it can be hard to understand which technical analysis & trading signals you should follow. With On Control EA, you now have a powerful tool that will enhance your Forex trading strategy & elevate your in
The adviser uses a strategy based on the use of 7 Envelopes  indicators, on each timeframe (M5, M15, M30, H1, H4) there are 7 Envelopes indicators. Trading is based on the “Price Action” strategy, the adviser searches for a simultaneous signal on 5 time frames: M5, M15, M30, H1, H4 and then opens an order. The EA uses the built-in Martingale and Averaging algorithm. The adviser uses economic news to achieve more accurate signals. Hidden Take Profit, Break Even and Trailing Stop are used. Attenti
MoneyMaker stableATM Lite is an automatic intelligent trading system for foreign exchange! Lite edition just support MetaTrader 5! The purpose of MoneyMaker stableATM Lite is to stabilize profits, not to give you the ability to get rich overnight! MoneyMaker stableATM Lite is only applicable to EUR / USD currency trading, and cannot be used for other currency exchange trading, other CFD product trading, and commodity tradingor futures commodity trading! MoneyMaker stableATM Lite is only suitabl
NorthEastWay MT5
PAVEL UDOVICHENKO
4.5 (8)
NorthEastWay MT5 est un système de trading entièrement automatisé de type "pullback", particulièrement efficace pour le trading des paires de devises "pullback" populaires : AUDCAD, AUDNZD, NZDCAD. Ce système exploite les principaux modèles du marché Forex : le retour du prix après un mouvement brusque dans une direction quelconque. Unité de temps : M15 Paires principales : AUDNZD, NZDCAD, AUDCAD Paires supplémentaires : EURUSD, USDCAD, GBPUSD, EURCAD, EURGBP, GBPCAD Après avoir acheté l'EA, veu
Traders Toolbox
Jason Kisogloo
3 (2)
Traders Toolbox Premium est un outil tout-en-un créé sur la base d'une formation approfondie sur les stratégies de trading courantes afin d'automatiser ces stratégies et ces calculs.   Caractéristiques: 19 Signaux individuels   - Chacun de ces signaux peut être biaisé dans une configuration de type réseau neuronal pour constituer le résultat final/global. Chaque signal a ses propres paramètres à personnaliser ou à optimiser si nécessaire.   Affichage complet à l'écran   - Six panneaux insta
RSAS By Capitarc
Abdur Rafi Ahmad
CAPITARC`s RSAS Expert Advisor for MT5   RSAS MT5   -is a professional expert advisor used by our investment firm it is based on price action and Relative Strength Index (RSI) indicator.  This product is with dynamic overbought and oversold levels that automatically adapts to the ever changing markets, while the standard MT5 RSI maintains levels static levels and do not change. This allows the expert to adapt to the ever-changing market without the need to constantly optimize, just make sure yo
Expert. Automatic and manual trading. Ready-made trading system based on Elliott waves and Fibonacci retracement levels . It is simple and affordable. Display of the marking of Elliott waves (main or alternative option) on the chart. Construction of horizontal levels, support and resistance lines, a channel. Superposition of Fibonacci levels on waves 1, 3, 5, A Alert system (on-screen, E-Mail, Push notifications).    visual panel for opening orders in manual trading. visual panel for setting up
Plus de l'auteur
NextGen PRO
Muhammad Maaz
NextGen PRO Trend-Following Stop-Order Grid for XAUUSD Overview NextGen PRO is a fully automated Expert Advisor built around one simple idea: only trade in the direction the market is already moving, and only add orders when the previous trade cycle is finished. When the trend is up, it lays a ladder of Buy Stop orders above the market. When the trend is down, it lays a ladder of Sell Stop orders below the market. When price sits between the two moving averages, the market is treated as a range
NextGenFx
Muhammad Maaz
Overview NextGenFx Scalper is a fully automated MT5 Expert Advisor optimized for XAUUSD (Gold) trading. It is designed for traders who prefer structured scalping with controlled risk, combining trend direction, momentum confirmation, support/resistance filtering, and session-based execution . The EA focuses on high-probability entries during active market sessions while avoiding low-liquidity conditions. ️ Strategy Logic (High-Level) The trading system is built on a multi-layer confirmation
Filtrer:
Aucun avis
Répondre à l'avis