CopyMasterPro MT5

5
# CopyMaster Pro Trade Copier

## What Is This

CopyMaster Pro is a local trade copying tool that syncs trades between multiple MT4/MT5 terminals. One account trades, others follow automatically. No server needed, no VPS required. Works on a single computer with multiple terminals.

## What It Does

Copies trades from one account to others. You open a gold position on Account A, Account B and C will follow. You close on A, others close too. Simple as that.

## Why This One

**Free** — No monthly fees, no subscription, no hidden charges. Download it and it is yours.

**Private** — All data stays on your computer. Nothing goes through third party servers. Your trading info remains yours.

**Easy** — Works out of the box. Click a few buttons in the interface and you are set. No config files, no command lines.

**Cross Platform** — MT4 and MT5 can copy from each other. You run MT5 as master, your friend follows on MT4. Works fine.

## Main Features

**Flexible Lot Sizing** — Copy by multiplier, fixed lots, or auto calculate based on balance ratio. Small accounts can safely follow large ones.

**Smart Symbol Matching** — Different brokers name symbols differently. XAUUSD might be GOLD somewhere else, or have a suffix. The system figures it out automatically. You can also set manual mappings.

**Reverse Copy** — Think a signal source always loses money? Turn on reverse mode. They buy, you sell.

**Risk Controls** — Set limits on max lot size, max positions, max drawdown percentage. Copying stops automatically when limits are hit.

**UI Scaling** — Interface size is adjustable from 50% to 200%. Works great on high-DPI screens or small monitors.

**Independent Settings** — Each account saves its own settings file. Multiple receivers won't overwrite each other's configuration.

## Who Should Use This

- Traders managing multiple personal accounts
- Those helping friends or clients with their accounts
- People sharing signals within a small group
- Testing execution speed across different brokers

## Who Should Not

- Those building large scale commercial copy trading services — this is a local tool, no remote support
- Ultra low latency high frequency strategies — local file sync has about 500ms delay
- Anyone needing complex permission management or billing systems

---

## Detailed Usage Guide

### Installation

1. After purchasing from the MQL5 Market, the EA will be installed automatically in your terminal
2. Find CopyMaster Pro under "Expert Advisors" in the Navigator panel
3. Drag the EA onto any chart
4. Confirm the settings in the popup parameters window and click OK

### Input Parameters

When dragging the EA onto a chart, a parameters window will appear:

| Parameter | Default | Description |
|-----------|---------|-------------|
| Language | English | Interface language, English or Chinese |
| Panel X | -1 | Horizontal panel position, -1 means auto-center |
| Panel Y | 10 | Vertical panel position, pixels from top |
| UI Scale % | 100 | Interface scaling, range 50-200. Increase for high-DPI screens, decrease for small monitors |

These parameters are set once at load time. All other configuration is done through the interface.

### Main Interface

After launch you will see the selection screen with three options:

- **Signal Provider** — Your account acts as the signal source, broadcasting trades to other accounts
- **Signal Receiver** — Your account follows trades from another signal source
- **Settings** — Configure lot sizing, risk controls, symbol mapping and other parameters

The `--` button in the top right corner minimizes the panel to a floating bar. Click `[]` on the floating bar to restore.

### Signal Provider Mode

1. Click "Signal Provider" on the main screen
2. Enter a server name (e.g. `MySignal` or `Gold_Strategy`). This name will appear in the receiver's server list
3. Click the "Start" button
4. Trade normally. All open and close operations are broadcast automatically
5. The panel shows real-time position count and online follower count
6. Click "Stop" to end broadcasting
7. Click "Back to Menu" at the bottom to switch modes

Notes:
- Server name cannot be empty
- Do not start multiple providers with the same server name on the same computer
- Closing the EA or switching charts will automatically stop broadcasting and clean up signal files

### Signal Receiver Mode

1. Click "Signal Receiver" on the main screen
2. The system automatically scans for available signal servers and displays them in the list
3. Click a server name in the list to select it (selected server is highlighted)
4. Click "Connect" to start copying
5. The panel shows real-time connection status, copied position count and profit/loss
6. Click "Disconnect" to stop copying (existing positions will not be closed automatically)
7. If no servers appear in the list, click "Refresh" to rescan

Notes:
- You must select a server before connecting
- After connecting, new positions from the signal source are copied automatically. When the source closes a position, the copied position is closed too
- Positions that existed before connecting are not copied. Only new trades after connection are processed
- Copied orders have a `CMP_` prefix in their comment field for easy identification

### Settings Panel

Click "Settings" on the main screen to open the configuration page. All changes require clicking "Save Settings" to take effect.

#### Lot Settings

**Mode** — Click the button to cycle through three modes:

| Mode | Description | Example |
|------|-------------|---------|
| Multiplier | Multiply the source lot size by a factor | Source opens 0.5 lots, multiplier is 2.0, copy opens 1.0 lots |
| Fixed | Use a fixed lot size regardless of source | Source opens 1.0 lots, fixed is 0.1, copy opens 0.1 lots |
| Risk % | Auto-calculate lot size based on account balance and risk percentage | Balance 10000, risk 1%, system calculates appropriate lot size |

**Value** — The number used with the selected mode. For multiplier mode enter the factor (e.g. 1.0, 0.5, 2.0), for fixed mode enter the lot size (e.g. 0.01, 0.1), for risk mode enter the percentage (e.g. 1, 2, 5).

#### Copy Options

**Copy SL/TP** — When enabled, copies the stop loss and take profit from the signal source. When disabled, positions are opened without SL/TP. Enabled by default.

**Reverse** — When enabled, buy signals become sell orders and vice versa. SL and TP are also swapped. Disabled by default.

**Slippage (pts)** — Maximum allowed slippage in points. Too small may cause order failures, too large may result in poor fill prices. Default is 30 points, usually no need to change.

#### Risk Management

**Max Lot** — Maximum lot size per copied trade. Even if the calculated lot exceeds this value, it will be capped. Default 10.0 lots.

**Max Positions** — Maximum number of copied positions. No new positions are opened once this limit is reached. Default 50.

**Max DD %** — Maximum drawdown percentage. When (Balance - Equity) / Balance exceeds this ratio, no new positions are opened. Default 30%.

#### Symbol Mapping

**Symbol Map** — Manually specify symbol mappings in the format `source=destination`, separated by commas for multiple pairs.

Examples:
- `XAUUSD=GOLD` — Signal source's XAUUSD trades as GOLD locally
- `XAUUSD=GOLD,EURUSD=EURUSDm` — Multiple mappings
- `NAS100=USTEC,US30=DJ30` — Index symbol mapping

If left empty, the system will try to match automatically:
1. First tries using the source symbol name directly
2. Tries removing common suffixes (.pro, .ecn, .std, etc.)
3. Tries auto-mapping common symbols (XAUUSD to GOLD, NAS100 to USTEC, etc. across 20 groups)

### Cross-Platform Usage

MT4 and MT5 can copy from each other as long as they run on the same computer.

Common setups:
- MT5 provider → MT4 receiver
- MT4 provider → MT5 receiver
- MT5 provider → Multiple MT4/MT5 receivers

When copying across platforms, symbol names may differ. Configure symbol mappings in settings or rely on the auto-matching feature.

### Typical Use Cases

#### One-to-Many Copying

You run the provider on MT5. Three friends each run a receiver on their own MT4/MT5. You trade normally, their accounts follow automatically. Each person can set their own lot multiplier based on their account size.

#### Multi-Account Sync

You have 3 accounts at different brokers. Run the provider on your main account, receivers on the other two. Open one trade, all three accounts open simultaneously.

#### Reverse Copying

You notice a friend has a very low win rate. Have them run the provider, you run the receiver with reverse mode enabled. They lose, you win.

### FAQ

**Q: Receiver cannot see any servers?**
Make sure the provider is running and shows "Broadcasting" status. Both terminals must be on the same computer. Click the Refresh button to retry.

**Q: Orders fail to open?**
Check if the symbol is matched correctly, if the account balance is sufficient, and if the lot size is within the broker's allowed range. Check the Journal tab in MT4/MT5 for detailed error messages.

**Q: How much latency?**
Typically around 500 milliseconds (timer interval). Perfectly fine for intraday and swing trading. Not suitable for millisecond-level high frequency strategies.

**Q: What happens to existing positions after disconnecting?**
After disconnecting, copied positions that are already open will not be closed automatically. You need to manage them manually.

**Q: Where are settings saved?**
Settings are saved in `CopyMaster/settings_{account_number}.ini` in the MT4/MT5 common data folder. Each account has its own file, so multiple receivers won't overwrite each other.

**Q: Interface too big or too small?**
Adjust the `UI Scale %` parameter in the EA settings. Range is 50-200. 100 is default size, 150 enlarges by 50%, 75 shrinks by 25%. Requires reloading the EA after changing.

---

CopyMaster Pro v1.2 | Copyright 2026, KUM TONG YU

レビュー 2
MQchez1
35
MQchez1 2026.02.14 04:17 
 

It works very well, simple and effective. Thank you for this. :)

おすすめのプロダクト
Easy Correlations Indicator The Easy Correlations Indicator is designed to help traders analyze the relationship between two correlated instruments. By monitoring the distance between their Relative Strength Index (RSI) values, the indicator highlights situations where one instrument has moved significantly further than the other. This creates potential trading opportunities: Sell the stronger instrument (overstretched RSI) Buy the weaker instrument (lagging RSI) Because the positions are opened
FREE
PROMETHEUS TECHNICAN VERSION Free | By THE SONS A gift from The Sons — no strings, no trial, no expiry. Every trader deserves access to professional-grade market intelligence. That belief is why Prometheus Technical Version exists, and why it costs nothing. Consider it our handshake to the trading community. What You're Getting This is not a simplified tool dressed up as a gift. Prometheus Technican Version is a fully built, institutional-quality technical analysis indicator running a dual-model
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
実際の資金を危険にさらす前にProp Firmの課題を習得しましょう!   私たちの高度なシミュレーターは、本物のProp Firm取引環境を再現し、自信を持って練習し、戦略を立て、課題を通過するのに役立ちます。当シミュレーターを使用すると、デモまたはライブアカウントを使用してあらゆるProp Firmの課題をシミュレートでき、手動取引戦略とEAを介した自動取引の両方をサポートし、カスタマイズされた期間のパーソナライズされた課題を作成し、一貫した収益性に必要な規律を開発するために自分自身に挑戦できます。 FTMO 10kおよび100K課題セットファイル:   主要なすべてのProp Firmのセットファイルと専用サポートが利用可能 - お問い合わせください! 先着10名様に30%オフ。 主な機能 リアルタイム課題監視 ライブ統計ダッシュボード - 残高、純資産、P&L、ドローダウンのリアルタイム追跡 プロフェッショナル指標 - 確定P&Lと未確定P&L、勝率、取引分析 手動/自動取引サポート: 手動取引戦略とエキスパートアドバイザーによる自動取引の両方 完全なProp Firmルー
概要 このインジケーターは、クラシックな ドンチャンチャネル を強化したバージョンで、実践的なトレード機能を追加しています。 標準の3本線(上限、下限、中央線)に加え、 ブレイクアウト を検出し、チャート上に矢印で視覚的に表示します。また、チャートを見やすくするために、 現在のトレンド方向と逆側のラインのみを表示 します。 インジケーターの機能: 視覚的シグナル :ブレイクアウト時にカラフルな矢印を表示 自動通知 :ポップアップ、プッシュ通知、Eメール RSIフィルター :市場の相対的な強弱に基づいてシグナルを検証 カスタマイズ可能 :色、ラインの太さ、矢印コード、RSI閾値など 動作原理 ドンチャンチャネルは次のように計算します: 上限線 :直近N本のクローズ済みローソク足の最高値 下限線 :直近N本のクローズ済みローソク足の最安値 中央線 :最高値と最安値の平均値 上方ブレイクアウト は終値が上限線を超えたときに発生し、 下方ブレイクアウト は終値が下限線を下回ったときに発生します。 インジケーターは以下を行います: 3本のドンチャンラインを描画 方向転換後の最初のブレイクアウト
FREE
MT5用NAS100 Auto SL and TP Makerをご紹介します: MetaTrader5でナスダック100市場をナビゲートするトレーダーにとって不可欠なアシスタントであるNAS100オートSLおよびTPメーカーで、ストップロスおよびテイクプロフィットの設定をもう見逃すことはありません。このツールは、ストップロスとテイクプロフィットのレベル管理を自動化するシームレスなソリューションを求める方々のために設計されています。 主な特徴 簡単な自動化: ストップロスやテイクプロフィットのないナスダック100取引を自動的に監視します。 ユーザーが構成した設定に基づいてレベルを動的に調整します。 注文タイプの多様性: Nasdaq100の成行注文と未決済注文の両方に対応。 MetaTrader 5で利用可能なさまざまな注文タイプをサポートします。 カスタマイズされた設定: ユーザーフレンドリーなパラメータ設定により、トラッキング設定とストップロス/テイクプロフィットレベルのカスタマイズが可能です。 柔軟な範囲: 実行する特定のNAS100商品または取引されるすべての商品に対してスト
FREE
Fvg Edge
Ahmad Meftah Abdulsalam Alawwami
5 (3)
FVG Smart Zones – 無料版 MetaTrader 5 (MT5)用 公正価値ギャップ(FVG)検出インジケーター ただのランダムなインジケーターではなく、 本格的なトレーディングツール をお探しですか? FVG Smart Zones – 無料版 は、公正価値ギャップ(FVG)を自動で検出し、チャート上に 高確率トレーディングゾーン をハイライトして、プロフェッショナルな市場の洞察を提供します。 以下のトレーダー向けに設計されています: スマートマネーコンセプト (SMC) ICTトレーディングコンセプト プライスアクション (Price Action) 需給分析 (Supply & Demand) 機関投資家向けトレーディング戦略 このインジケーターは、 価格が反応しやすいゾーン に集中するのを助けます。 主な機能 スマートゾーン検出 上昇・下降FVGの自動検出 クリーンでプロフェッショナルなビジュアルゾーン 弱い、または関連性の低いギャップを除去するインテリジェントフィルター 高度な確認機能 上位時間軸(HTF)
FREE
VM Auto SLTP Basic - Intelligent Trade Management for Scalpers Enhance your scalping strategy to a higher level. VM Auto SLTP Basic automatically manages Stop Loss and Take Profit for orders that are opened manually or by other Expert Advisors. This tool does not open trades on its own, allowing you to maintain full control while enjoying precise risk management. Key Features: SL/TP based on ATR or fixed price Automatic SL move to Breakeven Enhanced Breakeven system with 2 modes: Points and R (r
FREE
Norion Daily Key Levels is a professional indicator designed to display the most relevant price reference levels of the trading day in a clear and objective way. The indicator automatically plots essential daily levels such as: Previous day close Current day open Daily high Daily low In addition, the indicator allows the inclusion of other custom daily reference levels, making it adaptable to different trading styles and market strategies. These levels are widely used by professional traders as
FREE
Core function Intelligent transaction management one-click opening and closing operation, which supports user-defined lots to set multiple closing modes: all closing, closing by direction and closing by profit and loss status. Professional risk control, real-time risk monitoring and spread control to avoid high-cost trading environment. Visual control panel has an intuitive graphical interface, and all functions can be operated with one button to display position information, profit and loss sta
FREE
この小さなツールは、チャート上で線をドラッグするだけでリスク管理を定義するのに役立ちます。アカウント%または固定金額に基づいて計算された実際のロットサイズがラインで直接表示されます。 キーボードの「t」キーを押してラインをアクティブにし、ラインをストップロスポイントまでドラッグするだけです。それでおしまい。 設定では、線とテキストの色と幅、行と右側のテキストのスペースを定義でき、リスクを口座または固定金額のパーセントで設定できます。 ご質問やご希望がございましたら、お気軽にお問い合わせください。 この小さなツールは、チャート上で線をドラッグするだけでリスク管理を定義するのに役立ちます。アカウント%または固定金額に基づいて計算された実際のロットサイズがラインで直接表示されます。 キーボードの「t」キーを押してラインをアクティブにし、ラインをストップロスポイントまでドラッグするだけです。それでおしまい。 設定では、線とテキストの色と幅、行と右側のテキストのスペースを定義でき、リスクを口座または固定金額のパーセントで設定できます。 ご質問やご希望がございましたら、お気軽にお問
FREE
Risk5Percent is a custom indicator for MetaTrader 5 designed to help you manage your risk exposure precisely. By entering the desired risk percentage and the number of lots used, it calculates and displays the corresponding price level on the chart that represents your maximum anticipated loss (e.g., 5%), automatically considering contract and tick size for the selected instrument. Key Features: Custom settings for trade direction (long/short), risk percentage, and lot size. Automatic adjus
FREE
VFI Quantum
Nikita Berdnikov
5 (1)
Introducing VFI (Volume Flow Indicator) – a trading indicator that analyzes the relationship between volume and price movement to identify key trading opportunities. The indicator displays the strength and direction of volume flow, providing clear signals about potential entry and exit points. Signals are formed based on zero line crossovers, crossovers between the VFI line and its exponential moving average (EMA), and when the indicator exits overbought and oversold zones. Attention! This stra
FREE
FlatBreakout MT5 (Free Version) Flat Range Detector and Breakout Panel for MT5 — GBPUSD Only FlatBreakout MT5   is the free version of the professional FlatBreakoutPro MT5 indicator, specially designed for flat (range) detection and breakout signals on the   GBPUSD   pair only. Perfect for traders who want to experience the unique fractal logic of FlatBreakout MT5 and test breakout signals on a live market without limitations. Who Is This Product For? For traders who prefer to trade breakout of
FREE
TrendLine Manager
Mirel Daniel Gheonu
4.5 (2)
TrendLine Manager - Professional Trading Assistant TrendLine Manager is a smart trading tool that helps you manage your trades using trendlines drawn directly on your charts. Instead of manually watching every line you draw, this Expert Advisor does the monitoring for you. What it does: Converts any trendline you draw into an active trading trigger Automatically closes positions when price hits your stop loss or take profit lines Opens new trades when price crosses your entry lines Works with sl
FREE
RSI abcd
Francisco Gomes Da Silva
4.33 (3)
RSI ABCDパターンファインダー:テクニカル戦略 1. インジケーターの仕組み 古典的RSI と ABCD調和パターン の自動検出を組み合わせたものです。 主要コンポーネント 標準RSI (調整可能な期間) 高値・安値マーカー (矢印) ABCDパターン (緑/赤の線) 過買(70)・過売(30)フィルター 2. MT5設定 period = 14 ; // RSI期間 size = 4 ; // 最大パターンサイズ OverBought = 70 ; // 過買水準 OverSold = 30 ; // 過売水準 Filter = USE_FILTER_ YES ; // 確認フィルター 3. 取引戦略 3.1. 買いエントリー(強気ABCD) 条件: RSIが以下を形成: 谷( A )→ 山( B )→ より高い谷( C ) D が過売域(30)より上だが C より下 確認:A-B-C-Dを結ぶ緑色の線 目標: TP1: B-Cの61.8% TP2: B-Cの100% ストップロス: D より下 3.2. 売りエントリー(弱気ABCD) 条件: RSIが以下を形成: 山( A
FREE
Important Lines
Terence Gronowski
4.88 (24)
This indicator displays Pivot-Lines, preday high and low, preday close and the minimum and maximum of the previous hour. You just have to put this single indicator to the chart to have all these important lines, no need to setup many single indicators. Why certain lines are important Preday high and low : These are watched by traders who trade in a daily chart. Very often, if price climbs over or falls under a preday low/high there is an acceleration in buying/selling. It is a breakout out of a
FREE
This Tradepanel is an Utility for Traders Who want ot use Basic MoneyManagement for Calculation of Lotsize  I have created the basic edition only to give an Overview with Limited Functionality Full Features are available with  Auto TradePanel  Pro. (This is Only Because it can not be Tested in Strategy Tester ).  Complete Description is available at  "Auto TradePanel Pro".  in This Version Basic Functionality ( Calculation of Lotsize ) open /close Positions is working in the same way as in Pro
FREE
CV Support & Resistance is a professional support and resistance indicator for MetaTrader 5, designed to accurately identify key market and price zones. The indicator helps traders detect potential entry, exit, and reaction areas within the market at an early stage. Features: Automatic support and resistance zone detection Dynamic market structure analysis Professional visualization of key price areas Suitable for scalping, day trading, and swing trading Optimized for multiple symbols and timefr
FREE
BKT Pro Tooco MetaTrader 5向けのマルチメソッド・サポート&レジスタンスツールキット。4種類の検出アルゴリズムを選択してスイングレベルをリアルタイムに検出し、確定済みシグナルは再描画しません。 BKT Pro Tooco は MetaTrader 5 向けのサポート&レジスタンス指標で、複数の市場構造において信頼性の高いゾーン検出を必要とするトレーダーのために設計されています。4種類の独立した検出メソッドを提供しており、トレーダーは自身のトレードスタイルに合わせてアルゴリズムを選択できます。ピボットベースの構造分析、ドンチャンチャネルの反転、連続ローソク足のシーケンス、またはZigZagスイング識別から選択可能です。すべての確定ゾーンは確定済みバーから算出され、再描画は行いません。   概要 この指標は過去の価格動向と現在のバーをスキャンして、重要なスイング高値・安値を特定します。スイングポイントが識別されると、ATRベースの深度計算を使用してサポートまたはレジスタンスゾーンが構築されます。ゾーンの幅は2つのパラメーターで決まります。1つはゾーン本体用、もう1つ
FREE
The Mirror Chart MT5 is a overlay indicator specifically designed to project a second financial instrument directly onto the main chart window. This tool is invaluable for traders who rely on correlation analysis, as it visualizes the price movements of two different instruments in real time. Unlike traditional overlays, this indicator utilizes intelligent, dynamic centering and scaling logic. It continuously analyzes the visible price range in the current window for both symbols and calculates
FREE
by installing this indicator you can create a horizontal line with the click of a button press Q = to create a horizontal line at the location of mouse pointer press W = to delete all existing horizontal lines press E = to delete the horizontal line nearest to your mouse pointer WANT SIMILAR INDICATOR for PRICE ALERT ?? CHECK OUT MY OTHER PRODUCTS  https://www.mql5.com/en/market/product/165765 by default the line is blue with dashes and price highlighted on the line, but its fully customizable
FREE
MA Color Candles Indicator MA Color Candles is an indicator for visually displaying market trends by coloring chart candles. It does not add objects or distort price data, instead coloring real candles based on the state of two moving averages. This enables quick trend assessment and use as a filter in trading strategies. How It Works Bullish trend: Fast MA above slow MA, slow MA rising (green candles). Bearish trend: Fast MA below slow MA, slow MA falling (red candles). Neutral state: Candles
FREE
High Low Open Close
Alexandre Borela
4.98 (44)
このプロジェクトが好きなら、5つ星レビューを残してください。 このインジケータは、指定されたためのオープン、ハイ、ロー、クローズ価格を描画します 特定のタイムゾーンの期間と調整が可能です。 これらは、多くの機関や専門家によって見られた重要なレベルです トレーダーは、彼らがより多くのかもしれない場所を知るために有用であり、 アクティブ。 利用可能な期間は次のとおりです。 前の日。 前週。 前の月。 前の四半期。 前年。 または: 現在の日。 現在の週。 現在の月。 現在の四半期。 現年。
FREE
Bonus when buying an indicator or an advisor from my list. Write to me in private messages to receive a bonus. Manual Assistant MT5 is a professional manual trading tool that will make your trading fast and comfortable. It is equipped with all the necessary functions that will allow you to open, maintain and close orders and positions with one click. It has a simple and intuitive interface and is suitable for both professionals and beginners. The panel allows you to place buy and sell orders w
FREE
This indicator is especially for the binary trading. Time frame is 1 minutes and exp time 5 or 3 minutes only. You must be use martingale 3 step. So you must put lots size is 10 % at most. You should use Mt2 trading platform to connect with my indicator to get more signal without human working. This indicator wining rate is over 80% but you may get 100% of profit by using martingale 3 step. You should use MT2 Trading Platform to connect meta trader platform and binary platform . You can get mt2
FREE
Enhanced Volume Profile: The Ultimate Order Flow & Liquidity Analysis Tool Overview Enhanced Volume Profile is an indicator for MetaTrader 5 that displays the traded volume at specific price levels over a defined period. It separates the total volume into buy and sell components, presenting them as a side-by-side histogram on the chart. This allows users to observe the volume distribution and the proportion of buy and sell volumes at each price level. Graphics Rendering The indicator uses the
FREE
CC CopyCopy
Luiz Eduardo Teodoro De Carvalho
*** Free Version: Maximum Lot 0.10 *** CopyCopy: Smart Replication Manager for MT5 CopyCopy is the ultimate tool for those who want to replicate trades with complete autonomy. Many signals and EAs operate with minimum lots (0.01) that do not match your account size or your growth strategy. With CopyCopy, you turn this limitation into an opportunity, taking full control over volume and risk. The difference? You don't have to copy "all or nothing." You decide exactly where the orders come from.
FREE
The Bull DCA DowJones Signal – Premium Trend & Swing Indicator (WinWiFi Robot Series) Overview: Unlock the full potential of Index trading with the latest innovation from the WinWiFi Robot Series . "The Bull DCA DowJones Signal" is a precision-engineered indicator designed to conquer global Indices, Energy, and Forex markets. Optimized for the H4 Timeframe , this tool filters out market noise and delivers clear, actionable signals for Trend Following, Breakouts, and Pullbacks. Key Features & S
FREE
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (211)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順   -   アプリケーションの手順   -   デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通
Trade Manager EAへようこそ。これは、取引をより直感的、正確、そして効率的にするために設計された究極の リスク管理ツール です。これは単なるオーダー実行ツールではなく、包括的な取引計画、ポジション管理、リスク管理のためのソリューションです。初心者から上級者、迅速な実行を必要とするスキャルパーまで、Trade Manager EAはあらゆるニーズに対応し、為替、指数、商品、暗号通貨などさまざまな市場で柔軟に対応します。 Trade Manager EAを使用すると、複雑な計算が過去のものになります。市場を分析し、エントリーポイント、ストップロス、テイクプロフィットのレベルをチャート上のラインでマークし、リスクを設定するだけで、Trade Managerが最適なポジションサイズを即座に計算し、SLとTPをピップ、ポイント、口座通貨でリアルタイムに表示します。すべての取引が簡単かつ効果的に管理されます。 主な機能: ポジションサイズ計算機 :定義されたリスクに基づいて取引サイズを瞬時に決定します。 簡単な取引計画 :エントリー、ストップロス、テイクプロフィットを設定するためのド
Quant AI Agents is NOT AN Expert Advisor. 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 unique data streams. Other brokers can only achieve trading performance equivalent to 60
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (138)
Local Trade Copier EA MT5 による、驚くほど高速な取引コピーを体験してください。1分で簡単にセットアップできるこの取引コピー機は、同じWindowsコンピュータまたはWindows VPS上の複数のMetaTrader端末間で取引をコピーすることができ、0.5秒未満の高速コピースピードを実現します。 初心者であろうとプロのトレーダーであろうと、 Local Trade Copier EA MT5 には、あなたの特定のニーズに合わせてカスタマイズするための幅広いオプションが用意されています。これは、利益の可能性を高めたい人にとって究極のソリューションです。 今すぐ試してみて、これが市場で最も速くて簡単なトレードコピー機である理由を理解してください。 ヒント: デモアカウントで Local Trade Copier EA MT5 デモバージョンをダウンロードして試すことができます: ここ ダウンロードした無料のデモ ファイルを MT5 >> ファイル >> データ フォルダを開く >> MQL5 >> Experts フォルダに貼り付けて、ターミナルを再起動しま
TradePanel MT5
Alfiya Fazylova
4.87 (155)
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
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:/
Premium Trade Manager - MetaTrader 5 向け迅速・規律ある取引管理ツール Premium Trade Manager は MetaTrader 5 用の高速チャート内パネルで、毎回の取引における機械的な作業をすべて引き受けます。方向・銘柄・タイミングはあなたが決める - パネルはリスクに基づいてポジションサイズを計算し、ストップとターゲットを設定した状態で注文を出し、分割決済でスケールアウトし、ストップをトレールし、経済カレンダーを代わりに監視します。内蔵のニュースインテリジェンスはさらに一歩踏み込み、固定ラベルではなく各イベントの実際に計測された市場への影響度でスコアリングします。1つのパネルで、保有するすべてのポジションを、すべての取引で同じ規律ある手順で管理します。 購入前に実際に触れて試せます。 インタラクティブな walkthrough では、ブラウザ上でライブパネルをそのまま操作できます - 購入前にその使い心地を確かめる最速の方法です。 stein.investments/products/premium-trade-manager Pr
Power Candles Strategy Scanner - 自動最適化型マルチシンボル設定ファインダー パワーキャンドル・ストラテジー・スキャナーは 、パワーキャンドル・インジケーターを駆動するのと全く同じ自己最適化エンジンを、マーケットウォッチに登録されているすべての銘柄に対して並行して実行します。1つのパネルで、現在統計的に取引可能な銘柄、各銘柄で勝率の高い戦略、最適なストップロス/テイクプロフィットの組み合わせが表示され、新たなシグナルが発生した瞬間に通知が届きます。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨を受け取り、  https://stein.investments でコミュニティに参加しましょう 市場動向を網羅。銘柄ごとに3,000件以上の自動最適化。2種類のアラート。ワンクリックでチャートを切り替えて即座にアクション。 なぜこれが必要なのか 多くのマルチ銘柄スキャナーは、 価格の動き (ボラティリティ、変動率、銘柄ごとのRSI)を表示するだけです。それ
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
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.91 (33)
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台のターミナル間で同時に動作できる、プロフェッ
Trade Dashboard simplifies how you open, manage, and control your trades, with built-in lot size calculation. It allows you to execute trades, manage risk, and control positions directly on the chart, with tools such as partial close, breakeven, and trailing stop. Designed to reduce manual work and help you stay focused on your trading decisions. A demo version is available for testing. Detailed explanations of features are provided within the MQL5 platform. Installation instructions are include
Trade copier MT5
Alfiya Fazylova
4.53 (43)
Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 キャンペーン - すでに「Trade copier MT5」をご購入の方は、「Trade copier MT4」を無料で入手できます(MT4 → MT5 および MT4 ← MT5 のコピー用)。詳細な条件については、どうぞ個別メッセージでお問い合わせください。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT5> MT5、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位
EA を買う前に、本当に耐えられるのか、それともバックテストでたまたま良く見えただけなのかを確認してください。 ほとんどのロボットは、見栄えのするバックテストと一緒に売られています。 右肩上がりのカーブ。 良い Profit Factor。 ほとんど疑いのない見た目。 それでも、その多くの EA は、市場がその履歴どおりに動かなくなった瞬間に崩れ始めます。 なぜでしょうか。 それは、バックテストが証明するのは一つだけだからです。 その戦略が、ある特定の価格の流れでは機能したということです。 別の流れでも通用することは証明しません。 頑健であることも証明しません。 もちろん、その EA があなたのお金に値することも証明しません。 なぜなら、あなたが EA を買うのは過去のきれいなカーブを眺めるためではないからです。 変化する市場で使うために買うのです。 AntiOverfit PRO がすること AntiOverfit PRO は、MetaTrader 5 の Expert Advisor が本当にしっかりしているのか、それとも特定の過去データにたまたまうまくはまっているだけなのかを確
MT5 to Telegram Signal Provider は、Telegramのチャット、チャンネル、またはグループに 指定された シグナルを送信することができる、完全にカスタマイズ可能な簡単なユーティリティです。これにより、あなたのアカウントは シグナルプロバイダー になります。 競合する製品とは異なり、DLLのインポートは使用していません。 [ デモ ] [ マニュアル ] [ MT4版 ] [ Discord版 ] [ Telegramチャンネル ]  New: [ Telegram To MT5 ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。必要な全ては開発者から提供されます。 主な特長 購読者に送信する注文の詳細をカスタマイズする機能 例えば、Bronze、Silver、Goldといった階層型のサブスクリプションモデルを作成できます。Goldサブスクリプションでは、すべてのシグナルが提供されます。 id、シンボル、またはコメントによって注文をフィルターできます 注文が実行されたチャート
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 Extractor transforms your MetaTrader 5 trading history into actionable insights with comprehensive analytics, interactive charts, and real-time performance tracking. What It Does Automatically analyzes your MT5 trading history across all Expert Advisors and generates
Copy Cat More Trade Copier MT5 (コピーキャット MT5) は、今日の取引課題に対応して設計されたローカルトレードコピーシステムと完全なリスク管理・実行フレームワークです。プロップファームのチャレンジから個人ポートフォリオ管理まで、堅牢な実行、資本保護、柔軟な設定、高度な取引処理の組み合わせで、あらゆる状況に適応します。 コピーシステムはマスター(送信側)とスレーブ(受信側)の両方のモードで動作し、成行注文と指値注文、取引修正、部分決済、両建て決済操作のリアルタイム同期を行います。デモ口座とライブ口座、取引ログインまたは投資家ログインの両方に対応し、EA、ターミナル、またはVPSが再起動してもパーシスタント取引メモリシステムを通じて復旧を保証します。複数のマスターとスレーブをユニークIDで同時に管理でき、ブローカー間の違いはプレフィックス/サフィックス調整またはカスタムシンボルマッピングを通じて自動的に処理されます。 マニュアル/設定  | Copy Cat More MT4 | チャンネル  特別機能: 設定が簡単 — わずか30秒で完了(ビデオをご覧
MetaTrader 5 用トレーディングパネル — チャートとキーボードから行うプロフェッショナルなワンクリック取引 アクティブトレーダーのために設計された高機能 Trading Panel。標準の MetaTrader 操作よりも、はるかに速く、直感的に、そして効率的に取引を実行できます。 本パネルは、ポジション管理、未決注文管理、利益コントロール、執行スピードをひとつのプロフェッショナルなワークスペースに集約した実践的なソリューションです。 これは単なる補助ツールではありません。MetaTrader 5 のための本格的な trading cockpit です。チャートから直接操作し、キーボードで素早くコマンドを実行し、自動計算や視覚的なガイドを活用することで、手動トレードをより速く、より明確に、より快適にします。 このパネルを使えば、チャート上からワンクリックで注文を実行でき、標準の MetaTrader コントロールと比べて最大 30 倍速く取引操作を行うことができます。 MT4 バージョン | 完全説明 + DEMO + PDF | 購入方法 | インストール方法 | ログ
Custom Alerts AIO:マルチマーケット監視を一括で実現 — 設定不要ですぐに使えるインテリジェントツール 概要 Custom Alerts AIO は、追加のインジケーター設定が不要で、インストール後すぐに利用できる高機能マーケットスキャナーです。FX Power、FX Volume、FX Dynamic、FX Levels、IX Power を内部にすべて統合し、主要なすべての資産クラス(為替、金属、指数、暗号資産)を一括監視できます。MetaTrader の仕様により、株式は個別のシンボルとして追加可能ですが、一般的には利用頻度は低めです。 1. なぜ Custom Alerts AIO を選ぶべきか 追加ライセンス不要 • 必要なすべての Stein Investments インジケーターが内蔵されており、すぐに使用可能です。 • チャートに表示されるグラフィックは省略されており、アラート生成に特化した構成です。 市場を広範囲にカバー • 為替、金属、暗号資産、株価指数に対応(株式は手動追加可能)。 • シンボル名を入力する必要はなく、プロパティで資産クラス
Poc Breakout Signal: The Ultimate Institutional Order Flow & Price Action System Elevate your trading with Poc Breakout, a comprehensive technical analysis tool designed to bridge the gap between retail trading and institutional market understanding. This all-in-one system combines powerful Buy/Sell signals, advanced Volume Profile analysis, real-time Order Flow (Depth of Market), and critical macroeconomic data to give you a clear, unambiguous edge in the markets. Poc Breakout Signal decodes c
Timeless Charts
Samuel Manoel De Souza
5 (5)
Timeless Charts is an all-in-one trading utility for professional traders. It combines custom chart types such as Seconds Charts and Renko with advanced order flow analysis using Footprints , Clusters , Volume Profiles , VWAP studies, and anchored analysis tools for deeper market insight. Trading and position management are handled directly from the chart through an integrated trade management panel , while Market Replay and Virtual Accounts provide environments for practicing trading skills and
この製品は、ニュースタイム中にすべてのエキスパートアドバイザーと手動チャートをフィルタリングするため、急激な価格変動によるマニュアルトレードのセットアップの破壊や他のエキスパートアドバイザーによって入力された取引について心配する必要はありません。この製品には、ニュースのリリース前にオープンポジションとペンディングオーダーを処理できる完全な注文管理システムも付属しています。 The News Filter  を購入すると、将来のエキスパートアドバイザーのためにビルトインのニュースフィルターに頼る必要はなく、今後はすべてのエキスパートアドバイザーをここからフィルタリングできます。 ニュース選択 ニュースソースは、Forex Factoryの経済カレンダーから取得されます。 USD、EUR、GBP、JPY、AUD、CAD、CHF、NZD、CNYなど、任意の通貨数に基づいて選択できます。 Non-Farm(NFP)、FOMC、CPIなどのキーワード識別に基づいて選択することもできます。 影響レベルによってフィルタリングするニュースを選択することができ、低、中、高の影響範囲から選択できます。
HINN MAGIC ENTRY – the ultimate tool for entry and position management! Place orders by selecting a level directly on the chart! full description   ::  demo-version  :: 60-sec-video-description Key features: - Market, limit, and pending orders - Automatic lot size calculation - Automatic spread and commission accounting - Unlimited partitial take-profits  - Breakeven and trailing stop-loss and take-profit  functions - Invalidation leves - Intuitive, adaptive, and customizable interface - Works
Seconds Chart - MetaTrader 5で秒足チャートを作成するユニークなツールです。 Seconds Chart を使用すると、秒単位のタイムフレームでチャートを構築でき、標準的な分足や時間足チャートでは得られない柔軟性と分析精度を実現します。例えば、 S15 は15秒足を表します。カスタムシンボルをサポートしているインジケーターやEAをすべて使用できます。標準的なチャートと同様に便利に操作できます。 標準的なツールとは異なり、 Seconds Chart は超短期のタイムフレームでも高い精度と遅延なく作業できるように設計されています。 Seconds Chartの利点 1秒から900秒 までのタイムフレームをサポート。 組み込みのティックデータベースにより、ヒストリカルデータを 瞬時にロード 。 リアルタイムでデータが更新され、 遅延やラグなし 。 複数の秒足チャートを同時に作成可能。 Seconds Chartが最適な用途 スキャルピング や高頻度取引。 正確なエントリーとエグジット。 短期タイムフレームでの取引戦略のテスト。 タイムフレームの設定 デフォルトの設
UTM Manager は、迅速かつ効率的な取引執行を提供する直感的で使いやすいツールです。際立った機能の 1 つは、「スプレッドを無視」モードです。これにより、スプレッドを完全に無視して、ローソク足の価格で取引できるようになります (たとえば、LTF でより高いスプレッドのペアを取引でき、スプレッドによって取引から除外されるのを回避できます)。 UTM Manager のもう 1 つの重要な側面は、独自のローカル取引コピー機であり、各ブローカーで異なる取引戦略と設定 (たとえば、さまざまな TP、BE、およびリスク ルール) を柔軟に実行できます。 取引執行: 迅速かつ効率的な取引執行: チャート上のエントリー価格とストップロス価格をクリックして簡単に取引を入力するか、ワンクリックの固定ストップロスサイズ機能を使用します。 自動ロットサイズ計算: ロットは事前定義されたリスク設定に基づいて計算され、ドラッグによってポジションが変更されると再計算されます。 1 つまたは複数のポジションを同時に処理できる能力。 利益確定と損益分岐点: 柔軟なテイクプロフィット設定: 特定のリスク対報酬
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.
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
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 チャンネルを含め、登録しているあらゆるチャンネル、グループ、フォーラムトピックを読み取れます。シグナル
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 so only one trades at a time. Attach Anchor to any chart. Type your EA names and magic numbers in one line. Anchor handles the rest. Built for portfolios. Built for discipline. Built for prop firms. The Problem Running multiple EAs on the same account creates risk. Two gold EAs can open opposite posit
MT5用 Stats Dashboard & Journal ULTRA 完全なトレーディングコマンドセンター:分析、自動化、ニュースインテリジェンス。 Stats Dashboard ULTRAは、Pro分析ツールの究極の進化形です。MetaTrader 5をプロフェッショナルなトレーディングステーションに変え、機関投資家レベルのパフォーマンス分析と、自動化されたニュース保護、高度な心理的指標を組み合わせます。完全なコントロールを求める裁量トレーダーやEAポートフォリオマネージャー向けに設計されています。 ULTRAバージョンの新機能 ニュースインテリジェンスエンジン: ニュースを見るだけでなく、分析します。過去のニュースイベントが保有中のトレードにどう影響したかをシミュレーションし、ポジションを保持すべきか決済すべきかを教えてくれます。 EAボットガード(自動保護): 重要度の高いニュース(High-Impact News)の際、他のExpert Advisor(EA)を自動的に一時停止し、市場が落ち着いたら再稼働させます。 真の株式ドローダウン(True Equity Drawd
作者のその他のプロダクト
# QuickTrade Panel - Professional Trading Panel ## Overview QuickTrade Panel is a professional quick trading panel designed for MT5, integrating market orders, pending orders, iceberg orders, grid orders, smart close functions, and history statistics analysis. It helps traders execute various trading operations quickly and analyze trading performance in depth. ## Core Features ### 1. Market Orders - One-click buy/sell with real-time Ask/Bid prices - Quick lot switching with 6 preset lot siz
FREE
# QuickTrade Panel - Professional Trading Panel ## Overview QuickTrade Panel is a professional quick trading panel designed for MT5, integrating market orders, pending orders, iceberg orders, grid orders, smart close functions, and history statistics analysis. It helps traders execute various trading operations quickly and analyze trading performance in depth. ## Core Features ### 1. Market Orders - One-click buy/sell with real-time Ask/Bid prices - Quick lot switching with 6 preset lot siz
FREE
# CopyMaster Pro Trade Copier ## What Is This CopyMaster Pro is a local trade copying tool that syncs trades between multiple MT4/MT5 terminals. One account trades, others follow automatically. No server needed, no VPS required. Works on a single computer with multiple terminals. ## What It Does Copies trades from one account to others. You open a gold position on Account A, Account B and C will follow. You close on A, others close too. Simple as that. ## Why This One **Free** — No monthl
FREE
フィルタ:
tore507
50
tore507 2026.05.18 04:49 
 

ユーザーは評価に対して何もコメントを残しませんでした

MQchez1
35
MQchez1 2026.02.14 04:17 
 

It works very well, simple and effective. Thank you for this. :)

レビューに返信