CopyMasterPro MT4

3
# 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


Prodotti consigliati
Market Profile 3
Hussien Abdeltwab Hussien Ryad
3 (2)
Market Profile 3 MetaTrader 4 indicator  — is a classic Market Profile implementation that can show the price density over time, outlining the most important price levels, value area, and control value of a given trading session. This indicator can be attached to timeframes between M1 and D1 and will show the Market Profile for daily, weekly, monthly, or even intraday sessions. Lower timeframes offer higher precision. Higher timeframes are recommended for better visibility. It is also possible t
FREE
Candle Pattern Finder Candle Pattern Finder is a powerful MT4 indicator designed to help traders easily detect key candlestick patterns in real-time. Whether you're trading trends, reversals, or consolidations, this tool highlights important price action signals directly on the chart — helping you make faster and more confident trading decisions. Detects popular candlestick patterns: Bullish/Bearish Engulfing Hammer & Inverted Hammer Shooting Star & Hanging Man Three White Soldiers Three Black
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
Indicatore Smart FVG MT4 – Rilevamento Avanzato del Fair Value Gap per MetaTrader 4 L'indicatore Smart FVG per MetaTrader 4 offre rilevamento, monitoraggio e avvisi professionali dei Fair Value Gap (FVG) direttamente sui tuoi grafici. Combina un filtro basato sull'ATR con una logica sensibile alla struttura per eliminare il rumore, adattarsi alla liquidità e mantenere solo gli squilibri più rilevanti per decisioni operative precise. Vantaggi principali Rilevamento accurato degli FVG: individua
FREE
Email Drawdown Alert
Roman Starostin
5 (12)
Free informative Indicator-helper. It'll be usefull for traders who trade many symbols or using grid systems (Averaging or Martingale). Indicator counts drawdown as percent and currency separate. It has a number of settings: Count deposite drawdown according equity value and send e-mail or notifications to user if DD more than set; Sending e-mail when max open orders reached; Shows price and remaining pips amount before MarginCall on current chart and Account generally; Display summary trade lot
FREE
FREE UNTIL FEBRUARY 14, 2023 SPEND MORE TIME WITH YOUR FAMILY. ENJOY LIFE… DO NOTHING. This version is only auto set of Takeprofit and StopLoss Main Version  of  TropangFX:   MT4 Version  |  MT5 Version Recommended timeframe:   H1 Supported currency pairs:  GBPUSD, EURUSD, EURCHF ,   USDCAD, USDCHF ,  AUDCAD, EURCAD, EURAUD and many more... Requirements The EA requires good brokerage conditions:   low spread   and   slippage   during the rollover time. I advise using a really   good ECN brok
FREE
NAS100 Auto Sl And TP
Moustapha Boulouz
5 (2)
Vi presentiamo NAS100 Auto SL e TP Maker per MT4: Non perdete mai più l'impostazione di StopLoss e TakeProfit con il nostro NAS100 Auto SL e TP Maker, un assistente indispensabile per i trader che navigano sul mercato del Nasdaq 100 su MetaTrader 4. Questo strumento è stato progettato per coloro che cercano una soluzione perfetta per automatizzare la gestione dei livelli di StopLoss e TakeProfit. Questo strumento è stato progettato per coloro che cercano una soluzione perfetta per automatizzare
FREE
SnowyOwlFree
RODION SLOTIN
3 (2)
The free version of the snowyowl trend adviser, which is based on determining combinations of candle patterns. A virtual trailing stop tracks each open order and groups open orders to close them simultaneously. In the free version, you can only work on one timeframe, while in the paid version, opening orders on the selected TF is a signal to open orders on lower TF.
FREE
SX Supply Demand Zones accurately identifies and draws high-probability Supply and Demand zones using a sophisticated algorithm. Unlike traditional indicators that clutter your chart, this indicator is designed with a focus on performance and a clean user experience. New Unique Feature: Interactive Legend System What truly sets this indicator apart from everything else is the Interactive Control Legend. You have a professional dashboard directly on your chart that allows you to: Show/Hide: Ins
FREE
Follow The Line
Oliver Gideon Amofa Appiah
3.94 (16)
FOLLOW THE LINE GET THE FULL VERSION HERE: https://www.mql5.com/en/market/product/36024 This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL.  It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more
FREE
FRM Half Trend
Noiros Tech
3.5 (2)
YOU CAN NOW DOWNLOAD FREE VERSIONS OF OUR PAID INDICATORS . IT'S OUR WAY OF GIVING BACK TO THE COMMUNITY ! >>>    GO HERE TO DOWNLOAD   The system is a free open source pine script originally published on TradingView by everget   . It was converted to Mt4 by Forex Robot Makers. This system is a  popular trend indicator based on ATR ( Average True Range ) , Moving Averages and the Donchian channel . System BackGround ATR The average true range is an indicator of the price volatility of an asse
FREE
Rainbow MT4
Jamal El Alama
Rainbow MT4 is a technical indicator based on Moving average with period 34 and very easy to use. When price crosses above MA and MA changes color to green, it’s a signal to buy. When price crosses below MA and MA changes color to red, it’s a signal to sell. The Expert advisor ( Rainbow EA MT4) based on Rainbow MT4 indicator, as you can see in the short video below is now available here .
FREE
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Aether Elliott Wave Zigzag Pro (MT4) [Subtitle: Wave 3 Hunter | Fib 0.618 Retracement | Margin Guard] Introduction Aether Elliott Wave Zigzag Pro is a lightweight, market-compliant scalping system designed to automate the classic Elliott Wave theory. Instead of complex wave counting, it uses a precision ZigZag algorithm to identify the high-probability 1-2-3 Structure and targets the Wave 3 impulse. Engineered for MT4 stability, it feat
FREE
Period Change Button
Rainer Albrecht
3 (1)
Fastest way to change the period. Suitable for traders who use many charts and timeframes. Size, shape and color can be customized. Inputs Parameters Corner — Choose corner placement Standart is "Right lower chart corner" Color — Background color of the button ColorText — Text color of the button ColorOn — Background color of the button for the current period ColorOnText — Text color of the button for the current period Font — Arial, Verdana... FontSize — Size of the font in pixels DistanceX —
FREE
High Low Open Close MT4
Alexandre Borela
4.81 (21)
Se ti piace questo progetto, lascia una recensione a 5 stelle. Questo indicatore disegna i prezzi aperti, alti, bassi e di chiusura per i specificati periodo e può essere regolato per un determinato fuso orario. Questi sono livelli importanti guardati da molti istituzionali e professionali commercianti e può essere utile per voi per conoscere i luoghi dove potrebbero essere più attivo. I periodi disponibili sono: Giorno precedente. Settimana precedente. Mese precedente. Precedente trimestre. A
FREE
5/35 Oscillator to be used with our Elliott Wave Indicator as part of the overall strategy on trading the 5th wave. The Elliott Wave Indicator Suite is designed around a simple but effective Swing Trading Strategy. The Indicator Suite is great for Stocks, Futures and Forex trading on multiple timeframes You can find the main Elliott Wave Indicator here  https://www.mql5.com/en/market/product/44034
FREE
This indicator shows the latest untouched support and resistance as horizontal lines. The indicator can show support/resistance from higher timeframes. With this indicator you can e.g. easily see the support/resistance of the timeframes H4, D1 and W1 on a H1 chart, which can be a big advantage while time your entry on H1. This is the FREE version of the indicator: Support Resistance Multi Time Frame The free version works only on EURUSD and GBPUSD! Parameters referenceTF: the timeframe from whi
FREE
Trade Panel Pro by RunwiseFX
Runwise Limited
4.85 (34)
Fully functional manual trade panel with risk/reward, auto SL, lot size calculation, one-click trading, hidden (virtual) stop loss/take profit and pending orders, scale in and out of trades (partial close), news events and more. Works with all symbols not just currency pairs. Brings an incredible amount of functionality to MetaTrader for free and for both demo and live accounts. Features Lot size calculation - based on % of account to risk, fixed amount or dynamic lots Automatic take profit base
FREE
Double HMA lines MTF
Pavel Zamoshnikov
5 (1)
This is a multi-timeframe version of the popular Hull Moving Average (HMA). The Double HMA MTF Light indicator combines two timeframes on a single chart. The HMA of the higher timeframe defines the trend, and the HMA of the current timeframe defines short-term price movements. The indicator is freely distributed and hasn't audio signals or messages. Its main function is the visualization of price movements. If you need advanced functionality of the HMA multi-timeframe indicator (information ab
FREE
SL and TP Setter
Giacomo Barone
4 (1)
Puoi aprire un trade manualmente (one click) e questo EA penserà a posizionare SL E TP. SL e TP vengono inseriti in base ai Pips che specifichi nella schermata di input. Puoi anche scegliere SL e TP monetari. SL e TP vengono definiti in base al prezzo medio ponderato (PMC), quindi se apri una nuova operazione SL e TP verranno aggiornati in base al nuovo PMC. Il PMC non è unico, ma differenziato tra operazioni buy e operazioni sell (informazione utile solo se apri operazioni di segno opposto sul
FREE
**Squeeze Box Indicator**   Squeeze Box  is a powerful technical analysis indicator developed for the MetaTrader 4 platform, designed to support day trading strategies. This indicator analyzes market movements to detect bullish and bearish breakout signals, enabling traders to capture trends early. With its customizable features and user-friendly interface, it is ideal for both novice and experienced traders. ### Features and Functions - **Bullish and Bearish Signals**: Identifies market break
FREE
Sentinel Arrow
Dmytro Kasianov
1 (1)
Sentinel Arrow Caratteristiche principali: ⊗Un algoritmo esclusivo per identificare rapidamente e accuratamente trend, inversioni e variazioni di momentum. ⊗Progettato per uso professionale, è dotato di una solida logica di segnale che elimina ritardi o falsi aggiornamenti. ⊗Adatto a diversi intervalli temporali. ⊗Non ridisegna, elimina o modifica i segnali passati. ⊗Tutti i segnali di ACQUISTO e VENDITA vengono generati sulla candela stessa e rimangono fissi. ⊗Nel trading reale, non c'è alcun
FREE
PZ Penta O MT4
PZ TRADING SLU
2.33 (3)
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
FREE
Vanexio
Sayan Vandenhout
VANEXIO USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 5 great strategies The EA can be run on even a $20000 acco
FREE
.....................................hi....................... ................for showing high s and low s and support and resistanses .....................we have a lot of ways............................... it can be helpful for finding trends , higher highs , higher lows , lower highs , lower lows .......................today i write on of thems.......................... ........................you can enter the number of last support and resistanses .........................and it will dra
FREE
Update:ver1.53 (2023/08/16) ・概要と必要環境 手動発注もしくは他ツール等からの発注に対し、指値発注予約の複製を生成します。こちらは「発注操作の簡易化」に特化したものになります。発注判断となる分析は、資料を漁る、経験則を導く、他の分析ツールやEAを併用する等、利用者ご自身で頑張ってください。なお、ver1.28より、「決済後、自動で再発注する」機能が実装されました。(有償版でのみ有効化できます) ・導入と導入後の操作 導入そのものは簡単です。「自動売買可能なEA」として、適当なチャートにて動作させるだけです。(チャートの対象相場は問いません。このEAは、チャートを見ていません)。あとは、「このEAでのローカルコピー以外の発注」があれば、それに応じて「損失が出た場合に備えての追加取引の予約」という形で、指値発注が自動生成されます。 導入操作上の注意として、「本EAを、複数のチャートで動作」はできません。EAがチャート自体を見ておらず、注文状況だけを見ているため、複数のチャートで動かす意味もありません。また、ターミナルとEAの設定として「自動売買」を許可しない
FREE
Pivot Point Fibo RSJ è un indicatore che traccia le linee di supporto e resistenza del giorno utilizzando i tassi di Fibonacci. Questo spettacolare indicatore crea fino a 7 livelli di supporto e resistenza tramite Pivot Point utilizzando i tassi di Fibonacci. È fantastico come i prezzi rispettino ogni livello di questo supporto e resistenza, dove è possibile percepire possibili punti di entrata/uscita di un'operazione. Caratteristiche Fino a 7 livelli di supporto e 7 livelli di resistenza Im
FREE
DF Fib Trader Pro DF Fib Trader Pro è un sistema di trading automatizzato progettato per MetaTrader 4. Utilizza livelli di prezzo basati su Fibonacci combinati con analisi di trend e struttura per definire punti di ingresso e di uscita. L'EA supporta posizioni sia lunghe che corte e include parametri di gestione del rischio integrati. Caratteristiche principali: • Utilizza la logica di ritracciamento ed estensione di Fibonacci per tracciare punti di ingresso, SL e TP. • Dimensione del lotto e
FREE
Auto Fibo Pro m
DMITRII GRIDASOV
Indicatore "Auto FIBO Pro" Crypto_Forex: è un ottimo strumento ausiliario nel trading! - L'indicatore calcola e posiziona automaticamente sul grafico i livelli di Fibo e le linee di tendenza locali (colore rosso). - I livelli di Fibonacci indicano le aree chiave in cui il prezzo può invertirsi. - I livelli più importanti sono 23,6%, 38,2%, 50% e 61,8%. - Puoi usarlo per lo scalping di inversione o per il trading di zone grid. - Ci sono molte opportunità per migliorare il tuo sistema attuale us
Extremum Reverse Bar
Yurij Izyumov
2.8 (5)
This indicator has been created for finding the probable reversal points of the symbol price. A small candlestick reversal pattern is used it its operation in conjunction with a filter of extremums. The indicator is not redrawn! If the extremum filter is disabled, the indicator shows all points that have a pattern. If the extremum filter is enabled, the condition works – if the history Previous bars 1 candles back contains higher candles and they are farther than the Previous bars 2 candle, such
FREE
Gli utenti di questo prodotto hanno anche acquistato
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (109)
Sperimenta una copia di trading eccezionalmente veloce con il Local Trade Copier EA MT4 . Con la sua facile configurazione in 1 minuto, questo copiatore di trading ti consente di copiare i trades tra diversi terminali di MetaTrader sullo stesso computer Windows o su Windows VPS con velocità di copia ultra veloci inferiori a 0.5 secondi. Che tu sia un trader principiante o professionista, Local Trade Copier EA MT4 offre una vasta gamma di opzioni per personalizzarlo alle tue esigenze specifiche.
Trade Assistant MT4
Evgeniy Kravchenko
4.42 (193)
It helps to calculate the risk per trade, the easy installation of a new order, order management with partial closing functions, trailing stop of 7 types and other useful functions. Additional materials and instructions Installation instructions   -   Application instructions   -   Trial version of the application for a demo account Line function -   shows on the chart the Opening line, Stop Loss, Take Profit. With this function it is easy to set a new order and see its additional characteris
Forex Trade Manager MT4
InvestSoft
4.98 (433)
Benvenuto a Trade Manager EA, lo strumento definitivo per la gestione del rischio , progettato per rendere il trading più intuitivo, preciso ed efficiente. Non è solo uno strumento per l'esecuzione degli ordini, ma una soluzione completa per la pianificazione delle operazioni, la gestione delle posizioni e il controllo del rischio. Che tu sia un principiante, un trader avanzato o uno scalper che necessita di esecuzioni rapide, Trade Manager EA si adatta alle tue esigenze, offrendo flessibilità s
TradePanel MT4
Alfiya Fazylova
4.85 (93)
Trade Panel è un assistente commerciale multifunzionale. L'applicazione contiene più di 50 funzioni di trading per il trading manuale e permette di automatizzare la maggior parte delle attività commerciali. Prima dell'acquisto, è possibile testare la versione dimostrativa su un conto demo. Scaricare la versione di prova dell'applicazione per un account dimostrativo: https://www.mql5.com/it/blogs/post/762419 . Istruzioni complete qui . Commercio. Consente di effettuare operazioni di trading con u
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.65 (66)
Copiatore commerciale per MetaTrader 4.       Copia le operazioni, le posizioni e gli ordini forex da qualsiasi conto. È uno dei migliori copiatori commerciali       MT4 - MT4, MT5 - MT4       per il       COPYLOT MT4       versione (o       MT4 - MT5 MT5 - MT5       per il       COPYLOT MT5       versione). Versione MT5 Descrizione completa   +DEMO +PDF Come comprare Come installare     Come ottenere i file di registro     Come testare e ottimizzare     Tutti i prodotti di Expforex Versione
Trade copier MT4
Alfiya Fazylova
4.58 (33)
Trade Copier è un'utilità professionale progettata per copiare e sincronizzare le transazioni tra conti di trading. La copiatura avviene dal conto/terminale del fornitore al conto/terminale del destinatario, che sono installati sullo stesso computer o vps. Prima di acquistare, puoi testare la versione demo su un account demo. Versione demo qui . Istruzioni complete qui . Funzionalità e vantaggi principali: Supporta la copia degli ordini: MT4> MT4, MT4> MT5, MT5> MT4, inclusi i conti di compensaz
ManHedger MT4
Peter Mueller
5 (1)
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. Contact me for user support or bug reports, or if you want the MT5 version! MT5 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 strategies, to profit from ranging markets. Place orders easil
Copy Cat More Trade Copier MT4 (Copia Gatto MT4) non è solo un semplice copiatore locale di operazioni; è un quadro completo di gestione del rischio ed esecuzione, progettato per le sfide del trading moderno. Dai challenge delle prop firm alla gestione dei conti personali, si adatta a ogni situazione grazie a una combinazione di esecuzione robusta, protezione del capitale, configurazione flessibile e gestione avanzata delle operazioni. Il copiatore funziona sia in modalità Master (mittente) che
Speciale Trading – SCONTO DEL 40% Advanced Trade Manager – La soluzione completa definitiva per un trading manuale più veloce, intelligente e sicuro. Trasforma il tuo trading manuale con NextGen Trade Manager AI, il pannello professionale su grafico che combina esecuzione istantanea, pianificazione visiva delle operazioni e una potente gestione del rischio in un unico strumento intuitivo. Esegui ordini, gestisci il rischio e proteggi i profitti più velocemente che mai, il tutto senza uscire d
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.86 (59)
Pannello di trading per il trading in 1 clic.   Lavorare con posizioni e ordini!   Trading dal grafico o dalla tastiera. Utilizzando il nostro pannello di trading, puoi fare trading con un clic dal grafico ed eseguire operazioni di trading 30 volte più velocemente rispetto al controllo MetaTrader standard. Calcoli automatici di parametri e funzioni che semplificano la vita di un trader e lo aiutano a condurre le proprie attività di trading in modo molto più rapido e conveniente. Suggerimenti gra
MT4 Professional Copy Trading System (Edizione MT4) Copiador di trading LOCAL ultra veloce e di livello industriale, progettato per trader professionisti, fornitori di segnali e gestione multi-account. Architettura LOCAL industriale Funziona nello stesso ambiente Windows (stesso PC / stessa Windows VPS), con bassa latenza, alta stabilità e operatività 24/7. Master / Slave / Self + Cross Copy (MT4 ↔ MT5) Supporta modalità Master, Slave e Self-Copier. MT4→MT4, MT4→MT5, MT5→MT4, MT5→MT5. Import
The product will copy all telegram signal to MT4   ( 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
The News Filter
Leolouiski Gan
5 (25)
Questo prodotto filtra tutti gli esperti consulenti e i grafici manuali durante il periodo delle notizie, così non dovrai preoccuparti di improvvisi picchi di prezzo che potrebbero distruggere le tue impostazioni di trading manuali o le negoziazioni effettuate da altri esperti consulenti. Questo prodotto viene fornito anche con un sistema completo di gestione degli ordini che può gestire le tue posizioni aperte e gli ordini in sospeso prima della pubblicazione di qualsiasi notizia. Una volta che
Trade Dashboard MT4
Fatemeh Ameri
4.96 (53)
Tired of complex order placement and manual calculations? Trade Dashboard is your solution. With its user-friendly interface, placing orders becomes effortless, by a single click, you can open trades, set stop loss and take profit levels, manage trade lot size, and calculate risk to reward ratios, allowing you to only focus on your strategy. Say goodbye to manual calculations and streamline your trading experience with Trade Dashboard. Download  Demo Version  right now. You can find  Details of
Seconds Chart - uno strumento unico per creare grafici in secondi su MetaTrader 4 . Con Seconds Chart , puoi generare grafici con timeframe definiti in secondi, ottenendo una flessibilità e una precisione d'analisi ideali, non disponibili nei grafici standard in minuti o ore. Ad esempio, il timeframe S15 indica un grafico con candele di 15 secondi. Puoi utilizzare qualsiasi indicatore, expert advisor e script. È facile utilizzarli proprio come nei grafici standard. A differenza degli strumenti s
Exp4 Duplicator
Vladislav Andruschenko
4.5 (22)
L'Expert Advisor   ripete   operazioni e posizioni un numero prestabilito di volte sul tuo conto   MetaTrader 4   . Copia tutte le operazioni aperte manualmente o da un altro Expert Advisor. Copia le posizioni e aumenta il lotto dalle posizioni! Aumenta il numero di altri EA. Sono supportate le seguenti funzioni: lotto personalizzato per operazioni copiate, copia di Stop Loss, Take Profit, utilizzo di trailing stop. Versione MT5 Descrizione completa +DEMO +PDF Come comprare Come installare  
MicroScalp Signal Finder Scanner di Segnali di Scalping Smart Money Multi-Simbolo e Multi-Timeframe per MetaTrader 5 Lo scalping richiede un timing preciso e un'analisi multilivello su diversi strumenti — un compito quasi impossibile da svolgere manualmente in tempo reale. Monitorare simultaneamente struttura di mercato, order block, fair value gap, sweep di liquidità e conferme di momentum su più simboli richiede automazione. MicroScalp Signal Finder (MSF) scansiona fino a 20 simboli contempora
Trend Line Optimizer
Evgenii Aksenov
4.11 (19)
Questo è un ottimizzatore automatico dei parametri per l'indicatore Trend Line PRO Facilmente e rapidamente si selezionerà i parametri ottimali per il vostro indicatore preferito Trend Line PRO.  L'ottimizzazione richiede solo pochi secondi. L'ottimizzatore consente di trovare i migliori parametri per ogni coppia e periodo: Ampiezza, TP1-TP3, StopLoss, nonché i valori per Filtro tempo e filtro HTF nella sezione cronologia selezionata (Giorni)  Per ottimizzare tempi diversi, è necessario un div
Il MT4 to Telegram Signal Provider è uno strumento facile da usare e completamente personalizzabile che consente l'invio di segnali a Telegram, trasformando il tuo account in un fornitore di segnali. Il formato dei messaggi è completamente personalizzabile! Tuttavia, per un uso semplice, puoi anche optare per un modello predefinito e abilitare o disabilitare parti specifiche del messaggio. [ Dimostrativo ]  [ Manuale ] [ Versione MT5 ] [ Versione Discord ] [ Canale Telegram ]  New: [ Telegram To
Crystal Trade Manager PRO – Sistema Avanzato di Gestione del Rischio e Controllo delle Operazioni per MT4 Versione Gratuita: https://www.mql5.com/en/market/product/150632 Panoramica Crystal Trade Manager PRO (CTM) è uno strumento professionale progettato per la gestione del rischio, il controllo delle operazioni e l’automazione avanzata su MetaTrader 4. È ideato per i trader che richiedono un'esecuzione disciplinata, una forte protezione del capitale e un sistema di controllo affidabile. Il sist
Eezeorder 2
Tawanda Tinarwo
5 (2)
NEW VERSION!  NB: IF YOU ARE USING A VERY HIGH RESOLUTION MACHINE AND THE EA DISPLAY LOOKS TOO SMALL, CONTACT ME SO I CAN HELP YOU. Open Multiple Trades on MT4 in 1 click at one price. Enter the Lot size Specify the number of trades you want to open Choose whether you want TP SL or Trailing Stop Once you are done, click Buy or Sell Open Multiple Pending Orders on MT4 in 1 click at one price. Enter the Lot size Specify the gap from the current price, where you want to place the pending order Spe
Equity Protect Pro: Il tuo esperto di protezione del conto completo per un trading senza preoccupazioni Se stai cercando funzionalità come protezione del conto, protezione del capitale proprio, protezione del portafoglio, protezione multi-strategia, protezione dei profitti, raccolta dei profitti, sicurezza del trading, programmi di controllo del rischio, controllo automatico del rischio, liquidazione automatica, liquidazione condizionale, liquidazione programmata, liquidazione dinamica, trailin
Basket EA MT4
Juvenille Emperor Limited
5 (5)
Basket EA MT4 è un potente strumento per la presa di profitto e un sistema completo di protezione del conto, tutto in una soluzione semplice e intuitiva. Il suo scopo principale è quello di offrire un controllo totale sul profitto e la perdita complessiva del conto, gestendo tutte le posizioni aperte a livello di "cestino" (basket) e non singolarmente. L’EA offre una serie completa di funzionalità a livello di basket, come take profit, stop loss, break even e trailing stop. Questi possono essere
Automate your Trendsurfer trailing stop management - day and night With this Expert Advisor for Metatrader 4 you save time, avoid mistakes and trade more relaxed - specially developed for the Trendsurfer trading system. Always the right stop loss Fully automatic Simple to use Saves you time How it works 1. download the Expert Advisor and install it in Metatrader 4 (I will give you instructions on how to do this) 2. define your stop-loss rule 3. run your computer or VPS - the Expert Advisor
The product will copy all  Discord  signal   to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up. Work with almost signal formats, support to translate other language to English Work with multi channel, multi MT4. Work with Image signal. Copy order instant, auto detect symbol. Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. How to setup and guide: Let read all details about setup and download Discord To MetaTrader
Take a Break
Eric Emmrich
5 (31)
News filter, equity guard & session control for all your EAs — one tool, full protection Take a Break has evolved from a basic news filter into a comprehensive account protection solution . It pauses your other Expert Advisors during news events or based on custom filters. When trading resumes, it automatically restores your entire chart setup , including all EA settings. Why traders choose Take a Break One news filter for all your EAs — no more relying on individual built-in filters that may o
Alert Msg to Market Order
Nguyen Quoc Hung
5 (4)
This EA is fully automated , it is built based on  the method of catching the pop-up Alert event and Open Market Orders (BUY/SELL) . Download trial version here:  https://www.mql5.com/en/blogs/post/751340 ***NOTE:   It is recommended to remove the available filter settings, only install the filter for your indicator. Parameters of the EA: -------- <EA Settings> -------- Magic Number:   The identifying (magic) number of the currently selected order. Allow Open trade:   Enable/ Disable Open Trade
If you are hiring the signal at website mql5.com to earn investment profits, the lot size on your MT4 software received from the signal will be limited to reduce risk. Because the lot size is too small, investment profits will be very small. This is a tool to increase the lot size of the order. This tool will automatically copy the order from the original order. The copied order will have the lot multiplier according to the parameters you declare. All the process of opening and closing the order
Short Description: FTMO Protector PRO MT4 is an EA designed to protect your funded account by managing risk and ensuring compliance with the Prop Firm's trading rules. This EA automatically monitors equity levels, closes trades when profit targets or drawdown limits are reached, and provides a visual display of key account metrics. EA w orks with all different Prop Firm service providers. Overview: FTMO Protector PRO MT4 is an Drawdown Safeguard Expert Advisor meticulously crafted for traders
Live Forex Signals è progettato per il trading sui segnali del sito   https://live-forex-signals.com/en   e   https://foresignal.com/en . Live Forex Signals for MetaTrader 5  https://www.mql5.com/ru/market/product/81448 Parametri Username e Password se si dispone di un abbonamento ai siti live-forex-signals.com/foresignal.com. quindi dovresti compilare questi parametri con le tue credenziali; se non c'è abbonamento, lascia i campi vuoti; Comment Commento sulle offerte sbloccabili Risk rischio
Altri dall’autore
CopyMasterPro MT5
Kum Tong Yu
5 (1)
# 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
# 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
Filtro:
Yusuke Goto
250
Yusuke Goto 2026.03.10 02:34 
 

The software is easy to use, but the transaction to be copied ends automatically even though the transaction from the source has not ended.

Rispondi alla recensione