PulseCopier MT5

PulseCopier copies trades between MetaTrader terminals running on the same Windows PC or VPS. 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 PulseCopier MT4 to cover all four combinations: MT5>MT5, MT4>MT5, MT5>MT4, MT4>MT4.

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 PulseCopier, set Mode = MASTER.
  2. Each destination terminal: attach PulseCopier, 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 MT4 terminals you also need PulseCopier MT4

Notes

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

Recommended products
King Trade Copier
Mohammed Maher Al-sayed Mohammed Ahmed Saleh
KingCopier – Lightning-Fast Local Trade Copier for MetaTrader (Master + Slave) KingCopier 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 see the real cop
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
Trade copier MT5
Alfiya Fazylova
4.58 (52)
Trade Copier is a professional utility designed to copy and synchronize trades between trading accounts. Copying occurs from the account / terminal of the supplier to the account / terminal of the recipient, which are installed on the same computer or VPS . PROMOTION - If you have already purchased the "Trade Copier MT5," you can receive the "Trade Copier MT4" for free (for copying MT4 > MT5 and MT4 < MT5). For more detailed information about the conditions, please contact us via private message
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
Copy Local Pro
Algori Systems FZ-LLC
Copy Local Pro — Ultra Fast MT5 Local Trade Copier Copy Local Pro is a high-speed local trade copier for MetaTrader 5 that instantly replicates trades between multiple MT5 accounts on the same PC or VPS. Overview Execute trades on one account and automatically copy them to multiple accounts in real time. The copier runs entirely locally, providing ultra-low latency, stable execution, and full control over risk management without external servers. Key Features Fast local trade copying with near-
Auto Trade Copier for MT5
Vu Trung Kien
4.56 (27)
Auto Trade Copier is designed to copy trades to multiple MT4, MT5 and cTrader accounts/terminals with 100% accuracy. The provider and receiver accounts must be on the same PC/VPS. With this tool, you can copy trades to receiver accounts on the same PC/VPS. All trading actions will be copied from provider to receiver perfectly. This version can be used on MT5 accounts only. For MT4 accounts, you must use Auto Trade Copier (for MT4). Reference: - For MT4 receiver, please download Trade Receiver Fr
Mt5TradeCopier
Mcblastus Gicharu Ndiba
Forex Trade copier MT5.  It copies forex trades, positions, orders from any accounts to any other account,  MT5 even multiple accounts. The unique copying algorithm exactly copies all trades from the master account to your client account. It is also noted for its high operation speed and Tough error handling. It also can copy from demo account to live account too. It is one of the best free trade copiers that can do ,  MT5 or to multiple accounts  MT5 to multiple accounts  Features of Trade Copi
HMA Scalper Pro EA
Vladimir Shumikhin
5 (2)
HMA Scalper Pro EA — Automated Trading Advisor Based on Hull Moving Average (HMA) for MetaTrader 5 OVERVIEW HMA Scalper Pro EA is a professional trading robot (Expert Advisor) for MetaTrader 5 that trades in the direction of the Hull Moving Average (HMA). The HMA indicator determines the current trend direction, and the EA opens trades in that direction, enhanced by Smart Risk capital management, adaptive grid trading, trailing stop, breakeven, and time filters. The EA supports both Netting a
Indicator shows balance curves based on magic number for portfolio analysis. It allows to visually estimate different strategies performance on a single symbol. Any of magic number can be hidden by clicking on the value in legend. Parameters: HideAllOnStart - all magics are hidden and can be activated by clicking on its value; MAMode - shows average profit from trades; MAPeriod - Moving average period; Magics - a string with magic numbers separated by comma like "1,2,123". If this field is empty
Server Link >> h ttps://www.mql5.com/en/market/product/160109 CopyTrade Slave is a lightweight, reliable local trade copier for MetaTrader 5 that mirrors positions from a Master account to one or more Slave accounts using a fast shared-file mechanism. It is designed for signal providers, account managers, and traders who need precise synchronization of trades with flexible delay and lot control. ​ Main concept Role: Works as the Slave side of a local copy trading setup and receives trades fr
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
Divergent Stochastic Filter II Catch Reversals Early, Filter Noise, Trade with Confidence The Edge: Why This Stochastic is Different  Every trader knows the Stochastic oscillator. But knowing when to trust its signals, that's the real challenge. The Divergent Stochastic Filter II transforms this classic indicator into a precision reversal detection system by adding critical elements: divergence intelligence, signal filtering and exhaustion detection.  While standard Stochastic oscillators fire s
Inverted_Chart_EA Utility Expert Advisor Inverted_Chart_EA creates and maintains a mirror-inverted chart of any symbol and timeframe. It automatically generates a custom instrument (e.g. US30_INV ) and keeps its price history updated in real time, with bars mirrored around a chosen pivot. This utility gives traders a new way to analyze the market from a different perspective by flipping the chart upside down. Why use an inverted chart? Highlight hidden patterns – price formations that look ordin
PROMO: ONLY 10 LEFT AT $90! Next price:        $199 Price will be kept high to limit number of users for this strategy. This EA starts trading at the open of   London (UK) Session . It is based on analysis of advanced statistical distributions combined with short to medium term reversal patterns which have mean-reversion attributes. The EA includes several smart features and allows you to trade with a fixed or automatic lot size. The EA is not sensitive to spreads but can be backtested on both
RBreaker
Zhong Long Wu
RBreaker Gold Indicators is a short-term intraday trading strategy for gold futures that combines trend following and intraday reversal approaches. It not only captures profits during trending markets but also enables timely profit-taking and counter-trend trading during market reversals. This strategy has been ranked among the top ten most profitable trading strategies by the American magazine   Futures Truth   for 15 consecutive years. It boasts a long lifecycle and remains widely used and st
Just Copier MT5
Agung Imaduddin
4.75 (4)
"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
Reverse TradeCopier for Followers can copy trades from an account that is running   Reverse TradeCopier for Source . Features: Copies trades from one source (master) account to multiple following (slave) accounts. Allow investor (read only) password for source (master) account. There are no complicated settings and input parameters, everything is easy. Works with different brokers. Works with different quotes symbols (EURUSD_FX, eurusd_m, etc.). Can copy orders from 4-digit quotes platform to 5-
FREE
Trade Assistant 38 in 1
Makarii Gubaydullin
4.91 (23)
Multifunctional tool: Lot Calculator, Grid Orders, R/R ratio, Trade Manager, Supply and Demand zones, Price Action and much more Demo version   |   User manual Trade Assistant   doesn't work in the strategy tester : you can download the   Demo Version HERE  to test the utility . Contact me   for any questions  / ideas for improvement / in case of a bug found If you need a MT4 version, it is available here Simplify, speed up and automate your trading   process . Expand the standard terminal capa
Bober Real MT5
Arnold Bobrinskii
4.88 (16)
Bober Real MT5 is a fully automatic Forex trading Expert Advisor. This robot was made in 2014 year and did a lot of profitbale trades during this period. So far over 7000% growth on my personal account. There was many updates but 2019 update is the best one. The robot can run on any instrument, but the results are better with EURGBP, GBPUSD, on the M5 timeframe. Robot doesn't show good results in tester or live account if you run incorrect sets. Set files for Live accounts availible only for cu
Universal Trend
Maryna Shulzhenko
The Universal Trend indicator was created to detect trends in price movement and allows you to quickly determine not only the direction of the trend, but also understand the levels of interaction between buyers and sellers. The indicator works on all timeframes and currency pairs. The indicator gives fairly accurate signals and it is customary to use it both in trending and flat markets. It is advisable to use the indicator in combination with other tools for more reliable signals and making a
MACD Sniper Pro
Noppawat Tumjai
MACD Sniper Pro is an advanced automated trading system designed for traders seeking high-precision entries and robust risk management. By combining the classic momentum of MACD Crossover with a strict ADX Volatility Filter and Dynamic ATR Management , this EA completely eliminates emotional trading and filters out dangerous flat/sideways markets. Unlike standard MACD indicators that suffer during consolidation, MACD Sniper Pro verifies trend strength before entering and protects your capital us
Key Features: 200+ Fully Implemented Patterns   across all categories Advanced Market Structure Analysis Smart Money Integration   (Wyckoff, Order Blocks, Liquidity) Professional Risk Management Multi-Timeframe Analysis AI-Powered Confidence Scoring Advanced Visualization Real-time Alerts Pattern Categories: Single Candle Patterns (Hammer, Doji, Marubozu, etc.) Multi-Candle Patterns (Engulfing, Stars, Harami, etc.) Chart Patterns (Head & Shoulders, Cup & Handle, Triangles, etc.) Harmonic Pattern
FREE
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
Cyclone Intraday
Mikhail Mitin
5 (1)
How the EA works (simple explanation) Trades on M5 timeframe Uses H1 timeframe to analyze global market context Analyzes 2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol: EURUSD Timeframe: M5 Trading style: Intraday
SolarTrade Suite Financial Robot: LaunchPad Market Expert - designed to open trades! This is a trading robot that uses special innovative and advanced algorithms to calculate its values, Your Assistant in the World of Financial Markets. Use our set of indicators from the SolarTrade Suite series to better choose the moment to launch this robot. Check out our other products from the SolarTrade Suite series at the bottom of the description. Do you want to confidently navigate the world of inves
CopyIQ
Stephen Sanjeeve Sahayam
CopyIQ mirrors your trades between MetaTrader 5 terminals running on the same Windows PC - one source account feeding as many receiver accounts as you need. Everything happens locally on the one machine: no VPS, no DLLs, and no internet link between terminals to lag or break. A trade on your source account reaches every receiver in milliseconds. CopyIQ was built by studying where other local copiers let traders down - copies that arrive late, lot sizes that ignore the receiving account, symbols
Wulf BTC Bot
Riaan Adriaan Swanepoel
Wulf BTC Bot is a high-precision automated algorithmic trading system engineered for Bitcoin (BTC) on the H1 timeframe. It leverages a robust entry logic combining cyclical momentum and trend exhaustion via the Schaff Trend Cycle (STC) , dynamic breakout boundaries ( Lowest/Highest Price channels), and volatility-adaptive exits powered by ATR . The Expert Advisor is 100% Standalone , packing all custom indicators and math engines directly inside the .ex5 binary, requiring zero external dependenc
CopyMaster mt5
Evgenii Aksenov
5 (3)
This utility will allow you to copy any trades from one terminal with the Master setting to other terminals with the Slave setting At the same time, you can choose which pairs to copy, set the size of the copied order by several parameters. Set the limit losses by DrawDown or copy only profitable trades You can copy deals from MT4 or MT5 to MT4 or MT5 other brokers Now it will not be difficult to copy the signals of any Expert Advisor working in MT4 to the MT5 terminal or back Use Copy Master to
Viking Alpha DAX Ivar Edition
Valdeci Carlos Dos Passos Albuquerque
Viking Alpha DAX — Germany 40 Expert Advisor for MetaTrader 5 LAUNCH PROMO Only 10 copies at launch price. Price increases with each sale. Launch price: $297 Next price: $497 Final price: $997 Live Performance: FX Blue — Vikingtradingbots What Makes Viking Alpha DAX Different Most DAX robots fail for one simple reason: they treat the Germany 40 like a forex pair. It isn't. The DAX has a heartbeat — a specific rhythm tied to the Frankfurt Stock Exchange opening, the European session structure, an
CosmiCLab SMC FIBO CosmiCLab SMC FIBO is a professional trading indicator designed for traders who use Smart Money Concepts (SMC), market structure analysis and Fibonacci retracement levels. The indicator automatically detects market swings and builds Fibonacci levels based on the latest impulse movement. It also identifies market structure changes such as BOS (Break of Structure) and CHOCH (Change of Character), helping traders understand the current market direction. CosmiCLab SMC FIBO also pr
Buyers of this product also purchase
Trade Assistant MT5
Evgeniy Kravchenko
4.41 (216)
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 (673)
Trade Manager MT5 is an advanced position size calculator and trade management tool for MetaTrader 5, 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, crypto, or future
TradePanel MT5
Alfiya Fazylova
4.88 (167)
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. 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 to perform trading operations in one click: Open pending orders and positions with automatic risk cal
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.97 (146)
Experience exceptionally fast trade copying with the   Local Trade Copier EA MT5 . With its easy 1-minute setup, this trade copier allows you to copy trades between multiple MetaTrader terminals on the same Windows computer or Windows VPS with lightning-fast copying speeds of under 0.5 seconds. Whether you're a beginner or a professional trader, the   Local Trade Copier EA MT5   offers a wide range of options to customize it to your specific needs. It's the ultimate solution for anyone looking t
Astro Trade MT5
Indra Maulana
5 (2)
AstroTrade Trading Assistant AstroTrade is a comprehensive multi-functional trading utility developed for the MetaTrader 5 platform. It integrates essential tools for trade execution, risk management, and technical monitoring into a single unified interface. The application is designed to assist traders in managing their daily operations through a visual and structured environment. Visual Trade Execution and Risk Management The application includes a specialized trading panel that assists in c
================================================================================ POC BREAKOUT - V20.72. Full Professional Grade Toolkit ================================================================================ POC Breakout is a full MetaTrader 5 trading dashboard for discretionary traders who want breakout signals, Point of Control (POC) context, volume profiles, order flow, market structure, news, alerts, and advanced trade planning in one professional workspace. Attached directly to you
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
Telegram to MT5 Multi-Channel Copier automatically copies trading signals from your Telegram channels directly into MetaTrader 5. No bots, no browser extensions, no manual copying. You receive a signal on Telegram and the EA opens the trade on your terminal in a few seconds. The product includes two components: a Windows application that listens to your Telegram channels, and this Expert Advisor that executes the signals on your MT5 terminal. An MT4 version is also available. Setup guide and app
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
Grid Manual is a trading panel for working with grid strategies. The utility is universal, has flexible settings and an intuitive interface. It works with a grid of orders not only in the direction of averaging losses, but also in the direction of increasing profits. The trader does not need to create and maintain a grid of orders, the utility will do it. It is enough to open an order and the "Grid manual" will automatically create a grid of orders for it and will accompany it until the close. F
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.97 (35)
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
Premium Trade Manager - The Trade Panel With a Coach Built In Premium Trade Manager puts a trading coach inside your chart, with a full execution engine underneath it. Set the trade up the way you always do, then let Max, your AI trading coach, read that exact setup against your live account and give you a straight verdict before you commit: is the stop disciplined, is the risk sane, is a high-impact release minutes away, are you near a prop-firm limit. Below sits the engine that runs everything
Timeless Charts
Samuel Manoel De Souza
5 (8)
Timeless Charts is an all-in-one trading utility for professional traders. It combines custom chart types such as Seconds Charts and Renko with advanced order flow analysis using Footprints , Clusters , Volume Profiles , VWAP studies, and anchored analysis tools for deeper market insight. Trading and position management are handled directly from the chart through an integrated trade management panel , while Market Replay and Virtual Accounts provide environments for practicing trading skills and
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.
Trade Copier Ultimate
Janitha Sandaruwan Amaradasa Wickramasingha Arachchilage
5 (4)
Trade Copier Ultimate - Telegram to MT5 Signal Copier Trade Copier Ultimate automatically copies Telegram trading signals into MetaTrader 5. The EA can read signal messages, detect the symbol, order type, entry price, Stop Loss, Take Profit levels and selected update commands, then execute or manage the trade in MT5 using your lot and risk settings. It is more than a basic Telegram to MT5 copier. TCU also supports Bot API and user-account Bridge workflows, Discord signal routing, local MT5 to MT
FarmedHedge Pair Trading Dashboard
Tanapisit Tepawarapruek
5 (3)
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https://www.mql5.com/en/signals/2356404 - Farmed Hedge Yield V Copy:  https://www.mql5.com/en/signals/2357156 * Before purchasing, please feel free to send me a message if you have any questions about the product or setup. ** After purchase,  Contact me via private message to receive t
Global Investing FX Terminal
Santiago Nicolas Pla Casuriaga
The Global Investing FX Terminal is an all-in-one FX dashboard for MetaTrader 5 — CB policy rates, CFTC COT positioning, carry rankings, economic surprises, options skew, retail sentiment, and correlations, thirteen panels in total — rendered on a single zero-flicker canvas overlay and refreshing every 10 seconds from one attached EA. No external software required. Professional FX analysis requires simultaneous access to data that normally lives in separate platforms: rate derivatives, governmen
Signal Trading View to MT5 Pro
Mirel Daniel Gheonu
4.5 (2)
Signal TradingView to MT5 Pro  Instant professional execution between TradingView and MetaTrader 5 Automate your trading strategy with the most robust communication bridge between TradingView alerts and real execution in MT5. Designed for traders who demand speed, flexibility, and impeccable risk management, this Expert Advisor transforms any alert message into a precise market or limit order.   Install and TEST the TRIAL version HERE STRENGTHS AND ADVANTAGES Universal Parsing Engine (Propriet
Trading Chaos Expert
Gennadiy Stanilevych
5 (11)
This software has no equals in the world and represents a universal trade "console" covering trading signals, automated market entry, setting of Stop Loss and Take Profit, as well as Trailing Profit for multiple trades at the same time in a single open window. Intuitive control of the Expert Advisor in "three clicks" ensures a comprehensive use of all its functions on different computers, including tablets PCs. Interacting with additional signal indicators that mark the chart to give a real mark
Power Candles Strategy Scanner - Self-Optimizing Multi-Symbol Setup Finder Power Candles Strategy Scanner runs the same self-optimizing engine that powers the Power Candles indicator - on every symbol in your Market Watch, side by side. One panel tells you which symbols are statistically tradable right now, which strategy wins on each, the optimal Stop Loss / Take Profit pair, and pings you the moment a fresh signal fires. This tool is part of the Stein Investments ecosystem - 18+ tools plus Max
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
Custom Alerts AIO: All-in-One Market Scanner – No Setup Required Overview Custom Alerts AIO is the fastest and easiest way to monitor multiple markets for real-time trading signals—without any setup or extra licenses. It comes with all required Stein Investments indicators already embedded, making it the perfect plug-and-play solution for traders who value simplicity and performance. Just load it to any chart and start receiving alerts across Forex, Metals, Crypto, and Indices. Shares can be a
Welcome to ENTRY IN THE ZONE WITH SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool based on Smart Money Concepts (SMC), designed to analyze market structure, price direction, and key trading zones. It supports both Single-Timeframe Analysis and Multi-Timeframe Analysis, providing a clearer view of the overall market structure across multiple timeframes, with real-time BUY / SELL signals that do not repaint. It is designed to help filter trading op
Trade Dashboard MT5
Fatemeh Ameri
4.95 (132)
Trade Dashboard simplifies how you open, manage, and control your trades, with built-in lot size calculation. It allows you to execute trades, manage risk, and control positions directly on the chart, with tools such as partial close, breakeven, and trailing stop. Designed to reduce manual work and help you stay focused on your trading decisions. A demo version is available for testing. Detailed explanations of features are provided within the MQL5 platform. Installation instructions are include
Trade Manager DaneTrades
Levi Dane Benjamin
4.23 (30)
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
Anchor Trade Manager
Kalinskie Gilliam
5 (7)
Anchor: The EA Manager Your EAs manage their own trades. Anchor manages the account around them. Anchor gives you one place to control your EAs, manage risk and decide when trading is allowed. Any EA, any vendor, any broker or symbol. No source-code changes required. The Problem Most EAs only know what they are doing. They cannot see when another EA is already trading, when several EAs open and are stacking risk or when the account has reached your loss limit. Even using just one EA, it may not
Working Demo Download 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,
VirtualTradePad PRO SE MT5 — professional trading control center for MetaTrader 5 VirtualTradePad PRO SE is a premium chart-based trading panel and trade-management workspace for MetaTrader 5 . It is designed for traders who want faster execution, clearer position control, structured trade management, visual level planning and a professional workflow directly from the chart. This is not only a BUY / SELL panel. PRO SE combines manual trading, pending orders, position management, partial exits, b
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
Quant AI Agents
Ho Tuan Thang
5 (1)
Quant AI Agents are independent trading Expert Advisors. Instead of trading using a fixed strategy like other conventional EAs, Quant AI Agents   is a   multi-agent AI trading framework   that turns natural-language strategy prompts into live.  WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating un
Risk Manager Pro MT5
Roman Zhitnik
5 (8)
Risk Manager Pro MT5 is an account protection Expert Advisor for traders who want strict risk control inside MetaTrader 5. The utility monitors your account equity, daily and weekly results, drawdown, open positions, trade count, consecutive losses, and trading hours. When a configured limit is reached, it can automatically close positions, cancel pending orders, stop other EAs, send notifications, or close the terminal. Instead of relying on discipline during a stressful trading session, you de
More from author
Telegram to MT5 Multi-Channel Copier automatically copies trading signals from your Telegram channels directly into MetaTrader 5. No bots, no browser extensions, no manual copying. You receive a signal on Telegram and the EA opens the trade on your terminal in a few seconds. The product includes two components: a Windows application that listens to your Telegram channels, and this Expert Advisor that executes the signals on your MT5 terminal. An MT4 version is also available. Setup guide and app
Telegram to MT4 Multi-Channel Copier automatically copies trading signals from your Telegram channels directly into MetaTrader 4. No bots, no browser extensions, no manual copying. You receive a signal on Telegram and the EA opens the trade on your terminal in a few seconds. The product includes two components: a Windows application that listens to your Telegram channels, and this Expert Advisor that executes the signals on your MT4 terminal. An MT5 version is also available. Setup guide and app
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:
PulseCopier MT4
Sergio Marquez Uroz
PulseCopier   copies trades between MetaTrader terminals running on the same Windows PC or VPS. 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 t
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