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


Önerilen ürünler
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
Smart FVG Indicator MT4 – MetaTrader 4 için Gelişmiş Fair Value Gap Tespiti Smart FVG Indicator MT4, MetaTrader 4 grafikleri üzerinde Fair Value Gap (FVG) alanlarını profesyonel düzeyde tespit eder, izler ve uyarılar üretir. ATR tabanlı filtreleme ile piyasa yapısını dikkate alan akıllı bir algoritmayı birleştirerek gürültüyü azaltır, likiditeye uyum sağlar ve sadece en önemli dengesizlikleri bırakarak daha net işlem kararları almanıza yardımcı olur. Başlıca avantajlar Doğru FVG tespiti: Sadec
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
MT4 için NAS100 Auto SL ve TP Maker ile tanışın: MetaTrader 4'te Nasdaq 100 piyasasında gezinen yatırımcılar için vazgeçilmez bir yardımcı olan NAS100 Auto SL ve TP Maker ile StopLoss ve TakeProfit ayarlarını bir daha asla kaçırmayın. Bu araç, StopLoss ve TakeProfit seviyelerinin yönetimini otomatikleştirmek için sorunsuz bir çözüm arayanlar için tasarlanmıştır. Temel Özellikler: Zahmetsiz Otomasyon: StopLoss ve/veya TakeProfit olmadan Nasdaq 100 işlemlerini otomatik olarak izler. Kullanıcı tar
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 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
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)
Bu projeyi seviyorsanız, 5 yıldız incelemesi bırakın. Bu gösterge açık, yüksek, düşük ve belirtilen fiyatlar için çizer Dönem ve belirli bir zaman bölgesi için ayarlanabilir. Bunlar birçok kurumsal ve profesyonel tarafından görünen önemli seviyelerdir. tüccarlar ve daha fazla olabileceği yerleri bilmeniz için yararlı olabilir Aktif. Mevcut dönemler şunlardır: Önceki gün. Önceki Hafta. Önceki Ay. Previous Quarter. Önceki yıl. Veya: Mevcut gün. Hafta. Şimdi Ay. Şimdiki Mahallesi. Bugün yıl.
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
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
You can manually open a trade (one click), and this EA will take care of setting the SL and TP. SL and TP are set based on the number of pips you specify in the input screen. You can also choose monetary SL and TP. SL and TP are determined based on the weighted average price (WAP), so if you open a new trade, SL and TP will be updated according to the new WAP. The WAP is not unique but differentiated between buy and sell trades (this is useful only if you open opposite trades on the same chart)
FREE
** Squeeze Box  Göstergesi**   Squeeze Box , MetaTrader 4 platformu için geliştirilmiş güçlü bir teknik analiz göstergesidir ve günlük alım satım (day trading) stratejilerini desteklemek amacıyla tasarlanmıştır. Bu gösterge, piyasa hareketlerini analiz ederek boğa (bullish) ve ayı (bearish) kırılma sinyallerini tespit eder, böylece yatırımcıların trendleri erken yakalamasına olanak tanır. Özelleştirilebilir özellikleri ve kullanıcı dostu arayüzü ile hem yeni başlayanlar hem de deneyimli yatırım
FREE
Sentinel Arrow
Dmytro Kasianov
1 (1)
Sentinel Arrow Temel Özellikler: ⊗Trendleri, dönüşleri ve momentum değişikliklerini hızlı ve doğru bir şekilde belirlemek için özel bir algoritma. ⊗Profesyonel kullanım için tasarlanmış olup, gecikmeleri veya hatalı güncellemeleri ortadan kaldıran güçlü bir sinyal mantığına sahiptir. ⊗Çeşitli zaman dilimleri için uygundur. ⊗Geçmiş sinyalleri yeniden çizmez, silmez veya değiştirmez. ⊗Tüm AL ve SAT sinyalleri mum çubuğunun kendisinde üretilir ve sabit kalır. ⊗Gerçek alım satımda yeniden çizim yo
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, Fibonacci oranlarını kullanarak günün destek ve direnç çizgilerini izleyen bir göstergedir. Bu muhteşem gösterge, Fibonacci oranlarını kullanarak Pivot Point üzerinden 7 seviyeye kadar destek ve direnç oluşturur. Fiyatların, bir operasyonun olası giriş/çıkış noktalarını algılamanın mümkün olduğu bu destek ve direncin her bir düzeyine uyması harika. Özellikleri 7 seviyeye kadar destek ve 7 seviye direnç Seviyelerin renklerini ayrı ayrı ayarlayın Girişler Pivot Tipi Pivo
FREE
DF Fib Trader Pro DF Fib Trader Pro, MetaTrader 4 için tasarlanmış otomatik bir işlem sistemidir. Giriş ve çıkış noktalarını tanımlamak için Fibonacci tabanlı fiyat seviyelerini trend ve yapı analiziyle birleştirir. EA hem uzun hem de kısa pozisyonları destekler ve yerleşik risk yönetimi parametreleri içerir. Temel Özellikler: • Giriş, SL ve TP noktalarını çizmek için Fibonacci geri çekilme ve uzatma mantığını kullanır. • Yapılandırılabilir lot büyüklüğü ve zarar durdurma/kâr alma seviyeleri •
FREE
"Auto FIBO Pro" Crypto_Forex göstergesi - ticarette harika bir yardımcı araçtır! - Gösterge, Fibo seviyelerini ve yerel trend çizgilerini (kırmızı renk) otomatik olarak hesaplar ve grafikte yerleştirir. - Fibonacci seviyeleri, fiyatın tersine dönebileceği önemli alanları gösterir. - En önemli seviyeler %23,6, %38,2, %50 ve %61,8'dir. - Ters scalping veya bölge ızgara ticareti için kullanabilirsiniz. - Auto FIBO Pro göstergesini kullanarak mevcut sisteminizi geliştirmek için birçok fırsat vardı
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
Bu ürünün alıcıları ayrıca şunları da satın alıyor
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (108)
Local Trade Copier EA MT4 ile olağanüstü hızlı işlem kopyalama deneyimi yaşayın. Kolay 1 dakikalık kurulumuyla bu işlem kopyalayıcısı, aynı Windows bilgisayarda veya Windows VPS'te birden fazla MetaTrader terminali arasında işlemleri kopyalamanıza olanak tanır ve 0.5 saniyenin altındaki şimşek hızında kopyalama hızları sunar. Başlangıç seviyesinde veya profesyonel bir tüccar olsanız da, Local Trade Copier EA MT4 , spesifik ihtiyaçlarınıza göre özelleştirmek için geniş bir seçenek yelpazesi sunar
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
Trade Manager EA’ye hoş geldiniz! Ticaretin daha sezgisel, hassas ve verimli hale gelmesi için tasarlanmış nihai risk yönetim aracı ile tanışın. Bu sadece bir emir verme aracı değil; ticaret planlaması, pozisyon yönetimi ve risk kontrolü için kapsamlı bir çözüm. İster yeni başlayan bir yatırımcı olun, ister deneyimli bir trader ya da hızlı emir gerektiren bir scalper, Trade Manager EA ihtiyaçlarınıza uyum sağlar ve forex, endeksler, emtialar ve kripto paralar dahil tüm piyasalarda esneklik sunar
Copy Cat More Trade Copier MT4 (Kopyacı MT4) sadece basit bir yerel trade kopyalayıcı değildir; günümüzün alım satım zorlukları için tasarlanmış eksiksiz bir risk yönetimi ve yürütme çerçevesidir. Prop firm sınavlarından kişisel hesap yönetimine kadar, güçlü yürütme, sermaye koruması, esnek yapılandırma ve gelişmiş işlem yönetimi ile her duruma uyum sağlar. Kopyalayıcı hem Master (gönderici) hem de Slave (alıcı) modlarında çalışır ve piyasa emirleri ile bekleyen emirlerin gerçek zamanlı senkroni
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.65 (66)
MetaTrader 4 için ticaret fotokopisi.       Herhangi bir hesaptan forex işlemlerini, pozisyonlarını, emirlerini kopyalar. En iyi ticari fotokopi makinelerinden biridir.       MT4 - MT4, MT5 - MT4       için       KOPYLOT MT4       sürüm (veya       MT4 - MT5 MT5 - MT5       için       KOPYLOT MT5       sürüm). MT5 sürümü Tam tanım   +DEMO +PDF Nasıl alınır Nasıl kurulur     Günlük Dosyaları nasıl alınır?     Nasıl Test Edilir ve Optimize Edilir     Expforex'in tüm ürünleri için fotokopi   sür
Trade copier MT4
Alfiya Fazylova
4.58 (33)
Trade Copier, ticaret hesapları arasındaki işlemleri kopyalamak ve senkronize etmek için tasarlanmış profesyonel bir yardımcı programdır. Kopyalama, tedarikçinin hesabından/terminalinden alıcının aynı bilgisayarda veya vps'de kurulu olan hesabına/terminaline gerçekleşir. Satın almadan önce demo sürümünü bir demo hesabında test edebilirsiniz. Demo versiyonu burada . Tüm talimatlar burada . Ana işlevler ve avantajlar: Emirlerin kopyalanmasını destekler: МТ4> МТ4, МТ4> МТ5, МТ5> МТ4. Emirlerin kopy
TradePanel MT4
Alfiya Fazylova
4.85 (92)
Ticaret Paneli çok işlevli bir ticaret asistanıdır. Uygulama, manuel ticaret için 50'den fazla ticaret işlevi içerir ve çoğu ticaret işlemini otomatikleştirmenize olanak tanır. Satın almadan önce demo hesapta demo sürümü test edebilirsiniz. Demo hesap için uygulamanın deneme sürümünü indirin: https://www.mql5.com/en/blogs/post/750865 . Talimatların tamamı buraya . Ticaret. Tek tıklamayla alım satım işlemlerini gerçekleştirmenizi sağlar: Otomatik risk hesaplaması ile bekleyen emir ve pozisyonları
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
Özel İşlem İndirimi – %40 İndirim Gelişmiş İşlem Yöneticisi – Daha Hızlı, Daha Akıllı ve Daha Güvenli Manuel İşlemler İçin Nihai Hepsi Bir Arada Çözüm. Anında işlem yürütme, görsel işlem planlama ve güçlü risk yönetimini tek bir sezgisel araçta birleştiren profesyonel grafik paneli olan NextGen Trade Manager AI ile manuel işlemlerinizi dönüştürün. Emirleri yürütün, riski yönetin ve kârlarınızı koruyun, hem de grafiğinizden ayrılmadan. Hassasiyetlerini ve verimliliklerini artırmak isteyen tüm
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
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
Bu ürün, haber saatlerinde tüm uzman danışmanları ve manüel grafikleri filtreler, böylece manüel ticaret kurulumlarınızı veya diğer uzman danışmanlar tarafından girilen işlemleri yok edebilecek ani fiyat dalgalanmaları konusunda endişelenmenize gerek kalmaz. Bu ürün, herhangi bir haber yayınlanmadan önce açık pozisyonlarınızı ve bekleyen emirlerinizi yönetebilen tam bir sipariş yönetim sistemi ile birlikte gelir. The News Filter'ı satın aldığınızda, gelecekteki uzman danışmanlar için yerleşik ha
Equity Protect Pro: Endişesiz İşlem İçin Kapsamlı Hesap Koruma Uzmanınız Hesap koruması, öz sermaye koruması, portföy koruması, çoklu strateji koruması, kar koruması, kar toplama, işlem güvenliği, risk kontrol programları, otomatik risk kontrolü, otomatik tasfiye, koşullu tasfiye, planlı tasfiye, dinamik tasfiye, iz süren stop loss, tek tıklamayla kapatma, tek tıklamayla tasfiye ve tek tıklamayla geri yükleme gibi özellikler arıyorsanız, Equity Protect Pro ihtiyacınız olan programdır. Kurulumu
Seconds Chart — MetaTrader 4 için saniye bazlı grafikler oluşturmanıza olanak sağlayan eşsiz bir araçtır. Seconds Chart sayesinde saniye cinsinden zaman dilimleriyle grafik oluşturabilir, standart dakika veya saatlik grafiklerde mümkün olmayan esneklik ve analiz hassasiyetine ulaşabilirsiniz. Örneğin, S15 zaman dilimi 15 saniyelik mum çubuklarını ifade eder. Tüm indikatörleri, uzman danışmanları ve komut dosyalarını standart grafiklerde olduğu gibi kolaylıkla kullanabilirsiniz. Standart araçları
MT4 to Telegram Signal Provider , Telegram'a sinyal göndermeyi sağlayan ve hesabınızı bir sinyal sağlayıcısına dönüştüren kullanımı kolay ve tamamen özelleştirilebilir bir araçtır. Mesajların formatı tamamen özelleştirilebilir! Ancak basit kullanım için, önceden tanımlanmış bir şablonu seçebilir ve mesajın belirli kısımlarını etkinleştirebilir veya devre dışı bırakabilirsiniz. [ Demo ]  [ Kullanım Kılavuzu ] [ MT5 Sürümü ] [ Discord Sürümü ] [ Telegram Kanalı ]  New: [ Telegram To MT5 ] Kurulum
DrawDown Limiter MT4
Haidar Lionel Haj Ali
5 (8)
Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
MicroScalp Signal Finder Multi-Sembol, Multi-Zaman Dilimi Smart Money Scalping Sinyal Tarayici - MetaTrader 5 Scalping, birden fazla enstrumanda hassas zamanlama ve cok katmanli analiz gerektirir — bu, gercek zamanli olarak manuel yapilmasi neredeyse imkansiz bir gorevdir. Piyasa yapisini, order block'lari, fair value gap'leri, likidite taramalarini ve momentum onaylarini birden fazla sembolde ayni anda takip etmek otomasyon gerektirir. MicroScalp Signal Finder (MSF), bes zaman diliminde (H4-H1-
Auto Grid:  mevcut işlemlerinize dayalı otomatik Grid emirleri oluşturma. Karmaşık trading stratejilerini otomatikleştirin   yeni pozisyonları tespit eden ve optimize edilmiş emir dizilerini otomatik olarak oluşturan gelişmiş grid sistemleri ile. Çok fonksiyonlu araç : 66+ özellik, Auto Grid aracı dahil  |   sorularınız için iletişime geçin   |   MT5 versiyonu A. Akıllı İşlem Tespiti ve İzleme: Sembole özel veya kapsamlı portföy taraması Hassas kategorizasyon ile gelişmiş emir tipi tespiti Stra
Çok İşlevli Ticaret Aracı: Lot Hesaplayıcı, Grid Emirleri, R/R Oranı, Ticaret Yöneticisi, Arz ve Talep Bölgeleri, Fiyat Hareketi ve Daha Fazlası Demo Sürüm   |   Kullanım Kılavuzu Ticaret Asistanı strateji test cihazında çalışmaz: bu yardımcı programı test etmek için Demo Sürümünü BURADAN indirebilirsiniz. Herhangi bir soru /iyileştirme fikri/hatalar için benimle iletişime geçin MT5 sürümüne ihtiyacınız varsa, burada mevcuttur Ticaret sürecinizi basitleştirin, hızlandırın ve otomatikleştirin. St
Bu yardımcı program, herhangi bir işlemi Master ayarıyla bir terminalden Köle ayarıyla diğer terminallere kopyalamanıza izin verecektir Aynı zamanda hangi çiftlerin kopyalanacağını seçebilir, kopyalanan siparişin boyutunu çeşitli parametrelere göre ayarlayabilirsiniz. Düşüşte bir kayıp limiti belirleyin veya yalnızca karlı esnafı kopyalayın İşlemleri MT4 veya MT5'TEN MT4 veya MT5'E diğer brokerlere kopyalayabilirsiniz Şimdi mt4'te çalışan herhangi bir uzmanın sinyallerini MT5 terminaline vey
Crystal Trade Manager PRO – MT4 İçin Gelişmiş Risk Yönetimi ve İşlem Kontrol Sistemi Ücretsiz Sürüm: https://www.mql5.com/en/market/product/150632 Genel Bakış Crystal Trade Manager PRO (CTM), MetaTrader 4 için geliştirilmiş profesyonel bir işlem yürütme ve risk yönetimi aracıdır. Disiplinli işlem yürütme, güçlü sermaye koruması ve MT4 içinde akıllı otomasyon isteyen trader’lar için tasarlanmıştır. Sistem; riski yönetir, equity’yi korur, günlük sınırları uygular, SL/TP’yi otomatik ayarlar ve prof
Basket EA MT4
Juvenille Emperor Limited
5 (5)
Basket EA MT4 , güçlü bir kâr alma aracı ve kapsamlı bir hesap koruma sistemini basit ve kullanımı kolay bir çözümde birleştirir. Ana amacı, tüm açık pozisyonları tek tek değil, bir sepet (basket) olarak yöneterek, hesabınızın toplam kâr ve zararını tamamen kontrol altında tutmaktır. EA; sepet düzeyinde take profit, stop loss, break even ve trailing stop gibi özellikler sunar. Bunlar, bakiye yüzdesi, sabit bir para birimi değeri ya da yönetilen işlemlerin ortalama pip hedefi olarak ayarlanabili
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
OrderManager 'ı Tanıtıyoruz: MT4 için Devrim Niteliğinde Bir Yardımcı Program Yepyeni Order Manager yardımcı programı ile MetaTrader 4 için işlemlerinizi bir profesyonel gibi yönetin. Basitlik ve kullanım kolaylığı göz önünde bulundurularak tasarlanmış olan Order Manager, her işlemle ilişkilendirilen riski kolayca tanımlamanıza ve görselleştirmenize olanak tanır, böylece bilinçli kararlar alabilir ve ticaret stratejinizi optimize edebilirsiniz. OrderManager hakkında daha fazla bilgi için lütfen
VR Alert
Vladimir Pastushak
5 (1)
The VR Alert indicator utility is designed to inform the trader when the price reaches the given level. The signal levels can be set not only horizontally but also inclined. Thus, the trader gets the opportunity to receive notifications from the inclined trend levels. Thanks to the VR Alert utility, you will no longer need to sit near the monitor for a long time. You can calmly do about your household chores, perform your work duties and spend time with your family. Your task is simply to set th
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
Risk/Reward Tool, MetaTrader 4'te işlem planlama, görselleştirme ve gerçekleştirme şeklinizi devrim niteliğinde değiştirmek için tasarlanmış profesyonel düzeyde bir Uzman Danışmandır. İster hassas risk yönetimine değer veren isteğe bağlı bir trader olun, ister işlem kurulumlarını görsel olarak test etmesi gereken bir strateji geliştiricisi olun, bu araç zarif ve sezgisel bir arayüzde ihtiyacınız olan her şeyi sağlar. Temel pozisyon hesaplayıcılarından farklı olarak, Risk/Reward Tool görsel işlem
Fotokopi->Kullanışlı ve hızlı arayüz etkileşimi, kullanıcılar hemen kullanabilir       ->>>> Windows bilgisayarlarda veya VPS Windows'ta kullanılması önerilir Özellikler: Çeşitlendirilmiş ve kişiselleştirilmiş kopyalama ticareti ayarları: 1. Farklı sinyal kaynakları için farklı lot modları ayarlanabilir 2. İleri ve geri kopyalama ticareti için farklı sinyal kaynakları ayarlanabilir 3. Sinyaller yorumlarla ayarlanabilir 4. Lotun sözleşme lotuna göre kalibre edilip edilmeyeceği Çeşitlendirilmiş v
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.86 (59)
1 tıklama ile ticaret için Ticaret Paneli.   Pozisyonlar ve emirlerle çalışmak!   Grafikten veya klavyeden alım satım. Alım satım panelimizi kullanarak, grafikten tek bir tıklamayla alım satım yapabilir ve alım satım işlemlerini standart MetaTrader kontrolünden 30 kat daha hızlı gerçekleştirebilirsiniz. Bir tüccar için hayatı kolaylaştıran ve bir tüccarın ticaret faaliyetlerini çok daha hızlı ve daha rahat gerçekleştirmesine yardımcı olan parametrelerin ve işlevlerin otomatik hesaplamaları. Graf
Yazarın diğer ürünleri
# 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
# 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
Filtrele:
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.

Değerlendirmeye yanıt