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 (для пар EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY)  ализирующий рынок при помощи индекса волн эллиота. Волновая теория Эллиотта — интерпретация процессов на финансовых рынках через систему визуальных моделей (волн) на ценовых графиках.  Автор теории Ральф Эллиотт выделил восемь вариантов чередующихся волн (из них пять по тренду и три против тренда). Движение цен на рынках принимает форму пяти волн
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
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 — это советник для MetaTrader 5, предназначенный для выявления краткосрочных торговых возможностей путем анализа ценового движения в реальном времени и динамики рынка. Система включает в себя гибкое управление, позволяющее адаптироваться к различным финансовым инструментам и профилям риска. Многопарный Рекомендовано XAUUSD  Ключевые особенности: Автоматическое открытие сделок. Настраиваемое управление рисками. Поддержка фиксированных и автоматических размеров лот
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
HFT PropFirm EA MT5 [советник HFT для проп-фирм MT5] также известен как Green Man благодаря своему узнаваемому логотипу от Dilwyn Tng, это торговый робот (Expert Advisor, EA), разработанный специально для прохождения челленджей и оценок проп-фирм (prop firms), которые допускают стратегии высокочастотной торговли (HFT). Теперь Greenman HFT PropFirm EA MT5 полностью автоматический! Бесплатная лицензия на 1 счёт для All-In-One Breakout EA [советник пробоя «всё в одном»] при покупке HFT PropFirm 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 — это продвинутый торговый советник (Expert Advisor), который использует 7-слойную архитектуру нейронной сети в сочетании с алгоритмами искусственного интеллекта для автоматического анализа рынка. Система обрабатывает рыночные данные через несколько аналитических уровней, чтобы выявлять потенциальные торговые возможности на основе технических паттернов и поведения рынка. Техническая архитектура Нейронная сеть: 7-слойная архитектура глубокого обучения AI-движок: система распознаван
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: Премиальный Алгоритм ИИ для Профессионального Трейдинга Золотом Midas XAU — это революционная, полностью автономная торговая экосистема нового поколения, созданная специально для покорения самого ликвидного и волатильного инструмента — Золота (XAUUSD). В основе советника лежит уникальный синергетический алгоритм, объединяющий глубокий математический анализ рыночной микроструктуры и передовые элементы искусственного интеллекта. Робот разработан для трейдеров, которые ценят безопасн
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
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 выступает в роли вторичной инстанции валид
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 За подробностями обращайтесь в приват сообщении или в   группу mql5 ОСТАЛОСЬ ВСЕГО 8 КОПИЙ ИЗ 10 ПО ЦЕНЕ 920 USD! ПОСЛЕ ЭТОГО ЦЕНА БУДЕТ ПОВЫШЕНА ДО 1420 USD. Представь те, что у вас есть опытный трейдер, который каждый день следит за рынком, ждёт, когда цена прорвёт важный уровень, и мгновенно открывает сделку. Именно это и делает этот советник. Он не гадает, а действует — только когда рынок даёт чёткий сигнал. Пробой — и вперёд, с чётким планом по стопу и це
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 - ИИ, который остаётся со сделкой Большинство торговых систем перестают думать после входа. Syna так не делает. Syna 7 — это торговый ИИ-ассистент и автономная торговая система, созданная для того, чтобы участвовать в процессе от анализа до выхода. Она может отслеживать текущие условия, помнить контекст сделки, оценивать новости и волатильность, управлять позициями, координировать счета и продолжать пересматривать решения после открытия ордера. Торговля не заканчивается на входе. Интелле
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, одной из первых систем, внедривших настоящий передовой ИИ в реальную розничную торговлю. AiQ Gen 2 является следующей эволюцией в этой линейке. AiQ Gen 2 создан для скорости на совершенно ином уровне. Отложенные ордера лежат в основе его преимущества, позволяя позиционироваться с точностью до расширения импульса, а затем передать управление адаптивному интеллекту. Боль
Bonnitta EA MT5
Ugochukwu Mobi
3.38 (21)
Советник Bonnitta EA  основан на стратегии отложенной позиции ( PPS ) и очень продвинутом алгоритме скрытной торговли. Стратегия Bonnitta EA представляет собой комбинацию секретного пользовательского индикатора, линий тренда, уровней поддержки и сопротивления ( Price Action ) и наиболее важного алгоритма скрытной торговли, упомянутого выше. НЕ ПОКУПАЙТЕ EA БЕЗ КАКИХ-ЛИБО ПРОВЕРОК НА РЕАЛЬНЫЕ ДЕНЬГИ БОЛЕЕ 3 МЕСЯЦЕВ, МНЕ ЗАНИМАЛОСЬ БОЛЕЕ 100 НЕДЕЛЬ (БОЛЕЕ 2 ЛЕТ), ЧТОБЫ ПРОВЕРИТЬ BONNITTA EA НА РЕ
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)
У советника есть трек: многие месяцы стабильной торговли с  низкой просадкой : All Pairs 9 Pairs Night Hunter Pro  - это продвинутый  скальпер,  использующий умные алгоритмы входа/выхода с фильтрами для определения самых безопасных точек входа в спокойные периоды рынка. Эта система ориентирована на  долгосрочный рост. Это профессиональная система, разработанная мной много лет назад, которая постоянно обновляется и включает в себя последние инновации в области торговли. Ничего модного, никакого т
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 Market Gold Catalyst Evolution V6.0 Автоматизированная двухмодульная система торговли золотом для MetaTrader 5 1. Обзор продукта Gold Catalyst Evolution V6.0 — полностью автоматизированный советник, разработанный исключительно для XAUUSD и других брокерских символов, содержащих XAU или GOLD. Версия 6.0 объединяет два независимых торговых модуля в одном советнике. Каждый модуль отдельно оценивает рыночные условия и использует собственный фиксирован
Scalp Master Expert Advisor — это полностью автоматизированная торговая система, разработанная для скальпинговых стратегий в условиях трендового рынка. Она создана для выявления краткосрочных торговых возможностей на ликвидных рынках с особым акцентом на качество сделок и контроль риска. EA подходит для трейдеров, которые предпочитают системный и основанный на правилах подход без ручного вмешательства. Он лучше всего работает на инструментах с низкими спредами и высокой ликвидностью, включая: XA
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 эксперт использует нейронную сеть для принятия решений по сделкам. Сеть обучена на 10-летней истории реальных тиковых данных. Торговля ведется только по паре GBP/USD. Отличительной особенностью данного советника является небольшое количество входных параметров, для облегчения работы пользователя. Обученная нейронная сеть всё настроит за вас. Торговая стратегия. Система не использует опасные стратегии (типа усреднение или мартингейл), а чётко следует указаниям нейронной сети. В каждой
Neurolite эксперт использует нейронную сеть для принятия решений по сделкам. Сеть обучена на 5-летней истории реальных тиковых данных. Торговля ведется только по паре EUR/USD . Отличительной особенностью данного советника является небольшое количество входных параметров, для облегчения работы пользователя. Обученная нейронная сеть всё настроит за вас. Данный советник построен на базе ранее выпущенной версии советника Neurolite EA gbpusd , который был доработан для успешной торговли на валютной п
Эта скальпинговая система работает только во время азиатской сессии. Использует несколько уникальных индикаторов для определения колебаний цены. Динамические уровни тейк-профит и стоп-лосс в зависимости от рыночных условий. Фиксированный стоп-лосс для защиты капитала, низкий риск потери большой суммы денег. Не нуждается в SET-файлах. Параметры одинаковы для всех валютных пар. Оптимизирован для работы с EURAUD . Рекомендуется запускать советник Eagle Scalper на графике M15 . Рекомендуется запуск
Советник Snake EURUSD Real — полностью автоматический робот, торгующий на рынке форекс. Робот торгует на любой паре, но лучшие результаты достигнуты на EURUSD M15. Система также работает с любым брокером, предоставляющим плавающий спред. Преимущества Советник не использует такие системы, как мартингейл, хеджирование и т.д. Советник использует стоп-лосс и трейлинг-стоп для получения прибыли. Кроме того, вы также можете установить тейк-профит (на EURUSD я использовал 93). Наилучшие результаты тес
Benefit EA Используется только на счетах с хеджированием. Benefit EA - безиндикаторный гибкий сеточный советник со специальными точками входа, обеспечивающие статистическое преимущество,выявленное с помощью математического моделирования рыночных паттернов. В советнике не используется стоп-лосс, все сделки закрываются по тейк-профиту или трейлинг-стопу. Есть возможность планирования увеличений лота. Функция «Фильтр времени» - устанавливается в соответствии с внутренним временем терминала, соглас
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
Советник использует стратегию основанную на использовании 7 индикаторов  Envelopes,  на каждом таймфрейме(M5, M15, M30, H1, H4) по 7 индикаторов Envelopes.  Торговля идёт по стратегии "Price Action" (ценовая активность), советник ищет одновременный сигнал по 5 таймфреймам: M5, M15, M30, H1, H4 и затем открывает ордер.  Советник использует  встроенный   алгоритм Мартингейла и Усреднения. Советник использует экономические новости для достижения более точных сигналов.  Используется скрытый Тейк п
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. Система использует основные модели рынка Forex в торговле - возврат цены после резкого движения в любом направлении. Таймфрейм: M15 Основные валютные пары: AUDNZD, NZDCAD, AUDCAD Дополнительные пары: EURUSD, USDCAD, GBPUSD, EURCAD, EURGBP, GBPCAD После покупки EA обязательно напишите мне в личные сообщения, я доба
Traders Toolbox
Jason Kisogloo
3 (2)
Traders Toolbox Premium  - это универсальный инструмент   создан на основе обширного обучения общим торговым стратегиям с целью автоматизации этих стратегий и расчетов.   Функции: 19 отдельных сигналов   - Каждый из этих сигналов ,   которые   смещены в нейронной сети конфигурации стиля ,   чтобы составить окончательный / общий результат.   Каждый сигнал имеет свои собственные настройки,   которые   при необходимости   можно   настроить или оптимизировать.   Всестороннее On   экран    Дисплей
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
Эксперт  Автоматическая и ручная торговля. Готовая торговая система на основе  волн Эллиотта и уровней Фибоначчи . Просто и доступно. Отображение разметки волн Эллиотта (основной или альтернативный вариант) на графике. Построение горизонтальных уровней, линий поддержек и сопротивления, канала. Наложение уровней Фибоначчи на волны 1, 3, 5, A Система алертов (на экран, E-Mail, Push уведомления).    визуальная панель для открытия ордеров при ручной торговле. визуальная панель для настройки автомати
Другие продукты этого автора
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
Фильтр:
Нет отзывов
Ответ на отзыв