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.

Produits recommandés
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
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:/
Signalator Local Trade Copier MT5 est un copieur de trades local rapide conçu pour faire fonctionner des terminaux Master et Receiver sur le même ordinateur ou VPS. Il prend en charge la copie multiplateforme entre les terminaux MT4, MT5 et cTrader dans toutes les directions : MT4 ↔ MT5 ↔ cTrader , ainsi que toutes les autres combinaisons. Copiez les trades localement sans relais cloud externe. Le Master publie l'activité de trading via une bridge locale, et chaque Receiver contrôle ce qu'il doi
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
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
Telegram to mt5 signal copier
Chukwuemeka Kingsley Anyanwu
5 (2)
**COPIE LES SIGNAUX DE N'IMPORTE QUEL CANAL TELEGRAM ET EXÉCUTE INSTANTANÉMENT LE TRADE SUR MT5 SANS DROITS D'ADMINISTRATEUR !** Vous recevez des signaux de trading sur Telegram et souhaitez qu'ils soient exécutés instantanément sur MetaTrader 5 ? **Telegram to MT5 Signal Copier** est un pont puissant entre vos canaux de signaux Telegram et MetaTrader 5. Il écoute les messages d'un canal Telegram spécifique et extrait automatiquement les signaux de trading — y compris le symbole, l'action, l
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
Indicateur Crypto_Forex « WPR avec 2 Moyennes Mobiles » pour MT5, sans repeint. - Le WPR est l'un des meilleurs oscillateurs pour le scalping. - L'indicateur « WPR et 2 Moyennes Mobiles » permet de visualiser les moyennes mobiles rapide et lente de l'oscillateur WPR. - Cet indicateur permet d'anticiper les corrections de prix. - Très facile à configurer via ses paramètres, il est utilisable sur toutes les unités de temps. - Les conditions d'entrée à l'achat et à la vente sont illustrées. - Ave
Spread Control est un indicateur compact pour MetaTrader 5 qui permet de suivre le spread actuel et son évolution directement sur le graphique de l'instrument. Fonctionnalités Spread actuel en temps réel Graphique d'évolution du spread avec l'historique des dernières valeurs Calcul de LOW / AVG / HIGH sur la période affichée Indication colorée de l'état du spread : niveau normal ; niveau d'avertissement ; niveau critique Échelle visuelle de la valeur actuelle Affichage des valeurs actuelles Bid
​Notification Spy Protector is a MetaTrader 5 Expert Advisor (Utility) that monitors your trading activity and sends real-time alerts to your mobile device (via MT5 Push) and/or Telegram. Equipped with a solid and reliable Account Protector, this utility is fully compatible and highly recommended for Prop Firm trading to safeguard your accounts from violating drawdown limits. It also provides advanced transaction filters and a clean on-chart dashboard. Never miss a trade. Protect your account f
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. Current price: $59 - increases by $10 after every 20 purchases until reaching the final price of $119 . Next price: $69 . Complete Buyer Kit: 4
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
CopyIQ
Stephen Sanjeeve Sahayam
CopyIQ mirrors your trades between MetaTrader 5 terminals running on the same Windows PC - one source account feeding as many receiver accounts as you need. Everything happens locally on the one machine: no VPS, no DLLs, and no internet link between terminals to lag or break. A trade on your source account reaches every receiver in milliseconds. CopyIQ was built by studying where other local copiers let traders down - copies that arrive late, lot sizes that ignore the receiving account, symbols
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 specified
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
Cet outil peut vous aider à clôturer toutes les commandes ouvertes en un seul clic, cliquez simplement sur « Tout fermer ». Si vous souhaitez uniquement clôturer les ordres rentables, cliquez sur le bouton « Fermer les ordres rentables ». Après avoir cliqué, tous les ordres flottants seront fermés ; Si vous souhaitez uniquement clôturer les ordres avec des pertes flottantes, cliquez sur le bouton « Fermer les ordres perdants ». Après avoir cliqué, tous les ordres avec des pertes flottantes seron
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
Stop Loss Manager - Gestion Précise du Risque Matériaux supplémentaires et instructions Manuel complet   -   Version MT4   -   Version MT5 Ne laissez plus jamais un trade gagnant se transformer en perte. Essayez-le gratuitement : une version d'évaluation de 14 jours est disponible sur notre   site web . Le Stop Loss Manager est une gestion du risque professionnelle et automatique pour MetaTrader. Dès que vous ouvrez un trade, il applique un stop loss intelligent et le suit grâce à cinq méthode
"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)
Maximisez votre succès en trading avec T Manager, la solution ultime de gestion du commerce conçue par des traders pour les traders. Avec son interface conviviale et ses fonctionnalités avancées, vous pouvez planifier, exécuter et gérer rapidement et facilement vos opérations de trading. Expérimentez un contrôle sans égal en ayant la possibilité de définir vos opérations de prix, vos stop loss et vos bénéfices avec facilité. Gérez votre risque avec précision et calculez la valeur monétaire de vo
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
EA Performance Monitor Un utilitaire pour MetaTrader 5 qui détecte automatiquement tous les Expert Advisors actifs sur les graphiques ouverts, associe chaque EA à ses données de trading et affiche en temps réel les métriques de drawdown, profit, taux de réussite et positions ouvertes dans un panneau unique. EA Performance Monitor est un utilitaire de surveillance automatisé pour MetaTrader 5. Il analyse tous les graphiques ouverts à un intervalle configurable, identifie chaque Expert Advisor en
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 est un utilitaire EA MT5 conçu pour envoyer des ordres au format JSON au copieur de transactions Trade Dispensary via Webhook. Si Trade Dispensary est installé sur votre machine locale, utilisez simplement http://127.0.0.1 :5000/webhook/mt5/[ACCOUNT_ID] comme URL de webhook. Si Trade Dispensary est installé sur un autre ordinateur, récupérez l'adresse IP/le nom de domaine de cette machine. Un service de tunneling tel que Pinggy ou Ngrok est recommandé dans ce cas. Cet
FREE
AW Metatrader to Telegram MT5
AW Trading Software Limited
5 (1)
Un système automatisé d'envoi de notifications afin qu'aucun de vos abonnés ne rate vos événements de trading depuis votre terminal de trading. Un utilitaire qui envoie des notifications au messager Telegram sur toutes les opérations de trading sur votre compte. Instructions pas à pas pour connecter l'utilitaire à une chaîne dans Telegram -> ICI / MT4 -> ICI Avantages : Installation facile et instructions détaillées, Possibilité d'envoyer des captures d'écran ajustables, Texte de notification pe
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
Les acheteurs de ce produit ont également acheté
Trade Assistant MT5
Evgeniy Kravchenko
4.41 (216)
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
Bienvenue sur Trade Manager EA, l’outil ultime de gestion des risques conçu pour rendre le trading plus intuitif, précis et efficace. Ce n’est pas seulement un outil d’exécution d’ordres ; c’est une solution complète pour la planification des trades, la gestion des positions et le contrôle des risques. Que vous soyez débutant, trader expérimenté ou scalpeur ayant besoin d’une exécution rapide, Trade Manager EA s’adapte à vos besoins, offrant une flexibilité sur tous les marchés, des devises et i
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https://www.mql5.com/en/signals/2356404 - Farmed Hedge Yield V Copy:  https://www.mql5.com/en/signals/2357156 * Before purchasing, please feel free to send me a message if you have any questions about the product or setup. - You can test the system using Strategy Tester: Visual Mode , a
Version Bêta Le Telegram to MT5 Signal Trader est presque prêt pour la sortie officielle en version alpha. Certaines fonctionnalités sont encore en développement et vous pourriez rencontrer de petits bugs. Si vous rencontrez des problèmes, merci de les signaler, vos retours aident à améliorer le logiciel pour tout le monde. Telegram to MT5 Signal Trader est un outil puissant qui copie automatiquement les signaux de trading depuis des chaînes ou groupes Telegram vers votre compte MetaTrader 5 .
================================================================================ 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
TradePanel MT5
Alfiya Fazylova
4.88 (167)
Trade Panel est un assistant commercial multifonction. L'application contient plus de 50 fonctions de trading pour le trading manuel et permet d'automatiser la plupart des tâches commerciales. Instructions d'utilisation + tutoriel vidéo : https://www.mql5.com/fr/blogs/post/772371 Version d'essai de l'application pour un compte démo : https://www.mql5.com/fr/blogs/post/762644 Comment installer l'application : https://www.mql5.com/fr/blogs/post/762645 Comment tester l'application en mode visuel :
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.94 (148)
Découvrez une expérience exceptionnellement rapide de copie de trades avec le   Local Trade Copier EA MT5 . Avec sa configuration facile en 1 minute, ce copieur de trades vous permet de copier des trades entre plusieurs terminaux MetaTrader sur le même ordinateur Windows ou Windows VPS avec des vitesses de copie ultra-rapides de moins de 0.5 seconde. Que vous soyez un trader débutant ou professionnel, le   Local Trade Copier EA MT5   offre une large gamme d'options pour le personnaliser en fonc
EA Overfitter
Stephen J Martret
5 (1)
That backtest looks great. But will it still be making money tomorrow, next week, next month? EA Overfitter re-runs your EA on 100 price histories it has never seen. One score tells you if the edge is real. A backtest tells you what an EA did on one price history — the one that happened to occur. What you cannot tell from it is how much of that result was the strategy and how much was the particular path. EA Overfitter answers that. It builds up to 100 synthetic price histories your EA has n
Telegram to MT5 Multi-Channel Copier   copie automatiquement les signaux de trading de vos canaux Telegram directement vers MetaTrader 5. Pas de bots, pas d'extensions de navigateur, pas de copie manuelle. Un signal arrive sur Telegram et l'EA ouvre le trade dans votre terminal en quelques secondes. Et avant de copier un canal, le backtester intégré vous montre ce que ce canal aurait fait sur votre compte. Le produit comprend deux composants : une application Windows qui écoute vos canaux Telegr
Astro Trade MT5
Indra Maulana
5 (6)
25% discount on the release of the tool: only for the next 3 buyers Send a message to receive a demo version. AstroTrade Trading Assistant AstroTrade is a comprehensive multi-functional trading utility developed for the MetaTrader 5 platform. It integrates essential tools for trade execution, risk management, and technical monitoring into a single unified interface. The application is designed to assist traders in managing their daily operations through a visual and structured environment. Vi
HINN MagicEntry Extra
ALGOFLOW OÜ
4.74 (19)
HINN MAGIC ENTRY – the ultimate tool for entry and position management! SIMPLE. FASTEST. INTUITIVE. MAX AUTOMATED. 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-profit  functions - Invalidation leves - Intuitive, a
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.97 (35)
Copieur professionnel de trades pour MetaTrader 5 Un copieur de trades rapide, professionnel et fiable pour MetaTrader . COPYLOT permet de copier des trades Forex entre les terminaux MT4 et MT5 avec prise en charge des comptes Hedge et Netting . La version MT5 de COPYLOT prend en charge : - MT5 Hedge → MT5 Hedge - MT5 Hedge → MT5 Netting - MT5 Netting → MT5 Hedge - MT5 Netting → MT5 Netting - MT4 → MT5 Hedge - MT4 → MT5 Netting Version MT4 Description complète + DEMO + PDF Comment acheter Comme
Premium Trade Manager - Le panneau de trading avec un coach intégré Premium Trade Manager intègre un coach de trading directement dans votre graphique, avec un moteur d'exécution complet en dessous. Configurez le trade comme vous le faites toujours, puis laissez Max, votre coach de trading IA, analyser ce setup exact par rapport à votre compte en direct et vous donner un verdict clair avant de vous engager : le stop est-il discipliné, le risque est-il raisonnable, une publication à fort impact e
Anchor Trade Manager
Kalinskie Gilliam
5 (9)
Your EAs cannot see each other, but Anchor can. Anchor gives you one place to coordinate your EAs, manage risk, and decide when trading is allowed. It works alongside the trading bots you already use without any changes to them. The Problem One EA opens a trade. Then another starts trading. The next thing you know, you wake up to multiple grids built across your account. Each EA may be doing exactly what it was designed to do, but together they can place far more risk on your account than you in
Telegram To MT5 Ultra
Mirel Daniel Gheonu
5 (5)
Telegram To MT5 — Copieur de signaux Transformez les appels de trading de vos canaux Telegram en véritables ordres MT5 — automatiquement, sur autant de comptes que vous le souhaitez, avec le risque et les règles entièrement sous votre contrôle. Telegram To MT5 relie les canaux VIP / de signaux que vous suivez déjà sur Telegram à votre terminal MetaTrader 5. Une application de bureau compagnon gratuite lit les messages (même des canaux qui bloquent les bots), et cet Expert Advisor les exécute sur
Power Candles Strategy Scanner - Outil de recherche de configurations multi-symboles à optimisation automatique Le Power Candles Strategy Scanner utilise le même moteur d'auto-optimisation que celui qui alimente l'indicateur Power Candles, pour chaque symbole de votre Market Watch, en parallèle. Un panneau vous indique quels symboles sont statistiquement négociables à l'instant, quelle stratégie est la plus performante pour chacun, la paire Stop Loss / Take Profit optimale, et vous alerte dès qu
Strategy Ledger Pro
Abdullah Uygar Tuna
5 (1)
Strategy Ledger Pro est un panneau d'analyse de compte en lecture seule pour MetaTrader 5. Il sépare les résultats du compte par Expert Advisor, stratégie, symbole et numéro magique. Manuel  détaillé avec chaque fonction expliquée. MetaTrader affiche un seul solde pour l'ensemble du compte. Quand plusieurs Expert Advisors tradent ensemble, ce solde ne montre pas ce que chacun a apporté. Strategy Ledger Pro lit l'historique du compte, reconstruit les positions clôturées, les attribue à des stra
MT5 to Telegram Signal Provider est un utilitaire facile à utiliser et entièrement personnalisable qui permet l'envoi de signaux spécifiés vers un chat, un canal ou un groupe Telegram, transformant ainsi votre compte en fournisseur de signaux. Contrairement à la plupart des produits concurrents, il n'utilise pas d'importations DLL. [ Démonstration ] [ Manuel ] [ Version MT4 ] [ Version Discord ] [ Canal Telegram ]  New: [ Telegram To MT5 ] Configuration Un guide utilisateur étape par étape est
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
Grid Manual est un panneau de trading permettant de travailler avec une grille d'ordres. L'utilitaire est universel, possède des paramètres flexibles et une interface intuitive. Il fonctionne avec une grille d'ordres non seulement dans le sens des pertes, mais aussi dans le sens de l'augmentation des profits. Le commerçant n'a pas besoin de créer et de maintenir une grille d'ordres, l'utilitaire le fera. Il suffit d'ouvrir une ordre et "Grid Manual" créera automatiquement une grille de ordres po
The News Filter MT5
Leolouiski Gan
4.78 (23)
Ce produit filtre tous les conseillers experts et les graphiques manuels pendant les heures de publication des actualités, de sorte que vous n'avez pas à vous soucier des pics de prix soudains qui pourraient détruire vos configurations de trading manuelles ou les transactions entrées par d'autres conseillers experts. Ce produit est également livré avec un système de gestion des ordres complet qui peut gérer vos positions ouvertes et vos ordres en attente avant la publication de toute actualité.
Signal Trading View to MT5 Pro
Mirel Daniel Gheonu
4.5 (2)
Signal TradingView to MT5 Pro Automator Exécution professionnelle instantanée entre TradingView et MetaTrader 5 Automatisez votre stratégie de trading avec le pont de communication le plus robuste entre les alertes TradingView et l'exécution réelle sur MT5. Conçu pour les traders qui exigent vitesse, flexibilité et une gestion des risques impeccable, cet Expert Advisor transforme tout message d'alerte en un ordre au marché ou à cours limité précis. POINTS FORTS ET AVANTAGES Moteur d'analyse univ
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.
Trade Dashboard MT5
Fatemeh Ameri
4.95 (132)
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
Trade copier MT5
Alfiya Fazylova
4.61 (56)
Trade Copier est un utilitaire professionnel conçu pour copier et synchroniser les commandesentre les comptes de trading. Les commandes sont copiées du compte/terminal du fournisseur vers le compte/terminal du destinataire, qui sont installés sur le même ordinateur ou vps. PROMOTION - Si vous avez déjà acquis le "Trade copier MT5", vous pouvez obtenir le "Trade copier MT4" gratuitement (pour la copie MT4 > MT5 et MT4 < MT5). Pour obtenir des informations plus détaillées sur les conditions, veuil
Ultimate Extractor
Clifton Creath
5 (8)
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. !!!!!it is not compatible with Cloud!!!! For the online version please reach out to me directly****** Ultimate EA manager also now available when you use cloud pro and above for free!! Ultimate Extractor transforms your MetaTrader 5 trading history into actionable insights with comprehensive analytics, interactive charts, and real-time performance tracking. What It Does Automa
Risk Manager Pro MT5 is an account protection Expert Advisor for traders who want strict risk control inside MetaTrader 5. The utility monitors your account equity, daily and weekly results, drawdown, open positions, trade count, consecutive losses, and trading hours. When a configured limit is reached, it can automatically close positions, cancel pending orders, stop other EAs, send notifications, or close the terminal. Instead of relying on discipline during a stressful trading session, you de
Seconds Chart MT5
Boris Sedov
4.61 (18)
Seconds Chart - un outil unique pour créer des graphiques en secondes dans MetaTrader 5 . Grâce à Seconds Chart , vous pouvez créer un graphique avec une période définie en secondes, offrant une flexibilité et une précision idéales pour l'analyse, indisponibles sur les graphiques standards en minutes ou en heures. Par exemple, la période S15 indique un graphique avec des bougies d'une durée de 15 secondes. Vous pouvez utiliser n'importe quels indicateurs et experts advisors compatibles avec les
Telegram To MT5 Receiver
Levi Dane Benjamin
4.53 (15)
Copiez les signaux de n'importe quel canal dont vous êtes membre (y compris les canaux privés et restreints) directement sur votre MT5.  Cet outil a été conçu en pensant à l'utilisateur et offre de nombreuses fonctionnalités nécessaires pour gérer et surveiller les trades. Ce produit est présenté dans une interface graphique conviviale et attrayante. Personnalisez vos paramètres et commencez à utiliser le produit en quelques minutes ! Guide de l'utilisateur + Démo  | Version MT4 | Version Disc
X2 Copy MT5
Liubov' Shkandrii
Rapide. Précis. Innovant. Technologique. Découvrez la copie instantanée de transactions avec le révolutionnaire X2 Copy MT5. Avec seulement 10 secondes d'installation simple, vous obtenez un outil puissant pour synchroniser les transactions entre les terminaux MetaTrader sur un seul ordinateur ou Windows VPS avec une vitesse sans précédent. Que vous gériez plusieurs comptes, suiviez des signaux ou déployiez votre stratégie, X2 Copy MT5 s'adapte à votre flux de travail avec une précision et un co
Plus de l'auteur
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&
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
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
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
Cardwell Range
Muhammad Hassaan
Cardwell Range Analyze reads trend from the range the RSI holds, not from a fixed overbought or oversold line. Andrew Cardwell's observation was that in a genuine uptrend the RSI oscillates inside a higher band and rarely breaks below it, while in a downtrend it works a lower band and rarely breaks above — so the band the RSI is respecting is itself the trend signal. This indicator turns that reading into a confirmed regime, colours the chart by it, and projects a full ATR trade the moment the r
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
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
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
*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
*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
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.
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
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
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-
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
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
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
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
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
Filtrer:
Aucun avis
Répondre à l'avis