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.


推荐产品
Gyroscopes mt5
Nadiya Mirosh
5 (2)
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mov
Robot Titan Rex
Cesar Juan Flores Navarro
Asesor Experto (EA) totalmente automático, opera sin ayuda del usuario, se llama Titan T-REX Robot (TTREX_EA),actualizado a la versión 2, diseñado a base de cálculos matemáticos y experiencia del diseñador plasmado en operaciones complejas que tratan de usar todas las herramientas propias posibles. Funciona con todas las criptomonedas y/o divisas del mercado Forex. No caduca, ni pasa de moda ya que se puede configurar el PERIODO desde M1..15, M30, H1.... Utiliza Scalping de forma moderada busca
Gold Aimer Pro
Ghulam Dastgeer
Gold Aimer Pro Gold Aimer Pro is an automated Expert Advisor developed for trading Gold (XAUUSD) on MetaTrader 5. It combines momentum and trend confirmation with scheduled trading sessions, controlled position averaging, basket management and multiple account-protection mechanisms.  The EA is designed for the M15 timeframe and should be attached to an XAUUSD or GOLD chart, depending on the symbol name used by your broker. IMPORTANT!  After the purchase please send me a private message to recei
Meridian Edge Gold
Ignacio Agustin Mene Franco
MERIDIAN EDGE v1.0 — Institutional Series Worldinversor 2026 | Expert Advisor for MetaTrader 5 Meridian Edge v1.0 is an institutional-grade Expert Advisor that combines artificial intelligence, advanced quantitative analysis, and structural market recognition in a single autonomous execution engine. Designed for demanding traders seeking consistency and operational robustness. Artificial Intelligence Engine The core of the system integrates a bidirectional BiLSTM (Bidirectional Long Sho
TnunDavinciXAUUSD
Nguyen Van Thien
XAUUSD Multi-Layer Expert Advisor for MetaTrader 5 This Expert Advisor is designed specifically for XAUUSD / Gold and operates on the M5 timeframe . Although the EA runs on M5, it does not analyze the market from a single-timeframe perspective. Instead, it uses a multi-layer management structure based on several major market layers: D1, H4, H1, M15, and M5 . The core framework of the EA is built around four main pillars: Trend — Range — Elliott Wave — Cycle These four pillars allow the EA to eva
XAUUSD Liquid AI – M1 Momentum Scalping Expert Advisor ORIGINAL PRICE $1500 TAKE THE OPPORTUNITY NOW WHILE OFFER LASTS XAUUSD Liquid AI is an automated trading system that analyses short-term price momentum using micro-trend analysis, volatility filters and adaptive trade management. The Expert Advisor combines momentum analysis, exponential moving averages, candle structure, tick volume and Average True Range (ATR) calculations to determine trade entries according to its configured rules. The
Sun Bin SCF is an Expert Advisor that identifies moments when market participants act in the same direction.  It observes recent price bars and volume to detect situations where buyers or sellers dominate together.  When a consistent crowd movement appears, the EA opens a trade in the same direction and manages it using pre-defined risk and exit rules. Main Features: - Crowd detection based on consecutive bars with similar direction. - Volume confirmation to avoid false signals in low-activity
WIN Trend Follow 9 21
Aguinaldo Ferreira Costa
Trend Follow Pro: Domine a Tendência com Precisão O Trend Follow Pro é um robô de negociação (Expert Advisor) desenvolvido para capturar movimentos direcionais no mercado. Ele utiliza a clássica e poderosa estratégia de cruzamento de Médias Móveis Exponenciais (EMA) , otimizada com filtros de segurança e uma interface visual moderna que permite o acompanhamento em tempo real diretamente no gráfico. Como ele funciona? O princípio de funcionamento é baseado na dinâmica de preços: Sinal de Compra:
GOLD D1 – Estratégia Candle 80% com Pirâmide Inteligente e Trailing Dinâmico (MT5) O   GOLD D1   é um Expert Advisor avançado desenvolvido para operar principalmente o XAUUSD (Ouro) com base em análise de força do candle diário, confirmação de momentum e gestão inteligente de posições. Trata-se de um robô robusto, focado em capturar movimentos fortes do mercado enquanto controla o risco através de uma estrutura adaptativa de pirâmide e trailing stop. Estratégia Principal – Candle 80% O robô
Nexus HFT Pro
Daniel Ivan Stadelmann
Nexus HFT PRO Nexus HFT PRO is an Expert Advisor for MetaTrader 5 designed to identify short-term trading opportunities by analyzing real-time price action and market dynamics. The system incorporates flexible management that allows it to adapt to different financial instruments and risk profiles. Multi-pair XAUUSD recommended Key Features Automatic trade opening. Configurable risk management. Support for fixed and automatic lot sizes. Spread control. Advanced Stop Loss and Take Profit mana
XAU Silence Paradox
Napat Puangjunkum
XAUUSD SILENCE PARADOX AI  Paradox Breakout System - Predict massive tsunamis by measuring microscopic market silence. XAUUSD Silence Paradox AI is an elite algorithmic trading system built on the groundbreaking "Golden Silence Paradox" theory. Retail traders chase momentum and get caught in fakeouts. They look for massive volume to jump into a trade. But true institutional Smart Money doesn't work that way.  Before the biggest, most massive breakouts in Gold, the market doesn't get busy. I
Universal Gold Strategy MT5 is an automated trading EA designed specifically for Gold (XAUUSD) on the Daily (D1) timeframe. Built on disciplined risk management, every trade operates with a fixed tight 30-pip Stop Loss and 150 pips take profits. Unlike dangerous grid or martingale systems, this EA focuses on single directional breakout trades with a hard capital protection ceiling. Key Features: - Strict 30-Pip Stop Loss on every position - No Martingale, No Grid, No Averaging - Single trade e
Aureus Trader
Divyesh Pandey
Aureus Trader is an automated scalping robot for MetaTrader 5 designed to trade actively on liquid forex and crypto pairs with strict risk control and low latency execution. ​ What Aureus Trader does Aureus Trader focuses on short-term price movements, opening and closing trades frequently during high-liquidity sessions. ​ The algorithm uses technical filters to avoid abnormal spreads and low-volatility periods, aiming to capture quick intraday moves rather than long trends. ​ Risk management T
HFT PropFirm EA MT5
Dilwyn Tng
4.93 (83)
MT4版本: https://www.mql5.com/en/market/product/104871 通过HFT MT5挑战性能监控(不适用于真实账户): 经纪商:Fusion Market 登录:89600 密码:Greenman89$ 服务器:FusionMarkets-demo 超过700条5星真实评价(早期发布的MT4版本): 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下载、机器人设置和运行。应要求提供折扣代码和链接。还提供Team Viewer、AnyDesk或远程桌面访问支持,适合初学者。
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 引擎: 高级形态识别系统 分析框架: 多周期技术分析 风险管理: 集成头寸控制和止损机制 新闻过滤: 内置经济日历,控制重大事件期间的交易 推荐交易品种 黄金交易 XAUUSD — 贵金属分析(需要调整参数) 主要货币对(推荐) EURUSD — 高流动性,点差稳定 GBPUSD — 波动性好,利于识别形态 USDJPY — 趋势性强 AUDUSD — 技术形态清晰 次要货币对(可选) USDCAD — 中等波动 NZDUSD — 适合波段交易 EURGBP — 交叉盘分析 账户要求 通用兼容性: AMO AI 可在所有类型的经纪商账户中运行,最低入金 $500 。 账户余额与风险设置 账户余额 风险等级 每单风险占比 经纪商兼容性 推荐周期 $500 – $999 1 1% 所有经纪商 H1, H4 $1,000 –
Forex Alarabi Gold Ultimate
Ali Hussein Abdalkareem Alhadithy
Forex Alarabi Gold Ultimate - The Result of 15 Years of Trading Expertise INTRODUCTION Forex Alarabi Gold Ultimate is not just another Expert Advisor. It is the culmination of 15 years of hands-on trading experience, countless hours of research, and the integration of multiple proven trading strategies into one powerful, fully automated system. Designed exclusively for GOLD (XAUUSD) on the M30 timeframe, this EA represents a quantum leap in algorithmic trading. Whether you are a professional
Introducing to your attention an innovative expert advisor created specifically for the most juicy and volatility  currency   basket: GBPUSD, XAUUSD and EURJPY. This EA is designed using the main features of this market's movement, making it an ideal choice for dynamic trading on high-trending and medium-volatile pairs. The advisor is focused on minimizing trading risks, aiming to reduce losses to a minimum. Main features: EA is designed to open and close orders at the begginning of trading ses
Midas XAU
Dmitriq Evgenoeviz Ko
Midas XAU: Premium AI Algorithm for Professional Gold Trading Midas XAU is a revolutionary, fully autonomous, next-generation trading ecosystem designed specifically to conquer the most liquid and volatile instrument—Gold (XAUUSD). The advisor is based on a unique synergistic algorithm that combines deep mathematical analysis of market microstructure and advanced artificial intelligence. The robot is designed for traders who value capital security but are unwilling to give up high returns. M
FTMO passing EA (High risk) is unique Expert Advisor that continues the iBoss series of advisors. Innovative methods of the programme's approach to trading, and promising performance results are possible thanks to the use of modern technologies and methods. The iBossTrade is a fully automated EA designed to trade currencies only. Working pairs US30. EURUSD, GBPUSD, EURGBP, USDCAD. XAUUSD. Expert showed stable results on currencies in 1999-2023 period. No dangerous methods of money management use
LLM Council Expert Trader
Cedric Olivier Kusiele Some
LLM Council Expert Trader – Multi-Agent AI Expert Advisor for MT5 LLM Council Expert Trader is an Expert Advisor that uses Large Language Models to analyze market structure and manage trades based on Smart Money Concepts (SMC) and Inner Circle Trader (ICT) methodology. Rather than relying on static indicator signals alone, the EA sends market context to AI models for structured reasoning before any trade is placed. Join the chat room , get access to the performance showroom , get a fast & free
Gold Super Trends AutoTrader Robot
Hesham Ahmed Kamal Barakat
5 (5)
60% Discount General description; This EA is made to be used in the Gold market. It's made for trading Gold in mind. This Trading Robot is based on more than 14 years of winning patterns and will open trades by the minute, 24 hours a day. It will handle everything, from opening positions, closing them, managing risk. Features; - Timeframe-Less Expert Advisor that works by the second and recalculate everything with whichever situation that might exist. - Dynamic market watcher that adjust itse
EXEC Ai
Ciprian-marius Degau
5 (1)
Dual AI Snapshot Intelligence(Claude + GPT) Claude 在短时间内获得了重要关注,尤其是在 模式识别 、 上下文智能 以及复杂市场结构分析方面取得了显著进步。 本系统正是利用这一技术进步,将 Claude 作为分析复杂市场结构、流动性和波动率动态的 主要分析引擎 , 同时将 OpenAI GPT 作为 二级验证实例 和 辅助层 ,以提升信号质量和决策精度。 EA 的核心逻辑是实时捕捉多个高分辨率图表快照,并将其直接传输给 Claude 和 OpenAI GPT 两个 AI 系统,用于并行分析和评估。 这些数据包含完整的市场背景,使两个 AI 能够独立分析和解读市场结构、流动性区域、波动率状态以及价格行为。 一旦 两个 AI 系统的评估结果可用,EA 会使用 EXEC 验证逻辑处理这些结果,并将其整合为结构化的决策流程。 只有当两个 AI 都给出一致信号,并确认该交易设置有效且完全符合预设标准时,订单才会被执行。 如果评估结果存在差异,信号将被丢弃,并且不会开仓,以避免不一致的市场环境和更高的不确定性。 通过多层 AI 架构结合双 AI
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
Jia Yuan Zhao
CalmRange Gold MT5 每一款黄金 EA 都可以发出交易指令。 真正重要的是:它为什么开仓、愿意承担多少风险,以及行情不再符合预期时如何管理仓位。 CalmRange Gold 围绕三个原则开发:等待价格偏离、控制交易风险、按照一致规则执行。 CalmRange Gold 是一款专为 XAUUSD M1 开发的全自动日内均值回归 EA。系统持续分析黄金价格相对滚动均值的偏离程度、当前波动状态、实时点差、重要美元经济事件和账户风险。只有启用的条件同时满足时,EA 才会评估做多机会,并自动完成信号确认、下单、保护性止损、目标管理和退出判断。 为 XAUUSD 的短期价格行为而设计 黄金经常在短时间内快速偏离近期均值,但并非每一次下跌都适合入场。 CalmRange Gold 使用滚动均值、标准差、ATR 和市场状态过滤器,区分普通波动、可评估的价格偏离以及不适合承担新风险的市场环境。 当价格显著低于滚动区间,并且点差、波动率、新闻和账户检查全部通过时,系统可以建立做多仓位,等待短期均值回归。 默认版本只做多。这是明确的策略取舍,而不是功能缺失。研发测试中,做空分支在点差与执行
Real monitoring :   XAUUSD M30 SL3 For more information, please contact us via private message or in  the mql5 group. THERE   ARE   ONLY  8   OUT   OF   10   COPIES   LEFT   AT   A   PRICE   OF   920   USD ! AFTER   THAT , THE   PRICE   WILL   BE   INCREASED   TO  1420   USD . Imagine that you have an experienced trader who monitors the market every day, waits for the price to break through an important level, and instantly opens a deal. That's exactly what this advisor does. He does not guess
BLao Gold
Quang Thi Dinh
BLao Gold is the latest version of the gold trading EA, optimized for better performance with significant drawdown. It works on all timeframes, delivers high performance and maintains a simple configuration. It is better to control the EA semi-manually, for example, when the market is in an uptrend, it is better to turn off "Auto Sell" and the EA only executes "BUY". In addition, it has a trend recognition function according to EMA to automatically "BUY" or "SELL" or both. The results obtaine
Gold EA: Proven Power for 1-Minute Gold Trading Transform your trading with our Gold EA, meticulously crafted for 1-minute charts and delivering over 2000% growth in 5 years from just $100-$1000 . No Martingale, No AI Gimmicks : Pure, time-tested strategies with robust money management, stop loss, and take profit for reliable performance across multiple charts. Flexible Trading Modes : Choose Fixed Balance for safe profits, Mark IV for bold growth, or %Balance for high rewards—combine Mark IV an
该产品的买家也购买
Pulse Pro MT5
Mian Rameez Ali
Two lines, always circling — 21 and 49. Most of the time they say nothing. Then they cross, and the system stops waiting. It closes what it was holding, opens what the cross demands, and sets its stop and target without asking twice. Risk is sized off the account itself, not fixed guesses — one bad calculation and it simply declines to trade at all. No indecision, no averaging in. Every new bar gets exactly one verdict. Built for any symbol, any timeframe. Fast against slow — the rest is ari
Big Forex Players MT5
MQL TOOLS SL
4.76 (140)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
Syna
William Brandon Autry
5 (27)
Syna 7 - 全程陪伴交易的 AI 大多数交易系统在入场之后就停止思考了。 Syna 不会。 Syna 7 是一个 AI 交易助手,也是一套自主交易系统,从分析到离场全程参与。 它可以监控当前行情、记住交易的来龙去脉、评估新闻与波动、管理持仓、协调账户,并在订单成交之后继续重新审视自己的决策。 交易不会在入场时结束。 智能也不该如此。 从分析到离场,一以贯之的智能。 频道与社区 关注频道,获取更新、信号、发布消息和产品演示。加入公开群组,提问并与其他交易者交流。 关注我的 MQL5 频道 加入我的 MQL5 公开群组 什么是 Syna? Syna 的设计目标,是充当整个交易运作的智能层。 它可以配合: 自身的自主交易策略 由其他 EA 开出的持仓 手动交易 多个 MetaTrader 5 终端 多个经纪商与账户 不同的品种、策略和风险配置 你可以把 Syna 当作自主交易者、AI 助手、持仓管理器、投资组合协调者,或者四者兼具。 AI 的优势不再局限于单一入场信号或某个孤立的 EA。 Syna 为何改变你的交易方式 传统 EA 遵循预先设定的逻辑,只能沿着开发者事先编写好的路径做
Waka Waka EA MT5
Valeriia Mishchenko
4.13 (40)
8+ years of live track record with +12,000% account growth: Live performance MT 4 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make profit Supported cu
NextGen PRO
Muhammad Maaz
NextGen PRO Trend-Following Stop-Order Grid for XAUUSD Overview NextGen PRO is a fully automated Expert Advisor built around one simple idea: only trade in the direction the market is already moving, and only add orders when the previous trade cycle is finished. When the trend is up, it lays a ladder of Buy Stop orders above the market. When the trend is down, it lays a ladder of Sell Stop orders below the market. When price sits between the two moving averages, the market is treated as a range
AiQ
William Brandon Autry
4.87 (38)
AiQ Gen 2 – 更快。更智能。前所未有的强大。 我们在2024年末用Mean Machine开启了这一变革。它是最早将真正的前沿AI引入实盘零售交易的系统之一。 AiQ Gen 2是这条路线上的下一次进化。 AiQ Gen 2为完全不同层次的速度而生。挂单是其优势的核心,使其能够在动能扩展之前精准定位,然后让自适应智能接管。 大多数AI工具回答一次就忘记一切。 AiQ Gen 2不会。 它记住每一个挂单设置、每次下单或调整背后的推理、为什么触发或为什么等待,以及市场的确切反应。每个会话的完整上下文。随时间不断累积的持久智能。 这不是另一个为了营销而添加AI的EA。 这是一个围绕精准挂单执行构建的高速专业智能。 传统EA仍然困在固定逻辑中。AiQ Gen 2从真实结果中学习,磨练其选择能力,优化执行时机,并持续改进在实盘条件下的响应方式。 它不会重置。它不会过时。它不会被淘汰。 AiQ Gen 2作为一个强大的独立系统运行,干净、精准且快速。对于希望进行可选生态系统集成的交易者,它也可以无缝接入Syna作为专属Agent,共享持久记忆并将其高速挂单优势贡献给更广泛的投资组合。
Bonnitta EA MT5
Ugochukwu Mobi
3.38 (21)
Bonnitta EA 基于挂单策略 (PPS) 和非常先进的秘密交易算法。 Bonnitta EA 的策略是秘密自定义指标、趋势线、支撑和阻力位(价格行动)和上述最重要的秘密交易算法的组合。 不要在没有超过 3 个月的任何真实货币测试的情况下购买 EA,我花了超过 100 周(超过 2 年)在真实货币上测试 BONNITTA EA 并在下面的链接中查看结果。 BONNITTA EA 由爱和力量组成。 仅适用于少数买家,这是盗版算法的价格和实施的原因。 Bonnitta EA 在 22 年的时间内使用质量为 99.9% 的真实报价成功通过了压力测试,滑点和佣金接近真实市场条件。 Expert Advisor包含统计采集和滑点控制的算法,具有完整的统计控制; 此信息用于保护您免受经纪人的欺骗。 Bonnitta EA 在下订单之前控制经纪人执行的质量,它还成功地通过了历史数据和不同数据馈送的蒙特卡罗模拟方面的严格标准。 结果 策略测试器的 Expert Advisor 结果:初始存款为 1000 美元的 Bonnitta EA 在 2020 年 1 月 1 日至 2021 年
Perceptrader AI MT5
Valeriia Mishchenko
4.67 (6)
80 consecutive months in profit with low drawdown: Live performance MT4 version can be found here Perceptrader AI is a cutting-edge grid trading system that leverages the power of Artificial Intelligence, utilizing Deep Learning algorithms and Artificial Neural Networks (ANN) to analyze large amounts of market data at high speed and detect high-potential trading opportunities to exploit. Supported currency pairs: NZDUSD, USDCAD, AUDNZD, AUDCAD, NZDCAD, GBPCHF Timeframe: M5 Features: Trend , Mome
Golden Pickaxe MT5
Valeriia Mishchenko
3.56 (9)
EA has high-performance live track records of different set files: Live performance MT 4 version can be found here Golden Pickaxe is a mean-reversion grid trading system that uses machine learning technology to place high-profit potential trades on the Gold market. It uses real market inefficiencies to its advantage to have an edge over the market. The EA has 5 predefined set files, which are essentially 5 different trading systems on gold . You may choose the default option (XAU Risky) or have
Night Hunter Pro MT5
Valeriia Mishchenko
3.92 (37)
EA has a live track record with many months of stable trading with  low drawdown: All Pairs 9 Pairs Night Hunter Pro is the advanced scalping system which utilizes smart entry/exit algorithms with sophisticated filtering methods to identify only the safest entry points during calm periods of the market. This system is focused on a long-term stable growth. It is a professional tool developed by me years ago that is constantly updated, incorporating all the latest innovations in the trading area.
Foli Pivots MT5
John Folly Akwetey
Expert advisor trades by pivot levels, support and resistance levels based on pivot levels. Also expert advisor takes into account volatility filter, uses standard Martingale and anti-Martingale systems, drawdown protection, standard trailing stop, trading time and trading Trade Order   – direction of trading (only buy, only sell or buy and sell) Use Volatility Filter   – enabling/disabling of volatility filter using Volatility Filter   – value of volatility filter Count Of Days For Volatility F
Velora MT5
Ahmad Aan Isnain Shofwan
The Intelligent Grid EA — A Team of Smart Modules Following the 5-star success of its MT4 predecessor, Velora has been completely rebuilt for MT5 with a fundamental shift in design. Most grid EAs are one engine doing many jobs. Velora is different. Inside Velora, there is a team. Four smart modules, each with one specialty, working together so the system stays adaptive at every stage of a trade — from the moment of entry, to scaling decisions, to the exit. Meet the team: VSE — Velora Smart Entr
Gold Catalyst EA MT5
Malek Ammar Mohammad Alahmer
Gold Catalyst Evolution V6.0 — MQL5 市场说明 Gold Catalyst Evolution V6.0 适用于 MetaTrader 5 的自动化双引擎黄金交易系统 1. 产品概述 Gold Catalyst Evolution V6.0 是一款全自动智能交易系统,专为 XAUUSD 以及名称中包含 XAU 或 GOLD 的其他经纪商黄金品种开发。 V6.0 在一个智能交易系统中集成了两个相互独立的交易引擎。每个引擎分别评估市场状况,并拥有自己的固定手数、魔术号、持仓归属、保护水平和出场管理。 两个引擎互不复制,也不相互依赖。在对冲账户中,两个引擎可以同时管理同一黄金品种的仓位。在净额账户中,同一品种的入场会安全地按顺序执行,因为 MetaTrader 对每个品种只保留一个净持仓。 本系统旨在提供结构化的黄金自动交易,无需持续人工监控。 2. 交易架构 Engine A 是选择性方向引擎,用于筛选市场状况,并通过自身的执行配置管理其仓位。 Engine B 是独立的市场参与引擎,拥有单独的执行配置,并附加每日亏损及连续亏损交易控制。 每个引擎均: 使
Scalp Master 专家顾问(EA)是一种完全自动化的交易系统,专为趋势市场中的剥头皮策略设计。它用于在高流动性市场中识别短期交易机会,同时重点关注交易质量和风险控制。该EA适合偏好系统化、规则化交易且不进行手动操作的交易者。 它在低点差和高流动性的品种上表现最佳,包括: XAUUSD(黄金) EURUSD GBPUSD USDJPY BTCUSD USTEC(美国科技指数) 其他主要和次要货币对(低点差且执行稳定) 该策略专为趋势市场设计,旨在避免震荡或不可预测行情等低质量交易环境。 主要特点: 完全自动化交易系统,无需手动操作 移动平均线与RSI过滤器,提高胜率并避免低概率交易 集成新闻过滤器,在重大经济事件期间降低风险 高级移动止损系统,动态管理持仓 专注风险控制与回撤降低 Scalp Master 会在交易前和交易过程中持续评估市场条件,确保交易符合系统逻辑。趋势、动量和波动率过滤器的结合有助于提升交易质量。 该EA适用于提供稳定执行、低点差和高流动性的经纪商。适合初学者和希望使用结构化剥头皮策略的专业交易者。 最低入金:$100 推荐入金:$1000 输入设置: 请不要
PivotStorm
Li Yin Fang
PivotStorm - 自适应 XAUUSD 市场结构突破交易 EA MetaTrader 5 专业自动交易系统 PivotStorm 是一款面向黄金(XAUUSD)市场的专业 MetaTrader 5 Expert Advisor。 该系统针对喜欢结构化突破交易的交易者设计,通过市场结构分析、智能挂单执行以及多层风险管理,实现纪律化的自动交易。 不同于简单的突破机器人,PivotStorm 不追逐每一次价格波动,而是等待经过确认的重要市场结构,并在风险可控的条件下执行交易。 为什么选择 PivotStorm? 黄金市场具有明显趋势行情,同时也存在大量假突破。PivotStorm 遵循核心理念:等待有意义的市场结构,然后进行受控风险执行。 EA 不尝试预测所有市场走势。系统通过识别关键价格区域,构建突破交易场景,并按照预设风险规则管理交易执行。 查看MQL5 信号: 点击这儿 核心技术 1. 市场结构突破引擎 PivotStorm 分析确认后的市场结构,并识别重要交易水平。 系统分析: 确认后的摆动高低点 突破区域 价格运动有效性 市场动量状态 帮助系统过滤短期噪声,关注更有意义
SPARTAN GOLD SNIPER AI - V7.2 ULTIMATE The All-In-One Gold Solution: Smart Scalping and Professional Swing Trading. Spartan Gold Sniper is not just an EA; it is a complete trading system designed specifically for XAUUSD (Gold). Version 7.2 introduces the Smart Adaptive Engine, making it the most flexible bot on the market for both small accounts and large Prop Firm capitals. Critical Requirements Latency: You must use a VPS with less than 20ms latency (Recommended: MQL5 Built-in VPS). Account:
CaicaiLS Pro - Advanced Pair Trading & Statistical Arbitrage (Version 9.0) The CaicaiLS Pro is a quantitative Expert Advisor designed for Long & Short operations (Pair Trading) using Statistical Arbitrage . Developed for traders seeking precision, it tracks correlation and cointegration anomalies across multiple asset pairs simultaneously, seeking performance in both mean reversion and momentum breakouts. Its advanced architecture features the introduction of Shadow Execution technology. The mat
Neurolite EA gbpusd
Aliaksandr Salauyou
The Neurolite Expert Advisor offers trade decisions based on a neural network trained using a 10-year history of real tick data. The trading is performed only on GBP/USD. Its main peculiarity is a small amount of input parameters so as to facilitate the working process of users. The Neurolite EA will fine-tune all the parameters for you. Trading Strategy The system does NOT use dangerous strategies such as averaging or martingale, but strictly adheres to the neural network instructions. Stop lo
Neurolite EA eurusd
Aliaksandr Salauyou
The Neurolite Expert Advisor offers trade decisions based on a neural network trained on 5-years of real tick data. Trading is performed only on the EUR/USD currency pair. Its main peculiarity is a small amount of input parameters so as to facilitate the working process of users. The Neurolite EA will fine-tune all the parameters for you. This Expert Advisor is based on the previously released Neurolite EA gbpusd , which was adjusted for successful trading on the EUR/USD currency pair. Trading
只在亚洲盘进行剥头皮交易 几个独特指标用于检测市场波动 根据市场情况动态止盈止损 保护性硬止损,使得账户风险降低 不需要配置文件,对每一个货币对使用相同的设置 此EA适用于以下货币对: EURAUD 推荐在 M15 周期上使用此EA 建议在一个真正的 低点差 ECN平台上使用该EA 推荐将Risk参数设置为10以下 推荐使用99.9%模型质量的历史回测 信号 : https://www.mql5.com/en/signals/author/oodd008 回测 : https://www.mql5.com/en/users/oodd008/blog 参数 Lots - 使用固定手数 Risk - 根据账户净值自动计算手数,只有当Lots是0时才有效 Auto_GMT_Offset - 实盘交易时,如果设置为true,GMT_Offset会由EA自动计算 GMT_Offset - 历史回测时输入你的经纪商的GMT时间,实盘交易时不用设置此参数,系统会自动计算GMT时间 EA_Comment - 设置自己的评论信息 MAGIC - Magic数字,无需更改 Max_Spread - 开
Snake EURUSD
Thurau Baerbel
Snake EURUSD Real EA is a fully automatic Forex Trading Expert Advisor. The robot can run on any pair, but the results are better on EURUSD M15. The system can run with any broker that also provides Floating Spread. Advantages The EA does not use systems like martingale, hedging, etc. The EA uses SL and Trailing Stop to make a profit. In addition, you can also set TP (EURUSD at 93 for me). Best test results with 99.0% in the backtest. It is not necessary to close the EA during the press release
BenefitEA Mt5
Vsevolod Merzlov
Benefit EA Uses only hedging accounts.     Benefit EA is a non-indicative flexible grid adviser with special entry points that provide a statistical advantage, revealed through the mathematical modeling of market patterns. The EA does not use stop loss. All trades are closed by take profit or trailing stop. It is possible to plan the lot increments. The "Time Filter" function is set according to the internal time of the terminal as per the displayed time of the instrument's server, not the oper
TS Trade
Carlos Reis Dos Santos
DESCRIÇÃO O TS Trade é um robô desenvolvido por profissionais com longa experiência no Mercado Financeiro. É baseado em algoritmos de negociação avançados. Tem como principal característica uma gestão de risco rigorosa. É perfeito para quem busca uma ferramenta eficaz para automatizar suas negociações. Instale o Robô e deixe que ele faça todo o trabalho por você. MÉTODO O TS Trade utiliza um algoritmo o qual possibilita identificar uma tendência do mercado a partir da movimentação de duas média
On Control EA MT5 V2 Game-Changing Software For The Forex Market  On Control EA was created to help traders like you maximize their income. How would you like to gain access to a world-class proprietary piece of software designed for one purpose, to improve your Forex strategy? Let’s be honest, it can be hard to understand which technical analysis & trading signals you should follow. With On Control EA, you now have a powerful tool that will enhance your Forex trading strategy & elevate your in
EA Rx Five MT5
Ruslan Pishun
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 稳定提款机 Lite 版本,是一款针对外汇的自动智能交易系统!以下简称本 EA 智能交易系统。Lite版本仅支持MetaTrader 5! 本 EA 智能交易系统的目的是稳定盈利,而不是让你拥有一夜暴富的能力! 本 EA 智能交易系统的 Lite 版本仅作用于 EUR/USD 货币兑,不能用于其他货币兑交易、其他 CFD 产品交易以及大宗商品交易或期指商品交易! 本 EA 智能交易系统,只适合运行在允许进行对冲交易的的外汇交易商平台! 本 EA 智能交易系统,采用马丁格尔与网格交易系统为基础,通过大数据分析对 EUR/USD 货币兑的多年历史数据进行各项特征进行层层分析,得到了精准的分析结果! 本 EA 智能交易系统的代码融入数据模糊处理技术,使得本 EA 智能交易系统在进行下单和平仓操作时自动处理价位而并非依靠限价订单来完成下单和止盈平仓操作! 本 EA 智能交易系统的特点在于稳定盈利!根据市场的情况,平均每日盈利 $60~$180 ! 本 EA 智能交易系统没有资金回撤!常规时期最大动态亏损$ 400 以内!对于 COVID-19 时的市场熔断机制, 500
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设置: 您可以使用OneChartSetup(仅限M15时间框架)从单个图表运行所有货币对 该EA对点差、滑点或任何其他与经纪商相关的变量不敏感。 仅使用推荐的货币对。 EA测试: 使用MT5测试器的多货币模式同时测试所有推荐的货币对上的EA。 观看示例视频 。 仅在M15时间框架上进行测试 推荐进行5-10年的长期测试,以显示EA在各种市场条件下的稳定性。 输入参数: OneChartSetup — 从一个图表同时启动多个货
Traders Toolbox
Jason Kisogloo
3 (2)
交易者工具箱是一種多功能工具 基於對常見交易策略的廣泛培訓而創建,以使這些策略和計算自動化。   (由Jason Kisogloo設計和編程) 特徵: 19個獨立信號 -這些信號 中的 每個信號 都 以神經網絡樣式配置進行偏置,以構成最終/整體結果。 每個信號都有其自己的設置 ,可以根據 需要 對其進行 自定義或優化。   綜合上 - 屏 - 顯示 -六搭扣,全面的信息和工具提示走板。 (單擊面板邊框可折疊或折疊...自動為每台儀器保存的設置):   信號面板 -顯示帶有偏差信息和信號詳細信息的信號分析。   新聞小組 -和未來甚至有消息 牛逼 小號 基於 預測 的 影響與倒計時事件當前的儀器。 ( 針對此功能,必須將 內部M   T   5經濟日曆與 外匯工廠刮板的 選項 -https:   // www.forexfactory.com 添加到Metatrader中允許的網站上)     EA設置面板 -根據止損和資金設置提供有關當前EA設置和輸入信息的信息。   損益面板 -提供8個不同時間段內歷史交易的整體損益表現。   切換面板 -一鍵切換開關,用於顯示屏幕指示器和圖表。
RSAS By Capitarc
Abdur Rafi Ahmad
CAPITARC`s RSAS Expert Advisor for MT5   RSAS MT5   -is a professional expert advisor used by our investment firm it is based on price action and Relative Strength Index (RSI) indicator.  This product is with dynamic overbought and oversold levels that automatically adapts to the ever changing markets, while the standard MT5 RSI maintains levels static levels and do not change. This allows the expert to adapt to the ever-changing market without the need to constantly optimize, just make sure yo
Expert. Automatic and manual trading. Ready-made trading system based on Elliott waves and Fibonacci retracement levels . It is simple and affordable. Display of the marking of Elliott waves (main or alternative option) on the chart. Construction of horizontal levels, support and resistance lines, a channel. Superposition of Fibonacci levels on waves 1, 3, 5, A Alert system (on-screen, E-Mail, Push notifications).    visual panel for opening orders in manual trading. visual panel for setting up
作者的更多信息
NextGen PRO
Muhammad Maaz
NextGen PRO Trend-Following Stop-Order Grid for XAUUSD Overview NextGen PRO is a fully automated Expert Advisor built around one simple idea: only trade in the direction the market is already moving, and only add orders when the previous trade cycle is finished. When the trend is up, it lays a ladder of Buy Stop orders above the market. When the trend is down, it lays a ladder of Sell Stop orders below the market. When price sits between the two moving averages, the market is treated as a range
NextGenFx
Muhammad Maaz
Overview NextGenFx Scalper is a fully automated MT5 Expert Advisor optimized for XAUUSD (Gold) trading. It is designed for traders who prefer structured scalping with controlled risk, combining trend direction, momentum confirmation, support/resistance filtering, and session-based execution . The EA focuses on high-probability entries during active market sessions while avoiding low-liquidity conditions. ️ Strategy Logic (High-Level) The trading system is built on a multi-layer confirmation
筛选:
无评论
回复评论