Local Trade Copier via Named Pipes IPC

Local Trade Copier is a single-file MT5 Expert Advisor designed for fast local trade copying between two MetaTrader terminals running on the same PC. It can operate in either Sender (Host) mode, which captures and publishes trade activity from the source terminal, or Receiver (Client) mode, which reads that activity and reproduces it on the target terminal with flexible controls for symbol mapping, direction, lot sizing, SL/TP copying, and pending-order handling. Its main advantage is the use of Named Pipes IPC through a local helper server: compared with FILE_COMMON methods, it avoids repeated shared-file reading and writing on disk, reduces file-access overhead, and is generally better suited for low-latency, lightweight, same-machine communication when both terminals are running on the same Windows system.

In practice, this architecture provides a more responsive local trade-copying workflow than traditional file-based synchronization. While FILE_COMMON is simple and widely compatible, it still depends on repeated file polling and disk I/O. By contrast, the Named Pipes IPC approach is designed for faster local message delivery between processes, making it a more suitable transport layer for a trade copier that aims to be quick, efficient, and stable on a single computer.

Input parameters

01. General Settings

Role
Defines the EA role.

  • ROLE_SENDER: the EA acts as the source terminal and sends trade events.
  • ROLE_RECEIVER: the EA acts as the target terminal and copies received events.

ChannelName
The communication channel name.
Both terminals and the local helper server must use the same value to communicate with each other.

SharedBufferKB
The size of the internal event buffer in kilobytes.
A larger value allows more event text and event history to remain available before older data is trimmed.

EnableNamedPipeIPC
Enables or disables the Named Pipes IPC transport.
If disabled, the EA can still be attached without immediately trying to use the pipe communication layer.

02. Sender (Host) Settings

SenderTradeFilterMode
Specifies which sender trades are allowed to be transmitted.

  • HOST_FILTER_ALL: send all eligible trades
  • HOST_FILTER_MANUAL_ONLY: send only manual trades
  • HOST_FILTER_MAGIC_ONLY: send only trades matching SenderMagicNumber

SenderMagicNumber
The magic number used when SenderTradeFilterMode is set to magic-only filtering.
Only trades with this magic number will be published.

SenderAllowedSymbols
A sender-side symbol filter.
Leave it empty to allow all symbols, or restrict transmission to selected symbols only.

SenderSendSnapshotOnInit
If enabled, the sender immediately publishes the current open-position snapshot when the EA starts.
This is useful when the receiver should synchronize with already-open trades after startup.

SenderSyncSLTPChanges
If enabled, stop-loss and take-profit modifications on the sender side are transmitted to the receiver.

SenderSyncPendingOrders
If enabled, pending-order creation, modification, and cancellation events are also transmitted.

SenderResetSharedBufferOnInit
If enabled, the sender clears or resets the shared communication buffer when it starts.
This helps prevent stale event data from a previous session from being reused.

SenderScanIntervalMilliseconds
The sender-side timer interval, in milliseconds.
It controls how frequently the sender checks for changes such as open/close events, SL/TP updates, and pending-order updates.

03. Receiver (Client) Settings

ReceiverHostEventFilterMode
Specifies which host events the receiver will accept.

  • EVENT_FILTER_ALL: accept all host events
  • EVENT_FILTER_MANUAL_ONLY: accept only host events coming from manual trades
  • EVENT_FILTER_MAGIC_ONLY: accept only host events matching ReceiverAllowedHostMagic

ReceiverAllowedHostMagic
Used when receiver-side host-event filtering is set to magic-only mode.
Only host events with this magic number will be copied.

ReceiverAllowedHostSymbols
A receiver-side filter for incoming host symbols.
Leave it empty to accept all symbols, or use it to limit copying to selected source symbols only.

ReceiverSymbolMap
Maps host symbols to client symbols.
This is useful when the sender and receiver brokers use different symbol names, suffixes, or contract labels.

ReceiverMagic
The magic number assigned to positions or orders opened by the receiver EA.
It helps distinguish copied trades from manual trades or other EAs on the client terminal.

ReceiverDirectionMode
Defines how the copied trade direction is handled.

  • COPY_REVERSE: reverse the host direction
  • COPY_SAME_AS_HOST: keep the same direction as the host

In the current version, the default mode is COPY_SAME_AS_HOST.

ReceiverLotMode
Defines how the copied lot size is calculated.

  • LOT_MULTIPLIER_FROM_HOST: use the host lot size multiplied by ReceiverHostLotMultiplier
  • LOT_FIXED: always use ReceiverFixedLot

ReceiverHostLotMultiplier
The multiplier applied to the host lot size when ReceiverLotMode is set to multiplier mode.

ReceiverFixedLot
The fixed lot size used when ReceiverLotMode is set to fixed mode.

ReceiverMaxDeviationPoints
Maximum slippage or deviation allowed when the receiver sends market orders.

ReceiverCopySLTP
If enabled, the receiver also applies the sender’s stop-loss and take-profit values.

ReceiverCopyBrokerPendingOrders
If enabled, copied pending orders are placed as real broker-side pending orders on the receiver terminal.

ReceiverEnableVirtualPending
If enabled, pending orders can be handled virtually on the receiver side rather than always being placed immediately as broker-side pending orders.

ReceiverVirtualPendingBufferPoints
Additional point buffer used for virtual pending execution logic.
This can help control how closely the virtual trigger follows the original pending level.

ReceiverPollIntervalMilliseconds
Receiver-side polling interval, in milliseconds.
It controls how frequently the receiver checks the pipe/helper server for new trade events.

Summary of practical use

For normal use, the Sender should be attached to the source terminal and the Receiver to the destination terminal, while both sides use the same ChannelName . If you want the receiver to match currently open trades at startup, enable SenderSendSnapshotOnInit . If you want copied trades to behave exactly like the host side, keep ReceiverDirectionMode on COPY_SAME_AS_HOST. If brokers use different symbol names, configure ReceiverSymbolMap accordingly.

Recommended products
BTC Master Pro
Farzad Saadatinia
4.58 (12)
BTC Master Pro – Your trusted partner in disciplined Bitcoin trading. The new version is now enhanced with OpenAI artificial intelligence , delivering smarter execution and improved trade filtering in volatile crypto conditions. This professional Expert Advisor is built specifically for Bitcoin (BTCUSD) trading on MetaTrader 5 , focusing on structured execution, controlled exposure, and intelligent risk management. Price: $499  →  Next: $699  →  Final: $999 LIVE SIGNAL HERE OpenAI-Powered Exec
The product will copy all  Discord  signal   to MT5   ( 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 MT5. 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
Close All Order Tools
Thonglak Janyakorn
5 (2)
The "Close All Order Tools" tool is designed to solve common problems faced by Forex traders when managing profitable orders—especially in highly volatile market conditions or when dealing with multiple open trades simultaneously. Problems This Tool Solves: Unable to close orders in time : “Just when it was rising nicely, the price suddenly dropped—I couldn’t close it in time, and the profit vanished.” Closing orders one-by-one is time-consuming : “With multiple orders open, closing each one ind
FREE
Trade Copier Pro for MT5
Kuldeep Krishnat Konde
MT5 to MT5 Trade Copier – Fast and Reliable Trade Copying Solution The MT5 Trade Copier is a powerful tool designed to copy trades seamlessly between MetaTrader 5 accounts with minimal latency and high accuracy. Built for speed, flexibility, and ease of use, the copier works across different brokers, even when symbols use different prefixes or suffixes. This Expert Advisor is suitable for professional traders, signal providers, fund managers, and traders who manage multiple accounts. Key Featur
Golden BREAK
Sakon Muangpakdee
5 (6)
Gold breaks key levels every week. GOLDEN BREAK is positioned there before it happens — pending orders set at statistically significant highs and lows, ready to catch the move the moment it triggers. A two-phase trailing stop locks in profit as the breakout extends. Hard stop loss on every trade. No grid. No martingale. No guesswork. Three complementary strategies run simultaneously across Near and Far price windows, each with its own entry level, expiry horizon, and stop distance. A built-in Fa
Superior GOLD Rentable
Jairo Elias Montesinos Paredes
Superior GOLD Rentable es un EA que utiliza 3 indicadores, Accelerator Oscillator, MACD, RSI, lo cual le permite hacer operaciones efectivas y minimizando el riesgo de perdida. Este  EA usa stop loss para todas las órdenes, el EA no utiliza ningún método de negociación peligroso: sin cuadrícula, sin martingala,... Superior GOLD Rentable esta optimizado para trabajar con los metales y en especial con el ORO, en la temporalidad de 15m, aunque puede trabajar en cualquier marco temporal;  Sin embarg
Myniq
Rizki Fadillah
Backtest Setup: Get in touch with me to receive the file and guidance. Only 1 copy sold so far. Price will increase after each 15 copies. Don't miss it. next price: 135 Trial version available on request (contact me). Myniq is designed to deliver consistent execution without overwhelming you with unnecessary parameters. Built with clarity in mind, it removes the confusion often found in over-complicated systems. Contact me to get a Bonus EA after purchase Key Protection Features: Max Drawdown
Fox Wave Pro Copier - Professional Multi-Master Trade Copier Copy trades from multiple Master accounts simultaneously with advanced risk management Key Features Multi-Master Architecture Copy from unlimited master accounts simultaneously Automatic master account detection or manual configuration Real-time trade synchronization via file system Independent risk management for each master Advanced Risk Management Individual risk settings per master account Automatic lot size calculation based
TRADE COPIER - INVESTOR PASSWORD - COPY TRADE - MT4 x MT5 CROSS PLATFORM Note: You need   both   "Mirror Copier Master" on the master account that will be followed by the client account and "Mirror Copier Client" on the client account that will follow the master account Blogs   :  https://www.mql5.com/en/blogs/post/756897 HOW IT WORKS : https://www.youtube.com/watch?v=V7FNpuzrg5M MT4 Version Master :  https://www.mql5.com/en/market/product/114774 Client:  https://www.mql5.com/en/market/product
FREE
GoldBurst Pad Pro MT5 Entry Panel GoldBurst Pro is a professional manual trade panel (Expert Advisor) for MetaTrader 5, designed for traders who demand speed, control, and clean execution. This is NOT an auto-profit robot. It is a precision execution tool that helps you execute your trading plan faster and more consistently directly from the chart. Prepare your Lot size, SL/TP (points), and layer count in advance—then execute instantly with one click when your setup is ready. Ideal for scalpin
Optimal timeframe and symbol: M1 on EURUSD This Expert Advisor is designed to work best on 1-minute charts, EURUSD . It also runs on other symbols/timeframes, but the first choice is EURUSD M1 for signal density and testing. Overview ADX+RSI Scalper is an automated trading system that uses two confirmations: ADX for trend strength/direction and RSI for overbought/oversold crosses at bar close. Signals are generated on closed candles only. How it works Trend filter (ADX): – Long when ADX ≥ MinAD
FREE
Blue Bird MT5
Ismail Babaoglu
BlueBird EA – Dynamic Adaptive Grid Hedge System BlueBird EA   represents a new era of grid-based automation — combining volatility awareness, adaptive trend tracking, and smart capital management. If you are seeking a   fully autonomous, dynamic grid system   capable of capturing both trends and corrections,   BlueBird EA   is your ultimate trading companion. Overview BlueBird EA is a next-generation adaptive grid trading system designed for dynamic markets such as GOLD (XAUUSD) . It intellige
If you want to share your trading signal, but you do not want to distribute your investor password, this product is fit with you.  "Just copier Pro" is designed to copy trading without any complicated settings. The copy can be done in one PC or over the internet. One EA can be set as master (provider) or slave (receiver). The receiver lot can be set to multiple providers lots. In "Globe" mode, the signal provider (master) have to give the password to signal receiver, (the password that is set in
Kukulkan Gold EA — Maya Civilization Strategy for XAUUSD Kukulkan Gold EA is a professional Expert Advisor for MetaTrader 5, built exclusively for XAUUSD trading. Inspired by the ancient Maya civilization and their extraordinary command of astronomy, mathematics, and long-distance trade, this EA applies a proprietary four-pillar confluence system to identify only the highest-probability entries on the gold market. How It Works Four independent proprietary internal modules must align simultaneous
QuickCopy – Simple MT5 Local Trade Copier with Volume Factor QuickCopy is a lightweight and efficient MT5 local trade copier designed for traders who want to copy trades between accounts on the same computer quickly and reliably. With its simple setup and intuitive interface, QuickCopy makes managing multiple accounts easier than ever. Key Features: Local Account Copying: Instantly copies trades from your master account to one or more client accounts running on the same computer. Volume Factor A
MT5 → Telegram Notifier (Utility · Informers) Send trading events from MetaTrader 5 directly to Telegram. Perfect for journaling, team alerts, or remote monitoring. What it does Trade Open : posts BUY/SELL, BUY/SELL Limit, BUY/SELL Stop, lots, entry, SL/TP, local time. (Optional chart screenshot.) SL/TP Update : short message — only what changed (new SL or TP), posted as reply to the original trade message. Partial / Full Close : posts closed volume, price, Net P/L (swap + commission included),
Manyal trading system, CovEchoTrend Robot, focuses on reliability and flexibility. By employing statistical analysis methods to study the relationships between the base indicator and market patterns, the system enables a deeper understanding of market processes. Intelligent pattern analysis: The application of statistical data processing helps identify key trend reversal points more accurately, signaling significant market shifts. Informed decision-making is based on the intersection of indicato
Night Hunter Pro MT5
Valeriia Mishchenko
3.92 (37)
EA has a live track record with many months of stable trading with  low drawdown: All Pairs 9 Pairs Night Hunter Pro is the advanced scalping system which utilizes smart entry/exit algorithms with sophisticated filtering methods to identify only the safest entry points during calm periods of the market. This system is focused on a long-term stable growth. It is a professional tool developed by me years ago that is constantly updated, incorporating all the latest innovations in the trading area.
SPECIAL LAUNCH OFFER: $30 (1-Month Rent) Limited time offer to build our community and gather feedback! AmbM GOLD Institutional Scalper A high-precision M5 algorithm for XAUUSD (Gold) , engineered to trade exclusively at Institutional Liquidity Levels ($5/$10 psychological marks). PERFORMANCE DATA (BUY ONLY) • Win Rate: 87.09%. • Safe Growth: +$4,113 profit on $10k (13.75% Max Drawdown). • Extreme Stress Test: Successfully generated +$22,997 in a 5-year stress test (2020-2026), proving
Buffer Reader For MT5
Mounir Cheikh
2.67 (3)
The Buffer Reader will help you to check and export the custom indicators buffers data for your current chart and timeframe. You can select the number of buffer and historical bars to read/export. The data can be exported in a CSV format and the files will be stored in the folder:   \MQL5\Files . How it works Put the number of buffers to read in the Buffers_Total input parameter. Put the number of rows to display in the Rows_Total. Choose the CSV separator in the parameter. Copy the correct nam
FREE
Parabolic Multimarket Iron Fist
Wycliffe Wanjala Wanyonyi
FIRST, THIS EA IS A MULTIMARKET SCANNER AND ITS PERFORMANCE CAN ONLY EXAMINED USING VISUAL MODE (SET OPTIMIZATION TO DISABLED AND CHECK VISUAL MODE). THE EA LEVERAGE TAKE PROFITS FROM FLOATING POSITIONS IN DIFFERENT MARKETS, THIS ABILITY MAKES IT STANDOUT THIS EA IS FOR INDIVIDUALS HAVING ATLEAST $10000 IN THEIR ACCOUNT (EXPECT A DRAWDOWN OF ABOUT 10% IN WORST CASE SCENARIOS) THE EA IS GOOD FOR PROP FIRMS IF YOUR ACCOUNT IS ABOUT 1K, use this EA instead  https://www.mql5.com/en/market/product/14
Ksm mt5
Andriy Sydoruk
5 (1)
Ksm: Smart Solution for Automated Forex Trading Ksm is a tool designed for automating Forex trading, using modern methods of time-series data analysis to work with multiple currency pairs across different timeframes. Key Features and Benefits Multi-currency support : Ksm enables trading across multiple currency pairs, helping traders adapt their strategies to various market conditions. New currency pairs can be easily added. Time-series data analysis : Utilizing advanced algorithms, Ksm analyze
Mac Rider Gold
Ignacio Agustin Mene Franco
MacRider GOLD is a professional grid-based Expert Advisor (EA) specifically designed for XAUUSD (Gold). It combines MACD signal filtering with dynamic trailing stops and advanced money management. The EA uses the MACD indicator to detect trend direction before placing pending orders, filtering out low-quality entries and focusing on high-probability setups. The grid system places BUY STOP and SELL STOP orders at configurable distances, while automatic profit closing and dynamic trailing stops
The Bitcoin Reaper
Profalgo Limited
3.71 (34)
LAUNCH PROMO: Only a very limited number of copies will be available at current price! Final Price: 999$ NEW (from 349$) --> GET 1 EA FOR FREE (for 2 trade account numbers). Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here LIVE SIGNAL LIVE SIGNAL V2.0 UPDATE 2.0 INFO Welcome to the BITCOIN REAPER!   After the Tremendous success of the Gold Reaper, I decided it is time to apply the same winning principles to the Bitcoin Market, and boy, does it look promising!   I have been
Diamond EA MT5
AL MOOSAWI ABDULLAH JAFFER BAQER
• Please test the product in the Strategy Tester before purchasing to understand how it works. • If you face any issues, contact me via private message—I’m always available to help. • After purchase, send me a screenshot of your order to receive a   FREE EA   as a gift. Minimum deposit is 1000$ , or 1000 Cent = 10$. (Recommended 1500$) Every 1000$ = 0.01 Lot. Please stick to the rules, as we want you to win, win and win! (Trading is risky, and there are no guarantees for winning)            
EMA ReversalScout EA
AL MOOSAWI ABDULLAH JAFFER BAQER
• Please test the product in the Strategy Tester before purchasing to understand how it works. • If you face any issues, contact me via private message—I’m always available to help. • After purchase, send me a screenshot of your order to receive a   FREE EA   as a gift. Discover the Power of Counter-Trend Trading The EMA ReversalScout EA is designed for traders who seek precision and flexibility in identifying reversal opportunities. This Expert Advisor leverages the power of Exponential Movin
EMA PriceSync EA
AL MOOSAWI ABDULLAH JAFFER BAQER
• Please test the product in the Strategy Tester before purchasing to understand how it works. • If you face any issues, contact me via private message—I’m always available to help. • After purchase, send me a screenshot of your order to receive a   FREE EA   as a gift. EMA PriceSync EA - Your Ultimate Trading Companion! Unlock the Power of EMA Crossovers: The EMA PriceSync EA identifies profitable trading opportunities by analyzing EMA (Exponential Moving Average) crossovers. It synchronizes
EMA CrossPro EA
AL MOOSAWI ABDULLAH JAFFER BAQER
5 (2)
• Please test the product in the Strategy Tester before purchasing to understand how it works. • If you face any issues, contact me via private message—I’m always available to help. • After purchase, send me a screenshot of your order to receive a   FREE EA   as a gift. Introducing EMA CrossPro EA: The Ultimate Trend-Following Solution! Take your trading to the next level with EMA CrossPro EA, a sophisticated yet user-friendly Expert Advisor designed to maximize profits in trending markets. Th
EMA TrendForce EA
AL MOOSAWI ABDULLAH JAFFER BAQER
• Please test the product in the Strategy Tester before purchasing to understand how it works. • If you face any issues, contact me via private message—I’m always available to help. • After purchase, send me a screenshot of your order to receive a   FREE EA   as a gift. Introducing EMATrendForce: The Powerful EMA Trend Strategy EA Are you looking to take your trading to the next level? Look no further! The EMATrendForce EA is designed to help you harness the power of Exponential Moving Averages
EMA MultiFlex EA
AL MOOSAWI ABDULLAH JAFFER BAQER
• Please test the product in the Strategy Tester before purchasing to understand how it works. • If you face any issues, contact me via private message—I’m always available to help. • After purchase, send me a screenshot of your order to receive a   FREE EA   as a gift. EMA MultiFlex EA – Your Path to Trading Excellence! Take control of your trading strategy and optimize it your way! Why EMA MultiFlex EA? This Expert Advisor (EA) is designed with flexibility and performance in mind, empowering
Buyers of this product also purchase
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (208)
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 characteristics bef
Forex Trade Manager MT5
InvestSoft
4.98 (647)
Welcome to Trade Manager MT5 - the ultimate risk management tool designed to make trading more intuitive, precise, and efficient. This is not just an order placement tool; it's a comprehensive solution for seamless trade planning, position management, and enhanced control over risk. Whether you're a beginner taking your first steps, an advanced trader, or a scalper needing rapid executions, Trade Manager MT5 adapts to your needs, offering flexibility across all markets, from forex and indices t
TradePanel MT5
Alfiya Fazylova
4.87 (153)
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. Attention! Discounts are limited in time, every Tuesday the price will increase by $5 (up to $100). Before making a purchase, you can test the demo version on a demo account. Download the trial version of the application for a demonstration account: https://www.mql5.com/en/blogs/post/750865 . Full instructions here . Trade. Allows you t
Beta Release The Telegram to MT5 Signal Trader is nearly at the official alpha release. Some features are still under development and you may encounter minor bugs. If you experience issues, please report them, your feedback helps improve the software for everyone. Telegram to MT5 Signal Trader is a powerful tool that automatically copies trading signals from Telegram channels or groups directly to your MetaTrader 5 account. It supports both public and private Telegram channels, and you can conn
FarmedHedge Pair Trading Dashboard
Tanapisit Tepawarapruek
5 (4)
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) MULTI-ASSET SUPPORT Trade any asset available on your broker - Forex: Major, Minor, Exotic pairs - Crypto: BTC, ETH, XRP, SOL, BNB - Stocks: Apple, Tesla, Amazon, Google, etc. - Commodities: Gold, Silver, Oil, Gas - Indices: US30, NAS100, SPX500, DAX40 - Any CFD your broker offers VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https:/
HINN Lazy Trader
ALGOFLOW OÜ
5 (2)
Limited time offer: 20% off for a few days only!  - Annual subscription $360 instead of $450  - Lifetime plan $550 instead of $690 The core idea: using the user interface, you configure the parameters the chart must meet before entering a position (or positions), choose which entry models to use, and set the rules for when trading and planning should end. Lazy Trader  handles the rest: it  takes over all the routine chart watching and execution! full description  :: 3 key videos [1] ->  [2]   -
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.82 (34)
Professional Trade Copier for MetaTrader 5 Fast, professional, and reliable trade copier for MetaTrader . COPYLOT allows you to copy Forex trades between MT4 and MT5 terminals with support for Hedge and Netting accounts. COPYLOT MT5 version supports: - MT5 Hedge to MT5 Hedge - MT5 Hedge to MT5 Netting - MT5 Netting to MT5 Hedge - MT5 Netting to MT5 Netting - MT4 to MT5 Hedge - MT4 to MT5 Netting MT4 version Full Description +DEMO +PDF How To Buy How To Install How to get Log Files H
Footprint Chart Pro — Professional OrderFlow EA for MetaTrader 5 Version 6.34 | Professional tool for real traders | Institutional-Grade Visualization DEMO USERS - PLEASE SELECT EVERY TICK / REAL TICK WHEN TESTING AND YOU HAVE DOWNLOADED HISTORICAL DATA. IF YOU SEE A WAITING SCREEN AND IT IS NOT DOWNLOADING, IT MEANS YOU HAVE LOW HISTORICAL DATA. TRY 1 MIN AND 5 MIN FIRST ON 1 DAY DATA. ONE DAY DATA SHOULD BE THE NEWEST AND MOST CURRENT DATE. PLEASE WAIT UNTIL THE MARKET HAS ROLLED OVER PERIOD.
Copy Cat More Trade Copier MT5 is a local trade copier and 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 a 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 market and pending orders, trade modifications, pa
The product will copy all telegram signal to MT5 ( which you are member) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal,  s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to s
Timeless Charts
Samuel Manoel De Souza
5 (4)
Timeless Charts is an advanced charting solution designed for professional traders seeking for custom charts / custom timeframes , including seconds charts / seconds timeframe, renko charts / renko bars, cluster charts / footprint charts and advanced tools present in most of the popular platforms. Unlike traditional offline charts or simplistic custom indicators, this solution constructs fully custom bars with true timestamp accuracy , down to miliseconds, allowing for a powerful and precise tr
Anchor Trade Manager
Kalinskie Gilliam
5 (2)
Anchor: The EA Manager A coordination system for traders running multiple EAs. Anchor ensures only one EA can trade at a time, preventing conflicting positions and keeping your portfolio safer. Attach Anchor to any chart. Configure your EAs and their magic numbers. Anchor handles the rest. Built for portfolios. Built for discipline. Built for prop firms. The Problem Running multiple EAs on the same account creates risk. Two gold EAs can open opposite positions on the same candle. Three EA
Helios Pulse
Jonathan Mboya Kinaro
Helios Pulse v1.03 — Real-Time Probability Dashboard for Manual Traders Helios Pulse transforms how you read the market. Instead of juggling multiple indicator windows and conflicting signals, you get one clear answer: a live probability percentage showing the market's directional bias right now, updated continuously with every tick. This is not another signal arrow panel. Helios Pulse is a probability engine that measures the degree of agreement across multiple technical dimensions and delivers
MT5 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 ] [ MT4 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
EA Auditor
Stephen J Martret
5 (1)
EA AUDITOR — EA and Signal Verification Tool for MetaTrader 5 EA Auditor is an independent analysis tool for traders evaluating Expert Advisors and trading signals on MetaTrader 5. It audits backtest reports, reviews posted developer signals, and cross-verifies the two against each other to help traders assess strategies before committing capital. The MQL5 market offers a wide range of Expert Advisors from many developers, with varying approaches, quality, and transparency. EA Auditor provides a
Trader Evolution
Siarhei Vashchylka
5 (7)
" Trader Evolution " - A utility designed for traders who use wave and technical analysis in their work. One tab of the utility is capable of money management and opening orders, and the other can help in making Elliott wave and technical analysis. Manual (Be sure to read before purchasing) | Version for MT4 Advantages 1. Trading in a few clicks. Immediate and pending orders are available in the panel 2. Money management. The program automatically selects the appropriate lot size 3. Simplifies
Trade Manager DashPlus
Henry Lyubomir Wallace
5 (13)
DashPlus is an advanced trade management tool designed to enhance your trading efficiency and effectiveness on the MetaTrader 5 platform. It offers a comprehensive suite of features, including risk calculation, order management, advanced grid systems, chart-based tools, and performance analytics. Key Features 1. Recovery Grid Implements an averaging and flexible grid system to manage trades during adverse market conditions. Allows for strategic entry and exit points to optimize trade recovery
Poc Breakout Signal: The Ultimate Institutional Order Flow & Price Action System Elevate your trading with Poc Breakout, a comprehensive technical analysis tool designed to bridge the gap between retail trading and institutional market understanding. This all-in-one system combines powerful Buy/Sell signals, advanced Volume Profile analysis, real-time Order Flow (Depth of Market), and critical macroeconomic data to give you a clear, unambiguous edge in the markets. Poc Breakout Signal decodes c
Ultimate Trailing Stop EA MT5
BLAKE STEVEN RODGER
4.13 (8)
This EA Utility allows you to manage (with advanced filtering) unlimited open orders (manual or EA) with 16 trailing stop methods: fixed, percent, ATR Exit, Chandelier Exit, Moving Average, Candle High Low Exit, Bollinger Bands, Parabolic, Envelope, Fractal, Ichimoku Kijun-Sen, Alligator, Exit After X Minutes or Bars, RSI and Stochastic. The trailing stop can be either real or virtual, and you can exit fully or with a partial close percent on touch or bar close.  Moreover, you can add (override
Smart Stop Scanner – Multi-Asset Stop-Loss Intelligence for Modern Traders Overview The Smart Stop Scanner brings professional stop-loss monitoring to every chart. It analyzes market structure, detects meaningful breakouts, and identifies the most relevant protective levels across Forex, Gold, Indices, Metals, Crypto, and more. All results appear inside one clean, DPI-aware dashboard designed for clarity, speed, and instant decision-making. How Stop-Loss Levels Are Identified Instead of rely
Trade Manager DaneTrades
Levi Dane Benjamin
4.28 (29)
DaneTrades Trade Manager is a professional trade panel for MetaTrader 5, designed for fast, accurate execution with built‑in risk control. Place market or pending orders directly from the chart while the panel automatically calculates position size from your chosen risk, helping you stay consistent and avoid emotional decision‑making. The Trade Manager is built for manual traders who want structure: clear risk/reward planning, automation for repeatable management, and safeguards that help reduc
Ultimate Extractor
Clifton Creath
5 (9)
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. !!!!!it is not compatible with Cloud!!!! For the online version please reach out to me directly****** Ultimate Extractor transforms your MetaTrader 5 trading history into actionable insights with comprehensive analytics, interactive charts, and real-time performance tracking. What It Does Automatically analyzes your MT5 trading history across all Expert Advisors and generates
Custom Alerts MT5
Daniel Stein
5 (8)
Custom Alerts: Monitor Multiple Markets and Never Miss a Key Setup Overview Custom Alerts is a dynamic solution for traders who want a consolidated way to track potential setups across multiple instruments. By integrating data from our flagship tools—such as FX Power, FX Volume, FX Dynamic, FX Levels, and IX Power— Custom Alerts automatically notifies you of crucial market developments without juggling multiple charts or missing prime opportunities. With support for all asset classes your brok
The News Filter MT5
Leolouiski Gan
4.77 (22)
This product filters   all expert advisors and manual charts   during news time.  It is able to remove any of your EA during news and automatically reattach them after news ends. This product also comes with a complete  order management system   that can handle your open positions and pending orders before the release of any news. Once you purchase   The News Filter , you will no longer need to rely on built-in news filters for future expert advisors, as this product can filter them all from her
Bots Builder Pro MT5
Andrey Barinov
4.17 (6)
This is exactly what the name says. Visual strategy builder . One of a kind. Turn your trading strategies and ideas into Expert Advisors without writing single line of code. Generate mql source code files with a few clicks and get your fully functional Expert Advisors, which are ready for live execution, strategy tester and cloud optimization. There are very few options for those who have no programming skills and can not create their trading solutions in the MQL language. Now, with Bots Builde
ManHedger MT5
Peter Mueller
4.83 (6)
THIS EA IS A SEMI-AUTO EA, IT NEEDS USER INPUT. Manual & Test Version Please TEST this product before BUYING  and watch my video about it. The price of the ManHedger will increase to 250$ after 20 copies sold. Contact me for user support or bug reports or if you want the MT4 version! MT4 Version  I do not guarantee any profits or financial success using this EA. With this Expert Advisor, you can: Implement your own Zone Recovery strategy to capitalize on trending markets. Create Grid trading s
YuClusters
Yury Kulikov
4.93 (43)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
AntiOverfit PRO MT5
Enrique Enguix
5 (3)
Before you buy an EA, check whether it really holds up or just got lucky in a backtest. Most robots are sold with a beautiful backtest. Rising equity curve. Good profit factor. Very few doubts. And yet, many of those EAs fall apart as soon as the market stops moving the way it did in that historical run. Why? Because a backtest only proves one thing: that the strategy worked on one specific price path. It does not prove it will hold up under different paths. It does not prove it is robust. And i
VOLUME BUBBLES ORDERFLOW FOOTPRINT PROFESSIONAL Expert Advisor for MetaTrader 5 Complete Feature Documentation Introduction: Volume Bubbles OrderFlow Footprint Professional is an advanced order flow visualization tool designed for the MetaTrader 5 platform. It provides institutional-grade market analysis through real-time volume bubbles visualization, volume profiling, and sophisticated order flow analysis. This Expert Advisor transforms raw market data into actionable trading intelligence, hel
Telegram To MT5 Receiver
Levi Dane Benjamin
4.31 (16)
Copy trade signals from Telegram channels you already belong to (including private and restricted channels) directly into MetaTrader 5. Set your risk rules once, monitor execution, and manage positions with built-in protections designed to reduce mistakes and overtrading. Fast setup : configure your channels, select what to copy, and start within minutes using a clean on-chart interface. User Guide + Demo | MT4 Version | Discord Version Who this is for Traders who follow one or more signal provi
More from author
Pips Scalper Gold
Hayyu Imam Muhammad
High-Precision. High Profit Factor. High Win Rate Pips Scalper Gold (MT5) FREE Version  is an EA specifically designed for XAUUSD. You can still use it on demo or real account and can be run with both 2-digit and 3-digit brokers for the XAUUSD pair. It uses various filters before executing trades. Due to its strict entry filter, it won't place daily orders. It only executes a few trades per week to maintain high precision. If you're very patient and want maximum results, this EA is perfect for
FREE
High-Precision. High Profit Factor. High Win Rate PipsPro Scalper Gold (MT4) is an EA specifically designed for XAUUSD. It can be run with both 2-digit and 3-digit brokers for the XAUUSD pair. It utilizes various filters before executing trades. Due to its stringent entry filters, this EA won't place orders daily. It only executes a few trades per week to maintain high precision. If you're very patient and want maximum results, this EA is perfect for you. Specifications: Symbol: XAUUSD* | Time
PipsPro Scalper Gold
Hayyu Imam Muhammad
High-Precision. High Profit Factor. High Win Rate [BACKTESTED] 2025.01.01 - 2026.04.22 --> The results are attached below. *This is the only product for the XAUUSD* pair, there's nothing else besides the FREE Version. Therefore, all additional features and strategies in future updates will be included in this product . Published at 2026.04.18 |   RELEASE PRICE $259 USD PipsPro Scalper Gold (MT5) Full Version  is an EA specifically designed for XAUUSD. It can be run with both 2-digit and 3-dig
EtherPro Scalper
Hayyu Imam Muhammad
High-Precision. High Profit Factor. High Win Rate [BACKTESTED] 2025.01.01 - 2026.04.21 --> The results are attached below. *This is the only product for the ETHUSD* pair. Therefore, all additional features and strategies in future updates will be included in this product . Published at 2026.04.22 |   RELEASE PRICE $359 USD EtherPro Scalper (MT5) Full Version is an EA designed specifically for ETHUSD*. This is the second EA we've published. Its core logic is almost identical to the previous on
Remote Trade Copier is a single-file MT5 Expert Advisor designed to copy trades remotely between MetaTrader terminals running on different VPS or PC environments through a PHP relay API. The EA can work as Sender (Host) , which sends trade activity from the source terminal, or as Receiver (Client) , which receives and reproduces that activity on the target terminal. It is built to copy market orders, SL/TP changes, and pending-order activity with flexible controls for symbol mapping, direction m
Filter:
No reviews
Reply to review