Multi Account Local Trade Copier MT4

Multi Account Local Trade Copier is a fast local trade copier for MetaTrader: copy trades between MT4/MT5 terminals running on the same Windows PC or VPS, from one master account to multiple receiver accounts. It is event-driven: the master publishes every trade the instant it happens, and the receiver measures and logs the real copy latency of every single trade — typically 50-150 ms. No DLLs, no internet bridge, no configuration files.

One EA, two modes

Attach it as MASTER on the source terminal and as RECEIVER on every destination terminal. With Master ID = AUTO the receiver finds the active master by itself: drag, drop, done. One master can feed unlimited receivers, one terminal can run several receivers, and a terminal can even be master and receiver at the same time. Each receiver has its own independent settings: one can copy with risk %, another with balance ratio, another reversed — money management always lives on the receiver side. Works together with Multi Account Local Trade Copier MT5 to cover all four combinations: MT5>MT5, MT4>MT5, MT5>MT4, MT4>MT4. Perfect for copy trading between your own accounts — real, demo or prop firm — on any broker.

What it copies

  • Market positions from any source: manual trading, EAs, mobile
  • Pending orders (limit/stop), with entry price sync and pending-to-market transition when they trigger
  • Synchronized closes, correct proportional partial closes, SL/TP modification sync
  • Real and demo accounts, any broker, any combination
  • The ticket map is persisted to disk: terminal restarts never duplicate or lose trades

Monitoring

  • On-chart control panel: live status, last and average copy latency, pause/resume and close-all buttons
  • CSV copy journal: every open, close, partial and transition with its measured latency

1-minute setup

  1. Source terminal: attach Multi Account Local Trade Copier, set Mode = MASTER.
  2. Each destination terminal: attach Multi Account Local Trade Copier, set Mode = RECEIVER, enable AutoTrading.
  3. Done. With Master ID = AUTO they find each other automatically.

Inputs explained

1. Mode

Mode (enum, default: Master) — MASTER publishes its trades; RECEIVER copies them.

Master ID (string, default: AUTO) — the name that links a master with its receivers. With AUTO the master generates it from its account number and the receiver connects to the active master automatically. Set the same custom ID on both sides to link them manually.

Update interval, ms (int, default: 100) — how often data is written/read. The master also publishes instantly on every trade event, so this mainly sets the receiver polling rate.

2. Receiver: connection

Max snapshot age, sec (int, default: 10) — if the master data is older than this (master offline or frozen), the receiver pauses instead of acting on stale data.

3. Receiver: lots

Lot mode (enum, default: Multiplier) — how the copy size is calculated. Multiplier = master lot x multiplier. Fixed lot = always the same size. Balance ratio / Equity ratio = master lot scaled by the balance/equity ratio between both accounts, with automatic currency conversion (master with 10,000 opens 1.00 lot, receiver with 5,000 opens 0.50). Risk % = lot computed so the master SL distance risks that % of your balance. Lots per balance = X lots per Y of balance, ignoring the master lot.

Lot multiplier (double, default: 1.0) — factor for Multiplier mode; also the fallback for Risk % when the trade has no SL.

Fixed lot (double, default: 0.10) — size used by Fixed lot mode.

Risk % per trade (double, default: 1.0) — risk used by Risk % mode.

Lots per amount (double, default: 0.10) and Per balance amount (double, default: 1000) — together they define Lots per balance mode: 0.10 per 1000 means a 5,000 account opens 0.50 lots.

Min lot / Max lot (double, default: 0 = broker limits) — floor and cap for the final size.

Skip if lot out of range (bool, default: false) — skip the trade instead of clamping the size to the limit.

Split lots above (double, default: 0 = off) — market orders bigger than this are split into parts: with 0.50, a 1.20-lot trade opens as 0.50 + 0.50 + 0.20.

4. Receiver: copy options

Reverse copy (bool, default: false) — opens the opposite direction (BUY<>SELL); pending types are transformed accordingly (buy limit becomes sell stop, etc.) and SL/TP are swapped.

Stop Loss mode / Take Profit mode (enum, default: Copy) — Copy = mirror the master. Fixed points = use your own fixed distance. Off = do not manage it.

Fixed SL, points / Fixed TP, points (int, default: 0) — the distance used by Fixed mode.

Sync SL/TP changes (bool, default: true) — keep mirroring later SL/TP modifications made on the master.

Copy closes (bool, default: true) — replicate full and partial closes.

Copy pending orders (bool, default: true) — place the master pendings too. If disabled, the trade is copied only when the pending triggers on the master.

Copy existing on start (bool, default: false) — also copy positions that were already open when the receiver started.

Reopen closed copies (bool, default: false) — if a copy gets closed on the receiver (SL hit, manual close) while the master trade is still open, copy it again.

Max price deviation, points (int, default: 0 = off) — do not open if the current price has moved further than this from the master entry; the receiver waits for the price to come back.

5. Receiver: breakeven / trailing

Breakeven trigger, points (int, default: 0 = off) — after this profit, the SL is moved to the entry price.

Breakeven offset, points (int, default: 0) — extra distance added to the breakeven SL.

Trailing distance, points (int, default: 0 = off) — classic trailing stop on the copies.

Trailing start, points (int, default: 0) — profit required before trailing begins.

Trailing step, points (int, default: 5) — minimum improvement before the SL is moved again.

With breakeven or trailing active, the SL only tightens — the master sync can never loosen it.

6. Receiver: filters

Magic filter / Symbol filter / Comment filter (string, default: empty = copy everything) — CSV lists; copy only master trades matching these. Example: Magic filter 123,456 copies only those two EAs.

Direction filter (enum, default: All) — all trades, buys only, or sells only.

Min/Max master lot (double, default: 0 = off) — copy only master trades within this size range.

Max spread, points (int, default: 0 = off) — do not open while the spread is above this.

7. Receiver: schedule

Monday...Sunday (bool, default: all enabled) and Start/End time (string, default: 00:00-23:59) — outside the allowed days/hours no new copies are opened. Overnight windows like 22:00-06:00 are supported. Closes and SL/TP management keep working at all times.

8. Receiver: protection

Max receiver drawdown % (double, default: 0 = off) — pause copying when the receiver floating drawdown exceeds this.

Close all on drawdown (bool, default: false) — additionally close every copied trade when that happens (emergency stop).

Max master drawdown % (double, default: 0 = off) — do not copy while the master account is in deep drawdown.

Daily max loss % / Daily max profit % (double, default: 0 = off) — stop copying for the rest of the day after hitting either limit.

9. Receiver: symbols

Symbol prefix / Symbol suffix (string, default: empty) — added to the master symbol on this broker (e.g. suffix .pro turns EURUSD into EURUSD.pro).

Symbol map (string, default: empty) — manual pairs with the highest priority, e.g. XAUUSD=GOLD;US30=DJ30.

Auto-detect symbols (bool, default: true) — when a symbol does not exist with the same name, the receiver finds the broker variant automatically and remembers it.

10. Receiver: execution

Magic number (long, default: 770001) — identifies the copied trades; use a different one for each receiver instance running on the same terminal.

Slippage, points (int, default: 30) — maximum allowed deviation when executing.

Extra comment (string, default: empty) — your own text appended to the comment of every copy.

11. Panel + journal

Show panel (bool, default: true) — on-chart status panel with the Pause and Close all buttons.

Write CSV journal (bool, default: true) — log every action with its measured latency to a CSV file in the Files folder.

Verbose log (bool, default: false) — extra detail in the Experts log.

Requirements

  • Windows PC or VPS with all terminals running on the same machine (local copier, no network bridge)
  • MT5 receiver accounts must be hedging accounts
  • AutoTrading enabled on the receiver terminal
  • To copy from or to MT5 terminals you also need Multi Account Local Trade Copier MT5

Notes

  • In the Strategy Tester the EA performs one minimal validation trade; its real function requires two live terminals.

Recommended products
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.69 (65)
Professional Trade Copier for MetaTrader 4 Fast, professional, and reliable trade copier for MetaTrader 4 . COPYLOT helps you copy Forex trades between MetaTrader 4 and MetaTrader 5 terminals with flexible synchronization for different account setups. COPYLOT MT4 version supports: MetaTrader 4 to MetaTrader 4 MetaTrader 5 Hedge to MetaTrader 4 MetaTrader 5 Netting to MetaTrader 4   MT5 version Full Description + DEMO + PDF How To Buy How To Install How to get Log Files How To Test and Optimize A
HFT Fast Scalping EA
Sami George Saba Zeidan
HFT FAST SCALPING EA the High Frequency Trading which use stop orders to enter the trades when market is trending. best use for 1- Low slippage brokers for us30 and DE40 . 2- LOW OR ZERO COMMISSION BROKERS FOR EUR AND GOLD. 3-Prop firms like ftmo ,tff,.......etc This EA UNLIKE Other HFT EAs , You can see that in the parameters ,, CHOOSE LOT SIZE , MAX LOT , CHOOSE TIME , COMMENT AND OTHERS . IT STOPS 3 MINUTES AUTOMATICALLY EVERY 15 MINUTES TO PROTECT THE EQUITY FROM A BIG UNWANTED SLIPPAGE .
Please download Master EA here =   https://www.mql5.com/en/market/product/186082 MT5 Version =  https://www.mql5.com/en/market/product/186048 Free Demo Version =  https://c.mql5.com/6/1028/COPYTRADE_BIN7D.zip User Manual : download here Best EA Trade Copier for MT4. EA Trade Copier is a powerful and reliable trade copying solution that transfers trades from one Master account to multiple Slave accounts in real time. Whether you manage multiple trading accounts, investor accounts, VPS terminals,
Just Copier MT4
Agung Imaduddin
5 (5)
"Just copier" is designed to copy trading without any complicated settings. The copy can be done in one PC. One EA can be set as master (provider) or slave (receiver). The receiver lot can be set to multiple providers lots. Please also check this product at fxina.hostingerapp.com.  Any type of copy is available. MT4 -> MT5 MT4 -> MT4 MT5 -> MT5 MT5 -> MT4 If you want to copy MT4 -> MT5 or MT5 -> MT4, please purchase "Just copier" for MT4 and "Just copier" for MT5 separately. Just Copier can copy
Virtual Collider Manual   is a trading assistant with a built-in panel for manual trading. It automatically moves a position opened by a trader in profit using innovative adaptive grid algorithm of averaging and adaptive pyramiding Know-how of the grid algorithm of averaging and pyramiding of the   Virtual Collider Manual   trading robot is based on fully automatic adaptation of all characteristics of dynamically build order grid and pyramid with actual price movement with no need for adjusting
Trade Copier Agent is designed to copy trades between multi MetaTrader(4/5) accounts/terminals. With this tool, you can act as either a provider (source) or a receiver (destination). All trading actions will be copied from the provider to the receiver with no delay. This tool allows you to copy trades between multiple MetaTrader terminals on the same computer with lightning-fast copying speeds of under 0.5 seconds. Trade Copier Agent Installation & Inputs Guide Please Apply the settings on the
CopyTrade
Mohammed Shojaee Sarkarizi
The robot allows you to copy orders from different MT4 on a computer. It automatically open and close order that from master on clients. There are some options that allow you to customize your requests. Configuring server : Drag the robot on each pair you want then choose server in TypeOfCopy. Configuring Clients : As the same as server just choose client in TypeOfCopy then   add the server account number in its field. AppendSymbolName: If a broker add extra letters after the pair name you can a
Expert trade panel MT4 The Expert Trade Panel consists of two sections, the panel and indicators, which you can see immediately after running the Expert on Metatrader, the Trade Panel is a tool that makes the trading process easy for the trader so that the trader can quickly and do your transactions easily. One of the features of this panel is that it has two parts. According to his needs, the trader can use both the indicator part of this panel and the panel part. Using this panel, the trader c
Spread Control is a compact indicator for MetaTrader 4 that allows you to monitor the current spread and its dynamics directly on the instrument chart. Features Real-time spread monitoring Spread change chart with a history of recent values Calculation of LOW / AVG / HIGH for the displayed period Spread status color indication: normal level; warning level; critical level Visual scale of the current spread value Display of current Bid and Ask Market activity indicator: LIVE — quotes are changing;
Initial Stop Loss Setup : Automatically applies an initial stop loss (in points) immediately when a trade is opened. Provides peace of mind by ensuring every trade is protected against unfavorable price movements. Dynamic Trailing Stop : Adjusts the stop loss at the close of each candle based on a fixed point distance. Moves the stop loss incrementally closer to the current price, locking in profits as the market moves in your favor. Works Across All Timeframes : The EA adapts to any chart time
Royal Copier — Professional MT4 Trade Copier Royal Copier is a professional real-time local trade copier for MetaTrader 4. It now includes both functions inside one single MT4 Expert Advisor. From the inputs, you simply choose whether the EA will run in Master Mode or Client Mode . This means the same EA can be used on the source account or on the receiving account, while preserving the original copier behavior. Royal Copier supports copying between accounts in all common combinations: MT4 to MT
LMBFWatchlist is an interactive tool for Metatrader 4 that lets you create and manage watch lists directly on your Metatrader charts. ‌Functionality includes: ‌Add an unlimited number of watch lists with names of your choice Add different groups of watchlists for different time frames Add comments for symbols that always appear on the chart when that symbol is selected. Easily identify which symbols have comments against them. See watch lists instantly synchronise across all open charts that hav
TPSpro Risk Manager
Roman Podpora
3.67 (3)
TPSpro Risk Manager       – is a unique system of professional risk control for traders of any level and any capital. Allows you to avoid losses in trading and serious mistakes in transactions. TPSpro Risk Manager is a must have for risk management and is primarily used by scalpers and day traders, but is successfully used by traders of any trading style. The panel has 3 columns, each of which contains useful information. The first column displays information about the account as of the beginn
Binary Options Copier Remote is an EA that allows to copy binary options trades between MT4 accounts at different computers. This is an ideal solution for signal provider, who want to share his trade with the others globally on his own rules. Provider can give free bonus license to 10 receivers. That means those 10 receivers can copy from provider by using Binary Options Receiver Free (no cost). From 11th one, receiver have to buy Binary Options Receiver Pro (paid version) in order to copy from
Synqorix Trade Copier MT4 is a unified local trade copying solution for MetaTrader 4. A single Expert Advisor file can operate in one of two roles: • Provider — sends trades from the source account; • Receiver — receives and copies trades to the destination account. The role is selected with the InpRole input parameter before launch. The Expert Advisor activates only the selected mode and automatically creates the corresponding PROVIDER or RECEIVER panel. Parameters of the inactive role are
Auto Breakeven level
Makarii Gubaydullin
Automatic Breakeven levels Using   this   utility ,   y ou can activate the automatic SL movement, when the trade reaches a desired profit.  Especially   important   for a   short -term   traders.   Offset option is also available: some profit may be protected. Multifunctional utility : 66+ features, including this tool  |   Contact me  if you have any questions  |   MT5 version The process of activating the automatic breakeven function: 1.   Select the Symbol or Trade   for which the Auto BE f
Copyist MS
Aleksei Moshkin
4 (4)
Copyist MS is a simple and easy to use trade copier. It works as a single-file Expert Advisor with toggled Master and Slave operation modes. Configurations Type of work - work mode selection: Master or Slave; Copy by magic number - copy trade orders by magic number (configure in master terminal) Will not copy currency pairs - list of unwanted currency pairs to copy (configure in master terminal) Master account number - master-terminal trading account number; Selective copying currency pairs - i
By :ForextraderEanow   Green Mower 10.0                                                                                                                                                                                                                                                                                                        This EA is Famous Grid Strategy that open grid of trades with the same size (not martingale)  and make PROFIT even when the Forex price moves in the WRONG Direction
Broker Analysis Utility
AL MOOSAWI ABDULLAH JAFFER BAQER
Broker Analysis Utility – Your Ultimate Broker Performance Monitor! Get Full Transparency on Your Broker's Execution Quality! Are you a trader who values precision, transparency, and performance? Broker Analysis Utility is an essential tool designed to monitor your broker's execution quality, connection stability, spreads, slippage, and trading costs in real-time. Whether you are a scalper, day trader, or long-term investor, understanding your broker's performance is crucial to optimizing your
ForexcopyLocalMT4
Wei Ming Ding
3 (1)
Instructions for use: https://www.mql5.com/zh/blogs/post/754946 MT4 version: https://www.mql5.com/EN/market/product/88205 MT5 version: https://www.mql5.com/EN/market/product/88204 ---------------------------------------------- 1. Copy orders, from 12 master accounts to 100 slave accounts. The number of slave accounts can be customized, from 12 to 100. 2. Support MT4 to MT4, MT4 to MT5, MT5 to MT4, MT5 to MT5. 3. Identify the suffixes of trading varieties on different platforms, such as EURUSD,
This powerful and user-friendly EA is designed to help you manage your trades with ease and efficiency. With its wide range of features and excellent compatibility, it runs flawlessly on the MetaTrader 4 platform. Key Features: Close All Positions: With just one click, you can close all open positions, regardless of their type and status. Close All Profitable Positions: Instantly close all positions that are currently in profit, ensuring you secure your gains. Close All Losing Positions: Swiftly
Trade Copier Professional — Local Copy Solution Trade Copier Professional is a reliable local trade copying system for MetaTrader 4/5. It allows traders to replicate positions instantly across multiple accounts on the same computer, with built‑in safety controls and a professional dashboard. Overview The EA operates in both Master and Slave modes from a single file, with seamless switching. Trades can be copied between MT4 and MT5 terminals without internet dependency, using local file‑based
Account Protector Metatrader 4
Emmanuel Lovski Ijeawele Maduagwuna
Account Protector Meta Trader 4 This utility prevents risk of ruin per trading cycle. Retail forex trading accounts are designed with stop-out levels that make it nearly impossible to restore lost capital after a trader — human or algorithmic — blows an account . This is especially frustrating for traders who have grown their account to multiples of its starting value, only to suffer irreparable losses from a series of bad trade entries. The Account Protector solves this by enforcing a specified
Trade Clone MT4 EA User description in MQL5 blog New version 1.57 Read updates MT5  version download here With  Trade Clone EA  you can trade on multiple  MetaTrader 4  and  MetaTrader 5  accounts simultaneously, clone the trades of any trading robot from server account to your friends and family accounts.  Note: All MetaTrader 4 and    MetaTrader 5  must run in same computer, or you need copy the trade file to the Client computer. You can run multiple Trade Clone EA as server, and you can
The Versatile Copier MT4
Emmanuel Lovski Ijeawele Maduagwuna
4 (1)
This   all-purpose copytrade   utility enables any user  remotely   or  locally   duplicate trades between Meta Trader terminals quickly and effortlessly. It works with any machine or server running on a Windows OS. Copying of trade entries between different terminal types (i.e. Meta Trader 4 and Meta Trader 5) is fully supported. Trade copying functionality coves all MetaTrader scenarios -  MetaTrader 4   -   MetaTrader 4 MetaTrader 4   -   MetaTrader 5 MetaTrader 5   -   MetaTrader 5 MetaTrade
Expert Advisor for MT4 Useful utility MUST have for all traders.  With 1 click button, you're able to close all your open positions. Its come with a warning pop up notification when you click to close all your trades, to avoid an accident press the button. Just press 'Yes' to confirm or 'No' to cancel it. The expert will close all your open positions no matter what pairs you currently open or directions. Just attach the expert on 1 of your chart, and you're good to go.
Superior Remote Trade Copier — MT4 The Superior Remote Trade Copier is a comprehensive MT4 utility that copies trades remotely and privately via Telegram, eliminating the need for external VPS bridges or third-party web servers. The ecosystem consists of a Master EA, a free Desktop App, and a Client EA. Master (Transmitter) Trade Broadcasting: Transmits market orders, pending orders, position modifications, and partial/full closures directly via Telegram. UI Dashboard: Interactive on-chart pane
Bank Your Profits & Secure Your Trade in One Click The Ultimate "Scale Out" Tool for Professional Traders. Close Partial  (MT4 Utility)   is designed for traders who want to lock in profits without killing the trend. With a single click, you can bank a percentage of your profit instantly. New Feature (Auto-Secure):   Stop wasting time dragging your Stop Loss after taking profit. This manager can now   automatically move your Stop Loss to Break-Even   the moment you click the "Close Partial" butt
A professional panel for manual trading that keeps the whole trade cycle in one window on the chart, from a precise entry to protecting your account. Size every position strictly to a defined risk, build the trade with lines directly on the chart using the RR Tool, and place market and pending orders, grids and OCO. The panel takes position management off your hands: partial closing across up to five levels, six types of trailing stop, breakeven and Virtual SL/TP. Daily, weekly and monthly limit
The "Binary Lab Simulator" is a tool designed for practicing and verifying trading strategies. This tool operates 24/7, including weekends and non-trading hours, and supports various expiration periods such as 30 seconds, 1 minute, and 3 minutes, creating an environment similar to real trading. It is compatible with external tools for analyzing entry results. Multiple templates can be saved easily, allowing for seamless testing from the online environment to the simulator. "Binary Lab Simulator"
Buyers of this product also purchase
Trade Indicator Assistant is a powerful MT4 utility designed to turn indicators into automated trading systems. Its main feature is the ability to automatically detect an indicator’s   BUY and SELL signal buffers , without requiring you to know the buffer numbers, search through indicator settings, or modify the indicator source code. Bonus Indicator: After purchasing Trade Indicator Assistant, contact me to receive Trade Signal Pro completely free as a bonus indicator. [Download Demo Version]
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (111)
Local Trade Copier EA MT4 is a fast and flexible trade copier for copying and managing trades between multiple MetaTrader 4 accounts on the same Windows computer or Windows VPS. It combines local trade synchronization with Receiver-side controls for lot sizing, risk management, trade filtering, symbol mapping, trade management and account protection. Set up your Transmitter and Receiver terminals in about 1 minute and copy manual or EA trades between accounts at the same or different brokers. U
Forex Trade Manager MT4
InvestSoft
4.98 (445)
Trade Manager MT4 is an advanced position size calculator and trade management tool for MetaTrader 4, designed to help traders plan trades faster, control risk more precisely, and manage open positions directly from the chart. It combines order placement, risk based lot calculation, Stop Loss and Take Profit management, Break Even, Trailing Stop, Partial Close, Equity Protection, and external trade management in one panel. Whether you trade forex, indices, metals, commodities, or crypto, Trade M
Copier->Convenient and fast interface interaction, users can use it right away   ->>>> Recommended to use on Windows computers or VPS Windows Features: Diversified and personalized copy trading settings: 1. Different lot modes can be set for different signal sources 2. Different signal sources can be set for forward and reverse copy trading 3. Signals can be set with comments 4. Whether to calibrate the lot according to the contract lot Diversified and personalized copy order settings 2: 1. Dif
Trade Assistant MT4
Evgeniy Kravchenko
4.43 (197)
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
Multi Copy
Kaijun Wang
5 (1)
Copier->Convenient and fast interface interaction, users can use it right away   ->>>> Recommended to use on Windows computers or VPS Windows Basic functions: The normal interaction speed of copy trading is less than 0.5s Automatically detect signal sources and display a list of signal source accounts Automatically match symbols, 95% of commonly used trading symbols on different platforms (special cases such as different suffixes) are automatically matched, basically no manual settings are requ
Risk manager Risk manager - it will simplify the tracking of drawdown and will notify you (alert) when the specified risk is reached, and close/lock orders when the critical DD risk level is reached. If the specified drawdown is exceeded, you can choose two options for actions: All orders will be closed that mean loss will be fixed on depo. The terminal also closes. Instead of fixing the loss on depo, the opposite order will be opened - orders locking will occure. Not a single order will be c
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
King Trade Copier MT4
Mohammed Maher Al-sayed Mohammed Ahmed Saleh
5 (1)
King Trade Copier MT4 – Lightning-Fast Local Trade Copier (Master + Slave in ONE file) King Trade Copier is a professional local trade copier that mirrors every trading action from one Master account to unlimited Slave accounts on the same PC or VPS — with an internal copy latency of just a few milliseconds. It was built by a real trader for daily real-money use, with one goal: whatever happens on the Master must happen on the Slave, instantly and without exceptions. Watch the demo video to s
Telegram to MT4 Coppy
Sergey Batudayev
4.09 (11)
Telegram to MT4: The Ultimate Signal Copying Solution Streamline your trading with Telegram to MT4 , the cutting-edge utility designed to copy trading signals directly from Telegram channels and chats to your MetaTrader 4 platform—without the need for DLLs. This robust solution ensures seamless execution of signals with unparalleled precision and customization options, saving you time and boosting your efficiency. [ Instructions and DEMO ] [ FAQ ] [ How atach logs properly ] [Settings descrition
TradePanel MT4
Alfiya Fazylova
4.84 (95)
Trade Panel is a multi-functional trading assistant. The app contains over 50 trading functions for manual trading and allows you to automate most trading tasks. Application instructions + video instructions: https://www.mql5.com/en/blogs/post/772292 Trial version of the application for a demo account: https://www.mql5.com/en/blogs/post/750865 How to install the application: https://www.mql5.com/en/blogs/post/756239 How to test the application in visual mode: https://www.mql5.com/en/blogs/post/7
Bar Replay MT4
Hoang The Manh
3.43 (7)
Don't purchase before testing the Demo version first. DEMO version:   https://www.mql5.com/en/market/product/76917 __________________________________________________ This EA  - Tool allow you replay bar in Meta Trader 4 for back test. This Tool can back test in multi timeframe in only one chart. This Tool is very useful for Price action trader. It can work with Indicators, some indicators cannot works. So please download Demo to test before purchase.  Demo Version We do not accept refund in any
Smart Copy Local MT4
Kyra Nickaline Watson-gordon
5 (7)
Smart Copy is an Easy-to-Use EA that supports Multi Copying Metatrader4 and Metatrader5 and Local/Remote Copying. (Remote Version is coming soon) Free version is available on Smart Copy Local Free MT4 Specifications :     Real Time, Multi Terminal - Multi Account - MT4/MT5 trade copying     Copy from netting to hedge and hedge to netting is supported.     Fast and instant copy     All settings are input visually.     Easy modifying symbol names, prefix, suffix     Enable/Disable copying s
Working Trial Download Copy Cat More Trade Copier MT4 is not just a simple local trade copier; it is a complete risk management and execution framework designed for today’s trading challenges. From prop firm challenges to personal portfolio management, it adapts to every situation with its blend of robust execution, capital protection, flexible configuration, and advanced trade handling. The copier works in both   Master (sender) and Slave (receiver)   modes, with real-time synchronization of
News Filter EA MT4
Rashed Samir
5 (10)
News Filter EA: Advanced Algo Trading Assistant News Filter EA is an advanced algo trading assistant designed to enhance your trading experience. By using the   News Filter EA , you can integrate a Forex economic news filter into your existing expert advisor, even if you do not have access to its source code. In addition to the news filter, you can also specify   trading days   and   hours   for your expert. The News Filter EA also includes   risk management   and   equity protection   features
Prop Guardian Risk Manager MT4 – Drawdown, Risk & Hedge Protection for Prop Firm and Managed Accounts Prop Guardian Risk Manager is a professional risk-control utility for MetaTrader 4, designed for prop firm traders, money managers and anyone who wants strict account-level risk protection. It does not generate trading signals, strategy entries or trading decisions. Instead, it runs in the background, monitors your account risk and can automatically block new exposure, close managed trades or ac
X2 Copy MT4
Liubov' Shkandrii
Fast. Accurate. Innovative. Tech-Driven. Discover instant trade copying with the revolutionary X2 Copy MT4. With just a 10-second simple setup, you'll get a powerful tool for syncing trades between MetaTrader terminals on a single computer or Windows VPS with unprecedented speed. Whether you're managing multiple accounts, following signals, or scaling your strategy, X2 Copy MT4 adapts to your workflow with unparalleled precision and control. Work faster and more reliably with the most tech-drive
Currency strength meter for MetaTrader 4 This currency strength indicator reads up to 28 major pairs and turns them into one number per currency, for the 8 majors: USD, EUR, GBP, JPY, CHF, CAD, AUD and NZD. Instead of opening chart after chart to work out who is leading, you read one panel on your MetaTrader 4 chart and you know which currency is being bought and which one is being sold. What you see on the chart A ranked strength bar for each of the 8 currencies, with its percentage A multi-tim
MT4 to Telegram Signal Provider   turns your trading account into a signal provider. Every trade action, whether manual, by EA or from your phone, is instantly sent as a message to Telegram. You can fully customize the format or use a ready-made template for quick setup. [ Demo ] [ Manual ] [ MT5 Version ] [ Discord Version ]  New: [ Telegram To MT5 ] Setup A step by step user guide is available. Key Features Ability to customize order details sent to subscribers You can create a tiered subs
Trade Reverse Copie4
Chukwuemeka Kingsley Anyanwu
5 (1)
Feel free to contact me for any extra features :) [SEE MT5 VERSION  https://www.mql5.com/en/market/product/128846 The Local Reverse Copier is an Expert Advisor designed to synchronize positions between a Master account and a Slave account with a twist: it reverses the trades. When a buy position is opened on the Master account, the EA opens a sell position on the Slave account, and vice versa. This allows for a unique form of trade copying where positions are mirrored in opposite directions bet
Lot Architect MT4
Do Thi Phuong Anh
Lot Architect — Trade Panel and Position Size Calculator for MT4 Lot Architect is a trade panel and risk-based position size calculator for MetaTrader 4. It helps calculate lot size from the selected risk, displays trade parameters before entry, and supports Market, Limit and Stop orders from the chart. The utility is designed for traders who want a structured workflow for position sizing, stop-loss placement, take-profit planning and order execution. Purpose Before opening a trade, a trader nee
EA Local Trade Copier Pro MT4: The Ultimate DLL-Free Trade Duplicator Are you tired of complicated trade copiers that require unsafe external DLLs, crash your terminal, or confuse you with separate "Master" and "Client" files? Experience the next generation of trade copying with EA Local Trade Copier Pro MT4. Engineered for maximum stability, lightning-fast execution, and ultimate simplicity, this utility allows you to seamlessly copy trades between multiple MetaTrader terminals on the same Wind
Fast Trade MT4
Alexey Valeev
4.8 (5)
This trading panel has been developed for fast and comfortable operation of the financial markets. It is equipped with the necessary functions for manual and semi-automated trading. Due to the presence of the order trailing feature, trailing stop and automatic closure by equity, profit, time. You can use it to automate your trading system. All you have to do is open a position and set the parameters for maintenance, everything else will be handled by the EA. If you want to limit your losses, set
PZ Trade Pad Pro MT4
PZ TRADING SLU
3.67 (3)
Effortlessly calculate lot sizes and manage trades to save time and avoid costly errors The Trade Pad Pro EA is a tool for the Metatrader Platform that aims to help traders manage their trades more efficiently and effectively. It has a user-friendly visual interface that allows users to easily place and manage an unlimited number of trades, helping to avoid human errors and enhance their trading activity. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] One of the k
Unlimited Trade Copier Pro is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not b
RS Trade Copier
Boris Sedov
5 (1)
RS Trade Copier - the ultra-fast local trade copier with a real graphical interface. Stop typing account numbers manually. No more 200+ cryptic inputs. A reliable and flexible tool for copying trading operations between multiple MT4 and MT5 terminals. It suits experienced traders, signal providers, and individual investors. It enables trade synchronization from one or multiple Providers to one or multiple Clients with high precision and minimal latency. It supports simple automatic configuration
Telegram to MT4 Multi-Channel Copier   automatically copies trading signals from your Telegram channels straight to MetaTrader 4. No bots, no browser extensions, no manual copying. A signal arrives in Telegram and the EA opens the trade in your terminal within seconds. And before you copy a channel, the built-in backtester shows you what that channel would have done in your account. The product has two components: a Windows application that listens to your Telegram channels, and this Expert Advi
Strategy Builder offers an incredible amount of functionality. It combines a trade panel with configurable automation (covert indicators into an EA), real-time statistics (profit & draw down) plus automatic optimization of SL, TP/exit, trading hours, indicator inputs. Multiple indicators can be combined into an single alert/trade signal and can include custom indicators, even if just have ex4 file or purchased from Market. The system is easily configured via a CONFIG button and associated pop-up
VirtualTradePad PRO SE MT4 — advanced trading panel and chart workspace for MetaTrader 4 VirtualTradePad PRO SE is a professional trading panel and trade-management workspace for MetaTrader 4 . It helps traders open, manage, protect, close and analyze trades faster from one chart-based interface. The product was created for active manual traders who need more than a simple set of buttons. PRO SE combines one-click execution, pending orders, position control, partial close, basket profit/loss log
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.85 (61)
Trading Panel for trading in 1 click.  Working with positions and orders!  Trading from the chart or the keyboard. Using our trading panel, you can trade in one click from the chart and perform trading operations 30 times faster than the standard MetaTrader control. Automatic calculations of parameters and functions that make life easier for a trader and help a trader conduct their trading activities much faster and more conveniently. Graphic tips and full information on trade deals on the chart
More from author
Telegram to MT5 MultiChannel Copier
Sergio Marquez Uroz
4.46 (13)
Telegram to MT5 Multi-Channel Copier   automatically copies trading signals from your Telegram channels straight to MetaTrader 5. No bots, no browser extensions, no manual copying. A signal arrives in Telegram and the EA opens the trade in your terminal within seconds. And before you copy a channel, the built-in backtester shows you what that channel would have done in your account. The product has two components: a Windows application that listens to your Telegram channels, and this Expert Advi
Multi Account Local Trade Copier   is a fast local trade copier for MetaTrader: copy trades between MT4/MT5 terminals running on the same Windows PC or VPS, from one master account to multiple receiver accounts. It is   event-driven : the master publishes every trade the instant it happens, and the receiver   measures and logs the real copy latency   of every single trade — typically   50-150 ms . No DLLs, no internet bridge, no configuration files. One EA, two modes Attach it as   MASTER   on t
Telegram to MT4 Multi-Channel Copier   automatically copies trading signals from your Telegram channels straight to MetaTrader 4. No bots, no browser extensions, no manual copying. A signal arrives in Telegram and the EA opens the trade in your terminal within seconds. And before you copy a channel, the built-in backtester shows you what that channel would have done in your account. The product has two components: a Windows application that listens to your Telegram channels, and this Expert Advi
ThemeManager
Sergio Marquez Uroz
ThemeManager is a free chart theme utility for MetaTrader 5 that changes the color scheme and appearance of ALL your open charts with one click. Choose between 8 professionally designed themes — including dark mode, light mode, webtrader-style and more — or build your own custom color scheme. No more configuring chart colors one by one: apply a complete MT5 chart theme instantly, on every chart at once. WHY THEMEMANAGER Tired of the default MT5 chart colors? Setting up background, candle colo
FREE
QuickBar Pro MT4
Sergio Marquez Uroz
A single-line trading toolbar: risk-based lot sizing, draggable SL/TP lines and one-click execution — without covering your chart. QuickBar Pro is a risk management and order execution panel for traders who need speed, precision and a clean chart. Unlike traditional panels that clutter the screen, it integrates as a compact single-line toolbar at the top of the chart, keeping your full chart visible at all times. No floating windows. No invasive panels. Just a discrete bar with everything you n
AutoJournal MT4
Sergio Marquez Uroz
Your trading journal, written for you. Every closed trade is logged automatically — with a chart screenshot, full statistics and a calendar dashboard. 100% local, no subscriptions. AutoJournal is a utility that runs silently in the background and turns your trading history into a professional HTML journal. No manual data entry, no spreadsheets, no external services: everything is generated and stored on your own computer, and it works the same whether you trade manually or with EAs. Bonus tip:
QuickBar Pro MT5
Sergio Marquez Uroz
A single-line trading toolbar: risk-based lot sizing, draggable SL/TP lines and one-click execution — without covering your chart. QuickBar Pro is a risk management and order execution panel for traders who need speed, precision and a clean chart. Unlike traditional panels that clutter the screen, it integrates as a compact single-line toolbar at the top of the chart, keeping your full chart visible at all times. No floating windows. No invasive panels. Just a discrete bar with everything you n
AutoJournal MT5
Sergio Marquez Uroz
Your trading journal, written for you. Every closed trade is logged automatically — with a chart screenshot, full statistics and a calendar dashboard. 100% local, no subscriptions. AutoJournal is a utility that runs silently in the background and turns your trading history into a professional HTML journal. No manual data entry, no spreadsheets, no external services: everything is generated and stored on your own computer, and it works the same whether you trade manually or with EAs. Bonus tip:
Aureon NASDAQ
Sergio Marquez Uroz
A patient, rule-based trend system for the NASDAQ 100. One position at a time, real Stop Loss on every trade, no martingale. Aureon NASDAQ is a fully automated Expert Advisor for the NASDAQ 100 index (NAS100 / US100 / USTEC). It trades long-only on H1 with a higher-timeframe H4 filter, holds a single position at a time, and protects every trade with a real, server-side Stop Loss and Take Profit. It was developed with   walk-forward (out-of-sample) validation   to reduce curve-fitting and favor
One EA. Four uncorrelated strategies. One risk setting. Aureon Multi-Strategy Portfolio I combines four independent Aureon strategies into a single Expert Advisor, each trading its own market with its own logic and its own magic number. No single symbol decides your month. The goal is   diversification : by spreading risk across weakly correlated currencies and indices, the equity curve tends to be smoother than that of a single strategy. Launch price: $459 — the price increases by $100 every 1
Aureon DAX
Sergio Marquez Uroz
A patient, rule-based trend system for the DAX 40 — built for capital preservation: 2.34% maximum drawdown across four years of backtest. Aureon DAX is a fully automated Expert Advisor for the DAX 40 index (DAX40 / GER40 / DE40). It trades long-only on H1, holds a single position at a time, and protects every trade with a real, server-side Stop Loss and Take Profit plus an automatic move to breakeven. It was developed with   walk-forward (out-of-sample) validation   to reduce curve-fitting and f
Aureon GBPJPY
Sergio Marquez Uroz
A patient, rule-based trend system for GBPJPY — the growth profile of the Aureon series: +113% across seven years of backtest with a maximum drawdown of 8.35%. Aureon GBPJPY is a fully automated Expert Advisor for GBP/JPY. It trades long-only on M15, holds a single position at a time, and protects every trade with a real, server-side Stop Loss and Take Profit plus a trailing stop that locks in profit as the trade advances. It was developed with   walk-forward (out-of-sample) validation   to redu
Aureon USDJPY
Sergio Marquez Uroz
A patient, rule-based trend system for USDJPY — the workhorse of the Aureon series: +120% across seven years of backtest, built on the largest trade sample of the family. Aureon USDJPY is a fully automated Expert Advisor for USD/JPY. It trades long-only on H1, holds a single position at a time, and protects every trade with a real, server-side Stop Loss and Take Profit plus an automatic move to breakeven. It was developed with   walk-forward (out-of-sample) validation   to reduce curve-fitting a
Filter:
No reviews
Reply to review