PulseCopier MT4

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 MT5 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 MT5 terminals you also need PulseCopier MT5

Notes

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

Recommended products
Trade copier MT4
Alfiya Fazylova
4.59 (34)
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 MT4," you can receive the "Trade Copier MT5" 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
VR Cub
Vladimir Pastushak
VR Cub is an indicator for getting high-quality entry points. The indicator was developed to facilitate mathematical calculations and simplify the search for entry points into a position. The trading strategy for which the indicator was written has been proving its effectiveness for many years. The simplicity of the trading strategy is its great advantage, which allows even novice traders to successfully trade with it. VR Cub calculates position opening points and Take Profit and Stop Loss targe
Fast copier for sending trades to multiple MT4 / MT5 accounts. Perfect for copying trades from MT4 to MT5 accounts. MT4 Trade Copier Master EA sends trades instantly from your master account to one or multiple slave accounts. Supports copying to: • MT5 accounts • MT4 accounts Perfect for: • Multi-account traders • Signal providers • Account managers • Personal account mirroring Main Features • Fast local trade copying • Low latency execution • Multiple slave accounts support • Copy open position
Auto Breakeven level
Makarii Gubaydullin
Automatic Breakeven levels Using   this   utility ,   y ou can activate the automatic SL movement, when the trade reaches a desired profit.  Especially   important   for a   short -term   traders.   Offset option is also available: some profit may be protected. Multifunctional utility : 66+ features, including this tool  |   Contact me  if you have any questions  |   MT5 version The process of activating the automatic breakeven function: 1.   Select the Symbol or Trade   for which the Auto BE f
Auto Trade Copier
Vu Trung Kien
4.76 (85)
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 MT4 accounts only. For MT5 accounts, you must use Auto Trade Copier for MT5 . Reference: - For MT4 receiver, please download Trade Receiver Fre
Magic Curves
Aleksey Usachev
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
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
Auto Fibo Pro m
DMITRII GRIDASOV
"Auto FIBO Pro"   Crypto_Forex  indicator  - is great auxiliary tool in trading! Indicator automatically calculate and place on chart Fibo levels and local trend lines (red color). Fibonacci levels indicate key areas where price can reverse. Most important levels are 23.6%, 38.2%, 50% and 61.8%. You can use it   for reversal scalping  or for zone grid trading. There are plenty of opportunities to  improve your current system using Auto FIBO Pro indicator as well. It has Info Spread Swap Displa
Financial Radar GFX
Yasir Mohammed Sachit Sachit
Gold Trend Rider – Automated Expert Advisor for XAUUSD Trading Disclaimer : Trading Gold (XAUUSD) involves significant risk. Past performance does not guarantee future results. Test on a demo account and apply proper risk management before live trading. Overview Gold Trend Rider is a fully automated Expert Advisor specifically designed for Gold trading. It leverages the Parabolic SAR indicator to detect trend direction and open trades accordingly. Its trailing stop mechanism manages positions d
Just Copier MT4
Agung Imaduddin
5 (5)
"Just copier" is designed to copy trading without any complicated settings. The copy can be done in one PC. One EA can be set as master (provider) or slave (receiver). The receiver lot can be set to multiple providers lots. Please also check this product at fxina.hostingerapp.com.  Any type of copy is available. MT4 -> MT5 MT4 -> MT4 MT5 -> MT5 MT5 -> MT4 If you want to copy MT4 -> MT5 or MT5 -> MT4, please purchase "Just copier" for MT4 and "Just copier" for MT5 separately. Just Copier can copy
Night Trader EURUSD
Ugur Oezcan
4.21 (29)
The EA can trade multiple currencies. Please check our signals ( https://www.mql5.com/en/users/ugur-edin/seller ) for detailed information. No grid or martingale! No manual configuration or adjustment needed! Every trade is protected by stop loss. This Expert Advisor only trades for a short time frame at night, during the ending of the New York session. It uses low volatility moments and enters trades based on indicators. It then manages those trades with dynamic stop losses and take profits als
Jet Punch
Didit Haryadi Saputra
Jet Punch is another best expert advisor for MT4,  can help you make money while you sleep by automatically entering and exiting trades. It trades by opening trades every day and closing them at the right time to ensure you always earn a profit. The software is very simple and can be used by both beginner and experienced traders.  Jet Punch was tested and has successfully passed the stress test with slippage and commission approximate to the real market condition. Recommendations: Currency pair:
Trade Assistant Pro 36 in 1
Makarii Gubaydullin
4.76 (21)
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 MT5 version, it is available   here Simplify, speed up and automate your trading process . Expand the standard terminal capabilit
Noize Absorption Index MT4
Ekaterina Saltykova
5 (1)
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. S
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
Daily Candle Predictor is an indicator that predicts the closing price of a candle. The indicator is primarily intended for use on D1 charts. This indicator is suitable for both traditional forex trading and binary options trading. The indicator can be used as a standalone trading system, or it can act as an addition to your existing trading system. This indicator analyzes the current candle, calculating certain strength factors inside the body of the candle itself, as well as the parameters of
The Infinity Expert Advisor is a scalper. When the resistance and support levels are broken, trades are opened in the direction of the price movement. Open positions are managed by several algorithms based on the current market situation (fixed stop loss and take profit, trailing stop, holding positions in case of trend indication, etc.). Requirements for the broker The EA is sensitive to spread, slippages and execution quality. It is strongly recommended not to use the EA for currencies with s
HFT Fast Scalping EA
Sami George Saba Zeidan
HFT FAST SCALPING EA the High Frequency Trading which use stop orders to enter the trades when market is trending. best use for 1- Low slippage brokers for us30 and DE40 . 2- LOW OR ZERO COMMISSION BROKERS FOR EUR AND GOLD. 3-Prop firms like ftmo ,tff,.......etc This EA UNLIKE Other HFT EAs , You can see that in the parameters ,, CHOOSE LOT SIZE , MAX LOT , CHOOSE TIME , COMMENT AND OTHERS . IT STOPS 3 MINUTES AUTOMATICALLY EVERY 15 MINUTES TO PROTECT THE EQUITY FROM A BIG UNWANTED SLIPPAGE .
Trendiness Index
Libertas LLC
5 (3)
"The trend is your friend" is one of the best known sayings in investing, because capturing large trendy price movements can be extremely profitable. However, trading with the trend is often easier said than done, because many indicators are based on price reversals not trends. These aren't very effective at identifying trendy periods, or predicting whether trends will continue. We developed the Trendiness Index to help address this problem by indicating the strength and direction of price trend
Risk Commander
Adisorn Soodkanueng
Product Name: Risk Commander: Trade Assistant & Strategy Simulator Risk Commander is more than just a trade panel—it is a complete Manual Trading Ecosystem . It serves two powerful purposes: Live Assistant: Helps you execute trades with speed, precision, and perfect risk management in real-time markets. Training Simulator: Fully compatible with the Strategy Tester (Visual Mode) , allowing you to practice manual trading on historical data without risking a cent. NEW! Built-in Simulator Mode Stop
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT4 version, click  here  for  Blue CARA MT5  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic R esponsive A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhapse most popular) Inn
Gold mcda ahp
Francisco Juan Cardenes Gil
This indicator combines 5 market metrics into a single score ( GOLD SCORE , from 0 to 100) using a mathematical decision-making methodology called AHP (Analytic Hierarchy Process) . Indicator Composition Trend (EMA 21/55): Evaluates price direction relative to moving averages. Momentum (RSI 13): Measures market speed and overbought/oversold conditions. MACD (8, 21, 5): Analyzes momentum strength and crossovers. Volume (SMA 20): Compares current volume against its recent average. Trend Strength (
GoldenTrend
Aliaksandr Sych
GoldenTrend — a next-generation high-frequency scalping Expert Advisor designed to extract profit from the smallest market movements. Utilizing advanced algorithms for price action and volume analysis, it opens dozens of highly accurate trades daily with minimal risk. Why GoldenTrend? Монитор Ultra-Fast Trades : Captures profit from 5–15 pip movements. Ideal for ECN accounts with low spreads. Adaptive Strategy : Automatically adjusts to current market volatility and dynamically shifts tradi
Royal Dutch Skunk
Sayan Vandenhout
ROYAL DUTCH SKUNK USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 6 great strategies The EA can be run on even a $20000
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (110)
Experience exceptionally  fast trade copying with the Local Trade Copier EA MT4 . 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 MT4 offers a wide range of options to customize it to your specific needs. It's the ultimate solution for anyone looking to inc
You can also monitor the real account performance here: https://www.mql5.com/en/signals/2346679 I opened this account on December 2, 2025 . Please follow along and see how it grows from here — I’m excited to share its progress with you. Product Description  This EA is not over-fitted to backtests . It is designed with a strong focus on long-term stability and realistic, practical operation , rather than chasing perfect historical results. I created this EA because I felt that leaving money
Simple RSI Forex Trading Strategy
Victor Manuel Valderrama Zamora
2.5 (2)
Diversify the risk in your trading account by combining our Expert Advisors. Build your own custom trading system here:   Simple Forex Trading Strategies The expert advisor opens trades when RSI indicator enter in oversold or overbought areas. The Stop Loss, Take Profit, and Trailing Stop are calculated based on the ATR indicator. The recommended currency pair is EURGBP and the recommended timeframe to operate and to do backtests is H4. This Expert Advisor can be profitable in any TimeFrame an
FREE
Virtual Collider Manual   is a trading assistant with a built-in panel for manual trading. It automatically moves a position opened by a trader in profit using innovative adaptive grid algorithm of averaging and adaptive pyramiding Know-how of the grid algorithm of averaging and pyramiding of the   Virtual Collider Manual   trading robot is based on fully automatic adaptation of all characteristics of dynamically build order grid and pyramid with actual price movement with no need for adjusting
Angry bull Option Binary
Fabio Oliveira Magalhaes
1 (1)
Angry Bull Option Binary   This is a Binary Options robot, which contains 7 strategies, you can backtest it to check what the best strategies are Settings Initial Batch Value Dynamic Investment = If activated it will use an automatic lot according to its capital Balance ($) w/ backtest = Starting balance to backtest PorcRiscoInvestment = It will be the value of % for the automatic lot if it is activated Expiration (in minutes) = It will be the expiration time of orders in Binary Options Magic
Buyers of this product also purchase
Forex Trade Manager MT4
InvestSoft
4.98 (445)
Trade Manager MT4 is an advanced position size calculator and trade management tool for MetaTrader 4, designed to help traders plan trades faster, control risk more precisely, and manage open positions directly from the chart. It combines order placement, risk based lot calculation, Stop Loss and Take Profit management, Break Even, Trailing Stop, Partial Close, Equity Protection, and external trade management in one panel. Whether you trade forex, indices, metals, commodities, or crypto, Trade M
Trade Assistant MT4
Evgeniy Kravchenko
4.43 (197)
It helps to calculate the risk per trade, the easy installation of a new order, order management with partial closing functions, trailing stop of 7 types and other useful functions. Additional materials and instructions Installation instructions   -   Application instructions   -   Trial version of the application for a demo account Line function -   shows on the chart the Opening line, Stop Loss, Take Profit. With this function it is easy to set a new order and see its additional characteris
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.69 (65)
Professional Trade Copier for MetaTrader 4 Fast, professional, and reliable trade copier for MetaTrader 4 . COPYLOT helps you copy Forex trades between MetaTrader 4 and MetaTrader 5 terminals with flexible synchronization for different account setups. COPYLOT MT4 version supports: MetaTrader 4 to MetaTrader 4 MetaTrader 5 Hedge to MetaTrader 4 MetaTrader 5 Netting to MetaTrader 4   MT5 version Full Description + DEMO + PDF How To Buy How To Install How to get Log Files How To Test and Optimize A
Unlimited Trade Copier Pro is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not b
TradePanel MT4
Alfiya Fazylova
4.84 (95)
Trade Panel is a multi-functional trading assistant. The app contains over 50 trading functions for manual trading and allows you to automate most trading tasks. 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
News Filter EA MT4
Rashed Samir
5 (10)
News Filter EA: Advanced Algo Trading Assistant News Filter EA is an advanced algo trading assistant designed to enhance your trading experience. By using the   News Filter EA , you can integrate a Forex economic news filter into your existing expert advisor, even if you do not have access to its source code. In addition to the news filter, you can also specify   trading days   and   hours   for your expert. The News Filter EA also includes   risk management   and   equity protection   features
Zone Trader MT4
Lee Samson
5 (1)
Trade support and resistance or supply and demand zones automatically once you have identified the key areas you want to trade from. This EA allows you to draw buy and sell zones with a single click and then place them exactly where you expect price to turn. The EA then monitors those zones and will automatically take trades based on price action you specify for the zones. Once the initial trade is taken, the EA will then get out in profit at the opposite zone you place, which becomes the target
Working Trial Download Copy Cat More Trade Copier MT4 is not just a simple local trade copier; it is a complete risk management and execution framework designed for today’s trading challenges. From prop firm challenges to personal portfolio management, it adapts to every situation with its blend of robust execution, capital protection, flexible configuration, and advanced trade handling. The copier works in both   Master (sender) and Slave (receiver)   modes, with real-time synchronization of
The News Filter
Leolouiski Gan
5 (25)
This product filters all expert advisors and manual charts during news time. It is able to remove any of your EA during news and automatically reattach them after news ends. This product also comes with a complete  order management system that can handle your open positions and pending orders before the release of any news. Once you purchase The News Filter , you will no longer need to rely on built-in news filters for future expert advisors, as this product can filter them all from here onwards
Riskless Pyramid
Snapdragon Systems Ltd
5 (1)
Introduction This powerful MT4 trade mangement EA offers a way potentially to aggressively multiply trade profits in a riskfree manner. Once a trade has been entered with a defined stoploss and take profit target then the EA will add three pyramid add-on trades in order to increase the overall level of profit. The user sets the total combined profit target to be gained if everything works out. This can be specified either as a multiple of the original trade profit or as a total dollar amount. Fo
Crystal CopyCat Pro Trade Copier Ultra-Fast Master–Slave Copier with Zero-Delay Execution and Cross-Platform MT5 Compatibility Architecture:   MT4 → MT4 and MT4 → MT5 Full Compatibility MT5 Version Free :   https://www.mql5.com/en/market/product/144569 MT5 Version Pro :  https://www.mql5.com/en/market/product/165051 Complete User Setup Guide:-  https://www.mql5.com/en/blogs/post/764222   1. Overview Crystal CopyCat Ultimate 5.0 is a next-generation trade copy engine engineered for professi
The product will copy all telegram signal to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal, s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to
Grid Manual MT4
Alfiya Fazylova
4.71 (17)
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. Ful
DrawDown Limiter MT4
Haidar Lionel Haj Ali
5 (8)
Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
VirtualTradePad PRO SE MT4 — advanced trading panel and chart workspace for MetaTrader 4 VirtualTradePad PRO SE is a professional trading panel and trade-management workspace for MetaTrader 4 . It helps traders open, manage, protect, close and analyze trades faster from one chart-based interface. The product was created for active manual traders who need more than a simple set of buttons. PRO SE combines one-click execution, pending orders, position control, partial close, basket profit/loss log
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.85 (61)
Trading Panel for trading in 1 click.  Working with positions and orders!  Trading from the chart or the keyboard. Using our trading panel, you can trade in one click from the chart and perform trading operations 30 times faster than the standard MetaTrader control. Automatic calculations of parameters and functions that make life easier for a trader and help a trader conduct their trading activities much faster and more conveniently. Graphic tips and full information on trade deals on the chart
Trading History MT4
Siarhei Vashchylka
5 (9)
Trading History - A program for trading and money management on the history of quotes in stratagy tester. It can work with pending and immediate orders, and is equipped with trailing stop, breakeven and take profit functions. Very good for training and testing different strategies. Manual (Be sure to read before purchasing) Advantages 1. Allows you to test any trading strategy in the shortest possible time 2. An excellent simulator for trading training. You can gain months of trading experience
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
Trade Manager MT4 DaneTrades
Levi Dane Benjamin
4.09 (11)
DaneTrades Trade Manager is a professional trade panel for MetaTrader 4, 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
MT4 to Telegram Signal Provider   turns your trading account into a signal provider. Every trade action, whether manual, by EA or from your phone, is instantly sent as a message to Telegram. You can fully customize the format or use a ready-made template for quick setup. [ Demo ] [ Manual ] [ MT5 Version ] [ Discord Version ]  New: [ Telegram To MT5 ] Setup A step by step user guide is available. Key Features Ability to customize order details sent to subscribers You can create a tiered subs
Support and Resistance Dashboard for MT4 is a multi-timeframe and multi-symbol scanner and alert system that finds S/R zones and pivot points for all timeframes and symbols and alerts when price has interaction with them. If you are using support and resistance (or supply and demand) zones in your trading strategy, this dashboard and its alert and filtering system is a big time saver for you. Download demo version   (works on M 1,M5,M30,W1   timeframes) Full description of scanner parameters ->
Trade Reverse Copie4
Chukwuemeka Kingsley Anyanwu
Feel free to contact me for any extra features :) [SEE MT5 VERSION  https://www.mql5.com/en/market/product/128846 The Local Reverse Copier is an Expert Advisor designed to synchronize positions between a Master account and a Slave account with a twist: it reverses the trades. When a buy position is opened on the Master account, the EA opens a sell position on the Slave account, and vice versa. This allows for a unique form of trade copying where positions are mirrored in opposite directions bet
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
Master Close via Telegram can help you perform some management tasks on MT4/MT5 remotely via your Telegram by one click, easy to set up & use. Demo here (see more Master Notify   Master Control  ) ************************************************************************************ LIST OF COMMANDS: info_acc -  Get account info info_pen -   Get pending orders details info_pos -   Get positions details info_pos_sum -   Get positions summary close_pen -   Delete all pending orders close_pos_all -
Telegram to MT4 Coppy
Sergey Batudayev
4.09 (11)
Telegram to MT4: The Ultimate Signal Copying Solution Streamline your trading with Telegram to MT4 , the cutting-edge utility designed to copy trading signals directly from Telegram channels and chats to your MetaTrader 4 platform—without the need for DLLs. This robust solution ensures seamless execution of signals with unparalleled precision and customization options, saving you time and boosting your efficiency. [ Instructions and DEMO ] [ FAQ ] [ How atach logs properly ] [Settings descrition
Exp Averager
Vladislav Andruschenko
4.82 (22)
Averager for MetaTrader 4 — advanced trade recovery and position series management system A professional Expert Advisor created for traders who need a controlled way to average losing positions, build a structured trade basket, and manage exits with more flexibility. Averager is designed to open additional trades when positions move into drawdown, helping you improve the average entry price and manage the entire series as one coordinated structure. This is not just another averaging utility. It
Ultimate Partial Profit EA
BLAKE STEVEN RODGER
4.67 (3)
This EA Utility delivers a robust solution for managing an unlimited array of open orders, both manual and automated. It enables customizable partial profit levels utilizing metrics such as pips, ratios, ATR (Average True Range), and profit amounts for precise trade management. The utility features an advanced on-screen display, offering clear visualization of all orders and their profit levels to enhance strategic decision-making and control. To evaluate its performance and interface, the EA s
The Risk to Reward Ratio Manager is a visual order management tool and position size calculator designed to support disciplined trading and professional risk management. It allows traders to visually set entry, stop-loss, and take-profit levels directly on the chart, while automatically calculating the lot size and risk-to-reward ratio before sending an order. The tool helps standardize trade preparation and ensures that each position is opened with a predefined and controlled level of risk. Thi
PZ Trade Pad Pro MT4
PZ TRADING SLU
3.67 (3)
Effortlessly calculate lot sizes and manage trades to save time and avoid costly errors The Trade Pad Pro EA is a tool for the Metatrader Platform that aims to help traders manage their trades more efficiently and effectively. It has a user-friendly visual interface that allows users to easily place and manage an unlimited number of trades, helping to avoid human errors and enhance their trading activity. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] One of the k
RS Trade Copier
Boris Sedov
5 (1)
RS Trade Copier - the ultra-fast local trade copier with a real graphical interface. Stop typing account numbers manually. No more 200+ cryptic inputs. A reliable and flexible tool for copying trading operations between multiple MT4 and MT5 terminals. It suits experienced traders, signal providers, and individual investors. It enables trade synchronization from one or multiple Providers to one or multiple Clients with high precision and minimal latency. It supports simple automatic configuration
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:
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
PulseCopier MT5
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
Filter:
No reviews
Reply to review