Neuron Copier and Trade Manager

NeuronCopier — a local MT5 trade copier that actually thinks

Most copiers blindly mirror lots. NeuronCopier verifies the symbol by price, sizes each trade by risk, scores the master it is copying, protects the receiving account against prop-firm and drawdown breaches, and ships with a full on-chart trade manager. It mirrors trades from one MetaTrader 5 account to one or many others running on the same PC, instantly and reliably, through the shared terminal data folder. 100% native MQL5 — no DLL, no socket, no WebRequest, no external service.

Set MASTER on the source terminal and SLAVE on each target, give them the same channel name, and trades mirror in real time. Utility — it copies and manages real trades.

At a glance

  • Price-verified symbol matching — maps GOLD to XAUUSD, NAS100 to NASDAQ/USTEC, US30 to DOW, by live price, not just by name.
  • Four sizing modes — Equal-risk %, Balance-ratio, Multiplier, Fixed.
  • Prop-Safe copy — caps and auto-flattens every copy to your prop firm's daily / max-DD limits.
  • Master Score (0–100) — scales copy size to the master's live equity-curve health.
  • Portfolio risk budget — caps total open copied risk to a % of equity.
  • Exit overlay — your own break-even, R-trailing and partial take-profit on copied trades.
  • Built-in Trade Manager — BUY/SELL, close grid, reverse, close %, ATR & R:R helpers.
  • Master-off safety — when the master shuts down the slave holds your trades and stops re-opening.
  • 100% local & native: no DLL, no socket, no WebRequest.

The copy engine

  • One master, many slaves — one source terminal broadcasts; any number of slave terminals on the same PC receive. A slave can also merge several masters (multi-master).
  • Price-verified symbol mapping — different brokers name the same market differently. NeuronCopier builds candidates from the name, a built-in alias table (metals, indices, oil, crypto) and your Market Watch, then picks the one whose live price matches the master's — so a master "GOLD" at 4170 maps to the slave's XAUUSD at 4170, never the unrelated "GOLD" CFD at 42. Broker suffixes (.r, .pro, m) are handled automatically.
  • Full mirroring — opens, closes, partial closes and SL/TP changes are all copied. Optional reverse (buy↔sell) and copy-only-new modes.
  • Master-off detection — the master writes a heartbeat; if it shuts down, the slave shows "MASTER OFF", holds your positions and stops re-opening anything you close.
  • Journaling — every copy is logged to NeuronCopier_journal.csv.

Smart position sizing

  • Equal-risk % — sizes every account to the same % risk off the stop-loss, so a $1k and a $100k account each risk the same percentage (the master must attach an SL).
  • Balance-ratio — scales proportionally to account size (a 10× bigger account trades a 10× bigger lot).
  • Multiplier — a fixed multiple of the master lot.
  • Fixed — a constant lot. All modes are clamped by min / max lot.

Protection engines (toggle & tune live in the panel)

  • Prop-Safe copy — enter your prop firm's daily-loss and max-drawdown limits. NeuronCopier caps every copied trade so a single position can't breach the rules, and auto-flattens all copies before a breach. Copy any master without blowing your challenge.
  • Master Score (0–100) — grades each master's live equity curve (trend + drawdown) and continuously scales copy size to its health — bigger when hot, smaller when cold.
  • Portfolio risk budget — caps the total open copied risk to a set % of your equity (book-level, not just per-trade).
  • Exit overlay — run your own break-even, R-trailing and partial take-profit on copied trades, independently of the master.
  • Master-health filter — pause copying a master while it is in drawdown.
  • Slave risk guard — stop new copies on max positions, max drawdown % or daily-loss % of the receiving account.

Built-in Trade Manager

  • Sizing — lot stepper, or risk-% sizing off the stop distance.
  • Exits — SL & TP in pips, with an ATR button (fill SL from live volatility) and an R:R control (set TP from the SL).
  • Execution — one-click BUY / SELL, CLOSE BUY / CLOSE ALL / CLOSE SELL, DELETE PENDING, REVERSE, CLOSE %.
  • Copier control — a FLATTEN-ALL-COPIES panic button.

Live dashboard

  • Slave — sync status, copied count and P&L, the live Master Score, and your configured Prop-Safe / Risk-budget limits.
  • Master — broadcasting status plus every connected slave with its account, sizing and P&L.
  • In-panel control — a Settings page lets you toggle every engine on/off and tune its values with +/- steppers, live, without re-opening the inputs.

How it works

Everything runs locally between MetaTrader 5 terminals on the same PC, through the shared Common\Files folder. The master writes its open positions; the slaves read and reconcile them, tagging each copy so closes and partials stay in sync. There is no internet connection, no DLL, no socket and no third-party service — which also makes it MQL5-Market compliant.

Inputs

Input Default What it does
General
Mode MASTER Role of this terminal — MASTER broadcasts trades, SLAVE receives them.
Channel NeuronCopier1 Shared name linking a master to its slaves. A slave may list several: A;B;C.
Slave — position sizing
Sizing method Risk % Multiplier / Fixed / Risk % (equal-risk) / Balance-ratio.
Multiplier 1.0 Lot multiplier (× master lots) for Multiplier mode.
Fixed lot 0.10 Constant lot for Fixed mode.
Risk % 1.0 Risk % of equity for equal-risk mode (requires a master stop-loss).
Max lot 50.0 Maximum lot cap.
Min lot 0.0 Minimum lot (0 = broker minimum).
Slave — copy options
Copy SL / TP true Mirror the master's stop-loss and take-profit.
Mirror partial closes true Reduce the slave proportionally when the master partially closes.
Reverse false Copy in the opposite direction (buy↔sell).
Ignore trades open at start true Only copy trades the master opens after the slave starts.
Slave — symbol mapping
Auto-detect by price true Find the correct slave symbol by matching the master's live price.
Price-match tolerance % 15.0 How far the prices may differ — rejects a wrong same-name symbol.
Slave prefix / suffix (empty) Manual prefix / suffix for the slave symbol (e.g. .r).
Strip master suffix (empty) Remove this suffix from the master symbol before mapping.
Custom map (empty) Explicit map, e.g. EURUSD=EURUSD.r;XAUUSD=GOLD.
Slave — Prop-Safe copy
Prop-Safe false Cap & flatten copies to prop-firm rules.
Daily-loss limit % 5.0 Prop daily-loss limit.
Max-drawdown limit % 10.0 Prop maximum-drawdown limit.
Per-trade room share 0.60 Max share of the remaining room any single copy may use.
Flatten-at fraction 0.85 Auto-close all copies once this fraction of the limit is used.
Slave — Master Score
Use Master Score true Scale copy size by the master's live equity-curve score.
Scoring window (min) 60 Window used to grade the master's equity curve.
Slave — portfolio risk budget
Use risk budget false Cap the total open copied risk.
Max aggregate risk % 5.0 Maximum combined open risk as a % of equity.
Slave — exit overlay
Exit overlay false Manage copied exits independently of the master.
Break-even at +R 1.0 Move SL to break-even at this R (0 = off).
Trail by R 0.0 Trail the SL by R once +2R is reached (0 = off).
Partial at +R 0.0 Close part of the position at this R (0 = off).
Partial % 50.0 Portion closed by the partial take-profit.
Slave — master-health filter
Pause master in drawdown true Stop copying a master while it is in drawdown.
Master DD % to pause 8.0 Master equity drawdown that triggers the pause.
Slave — risk guard
Protect account true Enable the receiving-account guard.
Max copied positions 20 Stop new copies above this many open positions.
Slave DD % stop 10.0 Stop new copies at this slave equity drawdown.
Slave daily-loss % stop 5.0 Stop new copies at this slave daily loss.
Slave — filters / execution
Only this master magic 0 Copy only trades with this magic (0 = all).
Slave magic 990101 Magic assigned to copied trades.
Max slippage (points) 20 Maximum allowed slippage on copy execution.
Master
Exclude copied-in trades true Do not re-broadcast trades that were themselves copied in.
Display
Log copied trades true Write each copy to NeuronCopier_journal.csv.
Show panel true Show the on-chart dashboard / manager.
Panel font Segoe UI Font used in the panel.
Panel corner / margins Bottom-left / 16 Panel position and X/Y margins from the chosen corner.

Compatibility

  • MetaTrader 5, any broker, any symbol — forex, metals, indices, oil, crypto.
  • Both terminals must run on the same Windows PC (this is a local copier).
  • Hedging or netting accounts; MT5 build 3200+.

Please note

  • Local copier only (same PC, MT5→MT5). It does not copy over the internet between different machines.
  • Some prop firms prohibit copy-trading across accounts — please follow your firm's rules; the tool is neutral.
  • For true equal-risk % sizing the master must attach stop-losses (that is how risk is measured). Without a master SL, sizing falls back to account-proportional (balance-ratio).
  • It manages real trades — test on demo first and use sensible risk settings.

4xNeuron — copy smart, trade together.

Recommended products
Copy MT5 MT5
Andriy Motuzka
Copier of deals from MetaTrader 5 to MetaTrader 5 ( MetaTrader 4<->MetaTrader 4 version is available ; with both versions, you can copy MetaTrader 5<->MetaTrader 4, MetaTrader 4<->MetaTrader 5, MetaTrader 5<->MetaTrader 5, MetaTrader 4<->MetaTrader 4). There is a demo version (restricting by grades and by lots) Works only in the mode of hedging Spread filter. Select the best price (start copying positions with a profit or loss). Configure the lot size, fixed or ratio-based (provider signals can
Instructions for Using Reverse Copier EA Attach EA to Charts Open MetaTrader and attach the EA to any chart on both accounts (master & slave). Make sure AutoTrading is enabled. Master Account (Signal Sender) Set Mode = Master in EA settings. This account will send trade signals. Slave Account (Signal Receiver) Set Mode = Slave in EA settings. This account will receive trades in reverse (opposite direction). Lot Multiplier In Slave EA settings, set Multiplier to control lot size. Example: 1.0
Name:   DCFX Ultimate Risk Manager v5.65 – Semi-automatic Risk Manager for MT5 Short description: Professional MT5 assistant for risk and position management. Calculates lot size based on risk %, works with visual orders (drag lines), automatically locks profits using SAFE (1:1), EXIT (1:2), SING (close only one trade at 1:2), 50% @ 1:2 + breakeven. Includes Target Profit and pending orders. Detailed description: DCFX Ultimate Risk Manager v5.65 is a semi-automatic tool for MetaTrader 5 traders
Have you ever take a long time to watch a Symbol when the network link is not good ? Have you ever wait for a long time when you switch chart between different Symbols or different TimeFrames ? If you do long-term backtesting , Have you ever to be downloaded datas for a long time ? Yes, If there is no data in the system, those will happen.  1. What is this: Download all the Symbol data in Market Watch to the system. PS: This is not outputting data to Files. This Link go to Demo version: https:/
This reliable, professional trade copier system is without a doubt one of the best on the market, it is able to copy trades at very fast speeds from one master account (sender) to one or multiple slave accounts (receivers). The system works very fast and mimics the master account a full 100%. So changing stop losses, take profits, pending orders on the master account is executed on the slave accounts too, like each other action. It is a 100% full copy (unlike many other copiers who only copy ma
AlgoMania Trade Manager
Ehab Basheer Abdulsalam Yahia
Introducing our advanced MT5 Trade Manager – an indispensable tool tailored for astute traders employing the martingale strategy and executing multiple trades on a single chart. Key Features: Effortless Lot Size Management: Streamline your trading process with intuitive and rapid lot size adjustments through simple mouse clicks. One-Click Trade Management: Close all trades or selectively close profitable ones with unparalleled ease, enhancing efficiency and saving valuable time. Comprehensive S
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
Telegram to mt5 signal copier
Chukwuemeka Kingsley Anyanwu
5 (1)
Copies Signal from any Telegram channel and instantly executes the trade on MT5 without admin rights! Do you receive trading signals on Telegram and wish they could execute instantly on Meta Trader 5? READ THIS FOR SETUP GUIDE Telegram to MT5 Signal Copier  (AKA SpackCopier Bot) is a powerful bridge between your Telegram signal channels and MetaTrader 5. It listens to messages from a specific Telegram channel and automatically extracts trading signals — including symbol, action, entry price, s
You have 5 positions open on XAUUSD. Net floating is +$30 - looks fine. But look closer: 3 buys, 2 sells. The buys are carrying 0.60 lots, the sells only 0.20. One of those buys has been sitting underwater for 90 minutes. Margin level is at 390% and drifting down. Stress is building - quietly, invisibly - while the terminal just shows you a list of rows. This is exactly where traders get caught. Not by a single bad trade, but by a book that drifted into a dangerous shape while they were watching
Elite Telegram Trade Copier & Community Manager (v3.94) Welcome to the ultimate solution for professional Telegram signal copying and community management. This Expert Advisor is not just a standard copier – it is a fully automated Trade Management Engine , a Signal Analytics Tool , and a Marketing Funnel for your own Telegram channels. Whether you want to automate trades from your favorite signal providers or manage your own VIP and Follower channels simultaneously, this EA handles everything:
FREE
Account Protector Metatrader 5
Emmanuel Lovski Ijeawele Maduagwuna
Account Protector Meta Trader 5 This utility prevents risk of ruin per trading cycle.  Retail forex trading accounts are designed with stop-out levels that make it nearly impossible to restore lost capital after a trader — human or algorithmic —   blows an account . This is especially frustrating for traders who have grown their account to multiples of its starting value, only to suffer irreparable losses from a series of bad trade entries. The Account Protector solves this by enforcing a specif
Forget about enabling templates when you launch the window. Auto Template Master Service  is a professional utility tool that runs as a system service in MetaTrader 5, and it will do it for you. Unlike traditional indicators or expert advisors (EAs), the program runs in the background of the entire terminal and doesn't require you to add it to each window individually. As soon as you open a new chart of any instrument (Forex, Stocks, Crypto), the service immediately detects the new window and a
Advanced History Collector Panel for MT5 The Advanced History Collector Panel is a professional-grade account analysis and visualization indicator for MetaTrader 5 (MT5). It bridges the gap between raw trading logs and actionable insights by transforming execution data into interactive charts and comprehensive tables. Key Features: Comprehensive Data Metrics : Track daily/weekly profit and loss, long/short ratios, total volume, and deposit/withdrawal history. Dynamic Visualizations : Toggle betw
FREE
This tool can help you close all open orders with one click, just click "Close all". If you only want to close profitable orders, click the "Close profitable" button. After clicking, all floating orders will be closed; If you only want to close the orders with floating losses, click the "Close losable" button. After clicking, all orders with floating losses will be closed. This tool has been tested for a year. The one-click position closing function is very complete, the position closing is time
Fast copier for sending trades to multiple MT4 / MT5 accounts. MT5 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 positions on startup • Stable file-based communication • Easy
"Quick Copier" is designed to copy trading without any complicated settings. It copies master orders faster than "Just Copier" (https://www.mql5.com/en/market/product/20920). Please also check this product at fxina.hostingerapp.com.  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. Any type of copy is available. MT4 -> MT5 MT4 -> MT4 MT5 -> MT5 MT5 -> MT4 If you want to copy MT4 -> MT5 or MT5 -> MT
T Manager for Price action Traders
Haidar Lionel Haj Ali
4.5 (10)
T Manager, the ultimate trade management solution designed by traders for traders. If you are searching for a simple and efficient trade panel, trade manager, or trade assistant, you are at the right place.   The market contains a diverse number of those tools , but this one is designed by traders for traders . I designed this tool, and I am using it daily. Take my advice and stop buying tools blended with un-useful features that you will never use,   T Manager provides you with the essential y
Trade Copier Simple Guide Trade Copier is an Expert Advisor (EA) for MetaTrader 5 (MT5) that lets you automatically copy trades from one account (the "Master") to another (the "Receiver"). It's designed for users who want to duplicate trading strategies across multiple accounts on the  same computer . No internet or external servers are needed—it uses a shared file on your machine to transfer trade info securely and quickly. How It Works Master Mode : Attach the EA to a chart on your main tradin
Crystal Copycat – MT5 Trade Copier Pro (Local + Online) OVERVIEW Crystal Copycat ULTIMATE HYBRID  is a professional MT5 trade copier designed for prop accounts, money managers, and signal providers who need both ultra-fast local copying and flexible online distribution. It supports 2 engines in one EA: Local File Engine – copies trades between MT5 terminals on the same PC/VPS using the MT5 Common folder (no DLLs, no external web APIs). Online Telegram Engine – sends master trades to a Telegram b
EA Performance Monitor A utility for MetaTrader 5 that automatically detects all active Expert Advisors across open charts, maps each EA to its trading data, and displays real-time drawdown, profit, win rate, and open position metrics in a single panel. EA Performance Monitor is an automated tracking utility for MetaTrader 5. It scans all open charts at a configurable interval, identifies each running Expert Advisor by magic number and symbol, and displays their performance data in a structured
FREE
Tick Downloader
James Andrew Flannery
A simple script which will trigger a download of your broker's tick data for a specific trading instrument. Simply add to your chart and it will start the process.  You may add the script to multiple charts, enabling you to download tick data for more than one instrument at a time After a short period, the script will stop running and remove itself from your chart. Following this, it may take a few more minutes to finish downloading the tick data. The Tick Data folder can be found via MetaTrad
FREE
Just Copier MT5
Agung Imaduddin
4.75 (4)
"Just copier" is designed to copy trading without any complicated settings. The copy can be done in one PC. One EA can be set as master (provider) or slave (receiver). The receiver lot can be set to multiple providers lots. Please also check this product at fxina.hostingerapp.com.  Any type of copy is available. MT4 -> MT5 MT4 -> MT4 MT5 -> MT5 MT5 -> MT4 If you want to copy MT4 -> MT5 or MT5 -> MT4, please purchase "Just copier" for MT4 and "Just copier" for MT5 separately. Just Copier can copy
GoT Hedge Manager MT5 This Tool is suitable for traders who use Hedging Strategy GoT Hedge Manager MT5 Hello Traders...!! This tool is to help you to manage your hedge order It will not take any order if you not trigger the order by placing the line order Updated on V2: - Add ADX and ATR Filter For ADX it will help you to detect the market is ranging or trending For ATR it will help you to decide the hedge distance - Detect and Takeover your manual order To make the EA takeover your manual ord
Trade Dispensary Connect is an MT5 EA utility designed to send trades in JSON format to Trade Dispensary trade copier via Webhook. If Trade Dispensary is running on your local machine, simply use http://127.0.0.1 :5000/webhook/mt5/[ACCOUNT_ID] as webhook URL. If Trade Dispensary is running on another pc, obtain the address/domain of the machine. A tunneling service such as Pinggy or Ngrok is recommended for this scenario. This MT5 EA is specifically designed to work with Trade Dispensary trade
FREE
AW Metatrader to Telegram MT5
AW Trading Software Limited
5 (1)
An automated system for sending notifications so that none of your subscribers miss your trading events from your trading terminal. A utility that sends notifications to the Telegram messenger about any trading operations on your account. Step-by-step instructions for connecting the utility to a channel in Telegram ->  HERE  / MT4 -> HERE  Advantages: Easy setup and detailed instructions, Possibility to send adjustable screenshots, Customizable notification text using emoji, Adjustment of notifi
MQL Tool "Ofir Email to Telegram": Never Miss a Trading Alert Again! Tired of missing important alerts from your indicators and Expert Advisors (EAs)? Ofir Email to Telegram is the solution you've been waiting for! This revolutionary MQL tool automatically forwards all email alerts from your indicators and EAs directly to your Telegram account. Never again will you miss a trading opportunity or important notification! Here are just a few of the benefits of Ofir Email to Telegram: Quick and easy
MT5 to MT5 Trade Copier – Local Trade Replication System for MetaTrader 5 Overview A professional local trade copier designed for MetaTrader 5 that synchronizes trades between multiple terminals running on the same machine or VPS environment. The system is intended for traders who manage multiple accounts and need consistent trade replication with stable operation and flexible configuration options. The system works reliably in different computer environments, including personal computers and VP
Royal Copier
Janet Abu Khalil
Royal Copier — Professional MT5 Trade Copier Royal Copier is a professional real-time local trade copier for MetaTrader 5. It now includes both functions inside one single MT5 Expert Advisor. From the inputs, you simply choose whether the EA will run in Master Mode or Client Mode . This means the same EA can be used on the source account or on the receiving account, while preserving the original copier behavior. Royal Copier supports copying between accounts in all common combinations: MT5 to MT
Signal Anywhere is an advanced version of Panel Anywhere , featuring an additional panel called Signal panel. This panel allows you to copy trades from a Signal Anywhere Provider to a Signal Anywhere Subscriber seamlessly. With Signal Anywhere , you can view market symbols and copy signals simultaneously without the need to switch between Expert Advisors (EAs). Features of the Signal panel: Local and internet-based trade copying Searchable, request, and acceptance functionalities Support for mu
Currency Strength Trade Panel EA MT5
Juvenille Emperor Limited
5 (1)
Currency Strength Trade Panel EA MT5  takes the currency strength concept to a whole new level, since it combines it with price action and can be applied on any symbol/pair, apart from the usual 28 combinations of the 8 major currencies. That means that you can trade the strength or weakness of any pair, including all currencies, commodities and cryptos (not indexes). It is a real breakthrough product that gives you a clear insight of 16/32 symbols with one glimpse, by using colored bars that in
Buyers of this product also purchase
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (211)
It helps to calculate the risk per trade, the easy installation of a new order, order management with partial closing functions, trailing stop of 7 types and other useful functions. Additional materials and instructions Installation instructions - Application instructions - Trial version of the application for a demo account Line function -   shows on the chart the Opening line, Stop Loss, Take Profit. With this function it is easy to set a new order and see its additional characteristics bef
Forex Trade Manager MT5
InvestSoft
4.98 (661)
Welcome to Trade Manager MT5 - the ultimate risk management tool designed to make trading more intuitive, precise, and efficient. This is not just an order placement tool; it's a comprehensive solution for seamless trade planning, position management, and enhanced control over risk. Whether you're a beginner taking your first steps, an advanced trader, or a scalper needing rapid executions, Trade Manager MT5 adapts to your needs, offering flexibility across all markets, from forex and indices t
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (139)
Experience exceptionally fast trade copying with the   Local Trade Copier EA MT5 . With its easy 1-minute setup, this trade copier allows you to copy trades between multiple MetaTrader terminals on the same Windows computer or Windows VPS with lightning-fast copying speeds of under 0.5 seconds. Whether you're a beginner or a professional trader, the   Local Trade Copier EA MT5   offers a wide range of options to customize it to your specific needs. It's the ultimate solution for anyone looking t
TradePanel MT5
Alfiya Fazylova
4.87 (157)
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
Beta Release The Telegram to MT5 Signal Trader is nearly at the official alpha release. Some features are still under development and you may encounter minor bugs. If you experience issues, please report them, your feedback helps improve the software for everyone. Telegram to MT5 Signal Trader is a powerful tool that automatically copies trading signals from Telegram channels or groups directly to your MetaTrader 5 account. It supports both public and private Telegram channels, and you can conn
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
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 Dashboard MT5
Fatemeh Ameri
4.95 (129)
Trade Dashboard simplifies how you open, manage, and control your trades, with built-in lot size calculation. It allows you to execute trades, manage risk, and control positions directly on the chart, with tools such as partial close, breakeven, and trailing stop. Designed to reduce manual work and help you stay focused on your trading decisions. A demo version is available for testing. Detailed explanations of features are provided within the MQL5 platform. Installation instructions are include
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.91 (33)
Professional Trade Copier for MetaTrader 5 Fast, professional, and reliable trade copier for MetaTrader . COPYLOT allows you to copy Forex trades between MT4 and MT5 terminals with support for Hedge and Netting accounts. COPYLOT MT5 version supports: - MT5 Hedge to MT5 Hedge - MT5 Hedge to MT5 Netting - MT5 Netting to MT5 Hedge - MT5 Netting to MT5 Netting - MT4 to MT5 Hedge - MT4 to MT5 Netting MT4 version Full Description +DEMO +PDF How To Buy How To Install How to get Log Files H
Premium Trade Manager - Fast, Disciplined Trade Management for MetaTrader 5 Premium Trade Manager is for traders who want their focus on the decision while the panel runs the routine: sizing, placement, partials, trailing, news and prop-firm limits, handled the same disciplined way on every trade. It is a fast on-chart panel for MetaTrader 5 that takes the mechanical work out of every trade. You decide direction, symbol and timing; the panel sizes the position to your risk, places the order with
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:/
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.
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
The News Filter MT5
Leolouiski Gan
4.78 (23)
This product filters   all expert advisors and manual charts   during news time.  It is able to remove any of your EA during news and automatically reattach them after news ends. This product also comes with a complete  order management system   that can handle your open positions and pending orders before the release of any news. Once you purchase   The News Filter , you will no longer need to rely on built-in news filters for future expert advisors, as this product can filter them all from her
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
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 copier MT5
Alfiya Fazylova
4.55 (44)
Trade Copier is a professional utility designed to copy and synchronize trades between trading accounts. Copying occurs from the account / terminal of the supplier to the account / terminal of the recipient, which are installed on the same computer or VPS . PROMOTION - If you have already purchased the "Trade Copier MT5," you can receive the "Trade Copier MT4" for free (for copying MT4 > MT5 and MT4 < MT5). For more detailed information about the conditions, please contact us via private message
AntiOverfit PRO MT5
Enrique Enguix
5 (6)
Before you buy an EA, check whether it really holds up or just got lucky in a backtest. Most robots are sold with a beautiful backtest. Rising equity curve. Good profit factor. Very few doubts. And yet, many of those EAs fall apart as soon as the market stops moving the way it did in that historical run. Why? Because a backtest only proves one thing: that the strategy worked on one specific price path. It does not prove it will hold up under different paths. It does not prove it is robust. And i
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
Timeless Charts
Samuel Manoel De Souza
5 (6)
Timeless Charts is an all-in-one trading utility for professional traders. It combines custom chart types such as Seconds Charts and Renko with advanced order flow analysis using Footprints , Clusters , Volume Profiles , VWAP studies, and anchored analysis tools for deeper market insight. Trading and position management are handled directly from the chart through an integrated trade management panel , while Market Replay and Virtual Accounts provide environments for practicing trading skills and
YuClusters
Yury Kulikov
4.93 (42)
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
Trade Manager DaneTrades
Levi Dane Benjamin
4.28 (29)
DaneTrades Trade Manager is a professional trade panel for MetaTrader 5, designed for fast, accurate execution with built‑in risk control. Place market or pending orders directly from the chart while the panel automatically calculates position size from your chosen risk, helping you stay consistent and avoid emotional decision‑making. The Trade Manager is built for manual traders who want structure: clear risk/reward planning, automation for repeatable management, and safeguards that help reduc
SMC Trade Pilot MT5
Prime Horizon
5 (1)
SMC Trade Pilot MT5 Semi-automatic trading assistant for Smart Money Concepts traders. Receive rich signals on Telegram with chart screenshot, then place the trade with a single tap. Manage your positions from your phone, even when you are away from your computer. The problem this solves Smart Money setups don't wait for you. Order Blocks and Liquidity Sweeps form during the London open, the New York open, or in the middle of the Asian session, often when you are at work, in a meeting, or simply
Seconds Chart MT5
Boris Sedov
4.59 (17)
Seconds Chart is a unique tool for creating second-based charts in MetaTrader 5 . With Seconds Chart , you can construct charts with timeframes set in seconds, providing unparalleled flexibility and precision in analysis that is unavailable with standard minute or hourly charts. For example, the S15 timeframe indicates a chart with candles lasting 15 seconds. You can use any indicators and Expert Advisors that support custom symbols. Working with them is just as convenient as on standard charts.
================================================================================ 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
Copy Cat More Trade Copier MT5 is a local trade copier and a complete risk management and execution framework designed for today’s trading challenges. From prop firm challenges to personal portfolio management, it adapts to every situation with a blend of robust execution, capital protection, flexible configuration, and advanced trade handling. The copier works in both Master (sender) and Slave (receiver) modes, with real-time synchronization of market and pending orders, trade modifications, pa
MT5 to Telegram Signal Provider turns your trading account into a signal provider. Every trade action, whether manual, by EA or from your phone, is instantly sent as a message to Telegram. You can fully customize the format or use a ready-made template for quick setup. [ Demo ] [ Manual ] [ MT4 Version ] [ Discord Version ]     New: [ Telegram To MT5 ] Setup A step by step user guide is available. Key Features Ability to customize order details sent to subscribers You can create a tiered subs
Advanced Dashboard Ultra
Mirel Daniel Gheonu
5 (3)
Stats Dashboard & Journal ULTRA for MT5   The Complete Trading Command Center: Analytics, Automation & News Intelligence.   Stats Dashboard ULTRA is the ultimate evolution of the analytics tool. It transforms MetaTrader 5 into a professional trading station, combining institutional-grade performance analysis with automated news   protection and advanced psychological metrics. Designed for manual traders and EA portfolio managers who demand total control.     NEW IN ULTRA VERSION    * News I
Signal TradingView to MT5 Pro  Instant professional execution between TradingView and MetaTrader 5 Automate your trading strategy with the most robust communication bridge between TradingView alerts and real execution in MT5. Designed for traders who demand speed, flexibility, and impeccable risk management, this Expert Advisor transforms any alert message into a precise market or limit order.   Install and TEST the TRIAL version HERE STRENGTHS AND ADVANTAGES Universal Parsing Engine (Propriet
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
More from author
NeuronLiquidity is a chart-overlay indicator for MetaTrader 5 from Neuron Systems that maps where liquidity rests and marks the exact bar where it is taken. It is an indicator only: it draws on your chart and raises alerts. It does not place trades, it does not send buy or sell orders, and it does not manage positions or accounts. Native MQL5, no DLLs, no external dependencies. Works on any symbol (forex, gold and metals, indices, crypto) and any timeframe. === HOW IT FINDS LIQUIDITY POOLS === A
The trendlines with breaks indicator return pivot point based trendlines with highlighted breakouts. Users can control the steepness of the trendlines as well as their slope calculation method. Trendline breakouts occur in real-time and are not subject to backpainting. Trendlines can however be subject to repainting unless turned off from the user settings. The indicator includes integrated alerts for trendline breakouts. Any valid trendlines methodology can be used with the indicator, users
FREE
*This is tradingview indicator converted to mql4* The Chandelier Exit Indicator is a popular technical analysis tool developed by Chuck LeBeau. It is designed to help traders identify potential exit points for their trades based on market volatility and the concept of trailing stops. The Chandelier Exit Indicator consists of three main components: Average True Range (ATR): The indicator utilizes the Average True Range, which measures market volatility. The ATR calculates the average range betwe
FREE
Trend Magicc
Muhammad Hassaan
*This is tradingview indicator converted to mql5* The Trend Magic Indicator is a popular technical analysis tool used to identify the direction of a market trend and potential trend reversals. It is a versatile indicator that can be applied to various financial instruments and timeframes. The Trend Magic Indicator consists of a combination of moving averages and a volatility-based filter. It aims to smooth out price fluctuations and provide a clearer visualization of the underlying trend. Here
FREE
SuperTrend V
Muhammad Hassaan
*This is TradingView indicator converted to mql4* The SuperTrend V indicator is a popular technical analysis tool used to identify trends and potential trend reversals in financial markets. It is based on the concept of the SuperTrend indicator but incorporates additional features and variations. The SuperTrend V indicator uses a combination of price action and volatility to determine the trend direction and generate trading signals. Here are the key components and features of the indicator: Ca
FREE
*This is tradingview indicator converted to mql4* The CM Slingshot System Indicator is a trading tool that aims to identify potential trade setups based on market volatility and price action. It is designed to help traders spot entry and exit points in trending markets. The CM Slingshot System Indicator combines multiple indicators and techniques to generate trading signals. Here are the key features and components of the indicator: Bollinger Bands: The indicator incorporates Bollinger Bands, w
FREE
UT bot alerts
Muhammad Hassaan
*This is tradingview bot converted to mql4* The UT Bot Alert Indicator is an advanced technical analysis tool designed to help traders optimize their trading performance. This innovative indicator is based on the proven UT Bot system, which utilizes multiple indicators to deliver accurate signals that can help traders make better decisions. The UT Bot Alert Indicator provides a range of features that can help you stay on top of market trends and capitalize on opportunities. Here are some of its
UT bot alert
Muhammad Hassaan
UT Bot Alerts is a technical indicator for MetaTrader 5 that highlights potential directional changes based on momentum conditions. The indicator marks signal points directly on the chart and can generate optional notifications for convenience. The signal generation logic can operate in two modes: Closed-bar mode: signals are confirmed only after the bar closes. Live-bar mode: signals are displayed during the formation of the current bar. Both modes are available depending on the user's preferr
HA Market Bias
Muhammad Hassaan
*This is trading view indicator converted in mql5* The HA Market Bias Indicator is a popular tool used in trading and technical analysis, designed to help traders identify market bias and potential trend reversals. It is commonly used in conjunction with candlestick charts and provides valuable insights into market sentiment. The indicator is based on the Heiken Ashi (HA) candlestick charting technique, which aims to filter out market noise and provide a smoother representation of price action.
AI Range Breaker
Muhammad Hassaan
Note: Kindly inbox me for setfile AI Range Breaker watches a time window you choose each day, marks that session’s high and low , then automatically places pending buy/sell orders just outside the range. If price breaks out, the EA manages the trade with breakeven, candle-based trailing, optional partial close, and a single scale-in once price moves in your favor. If nothing happens, the pending orders are removed after a set number of candles—keeping your chart and account clean. Best use Work
Dashpro Reborn
Muhammad Hassaan
Trade. Allows you to perform basic trading operations in one click directly from the chart. Trading operations: Open Buy and Sell market positions with one click. Specify lot size manually before opening a trade. Set Stop Loss and Take Profit as price levels . Stop Loss and Take Profit are automatically initialized at a fixed distance from the current market price (default: ±50 pips , symbol-aware). Fully supports Forex, Metals (XAUUSD), Indices, and other MT5 symbols with correct price formatti
SMC Flow Cloud
Muhammad Hassaan
SMF Cloud is a clean, lightweight chart indicator that visualizes directional market flow using an adaptive trend “cloud”, dynamic volatility bands, retest markers, and a TradingView-style strength gauge. It is designed for fast decision-making: identify trend shifts, measure trend strength, and spot pullback/retest opportunities at a glance. Key Features Smart Money Flow Trend Cloud Smooth trend baseline (EMA or ALMA) with optional additional smoothing. Clear bullish/bearish flow visualization
This indicator builds a Pivot Anchored Volume Profile (VAP/VPOC approximation using tick volume) and automatically splits the profile into pivot-to-pivot segments , giving you a clean, TradingView-like view of where volume concentrated during each swing. It draws a horizontal histogram for every segment and highlights the Value Area and key levels, making it easy to spot acceptance/rejection zones, high-volume nodes, and potential support/resistance. Key Features Segmented Volume Profile (Pivot-
Chandelier Exit PRO A precise and reliable trend-following indicator for MetaTrader 5 Chandelier Exit PRO is a professionally engineered implementation of the Chandelier Exit indicator, designed to closely match the original version in both logic and signal behavior. It provides clear trend direction, dynamic stop levels, and well-timed reversal signals, making it suitable for traders who require consistency and accuracy in their decision-making. Core Features Accurate Logic This indicator repli
Neuron Scanner
Muhammad Hassaan
NeuronScanner - Multi-Symbol Multi-Timeframe Confluence Scanner for MetaTrader 5 NeuronScanner is an on-chart scanner and dashboard for MetaTrader 5. It shows a colour-coded grid of confluence scores across many symbols and timeframes on one panel, so you can review a whole watchlist at once. Works on any symbol: forex, metals, gold, indices and crypto. HOW IT WORKS For every symbol and timeframe in the grid, NeuronScanner reads eight indicators and turns each into a simple vote - bullish, be
NeuronStructure reads market structure the way a desk does and labels every event on the exact closed bar that confirmed it, so what you see now is what you would have seen then. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts. It is the market-structure companion to NeuronLiquidity, built to sit alongside it: structure tells you the framework and bias, liquidity te
Neuron Sessions
Muhammad Hassaan
NeuronSessions maps the four trading sessions, Sydney, Tokyo, London and New York, directly on your chart and keeps the read honest: a completed session is frozen and never redrawn, only the live one develops. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts. It is the sessions companion to NeuronLiquidity and NeuronStructure, and is built to sit alongside them: stru
NeuronSniper is a complete ICT (Inner Circle Trader / smart-money) workspace and setup engine for MetaTrader 5 from Neuron Systems. It maps the whole picture, market structure, liquidity, order blocks, fair value gaps and premium/discount, and then marks one strict, high-quality reversal setup with a fixed risk:reward plan. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or acc
Neuron Flow SMC
Muhammad Hassaan
NeuronFlow is a smart-money trend-continuation toolkit for MetaTrader 5 from Neuron Systems. It reads market structure and then, on every confirmed break, marks a continuation setup, a pullback into the fresh order block or fair value gap left by the move, in the direction of the trend, with a fixed risk:reward plan. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts.
NeuronTrend is a premium adaptive trend engine for MetaTrader 5 from Neuron Systems. It draws one clean, non-repainting baseline that colours the trend blue (up) or red (down), surrounds it with a translucent neon trend cloud, and reads the trend across timeframes in a live dashboard. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts. Native MQL5, no DLLs, non-repaint
NeuronCloud is a premium moving-average cloud for MetaTrader 5 from Neuron Systems. A fast and a slow moving average fill a translucent neon cloud behind the candles and colour it blue (up) or red (down), while a multi-MA ribbon between them shows when a trend is fanning out or compressing into a squeeze. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts. Native MQL5,
NeuronIchimoku is a premium Ichimoku Kinko Hyo indicator for MetaTrader 5 from Neuron Systems. It draws the full classic Ichimoku system, projects the cloud forward of price, and scores every Tenkan/Kijun cross with a transparent five-factor confidence engine so you can see, at a glance, which crosses agree with the bigger picture and which do not. It is an indicator for chart analysis only: it does not place, modify or close trades, it does not send orders, and it does not manage positions or a
NeuronQuant is a premium quant analytics indicator for MetaTrader 5 from Neuron Systems. It reads the chart with the kind of statistical tools common in quantitative analysis: a forward expected-move range, realized volatility, a market-regime read and a standardized z-score. It is an indicator for chart analysis only: it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts. Native MQL5, no DLLs, non-repainting closed-bar logic. Works on a
NeuronPropGuard — prop-firm rule compliance & trade management for MT5 Most funded accounts are not lost on bad entries — they are lost on a single trade that crosses the daily-loss line or the max-drawdown floor. NeuronPropGuard keeps those rules in front of you in real time, sizes every trade against the room you actually have left, and can step in before a buffer is breached. It reads only your own MetaTrader 5 account — no external feed, no signals, no profit promises. It cannot guarantee co
NeuronDivergence — multi-oscillator confluence divergence engine for MT5 A single oscillator showing divergence is a hint; three agreeing at once is a setup. NeuronDivergence reads RSI, MACD and Stochastic together, finds regular and hidden divergence on each, and only marks a signal when enough of them agree — then scores that agreement 0–100 with a confidence engine and draws it on your chart with entry, stop and target levels, a command dashboard and alerts. It is non-repainting and closed-ba
Filter:
No reviews
Reply to review