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
746
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
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 秒的实时图表,并将完整的交易面板集成在同一个工具内。一个产品。您分析的图表就是您交易的图表。 大多数秒图工具只给您图表。要下单,您还得安装第二个独立工具并在窗口之间切换。Seconds Scalper Pro 不是这样。秒图和完整交易面板是同一个产品——无需添加,无需额外购买。 为什么需要这个工具 在 MetaTrader 5 上进行一分钟以下的交易从来都不简单。平台只显示分钟和小时图,而大多数秒级工具不允许直接从该图表交易。Seconds Scalper Pro 将真实 tick 秒图与可移动交易面板合二为一,让您在同一位置观察行情并执行下单,精准且零延迟。 这不是预测价格的指标,也不是承诺盈利的信号系统。它是一款可视化与执行工具,专为需要在一分钟以下观察并交易市场的交易者设计。 一个工具搞定一切——无需单独购买 直接从经纪商 tick 流构建的实时 K 线,无延迟、无卡顿。 完整交易面板集成在同一图表,无需安装第二个工具。 可移动面板:抓住标题栏即可放到任意位置。 图表带历史诞生:K 线从
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 — 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」で始まるすべてのシンボルの履歴をダウンロードし、ティックデータを表示します。 BinanceSpotのリアルタイム取引データを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: 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)です。リアルタイムトレードを追跡し、ポジションが重要な利益または損失レベルに達すると、ユーザーが設定したしきい値に基づいて即座に通知します。また、リアルタイムの証拠金レベルと、ユーザーのタイムゾーンに合わせてタイムスタンプ付きのアラートを表示します。 デスクから離れている場合でも、複数のトレードを管理している場合でも、このEAは、ユーザーの戦略に合わせてカスタマイズされた高精度のアラートで最新情報を提供します。 v1.10の新機能: カスタムタイムゾーンのサポート タイムゾーン(+/-時間)をローカル時間に合わせて調整することで、アラートを確認する際の混乱を解消できます。 ユーザー定義の利益/損失マイルストーン 固定値に縛られることなく、独自のしきい値(例:利益+50ドルごと、損失-100ドルごと)を設定できます。 主な機能: ゼロからプ
Video Explanation on YouTube: https://youtu.be/OJXERVs405g Keyboard Scalper Pro – Tool Explanation Keyboard Scalper Pro is a manual scalping tool designed to execute and manage trades entirely via keyboard hotkeys , allowing for fast, precise, and distraction-free trading . The tool does not automate trading decisions . All actions are triggered manually by the trader using predefined keys. Hotkey Functions Explained W – Buy Market Opens a market buy position instantly on the current symbol usi
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 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 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 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
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」で始まるすべてのシンボルの履歴をダウンロードし、ティックデータを表示します。 BinanceFuturesのリアルタイム取引データをMT5に自動的に転送します。 リンク内のスクリプトを実行して、プログラムを使用します。 https://www.mql5.com/en/market/product/68691 このプログラムはインストールが必要です。 https://www.mql5.com/tr/market/product/73887 [ツール]メニュー>> [オプション] >> [エキスパートアドバイザー]からWebRequestを許可し、URLを追加する必要があります:https://fapi.binance.com
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は、スピード、タイミング、そして執行コントロールを一つの洗練されたダッシュボードで実現したいトレーダーのために開発された、プロフェッショナルなトレーディングアシスタントです。 このエキスパートアドバイザーは、イベントベースのトレーディング、スケジュール執行、そして高速な半自動注文管理のために設計されています。注文を事前に準備し、正確な執行時間を設定し、複数の指値注文を発注し、ストップロスとテイクプロフィットでリスクを管理し、チャート上のコンパクトなインターフェースからすべてを監視できます。 経済イベント、セッション開始、ブレイクアウト、あるいは独自のカスタムスケジュールなど、どのようなタイミングで取引を行う場合でも、Time Wizardは構造と規律に
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
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 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順   -   アプリケーションの手順   -   デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通
Trade Manager EAへようこそ。これは、取引をより直感的、正確、そして効率的にするために設計された究極の リスク管理ツール です。これは単なるオーダー実行ツールではなく、包括的な取引計画、ポジション管理、リスク管理のためのソリューションです。初心者から上級者、迅速な実行を必要とするスキャルパーまで、Trade Manager EAはあらゆるニーズに対応し、為替、指数、商品、暗号通貨などさまざまな市場で柔軟に対応します。 Trade Manager EAを使用すると、複雑な計算が過去のものになります。市場を分析し、エントリーポイント、ストップロス、テイクプロフィットのレベルをチャート上のラインでマークし、リスクを設定するだけで、Trade Managerが最適なポジションサイズを即座に計算し、SLとTPをピップ、ポイント、口座通貨でリアルタイムに表示します。すべての取引が簡単かつ効果的に管理されます。 主な機能: ポジションサイズ計算機 :定義されたリスクに基づいて取引サイズを瞬時に決定します。 簡単な取引計画 :エントリー、ストップロス、テイクプロフィットを設定するためのド
25% discount on the release of the tool: only for the next 3 buyers Download the trial version: https://www.mql5.com/en/market/product/192656 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
ベータリリース Telegram to MT5 Signal Trader はまもなく正式なアルファ版をリリースします。いくつかの機能はまだ開発中で、小さな不具合に遭遇する可能性があります。問題が発生した場合はぜひご報告ください。皆さまのフィードバックがソフトウェア改善に役立ちます。 Telegram to MT5 Signal Trader は、 Telegram のチャンネルやグループからの取引シグナルを自動的に MetaTrader 5 にコピーする強力なツールです。 パブリックおよびプライベートの両方のチャネルに対応し、複数のシグナル提供元を複数のMT5口座に接続可能です。ソフトウェアは高速で安定し、すべての取引を細かく制御できます。 インターフェースは直感的で、ダッシュボードとチャートは見やすく設計されており、リアルタイムで動作状況をモニターできます。 必要環境 MQL の制限により、EA は Telegram と通信するためのデスクトップアプリが必要です。 インストーラーは公式の インストールガイド にあります。 主な機能 マルチプロバイダー: 複数の Telegram
TradePanel MT5
Alfiya Fazylova
4.88 (167)
Trade Panelは多機能なトレーディングアシスタントです。アプリには手動取引用の50以上のトレーディング機能が搭載されており、ほとんどの取引作業を自動化することができます。 アプリの説明書+ビデオガイド: https://www.mql5.com/en/blogs/post/756482 デモ口座用アプリの試用版: https://www.mql5.com/en/blogs/post/750865 アプリのインストール方法: https://www.mql5.com/en/blogs/post/756239 アプリをビジュアルモードでテストする方法: https://www.mql5.com/en/blogs/post/770277 VPSのMetaTraderにアプリをインストールする方法: https://www.mql5.com/en/blogs/post/770190 取引。 ワンクリックで取引操作を行うことができます: リスクを自動計算して指値注文やポジションを開く。 複数の注文やポジションをワンクリックで開く。 注文のグリッドを開く。 保留中の注文やポジションをグルー
Telegram to MT5 Multi-Channel Copier は、Telegram チャンネルのトレードシグナルを MetaTrader 5 に自動的に直接コピーします。ボットも、ブラウザ拡張機能も、手動コピーも不要。Telegram でシグナルを受信すると、EA が数秒でターミナル上でトレードをオープンします。 本製品は 2 つのコンポーネントで構成されています:Telegram チャンネルを監視する Windows アプリケーションと、MT5 ターミナルでシグナルを実行するこの Expert Advisor です。MT4 版も利用可能です。 セットアップガイドとアプリケーションのダウンロード: https://www.mql5.com/en/blogs/post/768988 動作原理 Windows アプリケーションは、ボットではなくあなた自身の API 認証情報を使用して Telegram に接続します。つまり、プライベートおよび VIP チャンネルを含む、購読しているあらゆるチャンネル、グループ、トピックを読み取ることができます。シグナルを検出すると、それを解析し
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台のターミナル間で同時に動作できる、プロフェッ
Anchor: The EA Manager Your EAs manage their own trades. Anchor manages the account around them. Anchor gives you one place to control your EAs, manage risk and decide when trading is allowed. Any EA, any vendor, any broker or symbol. No source-code changes required. The Problem Most EAs only know what they are doing. They cannot see when another EA is already trading, when several EAs open and are stacking risk or when the account has reached your loss limit. Even using just one EA, it may not
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
Signal TradingView to MT5 Pro Automator TradingViewとMetaTrader 5間の即時プロフェッショナル実行 TradingViewのシグナル(アラート)とMT5での実際の約定を繋ぐ、最も強固なコミュニケーションブリッジで、取引戦略を自動化します。スピード、柔軟性、そして完璧なリスク管理を求めるトレーダー向けに設計されたこのExpert Advisorは、あらゆるアラートメッセージを正確な成行または指値注文に変換します。 強みと利点 ユニバーサルパーシングエンジン(独自技術): あらゆるアラート形式からデータを自動的に認識し、抽出できる高度なテクノロジー。単一の固定フォーマットに制限されることはありません。システムはシンボル(銘柄)、アクション、価格、SL(ストップロス)、TP(テイクプロフィット)を自動的に理解します。 リアルタイム実行: レイテンシ(遅延)を最小限に抑えるよう最適化された、1秒未満の超高速ポーリング技術。シグナルを受信してから数ミリ秒以内に注文が実行されます。 機関投資家レベルのリスク管理: 以下に基づく自動かつ正確
Global Investing FX Terminal は、MetaTrader 5 向けのオールインワン FX ダッシュボードです——中央銀行政策金利、CFTC COT ポジション、キャリーランキング、経済サプライズ、オプションスキュー、リテールセンチメント、相関まで、合計 13 のアナリティクスパネルを、ちらつきのない単一キャンバス上に表示し、単一の EA から 10 秒ごとに更新します。外部ソフトウェア不要です。 プロの FX 分析には、通常は別々のプラットフォームに分散しているデータへの同時アクセスが欠かせません。レートデリバティブ、政府統計ポータル、ブローカーのスワップ仕様、オプションデスク——このEAはそれらすべてを、実際に売買判断を下すトレーディングターミナルの単一画面に集約します。 ダッシュボードの表示内容 マーケットオーバービュー FX ペアテーブル — G10 全 28 ペアに加え、ブローカーの Market Watch に NOK/SEK クロスが存在する場合はそれも含めた最大 36 ペアのリアルタイム Bid/Ask。各行にはスプレッド、日次・週次変化、pip
Power Candles Strategy Scanner - 自動最適化型マルチシンボル設定ファインダー パワーキャンドル・ストラテジー・スキャナーは 、パワーキャンドル・インジケーターを駆動するのと全く同じ自己最適化エンジンを、マーケットウォッチに登録されているすべての銘柄に対して並行して実行します。1つのパネルで、現在統計的に取引可能な銘柄、各銘柄で勝率の高い戦略、最適なストップロス/テイクプロフィットの組み合わせが表示され、新たなシグナルが発生した瞬間に通知が届きます。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨を受け取り、  https://stein.investments でコミュニティに参加しましょう 市場動向を網羅。銘柄ごとに3,000件以上の自動最適化。2種類のアラート。ワンクリックでチャートを切り替えて即座にアクション。 なぜこれが必要なのか 多くのマルチ銘柄スキャナーは、 価格の動き (ボラティリティ、変動率、銘柄ごとのRSI)を表示するだけです。それ
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
Premium Trade Manager - コーチ内蔵型トレードパネル Premium Trade Manager は、AIトレーディングコーチをあなたのチャートの中に置き、その下に完全な執行エンジンを備えたツールです。いつも通りにトレードをセットアップし、あなた専任のAIトレーディングコーチ Max にそのセットアップをそのまま読み取らせて、発注前に率直な見解を伝えてもらいましょう。ストップの幅が規律あるアプローチに合っているか、リスクサイズは適切か、高影響のニュースイベントが数分後に迫っていないか、プロップファームの制限に近づいていないか。その下には、クリックの後をすべて処理するエンジンが備わっています。ワンクリックのリスクサイズ計算による発注、チャート上でドラッグして組み立て、発注後も動かせるプラン、最大4段階の分割利確、7種類のトレール方式、リアルタイムのプロップファームコンプライアンス、ニュースガード、そしてコストを自ら採点するスプレッド機能。判断はあなたが下す。Max がもう一度確認する。後のことはすべてパネルが担う。 購入前に実際に触れて試せます。 ブラウザ上でライブ
MT5 to Telegram Signal Provider は、Telegramのチャット、チャンネル、またはグループに 指定された シグナルを送信することができる、完全にカスタマイズ可能な簡単なユーティリティです。これにより、あなたのアカウントは シグナルプロバイダー になります。 競合する製品とは異なり、DLLのインポートは使用していません。 [ デモ ] [ マニュアル ] [ MT4版 ] [ Discord版 ] [ Telegramチャンネル ]  New: [ Telegram To MT5 ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。必要な全ては開発者から提供されます。 主な特長 購読者に送信する注文の詳細をカスタマイズする機能 例えば、Bronze、Silver、Goldといった階層型のサブスクリプションモデルを作成できます。Goldサブスクリプションでは、すべてのシグナルが提供されます。 id、シンボル、またはコメントによって注文をフィルターできます 注文が実行されたチャート
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
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 News Filter  を購入すると、将来のエキスパートアドバイザーのためにビルトインのニュースフィルターに頼る必要はなく、今後はすべてのエキスパートアドバイザーをここからフィルタリングできます。 ニュース選択 ニュースソースは、Forex Factoryの経済カレンダーから取得されます。 USD、EUR、GBP、JPY、AUD、CAD、CHF、NZD、CNYなど、任意の通貨数に基づいて選択できます。 Non-Farm(NFP)、FOMC、CPIなどのキーワード識別に基づいて選択することもできます。 影響レベルによってフィルタリングするニュースを選択することができ、低、中、高の影響範囲から選択できます。
MetaTrader 5 用トレーディングパネル — チャートとキーボードから行うプロフェッショナルなワンクリック取引 アクティブトレーダーのために設計された高機能 Trading Panel。標準の MetaTrader 操作よりも、はるかに速く、直感的に、そして効率的に取引を実行できます。 本パネルは、ポジション管理、未決注文管理、利益コントロール、執行スピードをひとつのプロフェッショナルなワークスペースに集約した実践的なソリューションです。 これは単なる補助ツールではありません。MetaTrader 5 のための本格的な trading cockpit です。チャートから直接操作し、キーボードで素早くコマンドを実行し、自動計算や視覚的なガイドを活用することで、手動トレードをより速く、より明確に、より快適にします。 このパネルを使えば、チャート上からワンクリックで注文を実行でき、標準の MetaTrader コントロールと比べて最大 30 倍速く取引操作を行うことができます。 新しいプレミアム版が利用可能です: VirtualTradePad PRO SE で取引ワークフローを強
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
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
Trade Manager DashPlus
Henry Lyubomir Wallace
4.85 (13)
DashPlus は、MetaTrader 5プラットフォーム上での取引効率と効果を向上させるために設計された高度なトレード管理ツールです。リスク計算、注文管理、高度なグリッドシステム、チャートベースのツール、パフォーマンス分析など、包括的な機能を提供します。 主な機能 1. リカバリーグリッド 逆境の市場環境下で取引を管理するための平均化および柔軟なグリッドシステムを実装します。 取引回復のための戦略的なエントリーおよびエグジットポイントを可能にします。 2. スタックグリッド 強い市場の動きの中でポジションを追加することで、有利な取引での潜在的なリターンを最大化するように設計されています。 トレンド市場で利益を得られるよう、勝ち取引を拡大します。 3. 損益(P&L)ライン チャート上に直接、潜在的な利益と損失のシナリオを視覚的に表示します。 設定を調整し、P&Lラインをドラッグして、実行前にさまざまな取引結果を評価します。 4. バスケットモード 同じシンボルでの複数ポジションの管理を簡素化し、それらを単一の集約ポジションにまとめます。 平均価格に基づいて、ストップロスやテイクプ
VirtualTradePad PRO SE MT5 — MetaTrader 5向けプロフェッショナル取引コントロールセンター VirtualTradePad PRO SE は、 MetaTrader 5 向けのプレミアムなチャートベースの取引パネルであり、トレード管理ワークスペースです。より速い執行、明確なポジション管理、構造化されたトレード管理、視覚的なレベル計画、そしてチャート上で完結するプロフェッショナルなワークフローを求めるトレーダー向けに設計されています。 これは単なる BUY / SELL パネルではありません。PRO SE は、手動取引、予約注文、ポジション管理、部分決済、バスケット損益管理、平均化レベル、ATMルール、シグナル監視、リアルタイム市場情報、ストラテジーテスター (Strategy Tester) ワークフロー、VPS向け運用を、1つの連携されたインターフェースに統合します。 MT4版 | 完全な説明とスクリーンショット | 購入方法 | インストール方法 | ログファイルの取得方法 | テストと最適化の方法 | Expforex のすべての製品 PRO
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
「Grid Manual」は、注文のグリッドを操作するための取引パネルです。 ユーティリティはユニバーサルで、柔軟な設定と直感的なインターフェイスを備えています。 それは、損失を平均化する方向だけでなく、利益を増やす方向でも注文のグリッドで機能します。 トレーダーは注文のグリッドを作成して維持する必要はありません。 すべてが「Grid Manual」によって行われます。 注文を開くだけで十分であり、「Grid Manual」は注文のグリッドを自動的に作成し、非常に閉じるまでそれに付随します。 完全な説明とデモバージョン ここ。 ユーティリティの主な機能と機能 ユーティリティは、モバイル端末から開かれた注文を含め、あらゆる方法で開かれた注文を処理します。 「制限」と「停止」の2種類のグリッドで機能します。 グリッド間隔の計算には、固定と動的(ATRインジケーターに基づく)の2つの方法で機能します。 オープンオーダーグリッドの設定を変更できます。 チャート上の各注文グリッドの損益分岐点を表示します。 各注文グリッドの利益率を表示します。 ワンクリックでグリッドから収益性の高い注文を閉じるこ
Trade Manager は、リスクを自動的に計算しながら、取引を迅速に開始および終了するのに役立ちます。 過剰取引、復讐取引、感情的な取引を防止する機能が含まれています。 取引は自動的に管理され、アカウントのパフォーマンス指標はグラフで視覚化できます。 これらの機能により、このパネルはすべてのマニュアル トレーダーにとって理想的なものとなり、MetaTrader 5 プラットフォームの強化に役立ちます。多言語サポート。 MT4バージョン  |  ユーザーガイド + デモ Trade Manager はストラテジー テスターでは機能しません。 デモについてはユーザーガイドをご覧ください。 危機管理 % または $ に基づくリスクの自動調整 固定ロットサイズを使用するか、ボリュームとピップに基づいた自動ロットサイズ計算を使用するオプション RR、Pips、または価格を使用した損益分岐点ストップロス設定トレーリングストップロス設定 目標に達したときにすべての取引を自動的に終了するための 1 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎます
News filter, equity guard & session control for all your EAs — one tool, full protection — Free Demo | Latest Updates v26 (August 2026) is the biggest update ever: the EA now protects your entire account — every chart, no helper needed — and the indicator gives any chart its own protection rules (news, loss limits, trading times and more). Existing setups keep working unchanged until you switch; the legacy Chart-Group mode is removed with v27. Versions are now year.month (26.08 = August 2026). U
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チャート上にドラッグ可能なビジュアルダッシュボードを提供することで、手動のリスク計算を不要にします。ラインを調整するだけで、ツールが瞬時にリスク計算を処理し、ワンクリック取引またはホットキーでの実行が可能になります。 主な機能: インタラクティブ・ビジュアル・トレー
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
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
作者のその他のプロダクト
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
746
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
785
開発者からの返信 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

レビューに返信