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.

Prodotti consigliati
This indicator is especially for the binary trading. Time frame is 1 minutes and exp time 5 or 3 minutes only. You must be use martingale 3 step. So you must put lots size is 10 % at most. You should use Mt2 trading platform to connect with my indicator to get more signal without human working. This indicator wining rate is over 80% but you may get 100% of profit by using martingale 3 step. You should use MT2 Trading Platform to connect meta trader platform and binary platform . You can get mt2
FREE
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
EEFX Trade Manager
Andro Luis Da Costa
EEFX Trade Manager Tool Lite v1.09 EEFX Trade Manager Tool Lite is a clean and simple trade management and planning tool for MetaTrader 5. It is designed for manual traders who want better control over risk, cleaner chart planning, and a simple dashboard for managing exposure. The tool includes a Risk Manager tab and a Trade Planner tab. It helps traders set risk limits, plan BUY and SELL setups visually, and manage open trade exposure directly from the chart. How to use this tool (Video) https:
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
Free Slave Version – Remote Trade Receiver MT5. This is the FREE Slave version of our professional Remote Trade Copier system. It allows you to receive trades from a Master account running our full Copy Trade solution. Designed for simplicity and reliability, this version is read-only and cannot send trades or operate independently. Key Features: One-click setup – simply connect to the Master. Fast and accurate order copying. Supports all symbols, order types, and brokers. Minimal resource us
FREE
Copier Provider RAlabs — a signal source for local trade copying. A lightweight trade publishing tool for a copying system consisting of Copier Provider RAlabs (signal source) and Copier Master RAlabs (receiver). Copier Provider RAlabs is installed on the donor account whose trades need to be copied and transmits those trades to the Copier Master RAlabs receiver. The provider publishes: position openings, modifications, and trade closures. Features: instant local transmission, minimal resource u
FREE
Indicatore Crypto_Forex "WPR con 2 Medie Mobili" per MT5, senza ridisegno. - WPR è uno dei migliori oscillatori per lo scalping. - L'indicatore "WPR e 2 Medie Mobili" consente di visualizzare le medie mobili veloci e lente dell'oscillatore WPR. - L'indicatore offre l'opportunità di visualizzare le correzioni di prezzo molto presto. - È molto facile impostare questo indicatore tramite parametri e può essere utilizzato su qualsiasi timeframe. - È possibile visualizzare le condizioni di ingresso
Demo 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). 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 be copied with an increased lot). Configure order copy
FREE
Copy Trade PRO - Slave EA (FREE with Master EA) Receive Trades Automatically from Your Master Account Copy Trade PRO - Slave EA is a professional trade receiver designed for MetaTrader 5. It automatically mirrors trades from the Copy Trade PRO Master EA with fast execution, intelligent symbol matching, and flexible risk management.    Telegram Support Link :   @GoldBotXSupport Need help or have questions? Contact me on WhatsApp:      https://wa.me/447378910922 This Slave EA is complete
FREE
Auto close
Raudel Umaran Elias
4.33 (9)
Simple program to automatically close positions by profit or loss. User can select "Total Profit" to close all positions at the same time, once the total profit or loss is reached. User can select "Single Profit" to close one by one positions, once single profit or loss is reached. Notes: 1. The assistant will not open any position. 2. The assistant only provide market orders, so due maket volatility positions can suffer slippage. 
FREE
Goal Tracker abd Risk Guard
Muxammadaziz Mamasobitov
Goal Tracker & Risk Guard Goal Tracker & Risk Guard is a professional on-chart dashboard and psychological assistant designed for every trader. It helps you maintain strict trading discipline, hit your profit targets, and protect your account from severe drawdowns and overtrading. Stop relying on emotions and let this indicator keep your risk in check! Key Features: Profit Targets: Set your custom Daily, Weekly, and Monthly profit targets (in %). The panel tracks your closed trades and fills a g
FREE
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
Trade Dispensary Connect è un'utility EA per MT5 progettata per inviare operazioni in formato JSON al Trade Dispensary Trade Copyr tramite Webhook. Se Trade Dispensary è in esecuzione sul tuo computer locale, utilizza semplicemente http://127.0.0.1 :5000/webhook/mt5/[ACCOUNT_ID] come URL del webhook. Se Trade Dispensary è in esecuzione su un altro PC, ottieni l'indirizzo/dominio del computer. In questo caso, si consiglia un servizio di tunneling come Pinggy o Ngrok. Questo EA per MT5 è specifi
FREE
TANIN ICHIMOKU CLOUD (EA20): The Ultimate Trend Rider & Prop Firm Shield Trading the Ichimoku Kinko Hyo system manually can be complex and emotionally draining. Are you tired of getting shaken out of massive trends by market noise? Meet EA20 Tanin Ichimoku Cloud , a fully automated trend-following system. It takes the guesswork out of Ichimoku by executing sniper entries and riding the mega trends with zero emotions.   ENTER YOUR KEY HERE:   [  EA20_99999D_TANINCODER_598259741005 ] --
FREE
Free MetaTrader 5 indicator that displays "CALL IT A DAY" when London & New York sessions close. Customizable alerts, session tracking, and a guilt-free reminder to log off. Perfect for workaholic traders! Tired of staring at charts when the market’s already clocked out? Session Guardian   is your sassy trading assistant that slaps a giant   "CALL IT A DAY"   on your screen when both London   and   New York sessions are closed—because even traders deserve happy hour. Key Features:   Big, Bo
FREE
Vulcan FX
Michael Prescott Burney
3 (2)
Vulcan FX is an expert advisor (EA) designed for trading EURUSD on the H1 timeframe, integrating dynamic trade execution with structured risk management. It supports both dynamic and fixed lot sizing, featuring a trailing stop mechanism with configurable step pips, trailing profit pips, take profit pips, and break-even pips to manage risk and secure gains. The EA can manage up to 100 open positions, allowing traders to execute trades in both directions or restrict activity to sell-only mode. Bu
FREE
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
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
Unified Panel
Vladimir Ershov
Unified Panel v5: Your Personal Command Center in MetaTrader 5 Tired of Missing Opportunities? Take Full Control of the Market! Every trader knows the pain: Fatigue from Waiting: You spend hours staring at the monitor, switching between dozens of charts and timeframes in search of the perfect setup. You get distracted for a moment—and the best opportunity is gone. Fear of a Margin Call: You have several positions open, possibly on different instruments or in a "lock". How do you know where the
FREE
TMU Copier – Copy Receiver Utility for MetaTrader 5 TMU Copier is a professional Copy Receiver Utility for MetaTrader 5 that works exclusively with Trade Manager Ultimate – Risk, Alarms & CopyTrade (Master Utility) . It receives and executes trades published by one or more Master Utilities running on the same Windows computer or VPS , providing fast local synchronization, flexible lot scaling, symbol mapping, and advanced copy controls. This is NOT a standalone utility. It does not generate tra
FREE
GOM Trade Manager
Wannapach Chinnaprapa
GOM Trade Manager helps you execute trades the way you want it. Works on all instruments Forex, Commodities, & Crypto. It helps you with lot calculations, spread addition and balance calculations so you can just focus on actual trading. For automatic planned management and protection >> check out GOM Trade Manager Pro . ------------------------------------------NOTABLE FEATURES------------------------------------------ You set everything based on bid price, which is the price of the candles
FREE
Recluse FX
Michael Prescott Burney
3 (2)
Recluse FX is the ultimate trading system for US30 on the H1 chart. With dedicated stop-loss and take-profit for each order, it guarantees optimal performance and risk management. Validated across over 1200 trades since 2021 with a 100% win rate, Recluse FX delivers unmatched stability and consistent gains under all market conditions. Its progressive pricing means that after 50 copies are sold, the system becomes exclusive to its owners. Purchase Recluse FX now and message for free access to th
FREE
Important Lines
Terence Gronowski
4.88 (24)
This indicator displays Pivot-Lines, preday high and low, preday close and the minimum and maximum of the previous hour. You just have to put this single indicator to the chart to have all these important lines, no need to setup many single indicators. Why certain lines are important Preday high and low : These are watched by traders who trade in a daily chart. Very often, if price climbs over or falls under a preday low/high there is an acceleration in buying/selling. It is a breakout out of a
FREE
CosmiCLab SMC FIBO CosmiCLab SMC FIBO is a professional trading indicator designed for traders who use Smart Money Concepts (SMC), market structure analysis and Fibonacci retracement levels. The indicator automatically detects market swings and builds Fibonacci levels based on the latest impulse movement. It also identifies market structure changes such as BOS (Break of Structure) and CHOCH (Change of Character), helping traders understand the current market direction. CosmiCLab SMC FIBO also pr
Introducing   Order Blocks Breaker , a brand-new way to identify and leverage order blocks in your trading strategy. After developing multiple order block tools with unique concepts, I’m proud to present this tool that takes things to the next level. Unlike previous tools,   Order Blocks Breaker   not only identifies order blocks but also highlights   Breaker Order Blocks —key areas where the price is likely to retest after a breakout. MT4 -  https://www.mql5.com/en/market/product/124101/ This t
Sharing-Is-Caring Trade Copier Features Local & Remote copy One tool can act as provider or receiver of trades Co-exist with other positions opened manually or from other expert advisors Can be stopped and restarted at any time without any issues such as deals getting closed mysteriously Copy same lot or adjust according to your balance and leverage Partial close/open Manage max funds to use One provider can copy to unlimited number of receivers One receiver can copy from unlimited number of p
FREE
Atomic GBP FX
Michael Prescott Burney
Atomic GBP — Trading sofisticato su GBPUSD H1 Atomic GBP è un Expert Advisor (EA) di livello professionale, progettato specificamente per il grafico GBPUSD H1. Si basa su un'analisi storica approfondita e validazione su molteplici broker. Questo sistema di trading altamente avanzato è stato concepito per navigare la volatilità unica e le caratteristiche della coppia GBPUSD. Atomic GBP è il risultato di una ricerca esaustiva che sfrutta 5 anni di dati storici di mercato. Analizzando svariati scen
FREE
Fast Copy cp
Alireza Kalamati
4.8 (10)
FastCopy cp : Professional Offline Local Trade Copier This tool is a 100% Offline-Capable (Local Mode) copier, designed to communicate directly between terminals on your PC/VPS for near-instant execution. [Why FastCopy cp ? v3.0 Update] Instant Execution: Uses "Dirty Flag" logic to detect trades the millisecond they happen. Simple Setup: No complicated URL lists or DLL imports required. [Key Features] Ultra-Low Latency: Direct file exchange ensures copying speeds under 50ms locally. Smart Symbol
FREE
Prop Protector 2
Georgii Poletaev
!!!The first 10 users are free!!!  Prop Protector — Trading Panel and Risk Management Utility Prop Protector is a utility designed for position sizing and risk management in the MetaTrader 5 terminal. The tool assists in calculating lot sizes based on defined risk parameters and monitoring daily drawdown limits. Key Features: Trading Panel:   Provides an interface for executing market Buy and Sell orders directly from the chart. Lot Size Calculation:   Automatically calculates the required lot s
FREE
Phoenix Momentum 5 Star
Nigel Nii Darku Narnor Darko
This indicator, "Phoenix Volume Amazing", is a sophisticated Volume Delta and Order Flow Dashboard. Unlike standard volume indicators that only show total activity, this tool dissects the internal "tug-of-war" between buyers and sellers in real-time. Core Functionality The indicator calculates Delta (the difference between buying volume and selling volume) to provide a "under the hood" look at market sentiment. It uses a custom-built GUI (Graphical User Interface) panel to display these metrics
FREE
Gli utenti di questo prodotto hanno anche acquistato
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (214)
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 (668)
Benvenuto a Trade Manager EA, lo strumento definitivo per la gestione del rischio , progettato per rendere il trading più intuitivo, preciso ed efficiente. Non è solo uno strumento per l'esecuzione degli ordini, ma una soluzione completa per la pianificazione delle operazioni, la gestione delle posizioni e il controllo del rischio. Che tu sia un principiante, un trader avanzato o uno scalper che necessita di esecuzioni rapide, Trade Manager EA si adatta alle tue esigenze, offrendo flessibilità s
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (142)
Sperimenta una copia di trading eccezionalmente veloce con il   Local Trade Copier EA MT5 . Con la sua facile configurazione in 1 minuto, questo copiatore di trading ti consente di copiare i trades tra diversi terminali di MetaTrader sullo stesso computer Windows o su Windows VPS con velocità di copia ultra veloci inferiori a 0.5 secondi. Che tu sia un trader principiante o professionista,   Local Trade Copier EA MT5   offre una vasta gamma di opzioni per personalizzarlo alle tue esigenze speci
TradePanel MT5
Alfiya Fazylova
4.88 (162)
Trade Panel è un assistente commerciale multifunzionale. L'applicazione contiene più di 50 funzioni di trading per il trading manuale e permette di automatizzare la maggior parte delle attività commerciali. Prima dell'acquisto, è possibile testare la versione dimostrativa su un conto demo. Scaricare la versione di prova dell'applicazione per un account dimostrativo: https://www.mql5.com/it/blogs/post/762419 . Istruzioni complete qui . Commercio. Consente di effettuare operazioni di trading con u
Versione Beta Telegram to MT5 Signal Trader è quasi pronto per il rilascio ufficiale in versione alpha. Alcune funzionalità sono ancora in fase di sviluppo e potresti riscontrare piccoli bug. Se riscontri problemi, ti preghiamo di segnalarli, il tuo feedback aiuta a migliorare il software per tutti. Telegram to MT5 Signal Trader è uno strumento potente che copia automaticamente segnali di trading da canali o gruppi Telegram al tuo account MetaTrader 5 . Supporta canali pubblici e privati e cons
================================================================================ 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
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:/
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.97 (35)
Copiatore professionale di trade per MetaTrader 5 Un copiatore di trade veloce, professionale e affidabile per MetaTrader . COPYLOT consente di copiare operazioni Forex tra terminali MT4 e MT5 con supporto per conti Hedge e Netting . La versione MT5 di COPYLOT supporta: - MT5 Hedge → MT5 Hedge - MT5 Hedge → MT5 Netting - MT5 Netting → MT5 Hedge - MT5 Netting → MT5 Netting - MT4 → MT5 Hedge - MT4 → MT5 Netting Versione MT4 Descrizione completa + DEMO + PDF Come acquistare Come installare Come ot
Power Candles Strategy Scanner - Strumento di ricerca configurazioni multi-simbolo con ottimizzazione automatica Power Candles Strategy Scanner utilizza lo stesso motore di auto-ottimizzazione che alimenta l'indicatore Power Candles, applicandolo a tutti i simboli presenti nel tuo Market Watch, uno accanto all'altro. Un unico pannello ti indica quali simboli sono statisticamente negoziabili in questo momento, quale strategia è vincente su ciascuno di essi, la coppia ottimale di Stop Loss / Take
Anchor Trade Manager
Kalinskie Gilliam
5 (5)
Anchor: The EA Manager Run your full EA portfolio without conflicts, without stacked risk, and without watching every chart yourself. Anchor coordinates up to 64 Expert Advisors on a single account, including daily loss protection built for prop firm rules. Attach Anchor to any chart. Type your EA names and magic numbers in one line. Click OK. Anchor begins coordinating immediately. Built for portfolios. Built for prop firms. Built for discipline. The Problem Running multiple EAs on the same acc
Trade copier MT5
Alfiya Fazylova
4.59 (49)
Trade Copier è un'utilità professionale progettata per copiare e sincronizzare le transazioni tra conti di trading. La copiatura avviene dal conto/terminale del fornitore al conto/terminale del destinatario, che sono installati sullo stesso computer o vps. PROMOZIONE - Se avete già acquistato il "Trade copier MT5", potete ottenere gratuitamente il "Trade copier MT4" (per la copia MT4 > MT5 e MT4 < MT5). Per maggiori informazioni sulle condizioni, vi preghiamo di contattarci tramite messaggi priv
YuClusters
Yury Kulikov
4.93 (43)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
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.
Telegram to MT5 Multi-Channel Copier copia automaticamente i segnali di trading dai tuoi canali Telegram direttamente in MetaTrader 5. Nessun bot, nessuna estensione del browser, nessuna copia manuale. Ricevi un segnale su Telegram e l'EA apre l'operazione sul tuo terminale in pochi secondi. Il prodotto include due componenti: un'applicazione Windows che ascolta i tuoi canali Telegram, e questo Expert Advisor che esegue i segnali sul tuo terminale MT5. È disponibile anche una versione per MT4. G
Welcome to ENTRY IN THE ZONE WITH SMC MULTI TIMEFRAME Entry In The Zone with  SMC Multi Timeframe  is a professional trading indicator built on Smart Money Concepts (SMC), combining market structure analysis with a No Repaint BUY / SELL signal system in a single indicator. It helps traders understand market structure more clearly, identify key price zones, and focus on higher-quality trading opportunities. By combining Multi-Timeframe Analysis, Points of Interest (POIs), and real-time signals, t
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
HINN MagicEntry Extra
ALGOFLOW OÜ
4.75 (16)
LIMITED SUMMER SALE -40% !   ONLY $30 insead of $50!  Maximum real discount!  ONLY UNTIL 08/22 HINN MAGIC ENTRY – the ultimate tool for entry and position management! Place orders by selecting a level directly on the chart! full description   ::  demo-version  :: 60-sec-video-description Key features: - Market, limit, and pending orders - Automatic lot size calculation - Automatic spread and commission accounting - Unlimited partitial take-profits  - Breakeven and trailing stop-loss and take-p
Trade Manager DaneTrades
Levi Dane Benjamin
4.28 (29)
Trade Manager per aiutarti a entrare e uscire rapidamente dalle operazioni calcolando automaticamente il tuo rischio. Incluse funzionalità che ti aiutano a prevenire l'eccessivo trading, il vendetta trading e il trading emotivo. Le operazioni possono essere gestite automaticamente e i parametri di performance del conto possono essere visualizzati in un grafico. Queste caratteristiche rendono questo pannello ideale per tutti i trader manuali e aiuta a migliorare la piattaforma MetaTrader 5. Suppo
VirtualTradePad One Click Trading Panel
Vladislav Andruschenko
4.59 (74)
Pannello di trading per MetaTrader 5 — controllo professionale del trading in un clic dal grafico e dalla tastiera Un pannello di trading avanzato progettato per trader attivi, pensato per aprire, gestire e chiudere operazioni molto più velocemente rispetto all’interfaccia standard di MetaTrader. Questa soluzione è dedicata a chi desidera controllare posizioni, ordini pendenti, profitto totale ed esecuzione da un unico spazio di lavoro professionale. Non si tratta di un semplice utilitario. È u
EA Auditor
Stephen J Martret
5 (4)
EA Auditor is an independent analysis tool for traders evaluating Expert Advisors and trading signals on MetaTrader 5. It audits backtest reports, reviews posted developer signals, and cross-verifies the two against each other to help traders assess strategies before committing capital. The MQL5 market offers a wide range of Expert Advisors from many developers, with varying approaches, quality, and transparency. EA Auditor provides a consistent, data-driven framework for reviewing them, answer
Seconds Chart MT5
Boris Sedov
4.61 (18)
Seconds Chart - uno strumento unico per creare grafici in secondi su MetaTrader 5 . Con Seconds Chart , puoi generare grafici con timeframe definiti in secondi, ottenendo una flessibilità e una precisione d'analisi ideali, non disponibili nei grafici standard in minuti o ore. Ad esempio, il timeframe S15 indica un grafico con candele di 15 secondi. Puoi utilizzare qualsiasi indicatore e Expert Advisor con supporto per simboli personalizzati. Lavorare con loro è comodo quanto operare sui grafici
Trade Dashboard MT5
Fatemeh Ameri
4.95 (131)
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
FUTURES ORDERFLOW FOOTPRINT CHART Professional OrderFlow EA for MetaTrader 5 Version 1.01| Professional tool for real traders | Institutional-Grade Visualization STRATEGY TESTER USERS - PLEASE SELECT EVERY REAL TICK WHEN TESTING AND YOU HAVE DOWNLOADED HISTORICAL DATA. IF YOU SEE A WAITING SCREEN AND IT IS NOT DOWNLOADING, IT MEANS YOU HAVE LOW HISTORICAL DATA. TRY 1 MIN AND 5 MIN FIRST ON 1 DAY DATA. ONE DAY DATA SHOULD BE THE NEWEST AND MOST CURRENT DATE. PLEASE WAIT UNTIL THE MARKET HAS ROL
HINN Lazy Trader
ALGOFLOW OÜ
5 (1)
LIMITED SUMMER SALE -40% ! ONLY $470 insead of $790!  Maximum real discount! ONLY UNTIL 08/22 The core idea: using the user interface, you configure the parameters the chart must meet before entering a position (or positions), choose which entry models to use, and set the rules for when trading and planning should end. Lazy Trader  handles the rest: it  takes over all the routine chart watching and execution! full description  :: 3 key videos [1] ->  [2]   ->  [3] What can it do? - Understand
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
Timeless Charts
Samuel Manoel De Souza
5 (7)
Timeless Charts è un'utilità di trading completa progettata per trader professionisti. Combina tipi di grafici personalizzati come Grafici a Secondi e Renko con analisi avanzata del flusso ordini tramite Footprints , Clusters , Profili di Volume , studi VWAP e strumenti di analisi ancorata per una visione più approfondita del mercato. Il trading e la gestione delle posizioni vengono eseguiti direttamente dal grafico tramite un pannello integrato di gestione delle operazioni , mentre Market Repla
EasyInsight AIO MT5
Alain Verleyen
4.92 (12)
EASY Insight AIO – La soluzione all-in-one per un trading intelligente e senza sforzo Panoramica Immagina di poter analizzare l’intero mercato — Forex, Oro, Cripto, Indici e persino Azioni — in pochi secondi, senza dover controllare manualmente i grafici, installare indicatori o affrontare configurazioni complicate. EASY Insight AIO è il tuo strumento definitivo di esportazione per il trading alimentato dall’IA, pronto all’uso. Offre una panoramica completa del mercato in un unico file CSV pul
The News Filter MT5
Leolouiski Gan
4.78 (23)
Questo prodotto filtra tutti gli esperti consulenti e i grafici manuali durante il periodo delle notizie, così non dovrai preoccuparti di improvvisi picchi di prezzo che potrebbero distruggere le tue impostazioni di trading manuali o le negoziazioni effettuate da altri esperti consulenti. Questo prodotto viene fornito anche con un sistema completo di gestione degli ordini che può gestire le tue posizioni aperte e gli ordini in sospeso prima della pubblicazione di qualsiasi notizia. Una volta che
Trader Evolution
Siarhei Vashchylka
5 (7)
" Trader Evolution " - A utility designed for traders who use wave and technical analysis in their work. One tab of the utility is capable of money management and opening orders, and the other can help in making Elliott wave and technical analysis. Manual (Be sure to read before purchasing) | Version for MT4 Advantages 1. Trading in a few clicks. Immediate and pending orders are available in the panel 2. Money management. The program automatically selects the appropriate lot size 3. Simplifies
EA Performance Tracker
Russell Leeon Tan
5 (3)
EA Performance Tracker (AESTracker) A clean, modern dashboard that shows exactly how your trades and EAs are performing — right on your chart. It reads your full account history automatically and breaks down the numbers by magic number / strategy. Display only — it does not place any trades. What it shows - Account header: live Balance, Equity, and Open (floating) P/L - Profit summary: gross profit, net profit, and the exact commission & swap deducted - Key stats: win rate, profit factor, exp
Altri dall’autore
Breakout Target
Muhammad Hassaan
NeuronBreakout identifies volatility compression before the market expands. It waits for price to contract, anchors a breakout range to the most recent confirmed swing, tracks that range until price closes beyond it, then projects a complete trade with entry, ATR-based stop loss, and three R-multiple profit targets. Every completed breakout remains frozen on the chart, allowing you to review past setups exactly as they formed. It is an indicator for chart analysis only: it draws on the chart, it
FREE
VVIDA draws a momentum-adaptive trend directly on your chart and shows whether the move behind it is actually supported by volume. Instead of using a fixed moving average, it continuously adjusts its speed to market momentum, follows strong trends closely, slows during quiet conditions, tracks untouched liquidity left behind the trend, and measures the buy, sell and delta volume accumulated throughout every trend leg. It is an indicator for chart analysis only: it draws on the chart, it does not
FREE
Neuron Breakout D-Shape identifies high-probability reversal and continuation zones using a dynamic D-shaped projection built directly around market structure. It combines adaptive trend analysis, projected price boundaries, support and resistance levels, and trailing guidance into a single visual framework that helps you understand where price is most likely to react next. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not s
FREE
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
FREE
NeuronSurface — see which Supertrend settings actually work Stop guessing your ATR length and multiplier. NeuronSurface back-tests 100 Supertrend variants on every bar (10 lengths × 10 multipliers), scores each one on the metric you choose, and shows the result three ways at once — a live 3D surface, a colour-coded matrix and a distribution histogram — with the best and the most stable settings flagged automatically. At a glance: 100 combinations per bar · 10 × 10 length/multiplier grid · 9 scor
FREE
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.
FREE
Neuron Replay — Bar Replay & Paper‑Trading Trainer Neuron Replay turns any MetaTrader 5 chart into a TradingView‑style market replay and risk‑free practice simulator . Rewind any symbol to any point in its history, then step through it bar‑by‑bar — or auto‑play it — and practice your entries, exits and trade management on a fully interactive on‑chart panel. Every trade is 100% simulated (paper / "ghost" trading): the tool never sends a single real order to your account, so you can train your str
FREE
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
FREE
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
FREE
UT bot alert
Muhammad Hassaan
4.75 (4)
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
FREE
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
FREE
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
FREE
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-
FREE
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
FREE
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
FREE
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
FREE
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
FREE
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,
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
NeuronReplay — replay each of your closed trades one by one, bar-by-bar, and analyze exactly what happened Your trade history is just a list of numbers. NeuronReplay turns it into film. It lists every closed trade in a dashboard; click any one and it re-plays that single trade candle-by-candle on its own chart , exactly like stepping through the MetaTrader 5 Strategy Tester — but scoped to a real trade you already took. You see the entry, the stop, the target and the exit drawn in, a floating P&
FREE
NeuronJournal - Trading Journal and Analytics Dashboard for MetaTrader 5 NeuronJournal reads your own MetaTrader 5 closed-trade history and presents it as an analytics dashboard inside the terminal. It shows your performance metrics, a calendar of daily results, a quant-style score of your trading, and a detailed breakdown of every trade and every day, with a built-in notes journal. It is an analytics and journaling tool only. It reads your account and draws. It does not give trading signals and
FREE
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
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
FREE
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
FREE
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.
FREE
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
FREE
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
FREE
Neuron Scanner
Muhammad Hassaan
5 (1)
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
FREE
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
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
Filtro:
Nessuna recensione
Rispondi alla recensione