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
751
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
Seconds Scalper Pro
Cristhian Alexander Gaibor Cuasquer
Seconds Scalper Pro 是一款在 MetaTrader 5 中创建 1 到 60 秒蜡烛图实时图表的工具,具有完整的交易面板直接集成在图表中。您可以下达市价和挂单,通过拖动线条修改止损和止盈,通过单个按钮管理所有未平仓头寸,并以精确度和零延迟交易超短时间框架。 为什么选择这个工具 在 MetaTrader 5 中进行一分钟以下的交易从来都不简单。该平台以分钟和小时显示图表,大多数提供秒级蜡烛的工具不允许您直接从该图表进行交易。您最终需要安装第二个工具仅用于下单,或每次想要进入市场时切换屏幕。 Seconds Scalper Pro 解决了这个问题。秒级图表和交易面板在一个工具中。您分析的图表就是您交易的图表。 这不是一个预测价格的指标。这不是一个承诺利润的信号系统。这是一个可视化和执行工具,专为需要在一分钟以下查看和交易市场的交易者设计。 SECONDS SCALPER PRO 的主要功能 - 直接从经纪商的报价流构建的实时蜡烛,无延迟和滞后。 - 集成在同一图表中的交易面板,无需购买第二个工具。 - 通过用鼠标拖动线条修改止损和止盈,实时价格标签跟随移动。 - 通过单
Investmen Guru
Vitalii Zakharuk
Forex Bot Investment Guru Description: Highly Efficient Trading Tool Introduction Among the many tools for trading on the foreign exchange market, the   Investment Guru   forex bot stands out with its advanced internal architecture and unique operating mechanics. Its main goal is to provide traders with the ability to maximize market volatility without promising profits but with a clear structure that encourages purchasing. Operating Principle Investment Guru   employs trend trading methods, all
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
中文(简体) 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 → 风
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.
EAs Manager
Abdeljalil El Kedmiri
5 (2)
Are you running multiple EAs on the same MT5 account and losing sleep over stacked risk? EAs Manager Pro is the central risk-control layer for your entire MT5 account. Attach it to one chart, and it automatically detects every EA you're running by  Magic Number — no source code changes, no per-EA setup. It then monitors every  position, automated or manual, and enforces the risk rules you set across your whole account, not just one strategy at a time. Built for traders running scalpers, breakout
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. 挂单阶梯 创建多层挂单,层间距和
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
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
Ze Trader B3 Robo
Renato Takahashi
Zé Trader B3 Robô é o seu robô de negociação para a Bolsa Brasileira B3, operando miniíndice WIN e minidólar WDO , a partir de uma estratégia consistente baseada em indicadores técnicos relevantes. Tendência : SAR Parabólico simples ou com cruzamento de média móvel . Trigger : 2 médias móveis que podem ser configuradas em simples ou exponenciais, com sistema de trail de stoploss . Filtro de entrada : Estocástico em limites de compra e venda. Alvos e Stops : Fixos ou conforme valor do indicador A
该产品的买家也购买
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 个级别以逐步保护利润。 尾随止损选项 : 基本尾随
TradePanel MT5
Alfiya Fazylova
4.88 (167)
交易面板是一款多功能交易助手。该应用包含超过50种手动交易功能,并允许您自动执行大多数交易任务。 应用程序说明 + 视频教程: https://www.mql5.com/zh/blogs/post/761102 用于模拟账户的应用程序试用版: 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 贸易. 只需单击一下即可执行交易操作: 打開掛單和頭寸,並自動計算風險。 一鍵打開多個訂單和頭寸。 打開訂單網格。 按組別關閉掛單和頭寸。 反轉頭寸方向(關閉買入>打開賣出,關閉賣出>打開買入)。 鎖定頭寸(通過開啟缺少的頭寸,使買入和賣出頭寸的數量相等)。 一鍵部分關閉所有頭寸。 將所有頭寸的止盈和止損設置在同
测试版发布 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 按您的经纪商解析品种名称,按您的风险设置计算手数并开仓。 整个过程全自动,无需守在电脑前。专为 24/7 无人值守运行设计:Telegram 连接断开
Astro Trade MT5
Indra Maulana
5 (4)
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 个终端协同工作。 支持从 模拟账户和投资者账户 复制,也支持同时在多个终端上运行。 您可以使
Premium Trade Manager - 内置交易导师的图表面板 Premium Trade Manager 将一位交易导师嵌入您的图表,并在其下搭载完整的执行引擎。像往常一样建立交易,然后让您的 AI 交易导师 Max 读取这笔具体的交易,结合您的实时账户给出直接判断,再由您决定是否下单:止损是否符合纪律化交易的要求、风险规模是否合理、高影响新闻事件是否即将发布、您是否接近资金盘限额。其下是完整的执行引擎,负责点击之后的一切:一键按风险下单、您在图表上拖动规划且交易进行中仍可随时调整的计划、最多四个分批止盈级别、七种移动止损方式、实时资金盘合规检查、新闻屏蔽保护,以及对自身成本进行评级的点差功能。决策由您做出。Max 给出第二次审视。面板负责此后的一切。 购买前先亲手体验。 直接在浏览器中点击实时面板,这是在购买前感受其工作方式的最快途径。 stein.investments/products/premium-trade-manager Max 是您的一对一 AI 交易导师,他直接内置于面板之中。  他了解您的账户、您的设置和您的规则,用您自己的语言回答,并在每笔交易下单前进
Anchor Trade Manager
Kalinskie Gilliam
5 (8)
Anchor: The EA Manager 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 y
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
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)
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
Power Candles 策略扫描器——自优化多符号设置查找器 Power Candles策略扫描器 采用与Power Candles指标相同的自优化引擎,可同时扫描您“市场观察”中的所有交易品种。一个面板即可显示当前哪些品种在统计上具备交易价值、每种策略的最佳应用方向、最优止损/止盈组合,并在新信号触发时立即向您发送提醒。 本工具是 Stein Investments 生态系统的一部分 - 18+ 款工具,加上 Max,您的一对一 AI 交易导师。  随时在线,深入了解每一款指标,在您需要梳理思路的那一刻就在那里。  立即认识他: https://stein.investments 您的全面市场监控。每个交易品种超过3,000次自动优化。2种警报类型。一键切换图表并采取行动。 为何您需要此工具 大多数多标的扫描器仅展示价格 波动 。每只股票的波动率、百分比变化、RSI。您仍需自行摸索正确的策略、合适的止损位以及理想的入场阈值。Power Candles策略扫描器针对每只股票自动解答这些问题,仅在数学验证过的交易设置中触发实际入场信号时才会向您发出提示。这就是全部卖点。 自动
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 * Before purchasing, please feel free to send me a message if you have any questions about the product or setup. ** After purchase,  Contact me via private message to receive t
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.
Quant AI Agents
Ho Tuan Thang
5 (1)
Quant AI Agents are independent trading Expert Advisors. Instead of trading using a fixed strategy like other conventional EAs, Quant AI Agents   is a   multi-agent AI trading framework   that turns natural-language strategy prompts into live.  WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating un
MetaTrader 5 专业交易面板 —— 图表与键盘一键交易的高效控制中心 一款面向主动交易者的专业 Trading Panel,可让您比标准 MetaTrader 操作方式更快、更直观地完成开仓、平仓、修改、管理与控制。 这不是一个普通的小工具,而是一个为高频手动操作、仓位管理、挂单控制与利润管理而设计的完整交易工作台。 通过这套面板,您可以直接在图表上一键执行交易,通过键盘快速触发核心操作,并借助自动参数计算、图形提示、信息标签以及可视化管理功能,大幅减少重复性操作,让整个交易流程更加流畅、高效且专业。 使用我们的交易面板,您可以直接从图表上一键下单,执行交易操作的速度可比标准 MetaTrader 控件快约 30 倍。 全新高级版本现已推出: 使用 VirtualTradePad PRO SE 升级您的交易流程 — 适用于 MetaTrader 5 和 MetaTrader 4 的新一代专业交易面板。 MT4 版本 | 完整说明 + DEMO + PDF | 如何购买 | 如何安装 | 如何获取日志文件 | 如何测试与优化 | Expforex 的所有产品 为什么交易者会
Bots Builder Pro MT5
Andrey Barinov
4.17 (6)
This is exactly what the name says. Visual strategy builder . One of a kind. Turn your trading strategies and ideas into Expert Advisors without writing single line of code. Generate mql source code files with a few clicks and get your fully functional Expert Advisors, which are ready for live execution, strategy tester and cloud optimization. There are very few options for those who have no programming skills and can not create their trading solutions in the MQL language. Now, with Bots Builde
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
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
SMC Trade Pilot MT5 面向Smart Money Concepts交易者的半自动交易助手。在Telegram上接收带有图表截图的交易信号,然后通过一次点击下单。即使远离电脑,也可以从手机管理仓位。 解决的问题 Smart Money形态不会等您。Order Blocks和Liquidity Sweeps在伦敦开盘、纽约开盘或亚洲交易时段形成,而您往往在工作、开会或远离屏幕。当您查看图表时,形态早已过去。 SMC Trade Pilot将您的手机变成实时交易驾驶舱。本产品全天候扫描图表寻找SMC信号。当形态出现时,它会向您的Telegram发送完整的交易订单:图表截图、方向、入场价、建议止损、建议止盈、质量评分。由您决定。点击执行或点击跳过。 工作流程 本产品在后台监控图表。 检测到Smart Money信号时(BOS、ChoCH、Pending Break、新Order Block或Liquidity Sweep),Telegram会收到包含图表截图、信号详情和SL/TP建议的丰富消息。 三个内联按钮供您决策:EXECUTE、SKIP、MODIFY。 执行后,消息会更
The real‑time view of what is happening inside the market. Footprint Secrets brings detailed analysis directly into MetaTrader 5. It shows where volume is trading, how buyers and sellers are interacting, and how liquidity shifts as the market evolves. Designed for traders who want a precise, real‑time understanding of market behavior. Check out the free preview version here:  https://www.mql5.com/en/market/product/172398 Benefits for the Trader See the real activity behind price . Footprint ch
AlgoRadar
Stephen J Martret
5 (4)
AlgoRadar is an on-chart analytics dashboard for MT5 that aggregates Expert Advisor performance across multiple accounts, brokers, and platforms, including both MT4 and MT5 data, into a single live view on your MT5 chart. All analysis runs from the chart interface, with no external applications or manual report processing required. EA Analysis and Ranking For traders running multiple Expert Advisors, AlgoRadar provides a consolidated view of each EA's performance across accounts. Active EAs a
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
Grid Manual是一个交易面板,用于处理订单网格。 该实用程序是通用的,具有灵活的设置和直观的界面。 它不仅可以在亏损方向上设置订单网格,还可以在盈利方向上设置订单网格。 交易者不需要创建和维护订单网格,实用程序会这样做。 打开一个订单就足够了,Grid manual会自动为它创建一个订单网格,并伴随它直到非常关闭。 完整说明和演示版 此處 。 该实用程序的主要特性和功能: 伴隨以任何方式打開的訂單,包括從移動終端打開的訂單。 適用於兩種類型的網格:“限制”和“停止”。 使用兩種方法計算網格間距:固定和動態(基於 ATR 指標)。 允許您更改未結訂單網格的設置。 顯示圖表上每個網格的盈虧平衡水平。 顯示每個網格的利潤率。 允許您一鍵關閉網格中的盈利訂單。 讓您一鍵關閉每個訂單網格。 允許您對訂單網格應用追踪止損功能。 允許您在訂單網格上應用將訂單網格的止損轉移到盈虧平衡水平的功能。 相對於訂單網格的盈虧平衡水平自動重新排列止盈(僅在限價網格模式下,距離取決於所選的計算類型:“保守”或“激進”)。 最多可管理 20 個訂單網格,每個網格最多可包含 100 個訂單。 計算初始手數時,
The AZT Profit Locker is an advanced automated risk-management utility designed specifically for MetaTrader 5 (MT5) traders who want to remove emotional interference and protect their hard-earned profits. Traders aren't just fighting the Forex market, they're fighting their own biology. Fear, Greed and Anxiety lead to holding losers too long and cutting winners too early. The utility flips the script by removing emotion from risk management. Operating as a dedicated automated risk manager, this
Trade Manager DaneTrades
Levi Dane Benjamin
4.23 (30)
交易管理器可帮助您快速进入和退出交易,同时自动计算风险。 包括帮助您防止过度交易、报复性交易和情绪化交易的功能。 交易可以自动管理,账户绩效指标可以在图表中可视化。 这些功能使该面板成为所有手动交易者的理想选择,并有助于增强 MetaTrader 5 平台。多语言支持。 MT4版本  |  用户指南+演示 交易经理在策略测试器中不起作用。 如需演示,请参阅用户指南 风险管理 根据%或$自动调整风险 可选择使用固定手数或根据交易量和点自动计算手数 使用 RR、点数或价格设置盈亏平衡止损 追踪止损设置 最大每日损失百分比,在达到目标时自动平仓所有交易。 保护账户免遭过多提款并阻止您过度交易 最大每日损失(以美元为单位)在达到目标时自动关闭所有交易。 保护账户免遭过多提款并阻止您过度交易 一键实现所有交易的盈亏平衡 自动计算从手机/电话发送的交易的风险 OCO 在设置中可用 交易和头寸管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 高级挂单管理。 调整何时关闭挂单的规则 追踪挂单 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止
Smart Stop Manager – 专业级自动化止损管理系统 概述 Smart Stop Manager 是 Smart Stop 产品线的执行核心,为需要结构化、可靠且全自动止损管理的交易者而设计。它持续监控所有持仓,根据 Smart Stop 市场结构逻辑计算最佳止损位置,并按照清晰透明的规则自动更新止损。 无论是管理单一品种还是多品种组合,Smart Stop Manager 都能为每笔交易提供纪律性、一致性和全面的风险可视化。它减少情绪化判断,降低手动操作负担,并确保止损始终基于真实的市场结构进行调整。 功能亮点 基于市场结构的自动止损计算 • 自动评估所有持仓,并根据 Smart Stop 逻辑应用最佳止损水平。 一站式组合管理面板 • 显示交易品种、方向、Magic Number、手数、开仓价、当前价、推荐止损、点差距离、浮动盈亏、风险敞口及实时状态标签。 DPI 自适应专业界面 • 在高分辨率屏幕上呈现清晰锐利的显示效果,布局会动态适配窗口。 清晰的状态标签 • 每笔交易都会标注当前状态,让交易者即时了解风险状况。 高级特殊情况识别 • 智能识别逆趋势
Trade Builder Pro
Mostafa Saad Saeed Shawara
产品标题 Trade Builder Pro - 图表交互式可视化交易管理器与风险助理 简短描述 使用 Trade Builder Pro 简化您的交易。这是一款高度互动的交易助理 ( Trade Assistant ) 与交易管理器 ( Trade Manager )。直接在图表上拖动并设定入场价、止损价与止盈价,实时自动计算仓位手数与风险回报率 ( risk reward ratio )。 概述 高效的交易管理 ( Trade Management ) 是长期成功交易的基石。 Trade Builder Pro 允许您在 MetaTrader 图表上直接拖动参数线,免去繁琐的风险心算。调整好级别后,工具会立即完成风险数学计算,支持一键执行或快捷键操作。 核心功能: 交互式可视化交易: 通过拖动图表上的水平线,轻松调整入场、止损 (SL) 和止盈 (TP) 级别。 智能手数计算器: 根据您的风险偏好(固定手数、固定金额 $ 或账户比例 %)自动计算出精准的手数。 图表线实时统计显示: 实时在图表线上显示价格、点数距离 (Pips)、盈亏百分比、资金价值以及动态的风险回报比 ( ris
MT5 was never built to draw a footprint chart. Orderflow Atlas replaces the chart entirely. It blanks the native price display and renders everything itself on a canvas, owning its own coordinate system. Two things follow from that: you can zoom far past MT5's six native scale steps — the per-candle magnification a footprint actually needs — and the whole view repaints in about 10 milliseconds , because the chart is pixels rather than thousands of graphical objects. The footprint Three cell styl
Ultimate Trailing Stop EA MT5
BLAKE STEVEN RODGER
4.13 (8)
This EA Utility allows you to manage (with advanced filtering) unlimited open orders (manual or EA) with 16 trailing stop methods: fixed, percent, ATR Exit, Chandelier Exit, Moving Average, Candle High Low Exit, Bollinger Bands, Parabolic, Envelope, Fractal, Ichimoku Kijun-Sen, Alligator, Exit After X Minutes or Bars, RSI and Stochastic. The trailing stop can be either real or virtual, and you can exit fully or with a partial close percent on touch or bar close.  Moreover, you can add (override
作者的更多信息
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
751
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
524
Cristóbal Manuel 2025.06.03 22:29 
 

Very useful fast and reliable!! Save many potential SL

回复评论