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
701
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
425
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
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
GEX Level Converter – Gamma Exposure Mapping for CFD Charts NASDAQ-100 edition — for US100 · NDX · NAS100 · USTECH and every Nasdaq-100 CFD equivalent Instantly see professional options-market levels directly on your MetaTrader Nasdaq-100 CFD chart. The GEX Level Converter translates the daily Gamma Exposure (GEX) zones of the NDX options market into precise price levels on your US100 / NAS100 / USTECH CFD. Trade with the same magnet levels that institutional desks watch every day. Where do G
(加密货币图表) 它带来与您指定的柱线数量一样多的历史记录,并开始直接显示即时数据。 提供在所有时间范围内工作的机会。 允许您使用多个符号。 这个应用程序是一个后台服务。 它下载市场观察屏幕上以“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
Chat Ai MT5
Indra Maulana
3 (2)
Friends, this tool does not work in backtesting and you must run it live. Chat Ai assistant a versatile and intelligent AI assistant Talk to the AI, get advice from it, give it orders Can be used in all charts, time frames, symbols, markets and... With a very simple interface This tool is an artificial intelligence assistant that you can chat with. You can give him different commands. for example: Tell him to open a buy order for you. Or tell him to close your sales deals Or tell it to change
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 → 风
aka 20pips challenge but dynamic. Precision meets performance. Pips Velocity  is an semi-automated trading system designed to exploit . By measuring the "velocity" of price action relative to a moving average, the EA identifies high-probability entry points for quick pip captures . Logic:  Manually Enters trades when the price reaches a specific point aording to your strategy. Dual-Directional Strategy: Easily switch between Buy and Sell signals based on price positioning relative to the trend .
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
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
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
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
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
Telegram EA Manager
Ebunoluwa Abimb Owodunni
All in one Multipurpose Telegram Trade Management , Manage and Copy Trades on the go From Telegram Pro Version MT5:  www.mql5.com/en/market/product/95742 Pro Version MT4:  www.mql5.com/en/market/product/85691 Execute Trades on mobile with fast execution When away from desktop MT5, or scalping the market with mobile device, or needed to copy trades from telegram groups while away, or doing some other activities, Telegram EA Manager is an effective tool to perform any trade operation with swift
FREE
AO Trade
Ka Lok Louis Wong
AO Trade 系統是專門為趨勢交易而設計,利用競價時段或新聞時間作為參考點,與其他特定時間進行比較,以預測市場趨勢。 ** EA 中使用的所有時間參數均基於您的終端時間。不同的經紀人可能運作在不同的格林尼治標準時間區域,亦可能因夏令時調整而進一步變化。 請確保在實施之前對齊您終端的時間設置進行全面驗證。** 推薦設置: Use in   M1  timeframe HK50 / DE40 / ustec / UK100 在時間檢查期間,您將注意到價格檢查發生在特定檢查時間分鐘之後的1分鐘(1.2檢查時間分鐘)。這個設計是有意的,允許參考的柱子完成,從而確保開盤價、最高價、最低價和收盤價可以用於與訂單時間進行準確比較。 設置: -----------------1 Timers------------------- 1.1 Check time hour (HH)    --  用於記錄價格的時間戳。 1.2 Check time minute (MM) 1.3 Order time hour (HH)    -- 用於與檢查價格進行比較以開啟訂單的時間戳。 1.4 Order
Rosy Pro Panel MT5
Theresia Yovitha Herwanda
5 (1)
Download DEMO here  https://www.mql5.com/en/blogs/post/759772 An ultimate panel you've never seen before.  Compact and nice Trade panel with large Total P/L and it's percentage display. Groups for trades summary available: Ticket, Symbol, Type, Category, and Magic. Average price field helps you know your trading average price and direction. Set magic and comment of your trading in a very easy way. Group closing by symbol, type, category or magic - only by one click. Close All button for a quick
Harmony Grid MT5
Aliaksandr Charkes
Harmony Grid MT5  is a versatile trading system designed for the full or partial automation of various grid-based trading strategies (for hedging accounts). Additionally, this Expert Advisor can be viewed as a universal strategy builder, offering capabilities that go beyond simple grid trading. If you take the time to master its functionality, you can create more complex and customized systems. In other words, the strategy you implement does not necessarily have to be grid-oriented or fully auto
StrangerDoc
Hamdee Hayeealee
Trade smarter, not harder. StrangerDoc is a fully automated MT5 Expert Advisor engineered to find opportunity in both trending and ranging markets — while actively defending your account at every step. StrangerDoc EA, designed to generate **consistent cash flow** through a combination of  trend-following, step-index grid, and intelligent opposite-direction hedging. for trading Gold, BTC, EURUSD. For Expert Advisor need hedge type account  Contact me immediately after the purchase if you prefer
该产品的买家也购买
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (214)
它有助于计算每笔交易的风险,容易安装新的订单,具有部分关闭功能的订单管理, 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 (162)
交易面板是一款多功能交易助手。该应用包含超过50种手动交易功能,并允许您自动执行大多数交易任务。 在购买之前,您可以在演示账户上测试演示版本。下载用于演示账户的试用版应用程序: https://www.mql5.com/zh/blogs/post/762579 。 完整说明 这里 。 贸易. 只需单击一下即可执行交易操作: 打開掛單和頭寸,並自動計算風險。 一鍵打開多個訂單和頭寸。 打開訂單網格。 按組別關閉掛單和頭寸。 反轉頭寸方向(關閉買入>打開賣出,關閉賣出>打開買入)。 鎖定頭寸(通過開啟缺少的頭寸,使買入和賣出頭寸的數量相等)。 一鍵部分關閉所有頭寸。 將所有頭寸的止盈和止損設置在同一價格水平。 將所有頭寸的止損設置在盈虧平衡水平。 開倉時,可使用以下功能: 在多個訂單或倉位之間分配計算出的數量(在單擊一次時開啟多個訂單和倉位)。 在開啟訂單前在圖表上可視化交易水平。 僅在當前點差不超過設定值時才開啟倉位。 止盈和止損之間的自動比例。 虛擬止損和止盈。 自動將止損和止盈的大小增加為當前點差的大小。 基於ATR指標讀數計算止盈和止損。 設置掛單的到期日期。 為掛單設置追蹤(掛單
测试版发布 Telegram to MT5 Signal Trader 即将进入正式的 Alpha 版本。一些功能仍在开发中,您可能会遇到一些小错误。如果您遇到问题,请反馈,您的意见将帮助我们改进软件。 Telegram to MT5 Signal Trader 是一款强大的工具,能够将 Telegram 频道或群组的交易信号自动复制到您的 MetaTrader 5 账户。 支持公开和私人频道,可将多个信号提供者连接至一个或多个 MT5 账户。软件优化、高效、稳定,精准控制每笔复制交易。 界面简洁,仪表盘美观,图表交互性佳,导航直观。您可以管理多个信号账户,自定义每个提供者的设置,并实时监控所有操作。 系统需求 由于 MQL 限制,EA 需要配合 PC 端应用与 Telegram 通信。 安装程序可通过官方 安装指南 获取。 核心功能 多提供者支持: 从多渠道复制信号至多个 MT5 帐户 高级信号识别: 关键词、模式和标签全面自定义 逐提供者控制: 可启用/禁用特定信号类型、平仓策略等 灵活风险管理: 固定手数、固定金额、余额/权益百分比、部分平仓设置 可定制 SL/TP: 覆盖信号
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) MULTI-ASSET SUPPORT Trade any asset available on your broker - Forex: Major, Minor, Exotic pairs - Crypto: BTC, ETH, XRP, SOL, BNB - Stocks: Apple, Tesla, Amazon, Google, etc. - Commodities: Gold, Silver, Oil, Gas - Indices: US30, NAS100, SPX500, DAX40 - Any CFD your broker offers VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https:/
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 (5)
Anchor: The EA Manager Run your full EA portfolio without conflicts, without stacked risk, and without watching every chart yourself. Anchor coordinates up to 64 Expert Advisors on a single account, including daily loss protection built for prop firm rules. Attach Anchor to any chart. Type your EA names and magic numbers in one line. Click OK. Anchor begins coordinating immediately. Built for portfolios. Built for prop firms. Built for discipline. The Problem Running multiple EAs on the same acc
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
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.
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
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
Trade Manager DaneTrades
Levi Dane Benjamin
4.28 (29)
交易管理器可帮助您快速进入和退出交易,同时自动计算风险。 包括帮助您防止过度交易、报复性交易和情绪化交易的功能。 交易可以自动管理,账户绩效指标可以在图表中可视化。 这些功能使该面板成为所有手动交易者的理想选择,并有助于增强 MetaTrader 5 平台。多语言支持。 MT4版本  |  用户指南+演示 交易经理在策略测试器中不起作用。 如需演示,请参阅用户指南 风险管理 根据%或$自动调整风险 可选择使用固定手数或根据交易量和点自动计算手数 使用 RR、点数或价格设置盈亏平衡止损 追踪止损设置 最大每日损失百分比,在达到目标时自动平仓所有交易。 保护账户免遭过多提款并阻止您过度交易 最大每日损失(以美元为单位)在达到目标时自动关闭所有交易。 保护账户免遭过多提款并阻止您过度交易 一键实现所有交易的盈亏平衡 自动计算从手机/电话发送的交易的风险 OCO 在设置中可用 交易和头寸管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 高级挂单管理。 调整何时关闭挂单的规则 追踪挂单 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止
EA Auditor
Stephen J Martret
5 (4)
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
Welcome to ENTRY IN THE ZONE WITH SMC MULTI TIMEFRAME Entry In The Zone with  SMC Multi Timeframe  is a professional trading indicator built on Smart Money Concepts (SMC), combining market structure analysis with a No Repaint BUY / SELL signal system in a single indicator. It helps traders understand market structure more clearly, identify key price zones, and focus on higher-quality trading opportunities. By combining Multi-Timeframe Analysis, Points of Interest (POIs), and real-time signals, t
HINN Lazy Trader
ALGOFLOW OÜ
5 (1)
LIMITED SUMMER SALE -40% ! ONLY $470 insead of $790!  Maximum real discount! ONLY UNTIL 08/22 The core idea: using the user interface, you configure the parameters the chart must meet before entering a position (or positions), choose which entry models to use, and set the rules for when trading and planning should end. Lazy Trader  handles the rest: it  takes over all the routine chart watching and execution! full description  :: 3 key videos [1] ->  [2]   ->  [3] What can it do? - Understand
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
EasyInsight AIO MT5
Alain Verleyen
4.92 (12)
EASY Insight AIO – 全能智能交易一站式解决方案 概述 想象一下,您可以在几秒钟内扫描整个市场——外汇、黄金、加密货币、指数,甚至股票——无需手动筛选图表、繁琐安装或配置指标。 EASY Insight AIO 是您专为 AI 交易打造的即装即用数据导出工具。它将整个市场快照一次性输出为简洁的 CSV 文件,直接支持 ChatGPT、Claude、Gemini、Perplexity 等各类 AI 平台的即时分析。 无需窗口切换,无需图表叠加,也没有任何杂乱。只需纯净、结构化的数据自动导出,让您专注于基于数据的高效决策,无需再盯盘耗时。 为什么选择 EASY Insight AIO? 真正的一体化 • 无需设置,无需安装指标,无图表叠加。只需安装、运行并导出——就是这么简单。 多资产全覆盖 • 扫描分析外汇、金属、加密货币、指数、股票——您的券商所能提供的一切市场。 AI 专属数据导出 • 高度结构化、针对 AI 优化的 CSV 文件,直接适配主流智能工具和平台。 完整导出内容: • 三个可选周期的货币强度分析 • 净多头头寸变化体现市场情绪 • 成交量变化、
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等。 能够选择新闻影响级别的筛选,从低、中、到高影响。 自动模式只选择与图表相关的新闻。 新闻来源每小时自动刷新,以确保最新的新闻数据。 为每个新闻影响级别提供单独的输入,以确定您要过滤掉的新闻发布前后的分钟数。 订单管理选项 在新闻发布前关闭未平仓头寸的选项,并在新闻发布后恢复它们。 在新闻发布前删除挂单的选项,并在新闻发布后恢复它们。 在新闻发布前移除止损和止盈水平的选项,并在新闻发布后恢复它们。 在新闻发布前移动止损和
Trader Evolution
Siarhei Vashchylka
5 (7)
" Trader Evolution " - A utility designed for traders who use wave and technical analysis in their work. One tab of the utility is capable of money management and opening orders, and the other can help in making Elliott wave and technical analysis. Manual (Be sure to read before purchasing) | Version for MT4 Advantages 1. Trading in a few clicks. Immediate and pending orders are available in the panel 2. Money management. The program automatically selects the appropriate lot size 3. Simplifies
Premium Trade Manager - 内置交易导师的图表面板 Premium Trade Manager 将一位交易导师嵌入您的图表,并在其下搭载完整的执行引擎。像往常一样建立交易,然后让您的 AI 交易导师 Max 读取这笔具体的交易,结合您的实时账户给出直接判断,再由您决定是否下单:止损是否符合纪律化交易的要求、风险规模是否合理、高影响新闻事件是否即将发布、您是否接近资金盘限额。其下是完整的执行引擎,负责点击之后的一切:一键按风险下单、您在图表上拖动规划且交易进行中仍可随时调整的计划、最多四个分批止盈级别、七种移动止损方式、实时资金盘合规检查、新闻屏蔽保护,以及对自身成本进行评级的点差功能。决策由您做出。Max 给出第二次审视。面板负责此后的一切。 购买前先亲手体验。 直接在浏览器中点击实时面板,这是在购买前感受其工作方式的最快途径。 stein.investments/products/premium-trade-manager Max 是您的一对一 AI 交易导师,他直接内置于面板之中。  他了解您的账户、您的设置和您的规则,用您自己的语言回答,并在每笔交易下单前进
Telegram To MT5 Receiver
Levi Dane Benjamin
4.53 (15)
将信号从您所属的任何渠道(包括私人和受限渠道)直接复制到您的 MT5。 该工具在设计时充分考虑了用户的需求,同时提供了管理和监控交易所需的许多功能。 该产品采用易于使用且具有视觉吸引力的图形界面。 自定义您的设置并在几分钟内开始使用该产品! 用户指南 + 演示  |   MT4版本  |   不和谐版本 如果您想尝试演示,请参阅用户指南。 Telegram To MT5 接收器在策略测试器中不起作用! Telegram 至 MT5 功能 一次复制多个通道的信号 从私人和受限频道复制信号 不需要机器人令牌或聊天 ID(如果出于某种原因需要,您仍然可以使用这些) 使用风险百分比或固定手数进行交易 排除特定符号 选择复制所有信号或自定义要复制的信号 配置单词和短语以识别所有信号(默认值应适用于 99% 的信号提供商) 配置时间和日期设置以仅在需要时复制信号 设置一次打开的最大交易量 交易和头寸管理 使用信号或自动设置的管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止过度交易 确
Auto Trade Copier 被设计成多的MT5账户/端子,绝对精度之间复制交易。 有了这个工具,你可以充当要么提供商(源)或接收(目的地) 。每一个交易行为将由提供商克隆到接收器,没有延迟。 以下是亮点功能:     在一个工具提供商或接收器之间转换角色。     一个供应商可以交易复制到多个接收者的账户。     绝对兼容MT5的顺序/位置管理规则,该规则允许与调整容积为每个符号只有一个位置。     自动识别和同步代理之间的符号后缀。     允许高达5特殊符号的设置(即: GOLD - > XAUUSD ,等等) 。     多lotsize设置选项。     允许过滤的订单类型将被复制。     关断端子或电源关闭后恢复以前的设置和状态。     实时控制面板。     使用方便,界面友好。 用法: - 安装工具提供的MT5终端,并选择角色“提供者” ,然后启用它。 - 安装工具接收的MT5终端,并选择角色的“接收器” ,输入提供商的帐号,然后启用它(你可以有很多接收者的帐户,只要你想) 。 设置和参数:      特殊符号设置(菜单) : 配置高达5对特殊
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
My Chart Generator
Trade The Volume Waves Single Member P.C.
What if your chart adapted to the market instead of the clock?   THE PROBLEM IT SOLVES   Instead of trying to find the best indicator that fits your timeframe chart, build a chart and find the most appropriate indicator.   My Chart Generator is a MetaTrader 5 background service that builds  live, fully historical three types of custom charts :1. Range/Volume Balanced chart, 2.  Range/Volume Absorption chart and 3. Constant Volume chart from any symbol — Forex pairs, crypto, indices, commodities,
AI Agent Supervisor is NOT an Expert Advisor. AI Agent Supervisor   is a   multi-agent AI risk & portfolio supervisor   that watches every EA on your account and intervenes in real time.  WANT AN AI PORTFOLIO MANAGER WATCHING YOUR FLEET 24/7?   Run your fleet on the 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 unique data streams. The Supervisor r
Telegram to mt5 pro
Janet Abu Khalil
4 (4)
Telegram to MT5 Pro — 高级 Telegram 信号复制器(Auto-Fix,多TP,风险控制,完整交易管理) Telegram to MT5 Pro — 专业 Telegram 信号复制系统 Telegram to MT5 Pro 可将来自 Telegram 的交易信号实时复制到您的 MetaTrader 5 账户,并提供完整的风险控制、执行管理与交易管理功能。 系统由两个组件组成: • 运行在 MetaTrader 5 内的 Expert Advisor(EA) • 连接 Telegram 并将信号发送到 EA 的桌面桥接程序 两个组件必须在同一台电脑运行。由于 MQL5 限制,EA 无法直接连接 Telegram。 支持与安装 提供完整 PDF 安装指南。 支持内容: • 完整 PDF 使用手册 • 分步安装指导 • 在线聊天支持 • 交易商设置帮助(前缀、后缀、符号映射) 功能说明 • 读取任意 Telegram 群组或频道信号 • 自动解析交易品种、方向、入场、止损、止盈 • 秒级执行交易 • 管理交易(移动止损、保本、部分平仓) • 支持多账户与多信号
Trade Manager DashPlus
Henry Lyubomir Wallace
4.85 (13)
DashPlus 是一款先进的交易管理工具,旨在提升您在 MetaTrader 5 平台上的交易效率和效果。它提供一整套功能,包括风险计算、订单管理、先进的网格系统、基于图表的工具和绩效分析。 主要功能 1. 恢复网格 实施一个平均和灵活的网格系统,以在不利的市场条件下管理交易。 允许设置战略性进出点,以优化交易恢复。 2. 叠加网格 通过在强劲的市场波动中增加仓位,最大化有利交易的潜在回报。 帮助您通过扩展获利交易来利用趋势市场。 3. 盈亏线 在图表上直接提供潜在利润和损失场景的可视化表示。 调整设置并拖动盈亏线,以在执行之前评估各种交易结果。 4. 篮子模式 简化同一交易品种的多仓位管理,将它们合并为一个聚合仓位。 基于平均价格,便于监控和应用止损、止盈以及其他订单修改。 5. 图表上的新闻 将预定的经济新闻事件整合到您的交易图表中。 帮助您随时掌握可能影响市场波动的即将发生的事件,从而更好地规划交易。 6. 警报 设置基于时间或价格的警报,通知会显示在 MT5 中,或通过 MT5 应用发送到您的移动设备。 对监控关键价格水平或重要的交易时段非常有用。 7. 绩效统计 提供详细的
This is a multi-currency converter script that can convert the currency of the account history to another currency and output it. Since it supports multiple currencies, it is possible to exchange USD, EUR mutual conversion, JPY, GBP, AUD, or other minor currencies. Currency Exchanger can be converted to other currencies immediately by executing it once, so anyone can easily exchange currency. Let Currency Exchanger do the tedious work! The exchange result from the account history can be output a
Trade Cockpit Pilot
Tshilidzi Enocent Munyai
Trade Cockpit Pilot — Signal Scanner + Position Sizing + Trade Management in a Tabbed Panel Trade Cockpit Pilot is a   Utility-category Expert Advisor   with a minimal, purpose-driven design. It brings together a multi-timeframe signal confluence scanner, a precise position size calculator, one-click trade execution, and post-trade management — all organized in a clean, tabbed panel on your chart. No clutter. Only what matters. Three tabs. One panel. Everything you need:   what to trade   (signa
FSS_Report This is a professional report statistical indicator, which can be counted by day, week, month, quarter, year, magic and comment, and display the growth curve. How to install: select "File" in your MT5 client 'menu,and open the folder "MQL5\Indicators",then copy file "FSS_Report.ex5",reload MT5 and enjoy. last update at  2023-05-18 v1.3 update info  1.fix bug about magic filter 2.fix bug about Comment filter 3.add path line 4.add func about addon work Para List: UI_XY_Setting=21 UI
作者的更多信息
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
701
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
771
来自开发人员的回复 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
425
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

回复评论