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
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
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」で始まるすべてのシンボルの履歴をダウンロードし、ティックデータを表示します。 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
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)です。リアルタイムトレードを追跡し、ポジションが重要な利益または損失レベルに達すると、ユーザーが設定したしきい値に基づいて即座に通知します。また、リアルタイムの証拠金レベルと、ユーザーのタイムゾーンに合わせてタイムスタンプ付きのアラートを表示します。 デスクから離れている場合でも、複数のトレードを管理している場合でも、この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.
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
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
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
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は、スピード、タイミング、そして執行コントロールを一つの洗練されたダッシュボードで実現したいトレーダーのために開発された、プロフェッショナルなトレーディングアシスタントです。 このエキスパートアドバイザーは、イベントベースのトレーディング、スケジュール執行、そして高速な半自動注文管理のために設計されています。注文を事前に準備し、正確な執行時間を設定し、複数の指値注文を発注し、ストップロスとテイクプロフィットでリスクを管理し、チャート上のコンパクトなインターフェースからすべてを監視できます。 経済イベント、セッション開始、ブレイクアウト、あるいは独自のカスタムスケジュールなど、どのようなタイミングで取引を行う場合でも、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
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
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トレードシステムは、市場のトレンドを利用したトレードに特化しており、競売やニュースの時間を参照ポイントとして、他の特定の注文時間と比較し、市場のトレンドを予測します。 **EAで使用されるすべての時間パラメータは、あなたの端末の時間を基にしています。異なるブローカーは異なるGMTのタイムゾーンで動作する場合があり、夏時間の調整によりさらに変化する可能性があります。** **実装前に、端末に合わせて時間設定を十分に確認してください。** 推奨設定: M1タイムフレームで使用する HK50 / DE40 / ustec / UK100 時間のチェック中には、特定のチェック時間の分後に価格のチェックが行われることに気付くでしょう(1.2チェック時間の分)。この設計は意図的であり、参照されているバーが完了することを許可し、オープン、ハイ、ロー、およびクローズの値が注文時間と正確に比較できるようにします。 設定 -----------------1 タイマー------------------- 1.1 チェック時間の時間(HH) -- 価格を記録するために使用されるタイムスタンプ
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
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (214)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順   -   アプリケーションの手順   -   デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通
Trade Manager EAへようこそ。これは、取引をより直感的、正確、そして効率的にするために設計された究極の リスク管理ツール です。これは単なるオーダー実行ツールではなく、包括的な取引計画、ポジション管理、リスク管理のためのソリューションです。初心者から上級者、迅速な実行を必要とするスキャルパーまで、Trade Manager EAはあらゆるニーズに対応し、為替、指数、商品、暗号通貨などさまざまな市場で柔軟に対応します。 Trade Manager EAを使用すると、複雑な計算が過去のものになります。市場を分析し、エントリーポイント、ストップロス、テイクプロフィットのレベルをチャート上のラインでマークし、リスクを設定するだけで、Trade Managerが最適なポジションサイズを即座に計算し、SLとTPをピップ、ポイント、口座通貨でリアルタイムに表示します。すべての取引が簡単かつ効果的に管理されます。 主な機能: ポジションサイズ計算機 :定義されたリスクに基づいて取引サイズを瞬時に決定します。 簡単な取引計画 :エントリー、ストップロス、テイクプロフィットを設定するためのド
TradePanel MT5
Alfiya Fazylova
4.88 (162)
Trade Panelは多機能なトレーディングアシスタントです。アプリには手動取引用の50以上のトレーディング機能が搭載されており、ほとんどの取引作業を自動化することができます。 購入前に、デモアカウントでアプリのデモ版をテストすることができます。デモアカウント用のアプリの試用版をダウンロードするには、次のリンクをご利用ください: https://www.mql5.com/en/blogs/post/750865 。 完全な手順 こちら 。 取引。 ワンクリックで取引操作を行うことができます: リスクを自動計算して指値注文やポジションを開く。 複数の注文やポジションをワンクリックで開く。 注文のグリッドを開く。 保留中の注文やポジションをグループごとに閉じる。 ポジションの方向を反転(Buyを閉じてSellを開く、またはSellを閉じてBuyを開く)。 ポジションをブロックする(不足している量のポジションを開くことでBuyとSellのポジション量を等しくする)。 すべてのポジションを部分的にワンクリックで閉じる。 すべてのポジションの利食い(Take Profit)および損切り(Sto
ベータリリース Telegram to MT5 Signal Trader はまもなく正式なアルファ版をリリースします。いくつかの機能はまだ開発中で、小さな不具合に遭遇する可能性があります。問題が発生した場合はぜひご報告ください。皆さまのフィードバックがソフトウェア改善に役立ちます。 Telegram to MT5 Signal Trader は、 Telegram のチャンネルやグループからの取引シグナルを自動的に MetaTrader 5 にコピーする強力なツールです。 パブリックおよびプライベートの両方のチャネルに対応し、複数のシグナル提供元を複数のMT5口座に接続可能です。ソフトウェアは高速で安定し、すべての取引を細かく制御できます。 インターフェースは直感的で、ダッシュボードとチャートは見やすく設計されており、リアルタイムで動作状況をモニターできます。 必要環境 MQL の制限により、EA は Telegram と通信するためのデスクトップアプリが必要です。 インストーラーは公式の インストールガイド にあります。 主な機能 マルチプロバイダー: 複数の Telegram
Trade Manager は、リスクを自動的に計算しながら、取引を迅速に開始および終了するのに役立ちます。 過剰取引、復讐取引、感情的な取引を防止する機能が含まれています。 取引は自動的に管理され、アカウントのパフォーマンス指標はグラフで視覚化できます。 これらの機能により、このパネルはすべてのマニュアル トレーダーにとって理想的なものとなり、MetaTrader 5 プラットフォームの強化に役立ちます。多言語サポート。 MT4バージョン  |  ユーザーガイド + デモ Trade Manager はストラテジー テスターでは機能しません。 デモについてはユーザーガイドをご覧ください。 危機管理 % または $ に基づくリスクの自動調整 固定ロットサイズを使用するか、ボリュームとピップに基づいた自動ロットサイズ計算を使用するオプション RR、Pips、または価格を使用した損益分岐点ストップロス設定トレーリングストップロス設定 目標に達したときにすべての取引を自動的に終了するための 1 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎます
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:/
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
Power Candles Strategy Scanner - 自動最適化型マルチシンボル設定ファインダー パワーキャンドル・ストラテジー・スキャナーは 、パワーキャンドル・インジケーターを駆動するのと全く同じ自己最適化エンジンを、マーケットウォッチに登録されているすべての銘柄に対して並行して実行します。1つのパネルで、現在統計的に取引可能な銘柄、各銘柄で勝率の高い戦略、最適なストップロス/テイクプロフィットの組み合わせが表示され、新たなシグナルが発生した瞬間に通知が届きます。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨を受け取り、  https://stein.investments でコミュニティに参加しましょう 市場動向を網羅。銘柄ごとに3,000件以上の自動最適化。2種類のアラート。ワンクリックでチャートを切り替えて即座にアクション。 なぜこれが必要なのか 多くのマルチ銘柄スキャナーは、 価格の動き (ボラティリティ、変動率、銘柄ごとのRSI)を表示するだけです。それ
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
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
Unlimited Trade Copier Pro MT5 is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will n
EASY Insight AIO – スマートで手間いらずな取引のオールインワンソリューション 概要 数秒で市場全体——FX、ゴールド、暗号資産、指数、さらには株式まで——を、手作業のチャート確認や複雑なセットアップ・インジケーター導入なしにスキャンできたらどうでしょうか? EASY Insight AIO はAIトレードのための究極のプラグ&プレイ型エクスポートツールです。市場全体のスナップショットを、クリーンなCSVファイルで一括出力。ChatGPT、Claude、Gemini、Perplexityなど、さまざまなAIプラットフォームで即座に解析できます。 ウィンドウの切り替えやグラフのごちゃごちゃしたオーバーレイはもう不要。自動エクスポートされる純粋で構造化されたインサイトだけで、無駄なチャート監視に悩まされず、スマートなデータ主導の判断に集中できます。 なぜEASY Insight AIOなのか? 本当のオールインワン • セットアップ不要、インジケーターのインストール不要、チャートへのオーバーレイ不要。インストールして起動し、エクスポートするだけです。 マルチアセット対
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
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
ManHedger MT5
Peter Mueller
4.83 (6)
THIS EA IS A SEMI-AUTO EA, IT NEEDS USER INPUT. Manual & Test Version Please TEST this product before BUYING  and watch my video about it. The price of the ManHedger will increase to 250$ after 20 copies sold. Contact me for user support or bug reports or if you want the MT4 version! MT4 Version  I do not guarantee any profits or financial success using this EA. With this Expert Advisor, you can: Implement your own Zone Recovery strategy to capitalize on trending markets. Create Grid trading s
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
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などのキーワード識別に基づいて選択することもできます。 影響レベルによってフィルタリングするニュースを選択することができ、低、中、高の影響範囲から選択できます。
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
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、シンボル、またはコメントによって注文をフィルターできます 注文が実行されたチャート
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
「Grid Manual」は、注文のグリッドを操作するための取引パネルです。 ユーティリティはユニバーサルで、柔軟な設定と直感的なインターフェイスを備えています。 それは、損失を平均化する方向だけでなく、利益を増やす方向でも注文のグリッドで機能します。 トレーダーは注文のグリッドを作成して維持する必要はありません。 すべてが「Grid Manual」によって行われます。 注文を開くだけで十分であり、「Grid Manual」は注文のグリッドを自動的に作成し、非常に閉じるまでそれに付随します。 完全な説明とデモバージョン ここ。 ユーティリティの主な機能と機能 ユーティリティは、モバイル端末から開かれた注文を含め、あらゆる方法で開かれた注文を処理します。 「制限」と「停止」の2種類のグリッドで機能します。 グリッド間隔の計算には、固定と動的(ATRインジケーターに基づく)の2つの方法で機能します。 オープンオーダーグリッドの設定を変更できます。 チャート上の各注文グリッドの損益分岐点を表示します。 各注文グリッドの利益率を表示します。 ワンクリックでグリッドから収益性の高い注文を閉じるこ
TradeMirror は、MT4/MT5プラットフォーム向けに開発されたローカル注文同期ツールで、リアルタイム取引をサポートします。 チュートリアル Trademirror チュートリアル のリンクをクリックして、さらにチュートリアルをご覧ください。 製品の特長 金融ソフトウェアにおけるセキュリティ・安定性・プライバシー保護の高基準に準拠し、以下の3つの核心領域を最適化しました: 直感的なグラフィカルインターフェースで操作が容易 金融シナリオにおける機密データ分離のための強化されたプライバシー保護 ミリ秒単位の注文同期で信号遅延ゼロを実現 MT4/MT5完全互換、多様な取引環境にシームレス対応 システム監視機能とメール通知による取引安定性管理 主要機能 本製品には以下のプロフェッショナルコピー機能を搭載: 複数アカウント並列接続 リアルタイムメール通知 ロットサイズカスタマイズ 信号フィルタリング機構 逆方向コピーモード テイクプロフィット/ストップロス再設定 無料デモ手順 購入前に以下の手順で全機能を体験可能: ページ内の「無料デモ」ボタンをクリック 「MetaTrader 4/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チャート上にドラッグ可能なビジュアルダッシュボードを提供することで、手動のリスク計算を不要にします。ラインを調整するだけで、ツールが瞬時にリスク計算を処理し、ワンクリック取引またはホットキーでの実行が可能になります。 主な機能: インタラクティブ・ビジュアル・トレー
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
Trade Manager DashPlus
Henry Lyubomir Wallace
4.85 (13)
DashPlus は、MetaTrader 5プラットフォーム上での取引効率と効果を向上させるために設計された高度なトレード管理ツールです。リスク計算、注文管理、高度なグリッドシステム、チャートベースのツール、パフォーマンス分析など、包括的な機能を提供します。 主な機能 1. リカバリーグリッド 逆境の市場環境下で取引を管理するための平均化および柔軟なグリッドシステムを実装します。 取引回復のための戦略的なエントリーおよびエグジットポイントを可能にします。 2. スタックグリッド 強い市場の動きの中でポジションを追加することで、有利な取引での潜在的なリターンを最大化するように設計されています。 トレンド市場で利益を得られるよう、勝ち取引を拡大します。 3. 損益(P&L)ライン チャート上に直接、潜在的な利益と損失のシナリオを視覚的に表示します。 設定を調整し、P&Lラインをドラッグして、実行前にさまざまな取引結果を評価します。 4. バスケットモード 同じシンボルでの複数ポジションの管理を簡素化し、それらを単一の集約ポジションにまとめます。 平均価格に基づいて、ストップロスやテイクプ
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
Signal TradingView to MT5 Pro Automator TradingViewとMetaTrader 5間の即時プロフェッショナル実行 TradingViewのシグナル(アラート)とMT5での実際の約定を繋ぐ、最も強固なコミュニケーションブリッジで、取引戦略を自動化します。スピード、柔軟性、そして完璧なリスク管理を求めるトレーダー向けに設計されたこのExpert Advisorは、あらゆるアラートメッセージを正確な成行または指値注文に変換します。 強みと利点 ユニバーサルパーシングエンジン(独自技術): あらゆるアラート形式からデータを自動的に認識し、抽出できる高度なテクノロジー。単一の固定フォーマットに制限されることはありません。システムはシンボル(銘柄)、アクション、価格、SL(ストップロス)、TP(テイクプロフィット)を自動的に理解します。 リアルタイム実行: レイテンシ(遅延)を最小限に抑えるよう最適化された、1秒未満の超高速ポーリング技術。シグナルを受信してから数ミリ秒以内に注文が実行されます。 機関投資家レベルのリスク管理: 以下に基づく自動かつ正確
作者のその他のプロダクト
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

レビューに返信