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.

Prodotti consigliati
LT Rainbow Trend
Thiago Duarte
5 (1)
== LT RAINBOW TREND - L'INDICATORE DI TREND CON 36 MEDIE MOBILI == PANORAMICA Il LT Rainbow Trend è un indicatore tecnico avanzato per l'analisi dei trend che utilizza 36 Medie Mobili simultanee gestite da un sistema di colori intelligente (Rainbow). Sviluppato per i trader che desiderano operare nella direzione del trend principale con la massima chiarezza visiva, l'indicatore trasforma la complessità dell'analisi multi-timeframe in una visualizzazione semplice, colorata e altamente intuitiva
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
Panoramica del prodotto KMB Smart Pattern Analyzer PRO è un indicatore avanzato di analisi tecnica progettato per rilevare e classificare pattern di mercato con un elevato livello di corrispondenza all'interno di un intervallo del grafico definito dall'utente. L'indicatore combina più motori di analisi in un unico strumento professionale: Analisi dei pattern candlestick Riconoscimento dei pattern grafici classici Rilevamento delle strutture armoniche Analisi della struttura di mercato / SMC Inve
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
Indicatore Crypto_Forex "WPR con 2 Medie Mobili" per MT5, senza ridisegno. - WPR è uno dei migliori oscillatori per lo scalping. - L'indicatore "WPR e 2 Medie Mobili" consente di visualizzare le medie mobili veloci e lente dell'oscillatore WPR. - L'indicatore offre l'opportunità di visualizzare le correzioni di prezzo molto presto. - È molto facile impostare questo indicatore tramite parametri e può essere utilizzato su qualsiasi timeframe. - È possibile visualizzare le condizioni di ingresso
Una delle sequenze numeriche è chiamata "Sequenza di incendi boschivi". È stata riconosciuta come una delle nuove sequenze più belle. La sua caratteristica principale è che questa sequenza evita andamenti lineari, anche quelli più brevi. È questa proprietà che ha costituito la base di questo indicatore. Quando si analizza una serie temporale finanziaria, questo indicatore cerca di rifiutare tutte le possibili opzioni di tendenza. E solo se fallisce, riconosce la presenza di una tendenza e dà il
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 — Indicatore di Tendenza Professionale con Calcolo SL/TP HAS RSI Signal è un potente strumento di trading che combina classici intramontabili con moderni algoritmi di filtraggio del rumore. L'indicatore analizza il mercato attraverso le candele Heiken Ashi Smoothed (HAS) e l'oscillatore RSI , fornendo al trader segnali di ingresso chiari durante le inversioni di tendenza o l'uscita dalle zone di ipercomprato/ipervenduto. Vantaggi Principali: Doppio Filtraggio: L'uso di Heiken Ashi
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
Panoramica Candle Timer Countdown Pro mostra un conto alla rovescia fluido e preciso fino alla chiusura della candela corrente con un arco circolare di progresso. Caratteristiche Conto alla rovescia preciso Arco circolare (Ring o Filled Pie) 6 posizioni disponibili 3 schemi colore Evidenziazione finale Avvisi nuova candela Basso consumo CPU Installazione Scaricare dal MQL5 Market Applicare al grafico Configurare le impostazioni Compatibilità MetaTrader 5 Build 2500+ Tutti i timeframe
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 - progettato per aprire le negoziazioni! Questo è un robot di trading che utilizza speciali algoritmi innovativi e avanzati per calcolare i suoi valori, il tuo assistente nel mondo dei mercati finanziari. Utilizza il nostro set di indicatori della serie SolarTrade Suite per scegliere meglio il momento in cui lanciare questo robot. Dai un'occhiata agli altri nostri prodotti della serie SolarTrade Suite in fondo alla descrizione. Vuoi n
# 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
Informazioni sull'indicatore Questo indicatore si basa sulle simulazioni Monte Carlo sui prezzi di chiusura di uno strumento finanziario. Per definizione, Monte Carlo è una tecnica statistica utilizzata per modellare la probabilità di diversi risultati in un processo che coinvolge numeri casuali basati su risultati osservati in precedenza. Come funziona? Questo indicatore genera diversi scenari di prezzo per un titolo modellando i cambiamenti di prezzo casuali nel tempo sulla base dei dati stor
HMA Scalper Pro EA
Vladimir Shumikhin
5 (2)
HMA Scalper Pro EA — Consulente Esperto Automatico per MetaTrader 5 basato sull'indicatore Hull Moving Average (HMA) PANORAMICA HMA Scalper Pro EA è un robot di trading professionale (Expert Advisor) per MetaTrader 5 che opera nella direzione della Hull Moving Average (HMA). L'indicatore HMA determina la direzione corrente del trend, e il EA apre operazioni in quella direzione, integrate da Smart Risk capital management, trading a griglia adattiva, trailing stop, break even e filtri temporali.
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
Gli utenti di questo prodotto hanno anche acquistato
================================================================================ 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 - Strumento di ricerca configurazioni multi-simbolo con ottimizzazione automatica Power Candles Strategy Scanner utilizza lo stesso motore di auto-ottimizzazione che alimenta l'indicatore Power Candles, applicandolo a tutti i simboli presenti nel tuo Market Watch, uno accanto all'altro. Un unico pannello ti indica quali simboli sono statisticamente negoziabili in questo momento, quale strategia è vincente su ciascuno di essi, la coppia ottimale di Stop Loss / Take
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: Monitora tutti i mercati — senza alcuna configurazione Panoramica Custom Alerts AIO è una soluzione di monitoraggio dei mercati pronta all’uso che non richiede alcuna configurazione. Tutti gli indicatori necessari — FX Power, FX Volume, FX Dynamic, FX Levels, IX Power — sono integrati internamente. Non vengono mostrati grafici, rendendolo ideale per generare alert in tempo reale in modo discreto ed efficiente. Supporta tutte le classi di asset offerte dal tuo broker: Forex,
Exp5 VirtualTradePad PRO SE for MT5
Vladislav Andruschenko
5 (1)
VirtualTradePad PRO SE MT5 — centro di controllo professionale per il trading su MetaTrader 5 VirtualTradePad PRO SE è un pannello di trading premium basato sul grafico e un ambiente di gestione delle operazioni per MetaTrader 5 . È progettato per i trader che desiderano esecuzione più rapida, controllo più chiaro delle posizioni, gestione strutturata delle operazioni, pianificazione visiva dei livelli e un workflow professionale direttamente dal grafico. Non è soltanto un semplice pannello BUY
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 – La soluzione all-in-one per un trading intelligente e senza sforzo Panoramica Immagina di poter analizzare l’intero mercato — Forex, Oro, Cripto, Indici e persino Azioni — in pochi secondi, senza dover controllare manualmente i grafici, installare indicatori o affrontare configurazioni complicate. EASY Insight AIO è il tuo strumento definitivo di esportazione per il trading alimentato dall’IA, pronto all’uso. Offre una panoramica completa del mercato in un unico file CSV pul
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 — Copiatore di segnali Telegram professionale Telegram to MT5 Pro è un copiatore di trading ad alte prestazioni che esegue automaticamente i segnali da Telegram direttamente nel tuo account MetaTrader 5, con pieno controllo su rischio, esecuzione e gestione del trading. Il sistema è composto da due componenti: • L’Expert Advisor (EA) che gira all’interno di M
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)
ATTENZIONE  per una versione di prova gratuita visita il mio sito web. Manuale QUANTUM RiskGuard Management — Il tuo alleato definitivo per un trading senza compromessi. Lot Calculator — Calcolo automatico della size. Quantum — Rischio automatico per massimizzare i profitti e ridurre i drawdown. Automatic Journal — Incluso e scaricabile gratuitamente dal mio sito. Automatic Screenshot — Due screenshot: uno in apertura e uno in chiusura del trade. Partial Profit — Uscite parziali gestite in modo
Forex Analyzer Pro Dashboard di Analisi del Conto di Trading MT5 Forex Analyzer Pro è una piattaforma web di analisi del trading progettata per gli utenti di MetaTrader 5. Forex Analyzer Pro sincronizza l'attività del conto MetaTrader 5 e organizza le informazioni di trading in strumenti di analisi, reportistica, monitoraggio e diario di trading attraverso una dashboard strutturata. La piattaforma consente agli utenti di accedere alla propria dashboard di trading tramite browser web supportati s
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
Altri dall’autore
MT4 Copier
Nurhidaya Tullah
MT4 to MT4 Trade Copier – Sistema locale di replica delle operazioni per MetaTrader 4 Un copiatrice di trading professionale per MetaTrader 4 che sincronizza le operazioni tra più terminali MT4 eseguiti sullo stesso computer o in un ambiente VPS. Il sistema è progettato per trader che gestiscono più conti e necessitano di una replica delle operazioni stabile, coerente e con configurazione flessibile. Funziona in modo affidabile in diversi ambienti, inclusi PC personali e VPS, a seconda delle pre
Filtro:
Nessuna recensione
Rispondi alla recensione