EA Pause Manager

4.33

EA Pause Manager — Your Smart Risk Guard & Scheduler (MT5)

What It Does

  • Stops conflicting trades before they happen, based on active market positions and, optionally, pending orders.
  • Pauses or resumes your EAs automatically based on:
    • A simple leader rule: the first EA to trade becomes the leader and blocks the rest.
    • A time schedule you define — now configurable per EA. For example, you can run one EA during the day session and another EA overnight.
  • Optionally cleans up after simultaneous openings by closing the orphaned position of the paused EA.
  • Interlock logic is triggered by executed market positions and, optionally, by pending orders such as Buy Stop, Sell Stop, Buy Limit and Sell Limit.

Why It Matters

  • Protects your capital: helps avoid accidental extra orders.
  • Reduces drawdown risk: your EAs do not fight each other.
  • Works automatically: once configured, the pause/resume logic runs without manual intervention.

Important

  • EA Pause Manager reacts to executed market positions and, optionally, to pending orders.
  • Pending-order support is optional: a pending order can act as an interlock trigger, and pending orders from an EA paused by interlock can be cancelled automatically. This is useful for grid, breakout and straddle-style EAs.
  • Optional conflict closing: if two EAs open trades almost at the same time, the orphaned position of the paused EA can be closed automatically. This option is OFF by default and requires a hedging account.
  • For best results, configure EA Pause Manager while your EAs have no open positions or pending orders.
  • Schedules use GMT.
  • EAs are identified by Magic Number. Comment is used only as an optional label for organization.

Works With Pause Manager Indicator (Free)

  • Attach this free indicator to every chart with an EA you want to manage using EA Pause Manager.
  • Up to 4 EAs can be managed per EA Pause Manager instance.
  • Pause Manager Indicator is required for correct operation.
  • Download and install Pause Manager Indicator from MQL5 Market > Indicators.

1. Key Features

  • Leader-follower pause: the first EA that opens a trade becomes the leader, and the linked EAs wait.
  • Fast event-driven reaction: competing EAs are paused almost instantly after a trade is detected.
  • Flexible per-EA schedules: each EA can have its own pause windows, multiple windows and specific days in GMT. This is ideal for session rotation.
  • Legacy single-window schedule mode is still available.
  • Multiple Magic Numbers per EA: manage EAs that run several internal strategies by using comma-separated Magic Numbers.
  • Pending-order support: optionally use pending orders as interlock triggers.
  • Auto-cancel pending orders: optionally cancel the pending orders of an EA paused by interlock.
  • Optional conflict closing: close the orphaned position of a paused EA when two EAs open almost at the same time. This requires a hedging account.
  • Up to 4 EAs per instance.
  • Instant alerts: receive push notifications on your mobile device.
  • Light and safe: pure MQL5, no DLLs, and MQL5 VPS compatible.

2. Unique Benefits

  • Combines EA-to-EA control and time scheduling in one tool.
  • Per-EA schedules allow your robots to rotate by session instead of all pausing together.
  • Supports pending-order and grid-style EAs, not only direct-market EAs.
  • Only pauses the EAs you choose — your other robots keep working.
  • Core pause/resume logic works on MT5 accounts. The optional conflict-closing feature requires a hedging account.

3. Input Parameters

Group 1 - EA Identification

  • MAGIC_EA1 - Magic number(s) of EA #1. Separate multiple Magic Numbers with commas, for example: 1234 or 1234,5678.
  • COMMENT_EA1 - Optional label for EA #1. This is for organization only and does not affect detection.
  • MAGIC_EA2 - Magic number(s) of EA #2.
  • COMMENT_EA2 - Optional label for EA #2.
  • MAGIC_EA3 - Magic number(s) of EA #3.
  • COMMENT_EA3 - Optional label for EA #3.
  • MAGIC_EA4 - Magic number(s) of EA #4.
  • COMMENT_EA4 - Optional label for EA #4.

Inter-EA Pause Matrix - Preset Reference

  • IL_NONE - Interlocking disabled. All EAs trade freely without mutual restrictions.
  • IL_PAIRS_12 - Single pair lock: EA1 and EA2 block each other. EA3 and EA4 remain independent.
  • IL_PAIRS_12_34 - Dual-pair lock:
    • EA1 blocks EA2, and EA2 blocks EA1.
    • EA3 blocks EA4, and EA4 blocks EA3.
  • IL_PAIRS_14_23 - Dual-pair lock:
    • EA1 blocks EA4, and EA4 blocks EA1.
    • EA2 blocks EA3, and EA3 blocks EA2.
  • IL_PAIRS_13_24 - Dual-pair lock:
    • EA1 blocks EA3, and EA3 blocks EA1.
    • EA2 blocks EA4, and EA4 blocks EA2.
  • IL_TRIAD_123 - Three-way mesh: EA1, EA2 and EA3 interlock with each other. EA4 trades freely.
  • IL_FULL - Complete mesh: every EA interlocks with the other three. This is the maximum protection mode and the most restrictive preset.
  • IL_CHAIN_A - Chain pattern A:
    • EA1 interlocks with EA2 and EA3.
    • EA2 interlocks with EA1 and EA3.
    • EA3 interlocks with EA1 and EA4.
    • EA4 interlocks with EA1 and EA3.
  • IL_CHAIN_B - Chain pattern B:
    • EA1 interlocks with EA2 and EA4.
    • EA2 interlocks with EA1 and EA4.
    • EA3 interlocks with EA2 and EA4.
    • EA4 interlocks with EA2 and EA3.
  • IL_CHAIN_C - Chain pattern C:
    • EA1 interlocks with EA2 and EA3.
    • EA2 interlocks with EA1 and EA4.
    • EA3 interlocks with EA2 and EA4.
    • EA4 interlocks with EA1 and EA3.
  • IL_STAR_1 - Star hub on EA1: EA1 interlocks with EA2, EA3 and EA4. The other EAs interlock only with EA1, not among themselves.

Pending Orders

  • UsePendingOrdersAsTrigger - Count a pending order as an interlock trigger. OFF by default.
  • CancelFollowerPendings - Cancel the pending orders of an EA paused by interlock. ON by default. This does not generate trading cost and only affects EAs that use pending orders.

Conflict Position Closing

  • CloseConflictPositions - Close the orphaned position of a paused EA opened almost simultaneously with the leader. OFF by default and available for hedging accounts only. A push notification is sent whenever a position is closed by this feature.

Group 3 - Schedule Blocking

  • PauseSchedule_EA1 - Pause window(s) for EA #1 in GMT. Example: 20:30-04:00. Leave empty if no pause schedule is required. Multiple windows can be separated by commas or semicolons. Optional day filters can be added with @Mon, @Tue, @Wed, @Thu, @Fri, @Sat or @Sun.
  • PauseSchedule_EA2 - Pause window(s) for EA #2 in GMT.
  • PauseSchedule_EA3 - Pause window(s) for EA #3 in GMT.
  • PauseSchedule_EA4 - Pause window(s) for EA #4 in GMT.

Legacy Single-Window Schedule

The legacy single-window schedule is used only when a per-EA schedule window is empty.

  • BlockBySchedule - Master switch for the legacy time-based pause.
  • ScheduleEASelection - Selects which EAs the legacy schedule affects.
  • ScheduleDay - Legacy day filter: All, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday or Sunday.
  • BlockStartHourGMT / BlockStartMinuteGMT - Legacy schedule start time in GMT.
  • BlockEndHourGMT / BlockEndMinuteGMT - Legacy schedule end time in GMT.
  • PauseEvenWithOrders - Keeps the schedule pause active even if positions are open.

Group 4 - Notifications

  • SendPushNotifications - Enables push alerts to the MetaTrader 5 mobile app.

Ready to protect your capital?

Put EA Pause Manager to work today and manage your multi-EA portfolio with smarter risk control.

Send a message after purchase to receive the updated manual.

评分 7
Amit-AX
781
Amit-AX 2026.04.24 09:31 
 

Works like magic. I had to use it after a massive grid resulted in blowing 16k loss due to late opening of trades on Friday. I wish i had EA Pause manager before to save the rainy day but finally this will not happen. David is incredibly helpful and supported. He has put together a guide that is useful, for anyone who says setup is not working that is clearly due to lack of reading guide or asking for steps because it works fine for me.

ESTARIX
430
ESTARIX 2025.12.24 06:35 
 

Essential. I haven't found any alternative in the market.

Amr Gomaa Saleh Husain
593
Amr Gomaa Saleh Husain 2025.07.27 21:50 
 

The Pause EA is an innovative and practical tool for managing multiple Expert Advisors running on the same account. It does precisely what it promises — pauses other EAs when one becomes active, helping reduce conflicts and overexposure from overlapping trades. It's beneficial for accounts employing aggressive or grid-based strategies.

推荐产品
GOLD Trending EA MT5 (M5) This Expert Advisor is designed for automated trading on XAUUSD (M5 timeframe). It uses a trend-following approach with defined entry conditions, profit management, and risk controls. The description provides full transparency: no results are hidden. Backtest data includes both profitable and losing periods to show realistic behavior. Backtest Results (2025 Full Year) These are results from the Strategy Tester using real-tick data (99.9% modeling quality). Backtest per
SMG Guard Pro
Tanawut Wongmanee
Smart Money Guardian The Ultimate Trade Manager & Equity Protection Expert Transform your manual trading with professional-grade discipline. Smart Money Guardian is not just a tool; it is your "Digital CEO" that manages every trade with mathematical precision, protecting your capital from emotional decisions and unexpected market volatility. ️ Why Choose Smart Money Guardian? Most manual traders fail due to a lack of exit discipline and poor risk management. This EA solves that by automating
GoldCrusher V7 - Orbital Adaptive Breakout Grid Engine GoldCrusher V7 is an institutional-grade, high-precision automated breakout trading system specifically engineered for GOLD (XAUUSD) on MetaTrader 5. Powered by an advanced Orbital Channel Lookback Algorithm, GoldCrusher V7 dynamically identifies high-probability breakout boundaries and couples them with an Accelerating Fluid Sweep Trailing Engine to capture explosive market moves while strictly safeguarding capital. Key Performance & Arc
Seconds Scalper Pro
Cristhian Alexander Gaibor Cuasquer
Seconds Scalper Pro 是一款在 MetaTrader 5 中创建 1 到 60 秒蜡烛图实时图表的工具,具有完整的交易面板直接集成在图表中。您可以下达市价和挂单,通过拖动线条修改止损和止盈,通过单个按钮管理所有未平仓头寸,并以精确度和零延迟交易超短时间框架。 为什么选择这个工具 在 MetaTrader 5 中进行一分钟以下的交易从来都不简单。该平台以分钟和小时显示图表,大多数提供秒级蜡烛的工具不允许您直接从该图表进行交易。您最终需要安装第二个工具仅用于下单,或每次想要进入市场时切换屏幕。 Seconds Scalper Pro 解决了这个问题。秒级图表和交易面板在一个工具中。您分析的图表就是您交易的图表。 这不是一个预测价格的指标。这不是一个承诺利润的信号系统。这是一个可视化和执行工具,专为需要在一分钟以下查看和交易市场的交易者设计。 SECONDS SCALPER PRO 的主要功能 - 直接从经纪商的报价流构建的实时蜡烛,无延迟和滞后。 - 集成在同一图表中的交易面板,无需购买第二个工具。 - 通过用鼠标拖动线条修改止损和止盈,实时价格标签跟随移动。 - 通过单
GoldEdge US30
Chi Sang Lai
GoldEdge US30 — Dedicated Indices Edition for US30, DE40 / GER40 and FRA40 / F40 , powered by the GE ATR Price Border system, dual-layer hedging, ATR volatility control and per-symbol cut loss protection. GoldEdge US30 is a next-generation MT5 Expert Advisor built specifically for major index markets. It uses structured grid-style entries and adaptive position scaling, guided by ATR Ratio, GE ATR Price Border levels, spread control, and mechanical direction logic. Instead of adding positions bl
(加密货币图表) 它带来与您指定的柱线数量一样多的历史记录,并开始直接显示即时数据。 提供在所有时间范围内工作的机会。 允许您使用多个符号。 这个应用程序是一个后台服务。 它下载市场观察屏幕上以“S”开头的所有交易品种的历史记录并显示报价数据。 自动将币安现货实时交易数据传输至MT5。 运行链接中的脚本以使用该程序。 https://www.mql5.com/en/market/product/69000 此程序需要安装。 https://www.mql5.com/tr/market/product/73887 您应该允许来自工具菜单 >> 选项 >> 智能交易系统的 WebRequest 并添加 URL: https://api.binance.com https://fapi.binance.com
DAX Quant Range MT5
Manuel De Huerta De La Cruz
DAX Quant Range MT5 is a fully automated Expert Advisor for MetaTrader 5 , specifically designed to trade the DAX index (GER40) during the European session , targeting institutional volatility at market open. The EA combines two professional trading strategies : Opening Range Breakout and EMA Pullback continuation , enhanced with volatility, momentum, and ATR-based risk management. This system is built for traders who value discipline, risk control, and consistency , avoiding aggressive or depen
MT5 history exporter for accurate trade analysis and CSV export. Export trades to Excel from MetaTrader 5 with full performance metrics. Advanced MT5 trade analyzer with MAE, trade duration, and reconstruction. Usually platforms hide critical information about how your trades actually behave. History Downloader and Trade Analyzer solves this. It rebuilds your trades from raw deal history and exports a clean, structured dataset with accurate metrics MT5 does not provide. What You Get A fully s
================================================================================ POC BREAKOUT - V20.72. Full Professional Grade Toolkit ================================================================================ POC Breakout is a full MetaTrader 5 trading dashboard for discretionary traders who want breakout signals, Point of Control (POC) context, volume profiles, order flow, market structure, news, alerts, and advanced trade planning in one professional workspace. Attached directly to you
MT5 to MT5 Trade Copier
Freedom Uzochukwu Nnadi
MT5 to MT5 Trade Copier: Unified Master-Slave Trade Replication for MetaTrader 5 Unlock seamless trade replication with the MT5 to MT5 Trade Copier, a powerful and versatile Expert Advisor (EA) for MetaTrader 5, now reengineered into a single, efficient solution. This updated version combines Master and Slave functionalities into one EA, allowing you to effortlessly switch between modes with a single parameter. Whether you are mirroring trades across accounts, managing client portfolios, or sca
MT5 to Telegram Notification Hub   is a user-friendly tool that connects MetaTrader 5 (MT5) with Telegram, enabling seamless transmission of trade alerts, updates, and custom messages directly from MT5 to your Telegram account or channel. You can easily adjust and enable or disable specific parts of the notifications, making it ideal for signal providers and traders who want to keep their audience informed with real-time updates Setup guide A setup guide is available here . Key Features: Instan
try the free limited version first: https://www.mql5.com/en/market/product/188573?source=Site +Profile+Seller Unlock the full power of MT5 with NGA Pro Next Gen Assistant Pro — the most advanced trading assistant designed to give you full control over your trades… even from your phone! . -Risk calculation, dollars stop loss based: by using NGA you can set the exact amount you willing to lose each time, without having to deal with manual pips calculation,     just   drag the visual Stop lo
Easy Order Watcher — 智能交易监控与通知助手 无论身在何处,都能实时掌控交易动态。 Easy Order Watcher 是一款轻量级且功能强大的智能交易顾问(EA),可以实时监控您账户中的持仓交易,并在达到指定的盈亏水平时 立即发送通知 。这些通知基于您自定义的盈亏阈值,并附带当前 保证金水平 和 本地时区格式的时间戳 。 无论您是否在电脑前,或是否管理多笔交易,该工具都能以精准的方式根据您的策略发送关键提醒,帮助您及时做出决策。 版本 v1.10 新增功能: 自定义本地时区支持 支持设置时区偏移(±小时),通知时间与您本地时间同步,避免混淆。 自定义盈亏提醒阈值 可自由设置盈利或亏损的触发间隔(例如每+50美元利润,或每-100美元亏损),不再受限于固定值。 核心功能亮点: 盈亏转正提醒 :交易从亏损转为盈利时立即通知。 自定义利润阶段提醒 :每当交易达到您设定的盈利间隔,即刻发送通知。 自定义亏损阶段提醒 :当亏损达到您设定的阈值时及时告警。 时间戳格式通知 :每条通知都附带 HH:MM:SS AM/PM
GOLDCRUSHER V8 | THE INSTITUTIONAL CYBERTRON BREAKOUT ENGINE Welcome to the next evolution of algorithmic execution. GoldCrusher V8 is an institutional-grade, high-performance automated breakout trading system specifically engineered for GOLD (XAUUSD) across modern financial markets on MetaTrader 5. Engineered with an authentic Dual-Directional Straddle Trap Matrix (Pending BuyStop and SellStop), 5-Layer Precision Quant Filters, and a proprietary Non-Stop Fluid Sprint Trailing Engine, GoldCr
Praxis Index Trend
Donizeti Aparecido Alves Ferreira Junior
One frozen US500 process. Two separate test windows. Praxis Index Trend is a MetaTrader 5 Expert Advisor built for traders who prefer a small number of deliberate decisions instead of constant market activity. It reads completed Daily data, reviews the market on a monthly schedule and keeps no more than one strategy position open. The proprietary signal and its internal calibration are not disclosed. The buyer-facing operation is simple: attach the EA to your broker's US500 equivalent, verify th
中文(简体) YouTube 视频说明: https://youtu.be/OJXERVs405g Keyboard Scalper Pro —— 工具说明 Keyboard Scalper Pro 是一款 手动剥头皮交易辅助工具 ,专为通过 键盘快捷键 执行和管理交易而设计,可实现 快速、精准、专注的交易操作 。 该工具 不自动做出任何交易决策 。 所有操作均由交易者通过预设快捷键 手动触发 。 快捷键功能说明 W – Buy Market(市价买入) 使用预设的风险或手数设置,在当前交易品种上立即开立市价多头仓位。 S – Sell Market(市价卖出) 使用预设的风险或手数设置,在当前交易品种上立即开立市价空头仓位。 E – Break-Even(保本) 将止损移动至保本位置,基于当前品种 所有已开仓位的平均入场价格 进行计算。 在加仓(分批建仓)时尤为实用。 Q – Close All Positions(按品种平仓) 立即关闭 当前交易品种的所有持仓 。 其他交易品种不受影响。 Y / X – 仓位风险调整 基于账户余额动态调整仓位风险: Y → 风
Master Manager
Medina Cortez Edison Armando
MASTER MANAGER Risk management of open operations (Does not perform automatic operations) and structural analysis. "Stop chasing prices; let the Master Manager identify institutional zones for you and surgically manage the risk of the trades you enter." ️ System Features 1. Structural Analysis: Identification of Swings and Balance of Sights with confluence. 2. Liquidity (FVG): Imbalance zones with 50% mitigation and dynamic extension. 3. Visual Management: Draggable and fixed partial
FiveStarFX Scalp Machine
Adam Shareef Mohamed
FiveStarFX Scalp Machine Precision. Speed. Control. FiveStarFX Scalp Machine is a professional-grade M1 scalping system built for traders who demand speed, structure, and intelligent risk control. Designed around pure price action, the EA executes trades on every confirmed M1 candle close and manages each position with advanced protective logic. This is not a random scalper. This is a structured execution engine.
News With Sessions
Muhammad Jawad Shabir
News With Sessions Professional Session Tracker with Integrated Economic Calendar for MT5 News With Sessions is a professional trading intelligence indicator for MetaTrader 5 that combines live market session tracking with the MT5 economic calendar on a single chart. It shows when institutional sessions are active and which news events are driving price , without external websites, manual time-zone work, or extra tools. Built for traders who rely on time, liquidity, and fundamentals , this indic
Easy Toolbar MT5
Nguyen Tuan Son
5 (1)
Easy Toolbar is a user-friendly toolkit that provides fundamental tools and utilities which can helps you analyze market , get notifications and calculate trade factors faster, more accurate and much easier. Easy Toolbar is born with the mission to make analysis tools of MT5 really work & provide more useful utilities . If you are not fully depend on EAs and do your own work to analyze market, this tool is for you! Main features New way to use market analysis tools Introduce new important object
Quant Trade Freedom All Market
Renan De Souza Quinelato
O que é “QUANT TRADE FREEDOM ALL MARKET” ? QUANT TRADE FREEDOM ALL MARKET é um software de negociação totalmente automatizado, especialmente projetado para negociação lucrativa com a plataforma de negociação METATRADE 5 (MT5). Pode negociar Forex e derivativos ( Mini Índice e Mini Dólar ) na bolsa brasileira. Como funciona o robô QUANT TRADE FREEDOM NEWS? QUANT TRADE FREEDOM ALL MARKET é um software 100% automatizado que define a melhor tendência para entrar em ordens de negociação no lugar de u
(加密货币图表) 它带来与您指定的柱线数量一样多的历史记录,并开始直接显示即时数据。 提供在所有时间范围内工作的机会。 允许您使用多个符号。 这个应用程序是一个后台服务。 它下载市场观察屏幕上以“F”开头的所有交易品种的历史记录并显示报价数据。 自动将币安期货实时交易数据传输至MT5。 运行链接中的脚本以使用该程序。 https://www.mql5.com/en/market/product/68691 此程序需要安装。 https://www.mql5.com/tr/market/product/73887 您应该允许来自工具菜单 >> 选项 >> 智能交易系统的 WebRequest 并添加 URL: https://fapi.binance.com
Predator Genesis
Dragan Drenjanin
Introduction to Predator Genesis EA Predator Genesis is a cutting-edge Expert Advisor (EA) developed for the MetaTrader 5 (MT5) platform, representing the latest evolution in automated forex trading.   Predator Genesis   is designed to simplify the trading process while maintaining robust performance. Its minimalist user interface reflects a design philosophy of simplicity within complexity, ensuring accessibility without sacrificing depth. This version introduces notable changes from prior ite
QuantGoldMaster
Wasupol Kongdetudomkul
Quant Gold Master  Five independent strategies in one MT5 robot, switched by an ADX market regime filter. Hard stop loss on every trade. Full description Quant Gold Master is one Expert Advisor that carries five separate trading techniques instead of one. Each technique is a complete entry method on its own. What connects them is a market regime filter: the robot measures whether the market is directional or flat, and only lets the techniques that suit the current state open trades. Trend me
MQL5 博客: https://www.mql5.com/en/blogs/post/761446 MT4 版本: https://www.mql5.com/en/market/product/136790 MT5 版本: https://www.mql5.com/en/market/product/136791 Time Wizard 是一款专业的交易助手,专为需要在简洁的控制面板上实现速度、时机和执行控制的交易者而设计。 这款智能交易系统 (EA) 专为事件驱动交易、定时执行和快速半自动订单管理而设计。它允许您提前准备订单、定义精确的执行时间、设置分层挂单、通过止损和止盈管理风险,并通过图表上的简洁界面监控所有信息。 无论您是围绕经济事件、开盘、突破点还是您自己的自定义计划进行交易,Time Wizard 都能帮助您以结构化和纪律性的方式执行交易。 主要功能 1. 基于时间的订单执行 设置具体的执行日期和时间,EA 即可在需要时精准下单。 此功能非常适合: 新闻交易 突破交易设置 预先计划的市场执行 定时下单 2. 挂单阶梯 创建多层挂单,层间距和
Overview Ultimate Hybrid Pro is an advanced automated trading system for MetaTrader 5 that combines the most powerful signal generation techniques from two proven EA families: the   Ultimate Confluence Engine   and the   Liquidity Counter Pro . The result is a multi‑strategy, multi‑symbol robot that leverages   candle patterns, swing & crossover, breakout with volume spike, reversal patterns, and Fibonacci retracements   – all filtered through a comprehensive   confluence scoring system   and  
Qm93
Kasampast Kumkaew
QM93 — CFD Multi-Strategy Expert Advisor QM93 is a fully automated Expert Advisor designed for CFD trading across Forex, Metals, Energies, Indices, and Crypto. It combines up to five independent trading strategies through a Voting System , ensuring trades are only opened when multiple strategies agree — reducing false signals and improving trade quality. Trading Strategies (Voting System) Each strategy casts a vote. A trade is triggered only when the combined vote ratio meets the configured thre
GMG KILL ZONE DISCIPLINE ENFORCER — FREE ========================================= The free discipline and risk management EA for MetaTrader 5 — for prop firm traders who trade the New York Kill Zone (ICT-style) manually, and need their rules enforced automatically. You know the rules. One trade per session. Trade only the window. Be flat before the close. The problem was never knowing the rules — it is keeping them at the exact moment the market moves against you. This EA keeps them for you.
FREE
Predator On Steroids is a robust and highly adaptive Expert Advisor (EA) for MetaTrader 5, engineered for consistent performance across all timeframes and a wide range of financial instruments. The robot is designed to open trades with high frequency using market, stop, or limit orders (order type is fully customizable by the user). One of its most powerful features is the ability to automatically adapt its trading strategy to the specific instrument being traded. For example: On metals → it act
Ultra KZM
Nattapat Jiaranaikarn
Ultra KZM is an Expert Advisor that using the unique trading operation. It's strategy is based on the combination of grid and correlation system which is the new method that I invented and developed for a long time. You can see Live Signal from these links : (delete space) 1.  https: //www .myfxbook.com/portfolio/ultra-kzm-eurjpyeurchf/10224608 2.  https: //www .myfxbook.com/portfolio/ea-ultra-kzm-real-account/10374382 Note that this EA should run in ECN swap-free account. When you backtest yo
该产品的买家也购买
Trade Assistant MT5
Evgeniy Kravchenko
4.41 (216)
它有助于计算每笔交易的风险,容易安装新的订单,具有部分关闭功能的订单管理, 7 种类型的追踪止损和其他有用的功能。   附加材料和说明 安装说明   -   应用程序说明   -   模拟账户应用程序的试用版 线条功能  - 在图表上显示开仓线、止损线、止盈线。 有了这个功能,就可以很容易地设置一个新的订单,并在开仓前看到它的附加特性。   风险管理  - 风险计算功能在考虑到设定的风险和止损单的大小的情况下,计算新订单的成交量。它允许你设置任何大小的止损,同时观察设定的风险。 批量计算按钮 - 启用 / 禁用风险计算。 在 " 风险 " 一栏中设置必要的风险值,从 0 到 100 的百分比或存款的货币。 在 " 设置 " 选项卡上选择风险计算的变量: $ 货币, % 余额, % 资产, % 自由保证金, % 自定义, %AB 前一天, %AB 前一周, %AB 前一个月。   R/TP 和 R/SL - 设置止盈和止损的关系。 这允许你设置相对于损失的利润大小。 例如, 1 : 1 - 这决定了 TP = SL 的大小。 2 : 1 - 这意味着 TP 是 SL 的两倍。 RR -
欢迎来到 Trade Manager EA——这是一个终极风险管理工具,旨在使交易变得更直观、精准和高效。它不仅仅是一个下单工具,而是一个用于无缝交易计划、仓位管理和风险控制的全面解决方案。不论您是新手交易员、资深交易员,还是需要快速执行的剥头皮交易员,Trade Manager EA 都可以满足您的需求,适用于外汇、指数、大宗商品、加密货币等各种市场。 借助 Trade Manager EA,复杂的计算已成过去。只需分析市场,在图表上用水平线标记入场、止损和止盈,设置您的风险水平,Trade Manager 就会立即计算出理想的头寸规模,并实时显示以点、账户货币计价的止损和止盈。每笔交易都得以轻松管理。 主要功能: 头寸规模计算器 :根据定义的风险瞬间确定交易规模。 简单的交易计划 :在图表上用可拖动的水平线直接计划交易,设置入场、止损和止盈。 实时显示 SL 和 TP :以账户货币、点或分显示止损和止盈,便于分析。 高级保护工具 盈亏平衡选项 : 基本盈亏平衡 :当您的交易达到设定水平时自动保护利润。 多级盈亏平衡 :设置多达 4 个级别以逐步保护利润。 尾随止损选项 : 基本尾随
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https://www.mql5.com/en/signals/2356404 - Farmed Hedge Yield V Copy:  https://www.mql5.com/en/signals/2357156 IMPORTANT NOTICE: FarmedHedge is a MANUAL-FOCUSED TRADING UTILITY ,not a fully automated EA. Results shown on this Signal include manual trades and overall strategic management.
测试版发布 Telegram to MT5 Signal Trader 即将进入正式的 Alpha 版本。一些功能仍在开发中,您可能会遇到一些小错误。如果您遇到问题,请反馈,您的意见将帮助我们改进软件。 Telegram to MT5 Signal Trader 是一款强大的工具,能够将 Telegram 频道或群组的交易信号自动复制到您的 MetaTrader 5 账户。 支持公开和私人频道,可将多个信号提供者连接至一个或多个 MT5 账户。软件优化、高效、稳定,精准控制每笔复制交易。 界面简洁,仪表盘美观,图表交互性佳,导航直观。您可以管理多个信号账户,自定义每个提供者的设置,并实时监控所有操作。 系统需求 由于 MQL 限制,EA 需要配合 PC 端应用与 Telegram 通信。 安装程序可通过官方 安装指南 获取。 核心功能 多提供者支持: 从多渠道复制信号至多个 MT5 帐户 高级信号识别: 关键词、模式和标签全面自定义 逐提供者控制: 可启用/禁用特定信号类型、平仓策略等 灵活风险管理: 固定手数、固定金额、余额/权益百分比、部分平仓设置 可定制 SL/TP: 覆盖信号
Telegram to MT5 Multi-Channel Copier   可将您 Telegram 频道中的交易信号自动复制到 MetaTrader 5。无需机器人、无需浏览器扩展、无需手动复制。信号一到 Telegram,EA 几秒内就在您的终端开仓。 在复制某个频道之前,内置回测器还能告诉您该频道在您的账户上会有怎样的表现。 产品包含两个组件:一个监听您 Telegram 频道的 Windows 应用程序,以及在 MT5 终端执行信号的本 EA。同时提供 MT4 版本   点此 . 设置指南与应用下载:   https://www.mql5.com/en/blogs/post/768988 当前价格将来会上调。 工作原理 Windows 应用通过您自己的 API 凭据连接 Telegram——不是机器人。这意味着它可以读取您订阅的任何频道、群组或话题,包括私有和 VIP 频道。您还可以把直接给您发消息的信号机器人、私聊,甚至自己的"收藏夹"(Saved Messages)用作信号来源。检测到信号后,应用会解析并交给 EA。EA 按您的经纪商解析品种名称,按您的风险设置计算手数并
TradePanel MT5
Alfiya Fazylova
4.88 (167)
交易面板是一款多功能交易助手。该应用包含超过50种手动交易功能,并允许您自动执行大多数交易任务。 应用程序说明 + 视频教程: https://www.mql5.com/zh/blogs/post/772452 用于模拟账户的应用程序试用版: https://www.mql5.com/zh/blogs/post/762579 如何安装应用程序: https://www.mql5.com/zh/blogs/post/762580 如何在可视化模式下测试应用程序: https://www.mql5.com/zh/blogs/post/770278 如何在VPS MetaTrader上安装应用程序: https://www.mql5.com/zh/blogs/post/770196 贸易. 只需单击一下即可执行交易操作: 打開掛單和頭寸,並自動計算風險。 一鍵打開多個訂單和頭寸。 打開訂單網格。 按組別關閉掛單和頭寸。 反轉頭寸方向(關閉買入>打開賣出,關閉賣出>打開買入)。 鎖定頭寸(通過開啟缺少的頭寸,使買入和賣出頭寸的數量相等)。 一鍵部分關閉所有頭寸。 將所有頭寸的止盈和止損設置在同
EA Overfitter
Stephen J Martret
5 (1)
回测看起来很漂亮。但它明天、下周、下个月还能继续赚钱吗? EA Overfitter 让您的 EA 在 100 段它从未见过的价格历史上重新运行。一个分数告诉您这个优势是否真实。 回测告诉您的,是 EA 在某一段价格历史上的表现——那段恰好发生过的历史。您无法从中判断,这个结果有多少来自策略本身,又有多少只是那一条特定路径带来的。 EA Overfitter 回答的正是这个问题。它构建最多 100 段您的 EA 从未交易过的合成价格历史,让策略在全部这些历史上重新运行,并展示它所产生的完整结果区间。您得到的不再是一条幸运或不幸路径上的单个数字,而是一幅真实的图景:策略在陌生数据上多久能赚钱、典型结果是什么样(而不是最好的那一次),以及您的回测离它有多远。 这些世界是由您自己的近期历史重建而成,因此这不是预测——任何从历史数据出发的检验都不可能是预测。它告诉您的是:这个优势是否依赖于价格的某一种特定排列,以及回测数字距离典型结果有多远。在投入资金之前,这才是值得回答的问题。 三个步骤 1. 构建。在图表上选择时间区间和世界数量,然后按 Build。EA Overfitter 会
Astro Trade MT5
Indra Maulana
5 (7)
25% discount on the release of the tool: only for the next 3 buyers Send a message to receive a demo version. AstroTrade Trading Assistant AstroTrade is a comprehensive multi-functional trading utility developed for the MetaTrader 5 platform. It integrates essential tools for trade execution, risk management, and technical monitoring into a single unified interface. The application is designed to assist traders in managing their daily operations through a visual and structured environment. Vi
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.97 (35)
适用于 MetaTrader 5 的专业交易复制器 快速、专业、稳定可靠的 交易复制器 ,适用于 MetaTrader 。 COPYLOT 可在 MT4 和 MT5 终端之间复制 Forex 交易,并支持 Hedge 和 Netting 账户。 COPYLOT 的 MT5 版本支持: - MT5 Hedge → MT5 Hedge - MT5 Hedge → MT5 Netting - MT5 Netting → MT5 Hedge - MT5 Netting → MT5 Netting - MT4 → MT5 Hedge - MT4 → MT5 Netting MT4 版本 完整说明 + DEMO + PDF 如何购买 如何安装 如何获取日志文件 如何测试和优化 Expforex 的所有产品 您也可以将交易复制到 MT4 终端(MT4 → MT4,MT5 → MT4): COPYLOT CLIENT for MT4 COPYLOT 是一款专业的交易和持仓复制器,可同时与 2、3 甚至 10 个终端协同工作。 支持从 模拟账户和投资者账户 复制,也支持同时在多个终端上运行。 您可以使
MT5 to Telegram Signal Provider 是一个易于使用且完全可自定义的工具,它允许向 Telegram 的聊天室、频道或群组发送 指定 的信号,将您的账户变为一个 信号提供商 。 与大多数竞争产品不同,它不使用 DLL 导入。 [ 演示 ] [ 手册 ] [ MT4 版本 ] [ Discord 版本 ] [ Telegram 频道 ]  New: [ Telegram To MT5 ] 设置 提供了逐步的 用户指南 。 不需要了解 Telegram API;开发者提供了您所需的一切。 关键特性 能够自定义发送给订阅者的订单详情 您可以创建分层的订阅模型,例如铜、银、金。其中金订阅获得所有信号等。 通过 id、符号或评论过滤订单 包括执行订单的图表截图 在发送的截图上绘制已关闭的订单,以便额外核实 延迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情完全透明: 新的市场订单*带截图 订单修改(止损、获利) 已关闭的订单*带截图 部分关闭的订单** 新的挂单 修改的挂单(进场价格) 挂单激活(作为新的市场订单附加) 已删除的挂单 历史订单报告
Premium Trade Manager - 内置交易导师的图表面板 Premium Trade Manager 将一位交易导师嵌入您的图表,并在其下搭载完整的执行引擎。像往常一样建立交易,然后让您的 AI 交易导师 Max 读取这笔具体的交易,结合您的实时账户给出直接判断,再由您决定是否下单:止损是否符合纪律化交易的要求、风险规模是否合理、高影响新闻事件是否即将发布、您是否接近资金盘限额。其下是完整的执行引擎,负责点击之后的一切:一键按风险下单、您在图表上拖动规划且交易进行中仍可随时调整的计划、最多四个分批止盈级别、七种移动止损方式、实时资金盘合规检查、新闻屏蔽保护,以及对自身成本进行评级的点差功能。决策由您做出。Max 给出第二次审视。面板负责此后的一切。 购买前先亲手体验。 直接在浏览器中点击实时面板,这是在购买前感受其工作方式的最快途径。 stein.investments/products/premium-trade-manager Max 是您的一对一 AI 交易导师,他直接内置于面板之中。  他了解您的账户、您的设置和您的规则,用您自己的语言回答,并在每笔交易下单前进
Signal TradingView to MT5 Pro Automator TradingView 与 MetaTrader 5 之间的即时专业执行 使用最强大的桥梁,将 TradingView 警报与 MT5 中的实际执行连接起来,实现交易策略的自动化。这款 Expert Advisor 专为要求速度、灵活性和完美风险管理的交易者设计,可将任何警报消息转化为精确的市价或限价订单。 优势与特点 通用解析引擎(专有): 先进技术,能够自动识别并提取任何警报格式中的数据。您不再受限于单一的死板格式;系统会自动理解交易品种(Symbol)、操作(Action)、价格(Price)、止损(SL)和止盈(TP)。 实时执行: 极速轮询技术(低于 1 秒),经过优化可将延迟降至最低。接收到信号后,订单将在毫秒内执行。 机构级风险管理: 基于以下方式自动精确计算手数: 净值/余额百分比(% of Equity/Balance): 每笔交易承担固定账户百分比的风险。 风险金额(Risk Amount): 设定在触发止损时损失的固定货币金额(例如:100 美元)。 固定手数(Static Lots)
Power Candles 策略扫描器——自优化多符号设置查找器 Power Candles策略扫描器 采用与Power Candles指标相同的自优化引擎,可同时扫描您“市场观察”中的所有交易品种。一个面板即可显示当前哪些品种在统计上具备交易价值、每种策略的最佳应用方向、最优止损/止盈组合,并在新信号触发时立即向您发送提醒。 本工具是 Stein Investments 生态系统的一部分 - 18+ 款工具,加上 Max,您的一对一 AI 交易导师。  随时在线,深入了解每一款指标,在您需要梳理思路的那一刻就在那里。  立即认识他: https://stein.investments 您的全面市场监控。每个交易品种超过3,000次自动优化。2种警报类型。一键切换图表并采取行动。 为何您需要此工具 大多数多标的扫描器仅展示价格 波动 。每只股票的波动率、百分比变化、RSI。您仍需自行摸索正确的策略、合适的止损位以及理想的入场阈值。Power Candles策略扫描器针对每只股票自动解答这些问题,仅在数学验证过的交易设置中触发实际入场信号时才会向您发出提示。这就是全部卖点。 自动
Anchor Trade Manager
Kalinskie Gilliam
5 (9)
Your EAs cannot see each other, but Anchor can. Anchor gives you one place to coordinate your EAs, manage risk, and decide when trading is allowed. It works alongside the trading bots you already use without any changes to them. The Problem One EA opens a trade. Then another starts trading. The next thing you know, you wake up to multiple grids built across your account. Each EA may be doing exactly what it was designed to do, but together they can place far more risk on your account than you in
Welcome to ENTRY IN THE ZONE WITH SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool based on Smart Money Concepts (SMC), designed to analyze market structure, price direction, and key trading zones. It supports both Single-Timeframe Analysis and Multi-Timeframe Analysis, providing a clearer view of the overall market structure across multiple timeframes, with real-time BUY / SELL signals that do not repaint. It is designed to help filter trading op
Footprint Chart Pro — Professional OrderFlow EA for MetaTrader 5 Version 6.34 | Professional tool for real traders | Institutional-Grade Visualization DEMO USERS - PLEASE SELECT EVERY TICK / REAL TICK WHEN TESTING AND YOU HAVE DOWNLOADED HISTORICAL DATA. IF YOU SEE A WAITING SCREEN AND IT IS NOT DOWNLOADING, IT MEANS YOU HAVE LOW HISTORICAL DATA. TRY 1 MIN AND 5 MIN FIRST ON 1 DAY DATA. ONE DAY DATA SHOULD BE THE NEWEST AND MOST CURRENT DATE. PLEASE WAIT UNTIL THE MARKET HAS ROLLED OVER PERIOD.
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
Grid Manual是一个交易面板,用于处理订单网格。 该实用程序是通用的,具有灵活的设置和直观的界面。 它不仅可以在亏损方向上设置订单网格,还可以在盈利方向上设置订单网格。 交易者不需要创建和维护订单网格,实用程序会这样做。 打开一个订单就足够了,Grid manual会自动为它创建一个订单网格,并伴随它直到非常关闭。 完整说明和演示版 此處 。 该实用程序的主要特性和功能: 伴隨以任何方式打開的訂單,包括從移動終端打開的訂單。 適用於兩種類型的網格:“限制”和“停止”。 使用兩種方法計算網格間距:固定和動態(基於 ATR 指標)。 允許您更改未結訂單網格的設置。 顯示圖表上每個網格的盈虧平衡水平。 顯示每個網格的利潤率。 允許您一鍵關閉網格中的盈利訂單。 讓您一鍵關閉每個訂單網格。 允許您對訂單網格應用追踪止損功能。 允許您在訂單網格上應用將訂單網格的止損轉移到盈虧平衡水平的功能。 相對於訂單網格的盈虧平衡水平自動重新排列止盈(僅在限價網格模式下,距離取決於所選的計算類型:“保守”或“激進”)。 最多可管理 20 個訂單網格,每個網格最多可包含 100 個訂單。 計算初始手數時,
Timeless Charts
Samuel Manoel De Souza
5 (8)
Timeless Charts is an all-in-one trading utility for professional traders. It combines custom chart types such as Seconds Charts and Renko with advanced order flow analysis using Footprints , Clusters , Volume Profiles , VWAP studies, and anchored analysis tools for deeper market insight. Trading and position management are handled directly from the chart through an integrated trade management panel , while Market Replay and Virtual Accounts provide environments for practicing trading skills and
FUTURES ORDERFLOW FOOTPRINT CHART Professional OrderFlow EA for MetaTrader 5 Version 1.01| Professional tool for real traders | Institutional-Grade Visualization STRATEGY TESTER USERS - PLEASE SELECT EVERY REAL TICK WHEN TESTING AND YOU HAVE DOWNLOADED HISTORICAL DATA. IF YOU SEE A WAITING SCREEN AND IT IS NOT DOWNLOADING, IT MEANS YOU HAVE LOW HISTORICAL DATA. TRY 1 MIN AND 5 MIN FIRST ON 1 DAY DATA. ONE DAY DATA SHOULD BE THE NEWEST AND MOST CURRENT DATE. PLEASE WAIT UNTIL THE MARKET HAS ROL
Ultimate Extractor
Clifton Creath
5 (8)
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. !!!!!it is not compatible with Cloud!!!! For the online version please reach out to me directly****** Ultimate EA manager also now available when you use cloud pro and above for free!! Ultimate Extractor transforms your MetaTrader 5 trading history into actionable insights with comprehensive analytics, interactive charts, and real-time performance tracking. What It Does Automa
Telegram To MT5 Receiver
Levi Dane Benjamin
4.53 (15)
将信号从您所属的任何渠道(包括私人和受限渠道)直接复制到您的 MT5。 该工具在设计时充分考虑了用户的需求,同时提供了管理和监控交易所需的许多功能。 该产品采用易于使用且具有视觉吸引力的图形界面。 自定义您的设置并在几分钟内开始使用该产品! 用户指南 + 演示  |   MT4版本  |   不和谐版本 如果您想尝试演示,请参阅用户指南。 Telegram To MT5 接收器在策略测试器中不起作用! Telegram 至 MT5 功能 一次复制多个通道的信号 从私人和受限频道复制信号 不需要机器人令牌或聊天 ID(如果出于某种原因需要,您仍然可以使用这些) 使用风险百分比或固定手数进行交易 排除特定符号 选择复制所有信号或自定义要复制的信号 配置单词和短语以识别所有信号(默认值应适用于 99% 的信号提供商) 配置时间和日期设置以仅在需要时复制信号 设置一次打开的最大交易量 交易和头寸管理 使用信号或自动设置的管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止过度交易 确
Prop Firm Os
Gayathiri Gopalakrishnan
5 (1)
PROP FIRM OS Structured Trading Assistant for MetaTrader 5 PROP FIRM OS is a structured trading assistant designed for MetaTrader 5 users who prefer rule-based market analysis and organized trading workflows. The Expert Advisor combines market analysis tools, scanner functions, dashboard monitoring, alerts, risk-control settings, and trade management features inside one system. PROP FIRM OS is designed to help traders follow selected rules, filters, and monitoring conditions during trading activ
The News Filter MT5
Leolouiski Gan
4.78 (23)
这个产品在新闻时间过滤所有的专家顾问和手动图表,因此您不必担心突然的价格波动会破坏您的手动交易设置或其他专家顾问输入的交易。此产品还带有完整的订单管理系统,可在任何新闻发布前处理您的持仓和挂单。一旦您购买了   The News Filter ,您将不再需要依赖以后的专家顾问内置的新闻过滤器,因为这个产品可以从此过滤它们所有。 新闻选择 新闻来源于Forex Factory的经济日历。 选择可以基于任何一种货币,如USD,EUR,GBP,JPY,AUD,CAD,CHF,NZD和CNY等。 选择也可以基于关键识别,例如Non-Farm (NFP),FOMC,CPI等。 能够选择新闻影响级别的筛选,从低、中、到高影响。 自动模式只选择与图表相关的新闻。 新闻来源每小时自动刷新,以确保最新的新闻数据。 为每个新闻影响级别提供单独的输入,以确定您要过滤掉的新闻发布前后的分钟数。 订单管理选项 在新闻发布前关闭未平仓头寸的选项,并在新闻发布后恢复它们。 在新闻发布前删除挂单的选项,并在新闻发布后恢复它们。 在新闻发布前移除止损和止盈水平的选项,并在新闻发布后恢复它们。 在新闻发布前移动止损和
MetaTrader 5 专业交易面板 —— 图表与键盘一键交易的高效控制中心 一款面向主动交易者的专业 Trading Panel,可让您比标准 MetaTrader 操作方式更快、更直观地完成开仓、平仓、修改、管理与控制。 这不是一个普通的小工具,而是一个为高频手动操作、仓位管理、挂单控制与利润管理而设计的完整交易工作台。 通过这套面板,您可以直接在图表上一键执行交易,通过键盘快速触发核心操作,并借助自动参数计算、图形提示、信息标签以及可视化管理功能,大幅减少重复性操作,让整个交易流程更加流畅、高效且专业。 使用我们的交易面板,您可以直接从图表上一键下单,执行交易操作的速度可比标准 MetaTrader 控件快约 30 倍。 全新高级版本现已推出: 使用 VirtualTradePad PRO SE 升级您的交易流程 — 适用于 MetaTrader 5 和 MetaTrader 4 的新一代专业交易面板。 MT4 版本 | 完整说明 + DEMO + PDF | 如何购买 | 如何安装 | 如何获取日志文件 | 如何测试与优化 | Expforex 的所有产品 为什么交易者会
Trade Manager DashPlus
Henry Lyubomir Wallace
4.85 (13)
DashPlus 是一款先进的交易管理工具,旨在提升您在 MetaTrader 5 平台上的交易效率和效果。它提供一整套功能,包括风险计算、订单管理、先进的网格系统、基于图表的工具和绩效分析。 主要功能 1. 恢复网格 实施一个平均和灵活的网格系统,以在不利的市场条件下管理交易。 允许设置战略性进出点,以优化交易恢复。 2. 叠加网格 通过在强劲的市场波动中增加仓位,最大化有利交易的潜在回报。 帮助您通过扩展获利交易来利用趋势市场。 3. 盈亏线 在图表上直接提供潜在利润和损失场景的可视化表示。 调整设置并拖动盈亏线,以在执行之前评估各种交易结果。 4. 篮子模式 简化同一交易品种的多仓位管理,将它们合并为一个聚合仓位。 基于平均价格,便于监控和应用止损、止盈以及其他订单修改。 5. 图表上的新闻 将预定的经济新闻事件整合到您的交易图表中。 帮助您随时掌握可能影响市场波动的即将发生的事件,从而更好地规划交易。 6. 警报 设置基于时间或价格的警报,通知会显示在 MT5 中,或通过 MT5 应用发送到您的移动设备。 对监控关键价格水平或重要的交易时段非常有用。 7. 绩效统计 提供详细的
EA Auditor
Stephen J Martret
5 (5)
EA Auditor is an independent analysis tool for traders evaluating Expert Advisors and trading signals on MetaTrader 5. It audits backtest reports, reviews posted developer signals, and cross-verifies the two against each other to help traders assess strategies before committing capital. The MQL5 market offers a wide range of Expert Advisors from many developers, with varying approaches, quality, and transparency. EA Auditor provides a consistent, data-driven framework for reviewing them, answer
The product will copy all telegram signal to MT5 ( which you are member) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal,  s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to s
YuClusters
Yury Kulikov
4.93 (43)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
Trump Shock Guard
Thomas Christoph Lipka
TRUMP SHOCK – Real-Time Market Protection for MT5 TRUMP SHOCK is a MetaTrader 5 risk-management utility designed to react to sudden market-moving news and unexpected volatility. Markets such as Gold, Oil and USD-related instruments can move within seconds following major political statements or breaking news. TRUMP SHOCK monitors important Truth Social posts and general breaking news and can automatically trigger predefined protective actions in MetaTrader 5 — helping you reduce unwanted exposur
交易助手 : 交易助手-MT4(点击下载) 交易助手-MT5(点击下载) 操作说明文档,请仔细阅读 基本使用设置 基本: 快捷开平仓,一键开平仓 , 一键挂单 划线交易 自动止盈止损 多品种平仓 账户保盈 保护止损 移动止损 账户风控 影子订单 万向加仓策略 自动平仓 定海神针 商品信息汇总 图标批量打开 数据统计(详单统计,盈亏全览,持仓分布,货币点图,余额净值曲线,每单盈亏,多品种曲线,专业分析报告等) 支持语言的选择切换(目前支持中文和英文)   自动识别语言 支持 热键开平仓 绑定, 使用快捷键进行快速开平仓......   快捷键平仓.支持最大30多种热键 解锁支持大部分功能 复盘 操作,可以在 测试环境下使用 开仓平仓区域: 一键开仓( 包含止盈止损的便捷设置,手数自动计算等便捷功能) 一键平仓 (锁仓),极简的风格设计,可以自由选择平仓品种,平仓类型(多单,空单,或者挂单),是否平仓盈利大于0的订单,是否平仓亏损订单,平仓比例的设置(0~100%),且是否平仓反向,以及锁仓功能,均在选项中可以直接实现操作. 多键平仓 划线开单控件 计算出多单或者空单的 平均持
作者的更多信息
Pause Manager Indicator
David Enrique Barrera Moncayo
5 (1)
Pause Manager Indicator (for EA Pause Manager) What It Is: This is a lightweight chart indicator that works together with the EA Pause Manager utility. It displays the current status of your EAs and sends that information to the EA Pause Manager so it can pause/resume them correctly.  Required for proper functioning of EA Pause Manager . Features: Shows real-time status (ACTIVE / PAUSED) of the EA on the chart Displays EA ID (EA1–EA4), customizable via settings Minimal resource usage No input s
FREE
筛选:
Amit-AX
781
Amit-AX 2026.04.24 09:31 
 

Works like magic. I had to use it after a massive grid resulted in blowing 16k loss due to late opening of trades on Friday. I wish i had EA Pause manager before to save the rainy day but finally this will not happen. David is incredibly helpful and supported. He has put together a guide that is useful, for anyone who says setup is not working that is clearly due to lack of reading guide or asking for steps because it works fine for me.

530274656
20
530274656 2026.03.17 12:48 
 

Warning! Do not buy this EA Pause Manage! I purchased this EA to manage multiple EAs on one account and prevent simultaneous trading, especially for two Martingale EAs. Despite following the author’s settings exactly, the EA completely failed to work. My two Martingale EAs still opened trades at the same time, which is exactly what this EA is supposed to stop. I contacted the author for support, but my messages were read and ignored. This EA is useless, non-functional, and the support is zero. Save your money — this is a scam and a complete waste. Do not buy!

David Enrique Barrera Moncayo
786
来自开发人员的回复 David Enrique Barrera Moncayo 2026.03.18 01:59
Dear user, First of all, I would like to clarify that this product is not a scam, and it is actively used in real trading environments for risk management across multiple EAs. Many users, including myself, use it successfully under the correct conditions. Regarding your case, your EAs are using pending orders (Buy Stop / Sell Stop). As clearly explained in the product logic, EA Pause Manager is designed to act on executed market positions (f"First EA to trade becomes the leader"), not on pending orders. This is an important distinction, as pending orders can be triggered later without immediate interlock control. This limitation was explained to you in the support response. About the support: your message was received and answered within a reasonable timeframe considering time zone differences and personal constraints. However, before receiving a reply, you had already posted a damaging review, which does not reflect a fair or constructive interaction. We are always willing to help users who seek to understand how the tool works and how to configure it properly. However, misuse of the EA outside of its intended design does not mean the product is non-functional. EA Pause Manager remains a valuable tool for managing risk between EAs that open direct market orders, which is its intended use.
Bob
200
Bob 2026.02.15 21:40 
 

用户没有留下任何评级信息

ESTARIX
430
ESTARIX 2025.12.24 06:35 
 

Essential. I haven't found any alternative in the market.

Amr Gomaa Saleh Husain
593
Amr Gomaa Saleh Husain 2025.07.27 21:50 
 

The Pause EA is an innovative and practical tool for managing multiple Expert Advisors running on the same account. It does precisely what it promises — pauses other EAs when one becomes active, helping reduce conflicts and overexposure from overlapping trades. It's beneficial for accounts employing aggressive or grid-based strategies.

trustalbert
52
trustalbert 2025.06.18 12:05 
 

Excellent Risk Control EA, avoid multiple SL in multiple timeframes!

Cristóbal Manuel
539
Cristóbal Manuel 2025.06.03 22:29 
 

Very useful fast and reliable!! Save many potential SL

回复评论