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.


おすすめのプロダクト
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 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
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
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
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 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
MT4バージョン: https://www.mql5.com/en/market/product/104871 HFT MT5チャレンジパフォーマンスモニター(ライブアカウント用ではありません): ブローカー:Fusion Market ログイン:89600 パスワード:Greenman89$ サーバー:FusionMarkets-demo 以前にリリースされたMT4バージョンの700以上の本物の5つ星レビュー: https://www.mql5.com/en/market/product/104871?source=Unknown#!tab=reviews 公共チャンネル: https://www.mql5.com/en/channels/hftpropfirmea MT4バージョン: https://www.mql5.com/en/market/product/104871 主要機能 HFTチャレンジ専用に設計: Prop Firmsチャレンジを低ドローダウンで効率的にクリアするように調整されています。 サポート: setファイルの提供に加え、VPSの設定、MTの設定、EAのダウン
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)
概要 AMO AI は、7層のディープニューラルネットワーク構造とAIアルゴリズムを組み合わせた高度なエキスパートアドバイザー(EA)です。複数の分析レイヤーを通じて市場データを処理し、テクニカルパターンと市場行動に基づいて潜在的なトレード機会を特定します。 技術アーキテクチャ ニューラルネットワーク: 7層ディープラーニング構造 AIエンジン: 高度なパターン認識システム 分析フレームワーク: 複数時間足でのテクニカル分析 リスク管理: ポジションサイズ計算とストップロス機能を統合 ニュースフィルター: 経済カレンダーと連動し重要イベント時の取引を制御 推奨通貨ペア ゴールド取引 XAUUSD – 貴金属分析(パラメータ調整が必要) 主要ペア(推奨) EURUSD – 高い流動性、安定したスプレッド GBPUSD – ボラティリティが高くパターン認識に有利 USDJPY – 一貫したトレンド傾向 AUDUSD – 明確なテクニカルパターン 副次ペア(代替) USDCAD – 中程度のボラティリティ NZDUSD – スイングトレードに適している EURGBP – クロスペア分析可
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 – 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
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 は短期間で大きな注目を集めており、特に パターン認識 、 コンテキスト知能 、そして複雑な市場構造の分析において大きな進歩を遂げています。 このシステムは、まさにこの技術的進歩を活用し、Claude を複雑な市場構造、流動性、ボラティリティの動きを分析するための 主要分析エンジン として使用します。 一方で、OpenAI GPT は 二次的な検証インスタンス および サポートレイヤー として機能し、シグナル品質と意思決定の精度を高めます。 EA の中核では、リアルタイムで複数の高解像度チャートスナップショットを取得し、それらを Claude と OpenAI GPT の両方の AI システムへ直接送信し、並行して分析と評価を行います。 これらのデータには完全な市場コンテキストが含まれており、両方の AI が市場構造、流動性ゾーン、ボラティリティ環境、価格の動きを独立して分析・解釈できます。 両方の AI システムからの評価結果が利用可能になると、EA は EXEC 検証ロジック
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 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
このプロダクトを購入した人は以下も購入しています
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
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 - トレードに寄り添い続けるAI ほとんどのトレーディングシステムは、エントリーした時点で考えるのをやめます。 Synaは違います。 Syna 7は、分析から決済まで関与し続けるために設計されたAIトレーディング・アシスタントであり、自律型トレーディングシステムです。 現在の状況を監視し、トレードの文脈を記憶し、ニュースとボラティリティを評価し、ポジションを管理し、口座間を調整し、注文が約定した後も判断を再評価し続けることができます。 トレードはエントリーで終わりません。 インテリジェンスも同じであるべきです。 分析から決済まで、ひとつの連続したインテリジェンス。 チャンネルとコミュニティ アップデート、シグナル、リリース情報、製品デモはチャンネルでご確認ください。公開グループでは質問や他のトレーダーとの交流ができます。 私のMQL5チャンネルをフォロー 私のMQL5公開グループに参加 Synaとは Synaは、トレーディング運用全体のインテリジェンス層として機能するよう設計されています。 次のような対象と連携できます。 Syna自身の自律的なトレーディング戦略 他のE
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 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)
AiQ Gen 2 登場 – より速く。よりスマートに。かつてないほど高性能に。 私たちは2024年末にMean Machineでこの変革を始めました。リアルな最先端AIをライブのリテール取引に導入した最初期のシステムの一つです。 AiQ Gen 2はそのラインにおける次の進化です。 AiQ Gen 2は全く異なるレベルのスピードのために構築されています。指値注文がそのエッジの核にあり、モメンタムが拡大する前に精密にポジションを取り、そしてアダプティブ・インテリジェンスに引き継ぎます。 ほとんどのAIツールは一度回答すると、すべてを忘れます。 AiQ Gen 2は違います。 すべての指値注文セットアップ、各配置や調整の背後にある推論、なぜトリガーされたか、なぜ見送ったか、そしてマーケットがどう反応したかを記憶しています。毎セッションの完全なコンテキスト。時間とともに蓄積される永続インテリジェンス。 これはマーケティングのためにAIを付け足しただけのEAではありません。 これは精密な指値注文執行を中心に構築された高速専門インテリジェンスです。 従来のEAは固定されたロジックの中に閉じ込
Bonnitta EA MT5
Ugochukwu Mobi
3.38 (21)
Bonnitta EA は、保留ポジション戦略 (PPS) と非常に高度な秘密取引アルゴリズムに基づいています。 Bonnitta EA の戦略は、秘密のカスタム指標、トレンドライン、サポートおよびレジスタンス レベル (価格アクション)、および上記の最も重要な秘密の取引アルゴリズムを組み合わせたものです。 3 か月以上のリアルマネーテストなしで EA を購入しないでください。ボニッタ EA をリアルマネーでテストするのに 100 週間以上 (2 年以上) かかりました。結果は以下のリンクで確認してください。 BONNITTA EA は愛とエンパワーメントから作られています。 少数の購入者のみを対象とした価格設定と著作権侵害アルゴリズムの実装です。 Bonnitta EA は、22 年間で 99.9% の品質を持つ本物のティックを使用してテストされ、実際の市場状況に近いスリッページとコミッションでストレス テストに合格しました。 Expert Advisor には、完全な統計制御による統計収集およびスリッページ制御のアルゴリズムが含まれています。 この情報はブローカーのトリックか
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.
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 — MQL5マーケット説明 Gold Catalyst Evolution V6.0 MetaTrader 5向け自動デュアルエンジン金取引システム 1. 製品概要 Gold Catalyst Evolution V6.0は、XAUUSDおよび名称にXAUまたはGOLDを含むブローカーの金銘柄専用に開発された、完全自動のエキスパートアドバイザーです。 V6.0は、1つのエキスパートアドバイザー内に2つの独立した取引エンジンを統合しています。各エンジンは市場状況を個別に評価し、独自の固定ロット、マジックナンバー、ポジション所有権、保護水準、決済管理を使用します。 両エンジンは互いを模倣せず、依存もしません。ヘッジ口座では、同じ金銘柄のポジションを両エンジンが同時に管理できます。ネッティング口座では、MetaTraderが1銘柄につき1つのネットポジションを保持するため、同一銘柄のエントリーは安全に順次処理されます。 本システムは、継続的な手動監視を必要とせず、構造化された金取引の自動化を提供するよう設計されています。 2. 取引ア
Scalp Master Expert Advisorは、トレンド相場におけるスキャルピング戦略のために設計された完全自動取引システムです。流動性の高い市場で短期的な取引機会を特定し、取引の質とリスク管理を重視しています。このEAは、裁量判断なしでルールベースの取引を好むトレーダーに適しています。 以下のようなスプレッドが狭く流動性の高い銘柄で最も効果を発揮します: XAUUSD(ゴールド) EURUSD GBPUSD USDJPY BTCUSD USTEC(米国テック指数) その他の主要・マイナー通貨ペア(低スプレッド・安定した約定環境) この戦略はトレンド市場専用に設計されており、レンジ相場や不安定な値動きなどの低品質な取引環境を避けることを目的としています。 主な特徴: 完全自動取引システム(手動操作不要) 移動平均線とRSIフィルターによる勝率向上と低確率トレードの回避 重要経済指標時のリスクを軽減するニュースフィルター搭載 ダイナミックにポジションを管理する高度なトレーリングシステム リスク管理とドローダウン削減に重点 Scalp Masterは取引前および取引中に市場状況を
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
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
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 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
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は完全自動の「プルバック」トレーディングシステムであり、特に人気の「プルバック」通貨ペア(AUDCAD、AUDNZD、NZDCAD)での取引に効果的です。このシステムは、外国為替市場の主要なパターンである、価格が急激に動いた後に元の位置に戻るという特性を活用しています。 タイムフレーム: M15 主要通貨ペア: AUDNZD、NZDCAD、AUDCAD 追加通貨ペア: EURUSD、USDCAD、GBPUSD、EURCAD、EURGBP、GBPCAD EA購入後、必ず私にプライベートメッセージを送ってください。プライベートグループに追加し、設定ファイルや詳細な説明を送付します。 EAのインストールや設定について、購入者全員をサポートします。 EAを初めて使う方には、使用方法を丁寧にお教えします。 EA設定: OneChartSetupを使用すれば、単一のチャート上で全ての通貨ペアを取引できます(M15タイムフレームのみ)。 このEAはスプレッド、スリッページ、またはブローカーに関連する他の変数に影響を受けません。 推奨される通貨ペアのみを使用してくだ
Traders Toolbox Premium   はオールインワンツールです   それらの戦略と計算を自動化するために、一般的な取引戦略に関する広範なトレーニングに基づいて作成されました。   (Jason Kisoglooによって設計およびプログラムされました) 特徴: 19個々の信号 -これらの信号の それぞれ は、ニューラルネットワークスタイルの構成でバイアスされ、最終的な/全体的な結果を構成します。 各信号には独自の設定が あり 、必要に応じてカスタマイズまたは最適化できます。   包括的なオン - 画面 - ディスプレイ -包括的な情報とツールチップを備えた6つのスナップアウェイパネル。 (パネルの境界線をクリックして、折りたたんだり、離したりします...設定は機器ごとに自動的に保存されます):   信号パネル -バイアス情報と信号の詳細を含む信号分析を表示します。   ニュースパネル -アップ、さらにはニュース来 トン の に基づいて 予測 の イベントへのカウントダウンと現在の機器に影響を。 (内部M   T5 エコノミックカレンダーと 外国為替ファクトリースクレー
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
作者のその他のプロダクト
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
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
フィルタ:
レビューなし
レビューに返信