MT5 Trade Copier Copy Trade MT5 EA

COPYLATOR – MT5 Trade Copier

Key Highlights

  • Advanced drawdown protection – closing, blocking, pending‑order deletion, cooldown timer.
  • Multi‑Sender / Multi‑Receiver – one‑to‑many, many‑to‑one, or many‑to‑many copying.
  • Complete trade replication – copies market orders, pending orders, SL, and TP with real‑time synchronization.
  • Automatic symbol mapping – finds correct symbols, alerts if missing, allows manual override.
  • Hedging & Netting support – auto‑detected, no manual setup.
  • Real‑time SL/TP sync – updates stops even after trade is open, including trades opened without them.
  • Flexible lot management – fixed lot, multiplier, balance‑ratio scaling, max lot cap.
  • Smart error alerts – spread, margin, symbol, filters, etc.
  • No DLL required – single‑chart installation.
  • Investor Password Support – Connect COPYLATOR to the Sender account using an Investor Password (read-only access). COPYLATOR can read and copy the Sender's trades normally, even though the Sender account cannot be traded from. The copied trades are executed on the Receiver accounts using their normal trading access.

Overview

COPYLATOR replicates trades between multiple MT5 terminals on the same computer or VPS. Supports one‑to‑many, many‑to‑one, and many‑to‑many topologies using multiple EA instances. Set Mode and SenderAccountNumber per chart – no external software needed.

Use Cases

Multi‑account trading, prop firm management, signal replication, portfolio distribution, and personal use, etc.

Key Features

Advanced Drawdown Protection

Monitors daily and total drawdown (Equity or Balance). Daily drawdown is measured from the day's highest Equity or Balance peak, depending on the selected calculation mode. Cooldown timer prevents premature reopening. Daily reset at user‑defined GMT hour. Dedicated dashboard panel (Receiver mode) shows real‑time status, percentages, and remaining cooldown.

Practical use: Even without prop firms, this acts as a safety net – automatically stops copying and closes trades if Receiver losses exceed a set percentage, regardless of Sender performance.

Important: CloseOrdersOnDrawdown controls physical closing and pending‑order deletion. If false , no closing/deletion – DrawdownAction controls blocking independently.

Multi‑Sender and Multi‑Receiver Support

Run multiple EA instances to create any topology. Each Sender needs a unique account number; each Receiver specifies its Sender via SenderAccountNumber . All instances run independently and simultaneously.

Graphical Dashboard

Displays account info, sync status, mode, latency, and Drawdown Protection panel (Receiver mode). Visible by default in Receiver mode.

Reliable Trade Replication

Copies market orders, pending orders (Limit/Stop), SL, and TP. Automatically detects Hedging or Netting accounts and applies the appropriate synchronization method.

Real‑time SL/TP Sync: Any manual SL/TP changes on the Sender – including adding stops to trades that had none – are instantly replicated to all matching Receiver trades across Hedging, Netting, and pending orders.

Reverse Trade Mode

Copies trades in reverse direction (Buy↔Sell) with automatic SL/TP adjustment.

Symbol Mapping & Risk Management

Automatic mapping finds the correct symbol; if not found, a clear warning tells you which symbol is missing and how to add it via SymbolMappings . Manual mappings (e.g., XAUUSD:XAUUSDm) also supported.

Lot management: Combine fixed lot, multiplier, balance‑ratio scaling (using the Sender/Receiver balance ratio), and max lot cap – independently or together.

Additional Features

  • Multiple Sender/Receiver terminals concurrently.
  • Custom SL/TP (copy from Sender or fixed distances).
  • Buy‑only / Sell‑only filters.
  • Day & Time filters with auto‑close at window end.
  • Maximum lot size limitation.

Complete Input Parameters

Core Settings

Parameter Description
Mode SENDER or RECEIVER.
SenderAccountNumber In Receiver mode: account to copy from. In Sender mode: ignored.
CopyPending Copy pending orders (limit/stop) along with market orders.
CopyWithReversal Reverse direction (Buy↔Sell) with auto SL/TP adjustment.
CopyStopLoss / CopyTakeProfit Enable copying SL/TP from sender.
CustomStopLoss / CustomTakeProfit Override with fixed distance in points; 0 = use sender's values.

Symbol & Filtering

Parameter Description
EnableSymbolMapping Auto‑replace sender symbols with mapped ones for receiver broker.
SymbolMappings Pair mappings (e.g., XAUUSD:Gold).
MaxSpread Maximum spread in points (not pips). For example, 30 points means 3.0 pips on a 5‑digit broker. Set to 0 to disable.
CopyLongOnly Copy only Buy (long) trades.
CopyShortOnly Copy only Sell (short) trades.

Lot & Risk Management

Parameter Description
UseBalanceRatio Scale lot size using the Sender/Receiver balance ratio.
EnableLotMultiplier Multiply Sender volume by specified factor.
LotMultiplierValue Multiplier factor.
FixedLotSize Override volume with fixed lot; 0 = use multiplier/ratio logic.
MaxLotSize Absolute lot cap.

Day & Time Filters

Parameter Description
AllowMonday … AllowFriday Enable or disable trading on each specific day (Monday–Friday).
EnableTimeFilter Restrict to daily GMT window.
StartHourGMT / StartMinuteGMT Window start.
EndHourGMT / EndMinuteGMT Window end.
CloseOrdersAtEnd Auto‑close all copied positions at window end.

Drawdown Protection (Receiver Only)

Parameter Description
EnableDrawdownProtection Master switch.
CloseOrdersOnDrawdown If true, close orders; if false, only blocking (no closing/deleting).
MaxDailyDrawdownPercent Daily loss % from peak (Equity or Balance).
MaxTotalDrawdownPercent Total loss % from initial balance.
DrawdownBasedOn EQUITY or BALANCE.
DrawdownAction Blocking behaviour – see scenarios below.
DrawdownCooldownMinutes Lock duration after trigger.
ResetHour / ResetMinute Daily reset time (GMT).

Configuration Examples

Example 1 – Fixed Lot Size:
FixedLotSize = 0.01 , EnableLotMultiplier = false , UseBalanceRatio = false .

Example 2 – Balance‑based scaling:
UseBalanceRatio = true , EnableLotMultiplier = false , FixedLotSize = 0 .

Example 3 – Copy only Buy trades:
CopyLongOnly = true , CopyShortOnly = false .

Example 4 – Full Drawdown Protection (close & block):
EnableDrawdownProtection = true , CloseOrdersOnDrawdown = true , DrawdownAction = CLOSE_ALL_BLOCK , MaxDailyDrawdownPercent = 5.0 , MaxTotalDrawdownPercent = 10.0 , DrawdownCooldownMinutes = 60 .

Drawdown Scenarios

Scenario 1 – Alert & Block only (no closing):
EnableDrawdownProtection = true , CloseOrdersOnDrawdown = false , DrawdownAction = CLOSE_ALL_BLOCK (or CLOSE_ALL_BLOCK_DELETE ). Trades not closed, new entries blocked. Pending orders not deleted when CloseOrdersOnDrawdown = false , regardless of DrawdownAction .

Scenario 2 – Full close & block:
CloseOrdersOnDrawdown = true , DrawdownAction = CLOSE_ALL_BLOCK . All positions closed, pending orders deleted, new entries blocked.

Scenario 3 – Close only (no blocking):
CloseOrdersOnDrawdown = true , DrawdownAction = CLOSE_ALL . Positions closed, pending orders deleted, new entries allowed immediately.

Scenario 4 – Alert only (no action):
CloseOrdersOnDrawdown = false , DrawdownAction = CLOSE_ALL . No trades are closed, no pending orders are deleted, and new entries are not blocked. Only a visual alert is shown.

Supported Trade Types

Market orders (Buy/Sell), pending orders (Buy Limit, Sell Limit, Buy Stop, Sell Stop), direction filtering (Long‑only / Short‑only).

Account Type Support

COPYLATOR supports all  Forex account types, including ECN, etc. In general, accounts are categorized into two main types, both of which are fully supported:

  • Hedging accounts: Full support for all features including Reverse Mode, pending order replication, and individual ticket‑based copying.
  • Netting accounts: Only one position per symbol is allowed. Some features such as Reverse Mode and pending order replication may not be applicable and will be automatically ignored or adjusted by the EA to prevent errors. The system handles this seamlessly without requiring manual intervention.

SL/TP Modification: Add or modify SL/TP at any time, even after trade open. Works identically across Hedging, Netting, and pending orders.

Best Practices

  • Set drawdown protection conservatively (e.g., 3–5% daily, 8–10% total) and test on demo.
  • Run terminals continuously – use a VPS for 24/7 operation.
  • Use time filters to avoid low‑liquidity hours.

Installation & Quick Start

Step 1 – Sender: Attach EA, set Mode = SENDER , enable AutoTrading.

Step 2 – Receiver(s): Attach EA, set Mode = RECEIVER , enter SenderAccountNumber , enable AutoTrading.

Step 3 – Verify: Sender dashboard shows connected Receivers. Open a trade – it appears on all Receivers.

Notes: One chart per terminal. Restart after config changes. Test on demo first.

Conclusion

COPYLATOR offers advanced drawdown protection, flexible lot management, real‑time SL/TP sync, and a full graphical dashboard. With auto‑detection of Hedging/Netting, smart error handling, and no external dependencies, it provides reliable trade replication across a wide range of MT5 brokers and account setups.

Important Notes

  • All terminals must remain running.
  • Each Sender must have a unique account number; each Receiver must specify the correct SenderAccountNumber .
  • If the automatic symbol mapping fails to find a symbol, the EA will display a clear warning message. You can manually add the missing symbol pair in the SymbolMappings field using the format SenderSymbol:ReceiverSymbol (e.g., XAUUSD:XAUUSDm ). This ensures that trades are copied correctly even when broker symbols differ.
  • The MaxSpread parameter is measured in points, not pips. For example, on a 5‑digit broker, 30 points equals 3.0 pips. Set to 0 to disable spread filtering.
  • On Netting accounts, some features such as Reverse Mode and pending order replication may not be applicable due to the single‑position‑per‑symbol limitation. The EA automatically detects this and handles it seamlessly without manual intervention.

Recommended products
LT Rainbow Trend
Thiago Duarte
5 (1)
== LT RAINBOW TREND - THE TREND INDICATOR WITH 36 MOVING AVERAGES == OVERVIEW LT Rainbow Trend is an advanced technical trend analysis indicator that utilizes 36 simultaneous Moving Averages with a smart color system (Rainbow). Developed for traders who want to trade in the direction of the main trend with maximum visual clarity, the indicator transforms the complexity of multi-timeframe analysis into a simple, colorful, and highly intuitive visualization. Ideal for traders who understand that
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
Overview Mirror Signals Service EA (Text only)   is a powerful monitoring Expert Advisor that automatically sends   real-time Telegram notifications   for all important trade events on your MetaTrader 5 account. It is engineered specifically for   signal providers ,   trade-copier operators ,   auditors ,   educators , and   professional trading services   that require immediate, detailed, and reliable reporting. Everything from   entries, exits, SL/TP changes, comment changes, trailing sto
KMB Smart Pattern Analyzer PRO
Karwan Msto Mohammed Mohammed
Product Overview KMB Smart Pattern Analyzer PRO is an advanced technical analysis indicator designed to detect and rank high-probability market patterns inside a user-defined chart range. The indicator combines multiple analysis engines in one professional tool: Candlestick pattern analysis Classic chart pattern recognition Harmonic structure detection Smart market structure / SMC-style analysis Instead of showing random signals across the full chart, the indicator allows the user to focus on a
Net Z
Sugianto
5 (1)
NET Z uses a very well-known trend reversal technique to determine position entry with slight modifications by using virtual trade techniques and virtual pending orders so that position entry is not too early or too late. Why NETZ? NET Z does not require complicated settings and is easy to use because user only need to upload a set file that is already available. Currently there are set files for 20 fx pairs. The best GRID EA with the ability to control risks. I will share my personal daily rou
TradePilotmt5
Hossein Khalil Alishir
TradePilot Expert Advisor (EA) for MetaTrader 5 TradePilot is a professional and user-friendly Expert Advisor (EA) for MetaTrader 5 (MT5) . It simplifies automated trading , risk management , and trade execution with a smart trading panel . Perfect for beginners and experienced traders looking for a reliable trade manager EA with automated lot size calculation and smart position management. Key Advantages User-Friendly Trading Panel: Customizable panel with buttons and hotkeys for fast ex
Imagine flying a real aircraft without ever stepping into a flight simulator. That's what trading is like. You have to simulate your strategy before you can take it to a live market. It is good if you can simulate things speedily before even stepping into any live market, or before coming up with an automated system.  People don't have all day to stare at a higher timeframe chart until the entry signal finally arrives. That's why I built this so that you can simulate your strategy with speed. Th
FREE
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
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
Crypto_Forex Indicator "WPR with 2 Moving Averages" for MT5, No Repaint. - WPR itself is one of the best oscillators for scalping. - "WPR and 2 Moving Averages" Indicator allows you to see Fast and Slow Moving Averages of WPR oscillator. - Indicator gives opportunities to see the price corrections very early. - It is very easy to set up this indicator via parameters, it can be used on any time-frame. - You can see Buy and Sell entry conditions on the pictures. - With PC and Mobile alerts on WP
One of the number sequences is called "Forest Fire Sequence". It has been recognized as one of the most beautiful new sequences. Its main feature is that this sequence avoids linear trends, even the shortest ones. It is this property that formed the basis of this indicator. When analyzing a financial time series, this indicator tries to reject all possible trend options. And only if he fails, then he recognizes the presence of a trend and gives the appropriate signal. This approach allows one t
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
SDZ Trend Pro
Van Toan Nguyen
Overview SDZ Trend Pro is a professional Expert Advisor work for all symbol, recommend  XAUUSD (Gold) trading on the H1 timeframe . It combines dynamic price action patterns, EMA filters, and strict session-based trading logic to identify precise market entries with optimal risk control. This EA is ideal for traders who prefer structured, time-filtered trading during active market hours. ️ Core Features Dynamic Stop Loss (SL) logic Automatically sets SL based on candle pattern Chooses the
HAS RSI Signal — Professional Trend Indicator with SL/TP Calculation HAS RSI Signal is a powerful trading tool that combines time-tested classics with modern noise-filtering algorithms. The indicator analyzes the market through the prism of Heiken Ashi Smoothed candles and the RSI oscillator, providing clear entry signals at trend reversals or when exiting overbought/oversold zones. Key Advantages: Double Filtration: Using Heiken Ashi Smoothed eliminates market "noise," while RSI confirms the mo
Bastion is a monitor-and-close-only risk manager for prop-firm traders. It watches your account against your firm's daily-loss and maximum-drawdown limits in real time and force-closes your open positions BEFORE you cross a line. It never opens a trade of its own, so it stays fully within the tools allowed by FTMO, FundedNext, The5ers, FTUK and FXIFY. Why traders fail challenges A large share of failed evaluations end on a single daily-loss breach: a moment of inattention, a news spike, one tra
Key Benefits at a Glance: Lorentzian ML signal generation Majority voting across 3 timeframes Automatic market regime detection Smart equity recovery with group profit targets 1% risk‑based adaptive lot sizing ATR‑based dynamic SL/TP & trailing Emergency drawdown cut Live on‑chart info panel Hybrid Lorentzian Gold ML EA v2.0 – Intelligent Adaptive Trading for XAUUSD Next‑Gen Machine Learning Core A Lorentzian KNN classifier analyzes 5 normalized features (RSI, WaveTren
FREE
Overview Mirror Signals EA is a powerful monitoring Expert Advisor that automatically sends real-time Telegram notifications for all important trade events on your MetaTrader 5 account. It is engineered specifically for signal providers , trade-copier operators , auditors , educators , and professional trading services that require immediate, detailed, and reliable reporting. Everything from entries, exits, SL/TP changes, comment changes, trailing stop activations, pending order modifications
Overview Candle Timer Countdown Pro displays a smooth, accurate countdown to the close of the current candle, accompanied by a circular progress arc that gives you an instant visual sense of time remaining. Unlike other timers that freeze between ticks or drift out of sync, this indicator uses server time interpolation to deliver a stutter-free countdown on every timeframe from M1 to MN. Whether you trade scalping setups on the 1-minute chart or swing positions on H4, knowing exactly when the cu
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
Expert TP SL v04
Mikhail Ostashov
Expert TP SL v04 - Professional Trading Assistant with AI Motivation System Advanced manual trading tool with automatic risk management, overtrading protection, and intelligent psychological support for disciplined trading. PRODUCT OVERVIEW Expert TP SL v04 is a comprehensive trading assistant designed for manual traders who want to maintain emotional discipline while automating risk calculations. This isn't just another order placement tool - it's a complete trading psychology system that pr
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
# TradeRoad Risk Panel Advanced TradeRoad Risk Panel Advanced is a MetaTrader 5 utility panel designed to help traders prepare and monitor their risk before and during a trading session. It does not open trades automatically, does not provide trading signals, and does not promise results. Its purpose is simple: make risk, drawdown and trading discipline easier to read directly on your MT5 chart. ## Main features - Position size / lot calculation based on planned risk - Risk amount and risk
Account Monitor Pro — Your Ultimate Trade Statistics Hub Account Monitor Pro is a professional information dashboard designed for traders who combine Expert Advisors (EAs) and manual trading. The indicator separates statistics in real-time based on your Magic Number, allowing you to clearly see who is driving the profit: the algorithm or yourself. Key Features: Split Monitoring: Instant separation of "Robot" positions (by Magic Number) and "Manual" trades. Multi-language Support: 11 languages in
FREE
The Gold Buyer
Moses Aboliwen Aduboa
Ride the Gold Trend with a Simple Buy-Only EA The  EA is a fully automated Buy-Only Expert Advisor for MetaTrader 5. It is designed to capture upward market opportunities with safe risk management and seamless execution. Why Traders Choose It: Best performance on Gold (XAUUSD) – highly liquid and trending. Buy-Only EA – focuses purely on long positions. Plug & Play setup – attach and let it trade automatically. Built-in Stop Loss & Take Profit protection. Smart one-position contro
Grid Trading EA is a semi-automated one-click trading EA for both Normal Trading and Grid/Martingale Trading . Normal Trading Simply click Buy or Sell directly from the chart. The EA will automatically manage trades by: Setting Stop Loss and Take Profit Managing Trailing Stop Grid / Martingale Trading (For Hedging Account Type Only) When Grid Trading mode is enabled, the EA will automatically open additional grid orders at specified distances while increasing the lot size based on your settings.
===  Smart Trade Assistant Pro for MT5  === The Forex market is full of EAs that try to trade automatically for you. But in the end, many of them fail because they do not understand your personal trading style, market perspective, or unique strategy. The best trading decisions come from your own experience. You decide when to enter the market. You control the risk. You manage the trade using your own strategy and confidence. However, most traders face the same problem... When the market sta
Truvana Trend Campaign Manager EA (TCM) Advanced Basket Management & Profit Locking Tool for Trend Traders Short Description Turn strong trends into managed campaigns. Truvana TCM is a professional trade management EA designed for traders who already know how to identify trends and execute entries. The EA automatically manages basket expansion, validates risk before adding positions, and locks profits using a broker-side Basket Stop Price (BSP). No martingale. No grid recovery. No signal genera
About the Indicator This indicator is based on Monte carlo simulations on the closing prices of a financial instrument. By definition, Monte carlo is a statistical technique used to model the probability of different outcomes in  a process that involves random numbers based on previously observed outcomes. How does it Work? This indicator generates multiple price scenarios for a security by modelling random price changes over time based on historical data. Each simulation trial uses random vari
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
Supply and Demand DE inspired EA Professional Supply & Demand Zone Trading System with Multi-Timeframe Confirmation Overview This advanced Expert Advisor automatically identifies and trades high-probability Supply and Demand zones using institutional trading principles. The EA combines classical supply/demand zone detection with modern confirmation filters including Break of Structure (BoS), Fair Value Gaps (FVG), and higher timeframe validation. 5m chart Setfile link: https://drive.google.com/
FREE
Buyers of this product also purchase
================================================================================ 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
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
FarmedHedge Pair Trading Dashboard
Tanapisit Tepawarapruek
5 (3)
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:/
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
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
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
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.
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
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
EasyInsight AIO MT5
Alain Verleyen
4.92 (12)
EASY Insight AIO – All-In-One Power for AI-Driven Trading Want to skip the setup and start scanning the entire market – Forex, Gold, Crypto, Indices, and even Stocks – in seconds? EASY Insight AIO is the complete plug-and-play solution for AI-powered trade analysis. It includes all core Stein Investments indicators built-in and automatically exports clean, structured CSV files – perfect for backtesting, AI prompts, and live market decision-making. No need to install or configure indicators manu
AI Agents Supervisor
Ho Tuan Thang
5 (1)
AI Agent Supervisor is NOT an Expert Advisor. AI Agent Supervisor   is a   multi-agent AI risk & portfolio supervisor   that watches every EA on your account and intervenes in real time.  WANT AN AI PORTFOLIO MANAGER WATCHING YOUR FLEET 24/7?   Run your fleet on the 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 unique data streams. The Supervisor r
Trade Copier Pro MT5
Vu Trung Kien
3.67 (3)
Trade Copier Pro MT5 is a tool to copy trade remotely to multiple MT4, MT5 and cTradfer 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 be abl
FUTURES ORDERFLOW FOOTPRINT CHART Professional OrderFlow EA for MetaTrader 5 Version 1.01| Professional tool for real traders | Institutional-Grade Visualization STRATEGY TESTER USERS - PLEASE SELECT EVERY 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 ROL
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
Unlimited Trade Copier Pro MT5 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 n
Adam FTMO MT5
Vyacheslav Izvarin
5 (2)
ADAM EA Special Version for FTMO Please use ShowInfo= false for backtesting ! Our 1st EA created using ChatGPT technology Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Tested on EURUSD and GBPUSD only  Use 15MIN Time Frame Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94362 --------------------------------------------------------------------------------
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
Latency Arbitrage
Heri Yusufu Kaniugu
Latency Arbitrage – Ultra Fast Execution & Price Inefficiency Capture Latency Arbitrage  utility tool is designed to exploit short-term price inefficiencies between fast and slow price feeds. Instead of predicting market direction, the EA focuses on execution speed and price deviation opportunities, allowing traders to capture micro-movements before the market fully adjusts. With built-in risk controls and smart filtering, it ensures precise and disciplined trading performance. Price increases b
Check EA performance  https://www.mql5.com/en/signals/2376164?source=Site +Profile+Seller Spot vs Future Arbitrage EA for MT5 Spot vs Future Arbitrage EA is an automated Expert Advisor designed for MetaTrader 5 that operates using price differences between Gold spot and Gold futures instruments. The strategy opens positions on both instruments simultaneously to take advantage of temporary differences between spot and futures prices. Requirements The trading account must provide both Gold spot
Features   With MT5 to Interactive Brokers(IB) Trader, you can: 1. Load chart data from IB to MT5, and Analyze with all standard or customer Indicators. 2. Place Orders to IB Account Directly in MT5. 3. Make your Own EAs upon IB Securities by only making minus changes of the trading function. Usage 1) Installation Copy the "Mt5ToIBTraderEn.ex4" and sample files to [MT5 Data Folder]->MQL5->Experts.  2)  MT5 Settings Add the IP Address to the MT5 Allowed URLs in 'Tools->Options->Expert Adviso
HINN Lazy Trader
ALGOFLOW OÜ
5 (1)
LIMITED SUMMER SALE -40% ! ONLY $470 insead of $790!  Maximum real discount! ONLY UNTIL 08/22 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]   ->  [3] What can it do? - Understand
Telegram to mt5 pro
Janet Abu Khalil
4 (4)
Telegram to MT5 Pro — Advanced Telegram Signal Copier with Auto-Fix, Multi-TP, Risk Control and Full Trade Management Telegram to MT5 Pro — Professional Telegram Signal Copier Telegram to MT5 Pro is a high-performance trade copier that automatically executes signals from Telegram directly into your MetaTrader 5 account, with full control over risk, execution, and trade management. The system consists of two components: • The Expert Advisor (EA) running inside MetaTrader 5 • A companion desktop
Crystal Trade Manager – Advanced MT5 Risk and Trade Control Utility Overview Crystal Trade Manager (CTM) is a professional MetaTrader 5 utility designed for risk management, trade automation, and instant execution control. It provides traders with an integrated system for protecting equity, managing daily drawdowns, controlling lot sizes, and applying automation features such as automatic SL/TP, break-even, and trailing stop. The tool is suitable for manual traders, prop-firm challenge particip
Prop Firm Os
Gayathiri Gopalakrishnan
5 (1)
PROP FIRM OS Structured Trading Assistant for MetaTrader 5 PROP FIRM OS is a structured trading assistant designed for MetaTrader 5 users who prefer rule-based market analysis and organized trading workflows. The Expert Advisor combines market analysis tools, scanner functions, dashboard monitoring, alerts, risk-control settings, and trade management features inside one system. PROP FIRM OS is designed to help traders follow selected rules, filters, and monitoring conditions during trading activ
Mt5 To InterativeBrokers Copier allows you to copy deals from MT5 account to Interactive Brokers. With this, you can run your EA strategy on a MT5 Demo/Real Account, then copy all the deals to Interactive Brokers account real time. Features: 1. Copy or Invert-Copy deals Realtime from MT5 to IB Account. 2. Synchronizing positions of both accounts periodicaly, in case any missing copying. 3. You can choose only Buy position or Sell position. Symbols Setup: General Format:  {MT Symbol} -> {IB S
Ultimate Extractor
Clifton Creath
5 (8)
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 EA manager also now available when you use cloud pro and above for free!! Ultimate Extractor transforms your MetaTrader 5 trading history into actionable insights with comprehensive analytics, interactive charts, and real-time performance tracking. What It Does Automa
MT5 Trading Deck
Manuel Michiels
5 (2)
One button. One trade. MT5 Trading Deck is a hotkey trading panel for MetaTrader 5 that turns the platform into a keyboard-driven execution cockpit. Stop loss, take profit and lot size are pre-calculated for every key; the moment you press, a market order is live on the broker. A complete technical user manual is attached in the product Comments section. It documents every input parameter, the full hotkey map, the recommended Stream Deck XL layout, and the advanced workflows for Pre-Limit orders
RiskGuard Management
MONTORIO MICHELE
5 (22)
ATTENTION For a free trial version, visit my website. Manual QUANTUM RiskGuard Management — Your ultimate ally for uncompromising trading. Lot Calculator — Automatic lot size calculation. Quantum — Automatic risk to maximize profits and reduce drawdowns. Automatic Journal — Included and freely downloadable from my website. Automatic Screenshot — Two screenshots: one at entry and one at exit. Partial Profit — Smartly managed partial exits. Smartphone Trading — Place orders from your mobile, mana
Forex Analyzer Pro MT5 Trading Account Analytics Dashboard Forex Analyzer Pro is a web-based trading analytics platform designed for Meta Trader 5 users. Forex Analyzer Pro synchronizes account activity from Meta Trader 5 and organizes trading information into analytics, reporting, monitoring, and journaling tools through a structured dashboard. The platform allows users to access their trading dashboard through supported desktop and mobile web browsers. Forex Analyzer Pro connects with your MT5
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
More from author
MT4 Copier
Nurhidaya Tullah
COPYLATOR – MT4 to MT4 Copier – Trade Copier for MetaTrader 4 COPYLATOR is a local trade copier for MetaTrader 4 that synchronizes trades between multiple MT4 terminals running on the same computer or VPS. The system is designed for traders who manage multiple accounts and require trade replication between accounts. It works in different environments including personal computers and VPS setups, depending on terminal performance and system resources. Use Cases The system is suitable for multi
Filter:
No reviews
Reply to review