Enhanced Telegram Position Tracker MT5

Enhanced Telegram Position Tracker — Real-Time Trade Monitoring and Reporting for MT5

The most complete Telegram reporting solution for MetaTrader 5. Every trade, every update, every alert is delivered to your Telegram channel, group and forum topics. No missed closures, no duplicates, no spam.

OVERVIEW

Most Telegram tools send one message when a trade opens and another when it closes. That is all they do.

This EA tracks the complete lifecycle of every position — open, SL/TP modification, partial close and final close — and reports each event with full context, in real time, to exactly the right destination. Every closure is labelled with its reason: Stop Loss, Take Profit, Close By or Other.

Open positions are tracked as single editable Telegram messages that refresh their P/L every 30 seconds, so one trade produces one message instead of a flood. Your public channel receives every message in classic sequential form, while a private group with Forum Topics receives the same content automatically sorted into Live Trades, P&L Reports, EA Status and Commands. Both destinations stay in sync without extra configuration.

Followers open an inline keyboard with fifteen buttons and pull live account data on demand. All responses are read-only. The EA never accepts write access to your MT5 positions from Telegram.

FEATURES

Live trade streaming
Each new position creates a single message in the Live Trades topic and updates automatically with current price, points, P/L, SL/TP and hold time. SL/TP modifications edit that message rather than sending a new one, and partial closes update it with the reduced lot size. On close, the message becomes a compact CLOSED summary showing entry, close price, P/L, reason and duration.

The closing update is sent no matter how the position ended: by stop, by target, manually, or by a close-by against an opposite position — the way hedge-closing tools terminate trades. The last known state of every live message is stored on disk, so a message still receives its closing update after an EA restart, a terminal update or a VPS reboot. No live message is left standing in an open state.

Every live message stays bound to its position, on a slow connection and under load alike [improved in v2.71]. The link is captured when the message is sent and protected by a generous timeout. A message posted into a forum topic is edited through the same resolved destination as the initial send, so a topic updates exactly like a plain channel. And when several positions close within the same second — a hedge basket cleared at once, a stop level swept — the EA respects Telegram's rate limit, waits the time it asks for and retries, keeping each message bound to its position until the closing update is confirmed. On a high-latency VPS or a saturated network this is the difference between messages that keep up and messages that stop at their last open state.

Complete position lifecycle tracking
Every event in a position's life is captured. Both directions are supported, pending orders are picked up the moment they execute, and each closure carries its own label for Stop Loss, Take Profit, Close By or Other. Close By pairs are reported as a single combined event, and a close-by is now recognised as a closing deal on every path through the EA, so it appears in the notification and in every P&L figure alike [improved in v2.73].
Works on all account types: Standard, ECN, Hedge and Netting. Position reversals on netting accounts are recognised as closing deals and counted in every P&L figure [improved in v2.67].

Net or gross P/L, your choice [new in v2.73]
One setting decides how every figure is calculated. Net counts profit, swap and commission; gross reports what the broker booked on the close alone. The choice applies to all reports at once — closing report, daily, weekly and monthly, health report, close notifications and every menu button — so no two numbers can contradict each other, and each report states which basis it used.
Net P/L is reconstructed across the full deal chain of every position [improved in v2.67]. Both sides of the commission are summed rather than assumed, so brokers charging on entry, on exit or split across both are all handled correctly without configuration. A position closed in several parts applies its entry commission exactly once, and a position filled in several parts counts every fill. The totals reconcile with your MT5 account history to the cent.
This matters more than it sounds. A trade that gains less than its own commission is a winner on the gross basis and a loser on the net one — on a gross win rate, those trades quietly inflate the figure you judge your strategy by.

Dual posting to channel and group topics
Your classic channel receives everything sequentially. A Telegram supergroup with Forum Topics receives the same messages sorted by type across four independent, optional topic slots. The input format is GroupID:TopicThreadID. A plain ChatID without a colon behaves exactly as before, so existing setups keep working untouched.

Follower menu with fifteen buttons
Typing /menu or /start in the Commands topic opens an inline keyboard. Available views cover the result for today, weekly stats with win rate, average win and loss, profit factor and best and worst trade, monthly result, the last ten closed trades, all open positions, live trades including swap and runtime, SL and TP levels with distance in points, per-position breakeven status, account info, risk overview with drawdown and margin figures, performance ratios for today and the current month, the most recent closed trade, EA version and uptime, and a menu refresh.
Account info and risk views are hidden automatically when SendAccountInfo is disabled. Offset persistence prevents duplicate callbacks after a restart.

Automatic daily, weekly and monthly reports
An end-of-day summary is sent every night at 23:59, a full weekly report every Friday at 22:00, and a monthly report on the last day of the month at 22:00. All three go to your channel and the P&L Reports topic, and all three show the same three figures: closed P&L for the period, float P&L of every currently open position regardless of when it was opened, and the combined total.

Zero missed closures and crash detection
A snapshot of open positions is written after every deal event. On startup it is compared against the live account, and any position that closed while the EA was offline — weekend restart, MT5 update, VPS reboot — is detected in the 7-day history and reported immediately. The startup message shows how many closures were recovered.
A session flag distinguishes clean shutdowns from crashes, so the next startup message tells you what actually happened. When MT5 shuts down, active live messages are edited to an offline state with a last-seen timestamp and resume automatically on the next start.

HFT protection and batch reporting
Burst detection prevents Telegram rate limiting during scalping sessions. When the event rate exceeds your threshold, individual reports are batched automatically and restored once the burst ends, with a separate alert to the EA Status topic on each switch. Batch mode is configurable by minimum position count and time window.

Configurable reports and message safety
Seventeen individual field toggles control what appears in opened and closed position reports, covering lots, prices, SL, TP, times, hold duration, swap, commission, P/L, comment and magic number. All default to enabled, so existing users see no change.
Messages are split automatically at 4000 characters, a priority queue lets critical alerts bypass rate limiting, and HTML escaping prevents tag collisions in broker comments.

Health and status monitoring
Periodic health reports cover uptime, messages sent, win rate, queue status, server ping, connection state, trade permissions and free margin. Chart buttons trigger position verification, status, health and the three P&L reports manually, plus a connection test that pings the Telegram API and shows the result on the chart and in the journal.

PARAMETERS

Only TelegramToken and ChatID are required. Everything else is optional and ships with working defaults.

Telegram settings. TelegramToken takes the bot token from BotFather, ChatID one or more channel IDs separated by commas. InpChannelName is a display name for documentation only, and MessageInterval sets the status report interval in minutes, 60 by default.

Multi-channel broadcasting. LiveChannelID, DailyChannelID, StatusChannelID and FollowerChatID address live trades, P&L reports, EA status and the follower menu. Each accepts GroupID:TopicID or a plain ChatID, and each falls back to ChatID when left blank, except FollowerChatID which disables the menu. FollowerMenuTitle sets the keyboard header text, LiveUpdateInterval the live P/L refresh in seconds, 30 by default and 0 to disable.

Position tracking. SendEAStartedMessage, SendTradeUpdates, SendClosedPositionsReport, SendAutoReports and TrackPositionModifications switch startup message, trade notifications, closed P/L in status reports, the automatic EOD, weekly and monthly reports, and SL/TP change tracking. All default to enabled. UseNetPnL selects the basis for every P/L the EA reports, net by default, set to false for gross. SendAccountInfo controls whether account data appears at all; with it disabled the Account Info button reports unavailable and EA Uptime omits the account number.

Report fields. Seventeen switches, all enabled by default. General fields are ShowField_Lots, ShowField_PL, ShowField_Comment and ShowField_Magic. For opened positions there are ShowField_EntryPrice, ShowField_CurrentPrice, ShowField_SL, ShowField_TP and ShowField_OpenTime. For closed positions ShowField_ClosePrice, ShowField_EntryOnClose, ShowField_Reason, ShowField_OpenedTime, ShowField_ClosedTime, ShowField_Hold, ShowField_Swap and ShowField_Commission.

Health and chart buttons. SendHealthReports enables periodic reports, HealthReportInterval sets the interval in hours with a default of 12, and SendHealthReportOnStartup adds one at launch, disabled by default. Each chart button has its own switch: ShowVerifyButton, ShowStatusButton, ShowHealthButton, ShowEODButton, ShowWeeklyButton, ShowMonthlyButton, ShowReseedButton and ShowConnTestButton. ButtonYOffset, ButtonWidth and ConnTestButtonX control placement in pixels, defaulting to 30, 235 and 400.

HFT protection and batching. HFT_Threshold sets the events per minute that trigger HFT mode, 10 by default, with HFT_CooldownMultiplier at 5, HFT_ModeDuration at 120 quiet seconds before it deactivates, HFT_MinSendInterval at 200 milliseconds and HFT_QueueMaxSize at 50 queued messages. Batch_MinPositions and Batch_TimeWindowSec govern batch mode with defaults of 4 positions and 10 seconds.

Message length. MaxPositionsInReport caps positions per report at 10, UseCompactReporting enables a compact format for large accounts, and ShowTrackerStatus toggles the diagnostics block.

Logging and intervals. EnableRobustTracking switches on tick-based tracking, LoggingLevel offers minimal, normal, verbose and trace from 0 to 3 with 0 as default, VerificationInterval runs position checks every 300 seconds, PositionCheckInterval the tick-based check every second, and DataFolderPath allows a custom data folder.

INSTALLATION

Copy the EA to your MT5 Experts folder and compile it in MetaEditor. Create a bot through BotFather, copy the token, and add the bot to your channel as an administrator with permission to post messages. Attach the EA to any chart, enter TelegramToken and ChatID, and you are running. All other settings are optional.

To use forum topics, create a supergroup and enable Topics in the group settings. Add your bot as an administrator and disable privacy mode so it can read messages. Create the four topics, open each one and note the number at the end of its link, then enter GroupID:TopicNumber in the corresponding parameter.

In MT5 under Tools, Options, Expert Advisors, allow WebRequest for the address api.telegram.org

COMPATIBILITY

MetaTrader 5, all account types including Standard, ECN, Hedge and Netting. No functional restrictions, no time limits, no symbol limits. A one-month rental is available alongside the full purchase.


Version 2.73 | fi.con Investment Group | MQL5 Marketplace
Produits recommandés
King Trade Copier
Mohammed Maher Al-sayed Mohammed Ahmed Saleh
KingCopier – Lightning-Fast Local Trade Copier for MetaTrader (Master + Slave) KingCopier is a professional local trade copier that mirrors every trading action from one Master account to unlimited Slave accounts on the same PC or VPS — with an internal copy latency of just a few milliseconds. It was built by a real trader for daily real-money use, with one goal: whatever happens on the Master must happen on the Slave, instantly and without exceptions. Watch the demo video to see the real cop
Chart Pro Classic Dark v1.00 Chart Pro Classic Dark is a professional MT5 chart styling and customization tool designed to give your charts a clean, modern, and professional dark appearance. Key Features Dark Black Background — Applies a clean black background to the chart. ️ Candlestick Chart — Automatically configures the chart to use candlesticks. Bullish Candles — Green/Lime bullish candles. Bearish Candles — White bearish candles. Grid Removal — Hides the chart grid for a clean
CoPilot dashboard MT5
Frederic Jacques Collomb
CoPilot — Tableau de bord de trading journalier Connaissez vos chiffres. Tradez avec clarté. MT4 version Qu'est-ce que CoPilot ? CoPilot est un assistant de trading de niveau professionnel qui affiche en temps réel toutes vos statistiques de performance journalière directement sur le graphique — avec une courbe d'équité live qui se met à jour trade par trade. Conçu pour les traders actifs qui ont besoin d'une visibilité instantanée sur leur session sans quitter le graphique, CoPilot agrège chaqu
Overtrading Stopper MT5 1. Overview Overtrading Stopper MT5 is a MetaTrader 5 utility EA that helps discretionary traders follow their own trading rules. You can set rules in advance, such as: how many times you may trade today, how many consecutive losses should make you stop, how many minutes to pause after a loss, and how to avoid entering several trades in rapid succession. When a configured limit or condition is reached, the EA displays the reason for the protection state on the chart. Depe
Inverted_Chart_EA Utility Expert Advisor Inverted_Chart_EA creates and maintains a mirror-inverted chart of any symbol and timeframe. It automatically generates a custom instrument (e.g. US30_INV ) and keeps its price history updated in real time, with bars mirrored around a chosen pivot. This utility gives traders a new way to analyze the market from a different perspective by flipping the chart upside down. Why use an inverted chart? Highlight hidden patterns – price formations that look ordin
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
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
Trading Utility for Forex Currency Pairs Only not for Gold  Functions Auto Lot Calculation based on Risk Auto stoploss  Auto TakeProfit Breakeven Auto Close Half % Close in percentage with respect to the PIPs Pending Orders BuyLimit Sell Limit with distances BuyStop Sell Stop    with distances Trading Informations Risk in percentage For Multiple trades Combine Takeprofit and Combine Stoplosses
CRYPTO ZEUS DUAL-CORE PROTOCOL  Advanced Crypto Matrix: Supertrend AI + External Sync Module - [NEW] 24/7 Crypto Unlock: The EA now fully supports weekend trading by auto-detecting Crypto assets. - [NEW] Continuous Trend Rider: Re-enters trades continuously on pullbacks if the macro-trend remains strong, maximizing profit on long runs. - [NEW] Ghost Trailing Stop: Added a virtual trailing stop to fully ride breakouts instead of exiting at fixed Fibo targets. - [NEW] Preset System: Added a buil
Ultimate Pro Trading Panel — All-In-One Manual & Grid Trading Dashboard Pro Trading Panel   is an all-in-one on-chart control panel that gives discretionary and semi-automated traders a complete toolkit for entries, exits, risk management, and grid trading — without leaving the chart. Every function is visual, draggable, and updates in real time. If you want to test this utility feel free to download the basic preview version of this tool here:  https://www.mql5.com/en/market/product/181435 Who
Key Features: 200+ Fully Implemented Patterns   across all categories Advanced Market Structure Analysis Smart Money Integration   (Wyckoff, Order Blocks, Liquidity) Professional Risk Management Multi-Timeframe Analysis AI-Powered Confidence Scoring Advanced Visualization Real-time Alerts Pattern Categories: Single Candle Patterns (Hammer, Doji, Marubozu, etc.) Multi-Candle Patterns (Engulfing, Stars, Harami, etc.) Chart Patterns (Head & Shoulders, Cup & Handle, Triangles, etc.) Harmonic Pattern
FREE
Exp5 Duplicator
Vladislav Andruschenko
4.78 (9)
Duplicator pour MetaTrader 5 — système professionnel de duplication de positions dans un seul terminal Un Expert Advisor fiable conçu pour les traders qui veulent dupliquer automatiquement des positions déjà ouvertes dans MetaTrader 5, augmenter le volume global, appliquer leurs propres règles de lot et gérer les duplicatas avec une logique précise. C’est un outil pratique pour le trading manuel, les systèmes automatisés et la gestion plus flexible de positions déjà existantes dans un seul term
Pro Gold System Indicator
PEDRO JOAQUIM GONCALVES GOMES
ADVANCED FUNCTIONALITIES: Trend Score (0-100) with visual bar Intelligent signals with adjustable strength (1-10) Risk management with automatic TP/SL Audible and visual alerts Price zones with smooth filling Multi-indicator analysis (RSI, ATR, BB, EMAs) DESIGN FEATURES Modern Visual: Smooth and well-spaced lines (EMA with 2-3px width) Vibrant and professional colors (Sky Blue, Orange, Gold) Modern arrows (code 233/234) for buy/sell signals Configurable dark/light theme Adjustable transparency f
Trade copier MT5
Alfiya Fazylova
4.58 (52)
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
Bastion is a monitor-and-close-only risk manager for prop-firm traders. It watches your account against your firm's daily-loss and maximum-drawdown limits in real time and force-closes your open positions BEFORE you cross a line. It never opens a trade of its own, so it stays fully within the tools allowed by FTMO, FundedNext, The5ers, FTUK and FXIFY. Why traders fail challenges A large share of failed evaluations end on a single daily-loss breach: a moment of inattention, a news spike, one tra
Overview Mirror Signals Service EA (Text only)   is a powerful monitoring Expert Advisor that automatically sends   real-time Telegram notifications   for all important trade events on your MetaTrader 5 account. It is engineered specifically for   signal providers ,   trade-copier operators ,   auditors ,   educators , and   professional trading services   that require immediate, detailed, and reliable reporting. Everything from   entries, exits, SL/TP changes, comment changes, trailing sto
TradeControl Pro – Gestionnaire de trading avancé pour MetaTrader TradeControl Pro est un outil de gestion des trades pour MetaTrader qui permet une gestion structurée et efficace des positions directement sur le graphique. L’application combine une interface claire avec des calculs automatisés et des options de gestion flexibles adaptées à différents styles de trading. Le panneau intégré directement au graphique est organisé sous forme de tableau et divisé en trois sections principales (onglets
RBreaker
Zhong Long Wu
RBreaker Gold Indicators est une stratégie de trading intraday à court terme pour les contrats à terme sur l'or, qui combine deux approches : le suivi de tendance et le retournement intraday. Elle permet non seulement de capturer les profits dans les marchés en tendance, mais aussi de prendre des bénéfices en temps opportun lors des retournements de marché et d'ouvrir une position en sens inverse. Cette stratégie a été classée pendant 15 années consécutives parmi les dix stratégies de trading l
Auto Trade Copier is designed to copy trades to multiple MT4, MT5 and cTrader accounts/terminals with 100% accuracy. The provider and receiver accounts must be on the same PC/VPS. With this tool, you can copy trades to receiver accounts on the same PC/VPS. All trading actions will be copied from provider to receiver perfectly. This version can be used on MT5 accounts only. For MT4 accounts, you must use Auto Trade Copier (for MT4). Reference: - For MT4 receiver, please download Trade Receiver Fr
TradePilotmt5
Hossein Khalil Alishir
TradePilot Expert Advisor (EA) for MetaTrader 5 TradePilot is a professional and user-friendly Expert Advisor (EA) for MetaTrader 5 (MT5) . It simplifies automated trading , risk management , and trade execution with a smart trading panel . Perfect for beginners and experienced traders looking for a reliable trade manager EA with automated lot size calculation and smart position management. Key Advantages User-Friendly Trading Panel: Customizable panel with buttons and hotkeys for fast ex
RRtoolBox
David Ruiz Moreno
RRtoolbox - Professional Tools: Risk:Reward Trading Tool (SL/TP Horizontals + Pending orders + Diagonals), Alerts set on trend lines (for alerts on diagonal levels), SelfManagement (BE, partials...), close/cancelling by time, Statistics, Info and trading on chart. One-Click Trading with Visual Risk:Reward Management RRtoolbox is a comprehensive trading panel that combines one-click order execution,  statistics and  powerful visual Risk:Reward tools, alerts set with trendlines, on chart butt
CYGNIX RISK GLADIATOR — Professional Trade Manager & Risk Guardian for MT5 Guard every position. Manage every trade. Sleep at night. Cygnix Risk Gladiator is a professional-grade position management Expert Advisor that watches every open trade on your account and automatically applies institutional-level risk controls in real time. It does not generate signals — it protects, manages, and exits trades opened by you, your strategies, or any other EA. Built for IC Markets and fully compatible w
===  Smart Trade Assistant Pro for MT5  === The Forex market is full of EAs that try to trade automatically for you. But in the end, many of them fail because they do not understand your personal trading style, market perspective, or unique strategy. The best trading decisions come from your own experience. You decide when to enter the market. You control the risk. You manage the trade using your own strategy and confidence. However, most traders face the same problem... When the market sta
MT5 to Binance
Roman Zhitnik
4.2 (5)
The MT5 to Binance trading panel is the perfect tool for cryptocurrency traders looking to maximize their purchases on Binance and Binance US exchanges. Before purchase please familiarize with comparison between MT5 to Binance and Binance Copier To get started, simply input your API Key and Secret Key created in the client area of Binance and select the Enable Spot & Margin Trading and Enable Futures checkboxes and start trading Once launched, the trading panel automatically loads all Spot and F
Caicai L&S Yield Histogram Important Notice: This indicator is an integral tool of the automated EA Caicai Long and Short Pair Trading . This indicator visually displays the percentage deviation (Yield %) of a pair's current spread relative to its own historical mean. It is an excellent tool for quickly visualizing the gross financial potential of a market distortion in Long & Short operations. Main Features: Percentage Visualization: Understand the size of the distortion in palpable percentage
GoldenShield MT5
Aleksandr Bezverkhikh
Golden Shield – Account Protection Utility Golden Shield   is a professional risk management utility that automatically closes   ALL open positions   when your account equity falls below a critical level. It works as a "circuit breaker" for your trading account.   Key Features Feature Description Equity Protection Closes all positions when Equity ≤ STOP level Instant Monitoring Checks equity every 50 milliseconds – immediate reaction Interactive Panel Gainsboro panel with Teal ON / Red
Range Volume Hybrid Generator
Trade The Volume Waves Single Member P.C.
1. Introduction Range Volume Hybrid (RVH) is a MetaTrader 5 Expert Advisor that creates custom chart symbols using a unique dual-condition bar formation method. Unlike traditional charts where bars close based on a single criterion (time, range, or volume), RVH bars close only when BOTH a minimum price range AND a minimum volume threshold are met simultaneously.  Download also and install RVH Monito r Indicator - to control the EA from the custom charts (it's Free)  https://www.mql5.com/en/marke
Trade Assistant 38 in 1
Makarii Gubaydullin
4.91 (23)
Outil multifonctionnel : Calculateur de Lot, Ordres Grid, Ratio R/R, Gestionnaire de Trades, Zones d'Offre et de Demande, Price Action et bien plus Version Démo   |   Manuel d'Utilisation L'Assistant de Trading   ne fonctionne pas dans le testeur de stratégies : vous pouvez télécharger la   Version Démo ICI  pour tester l' utilitaire . Contactez-moi   pour toute question  / idée d'amélioration / en cas de bug détecté Si vous avez besoin d'une version MT4, elle est disponible ici Simplifiez, acc
Local Copy Trader Utility - Professional Copy Trading System Overview Local Copy Trader Utility is the complete solution for mirroring trades between MetaTrader 5 accounts. With both Master and Slave functionality in one powerful Expert Advisor, it delivers reliable, lightning-fast trade copying with zero external dependencies. Perfect for managing multiple accounts, following trading signals, or transferring trades between brokers, this system ensures your positions stay perfectly synchronized
Timeframe Trading Limiter
AL MOOSAWI ABDULLAH JAFFER BAQER
Timeframe Trading Limiter is a professional risk management and trade discipline utility designed for MetaTrader 5. It empowers traders to enforce strict, automated limits on the number of trades and the maximum allowable drawdown within each trading period, based directly on the chart timeframe selected. Whether you are a discretionary trader prone to overtrading, a prop firm challenge participant needing to adhere to strict rules, or an algorithmic trader running multiple strategies, this tool
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
Astro Trade MT5
Indra Maulana
5 (2)
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. Visual Trade Execution and Risk Management The application includes a specialized trading panel that assists in c
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. Avant l'achat, vous pouvez tester la version de démonstration sur un compte de démonstration. Télécharger la version d'essai de l'application pour un compte de démonstration : https://www.mql5.com/fr/blogs/post/762644 . Instructions complètes ici . Commerce. Permet d'effectuer des opérations commerciales e
================================================================================ 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
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.
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. ** After purchase,  Contact me via private message to receive t
Global Investing FX Terminal
Santiago Nicolas Pla Casuriaga
Le Global Investing FX Terminal est un dashboard FX tout-en-un pour MetaTrader 5 — taux directeurs des banques centrales, positionnement COT du CFTC, classements carry, surprises économiques, skew d'options, sentiment retail et corrélations, treize panneaux au total — restitué sur un unique canvas sans scintillement et mis à jour toutes les 10 secondes depuis un seul EA attaché. Aucun logiciel externe requis. L'analyse FX professionnelle nécessite un accès simultané à des données normalement rép
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
Trading Chaos Expert
Gennadiy Stanilevych
5 (11)
This software has no equals in the world and represents a universal trade "console" covering trading signals, automated market entry, setting of Stop Loss and Take Profit, as well as Trailing Profit for multiple trades at the same time in a single open window. Intuitive control of the Expert Advisor in "three clicks" ensures a comprehensive use of all its functions on different computers, including tablets PCs. Interacting with additional signal indicators that mark the chart to give a real mark
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
Welcome to ENTRY IN THE ZONE WITH SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool based on Smart Money Concepts (SMC), designed to analyze market structure, price direction, and key trading zones. It supports both Single-Timeframe Analysis and Multi-Timeframe Analysis, providing a clearer view of the overall market structure across multiple timeframes, with real-time BUY / SELL signals that do not repaint. It is designed to help filter trading op
VirtualTradePad PRO SE MT5 — centre de contrôle de trading professionnel pour MetaTrader 5 VirtualTradePad PRO SE est un panneau de trading premium basé sur le graphique et un espace de gestion des trades pour MetaTrader 5 . Il est conçu pour les traders qui souhaitent une exécution plus rapide, un contrôle plus clair des positions, une gestion structurée des trades, une planification visuelle des niveaux et un flux de travail professionnel directement depuis le graphique. Ce n’est pas seulement
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
Quant AI Agents
Ho Tuan Thang
5 (1)
Quant AI Agents are independent trading Expert Advisors. Instead of trading using a fixed strategy like other conventional EAs, Quant AI Agents   is a   multi-agent AI trading framework   that turns natural-language strategy prompts into live.  WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating un
The product will copy all telegram signal to MT5 ( which you are member) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal,  s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to s
EasyInsight AIO MT5
Alain Verleyen
4.92 (12)
EASY Insight AIO – La solution tout-en-un pour un trading intelligent et sans effort Présentation Imaginez pouvoir analyser l’ensemble du marché — Forex, Or, Crypto, Indices et même Actions — en quelques secondes, sans aucune analyse manuelle de graphiques, sans installation complexe ni configuration d’indicateurs. EASY Insight AIO est votre outil d’exportation ultime, prêt à l’emploi, pour un trading alimenté par l’IA. Il fournit une vue d’ensemble du marché dans un fichier CSV propre — prêt
AI Agent Supervisor is NOT an Expert Advisor. AI Agent Supervisor   is a   multi-agent AI risk & portfolio supervisor   that watches every EA on your account and intervenes in real time.  WANT AN AI PORTFOLIO MANAGER WATCHING YOUR FLEET 24/7?   Run your fleet on the same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating unique data streams. The Supervisor r
Trade Copier Pro MT5
Vu Trung Kien
3.67 (3)
Trade Copier Pro MT5 is a tool to copy trade remotely to multiple MT4, MT5 and cTradfer accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not be abl
Custom Timeframe Manager Pro : unités de temps illimitées dans MetaTrader 5 Les paramètres standard du terminal cachent souvent des détails importants du mouvement des prix. En limitant l'analyse aux seules périodes classiques, le trader risque de manquer les moments de naissance d'une tendance et les vrais niveaux de volatilité. Custom Timeframe Manager Pro est un utilitaire professionnel qui repousse les limites de MetaTrader 5. Créez n'importe quelle période personnalisée, y compris fraction
Custom Alerts AIO : Surveillez tous les marchés à la fois — sans aucune configuration Présentation Custom Alerts AIO est une solution de surveillance du marché prête à l’emploi, sans configuration nécessaire. Tous les indicateurs requis — FX Power, FX Volume, FX Dynamic, FX Levels, IX Power — sont directement intégrés. Aucun graphique n’est affiché, ce qui rend cet outil idéal pour la génération d’alertes en temps réel. Il prend en charge toutes les classes d’actifs proposées par votre courtie
The product will copy all  Discord  signal   to MT5   ( which you are member  ) , also it can work as remote copier.  Easy to set up. Work with almost signal formats, support to translate other language to English Work with multi channel, multi MT5. Work with Image signal. Copy order instant, auto detect symbol. Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. How to setup and guide: Let read all details about setup and download Discord To MetaTrader
Unlimited Trade Copier Pro MT5 is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will n
Adam FTMO MT5
Vyacheslav Izvarin
5 (2)
ADAM EA Special Version for FTMO Please use ShowInfo= false for backtesting ! Our 1st EA created using ChatGPT technology Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Tested on EURUSD and GBPUSD only  Use 15MIN Time Frame Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94362 --------------------------------------------------------------------------------
ManHedger MT5
Peter Mueller
4.83 (6)
THIS EA IS A SEMI-AUTO EA, IT NEEDS USER INPUT. Manual & Test Version Please TEST this product before BUYING  and watch my video about it. The price of the ManHedger will increase to 250$ after 20 copies sold. Contact me for user support or bug reports or if you want the MT4 version! MT4 Version  I do not guarantee any profits or financial success using this EA. With this Expert Advisor, you can: Implement your own Zone Recovery strategy to capitalize on trending markets. Create Grid trading s
Check EA performance  https://www.mql5.com/en/signals/2376164?source=Site +Profile+Seller Spot vs Future Arbitrage EA for MT5 Spot vs Future Arbitrage EA is an automated Expert Advisor designed for MetaTrader 5 that operates using price differences between Gold spot and Gold futures instruments. The strategy opens positions on both instruments simultaneously to take advantage of temporary differences between spot and futures prices. Requirements The trading account must provide both Gold spot
Mt5 To InterativeBrokers Copier allows you to copy deals from MT5 account to Interactive Brokers. With this, you can run your EA strategy on a MT5 Demo/Real Account, then copy all the deals to Interactive Brokers account real time. Features: 1. Copy or Invert-Copy deals Realtime from MT5 to IB Account. 2. Synchronizing positions of both accounts periodicaly, in case any missing copying. 3. You can choose only Buy position or Sell position. Symbols Setup: General Format:  {MT Symbol} -> {IB S
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
Crystal Trade Manager – Advanced MT5 Risk and Trade Control Utility Overview Crystal Trade Manager (CTM) is a professional MetaTrader 5 utility designed for risk management, trade automation, and instant execution control. It provides traders with an integrated system for protecting equity, managing daily drawdowns, controlling lot sizes, and applying automation features such as automatic SL/TP, break-even, and trailing stop. The tool is suitable for manual traders, prop-firm challenge particip
Features   With MT5 to Interactive Brokers(IB) Trader, you can: 1. Load chart data from IB to MT5, and Analyze with all standard or customer Indicators. 2. Place Orders to IB Account Directly in MT5. 3. Make your Own EAs upon IB Securities by only making minus changes of the trading function. Usage 1) Installation Copy the "Mt5ToIBTraderEn.ex4" and sample files to [MT5 Data Folder]->MQL5->Experts.  2)  MT5 Settings Add the IP Address to the MT5 Allowed URLs in 'Tools->Options->Expert Adviso
Active Lines
Yury Kulikov
5 (2)
Attention: Demo version for review and testing can be downloaded here . It does not allow trading and can only be run on one chart. Active Lines - a powerful professional tool for operations with lines on charts. Active Lines provides a wide range of actions for events when the price crosses lines. For example: notify, open/modify/close a position, place/remove pending orders. With Active Lines you can assign several tasks to one line, for each of which you can set individual trigger conditions
Plus de l'auteur
Trading Reporter Dashboard MT5
Juergen Marcus Wolfgang Rosswinkel
5 (1)
Trading Reporter — Visual Performance Dashboard for MT5 A complete account performance dashboard rendered directly on your MT5 chart. No browser, no external tool, no subscription. Attach it once and resize it to fit your screen. Balance and Live Drawdown update every second, and closed-trade statistics refresh within about a second of a position closing, so there is no waiting for the next bar whatever timeframe the chart runs on. Free. No limitations. No trial period. Full source transparen
FREE
Chart Order Trade Manager MT5
Juergen Marcus Wolfgang Rosswinkel
Trade Manager — Professional Order and Position Management Panel for MetaTrader 5 Automatic lot, Stop Loss and Take Profit calculation, entry by chart click, draggable SL and TP lines, trailing stop, auto break-even, partial close and a complete CSV export of your trading history — all from one interactive chart panel. OVERVIEW Trade Manager is a professional order and position management panel for MetaTrader 5. It significantly simplifies manual order entry, automatically calculates lot siz
Telegram Trading Reporter MT5
Juergen Marcus Wolfgang Rosswinkel
Telegram Trading Reporter — Automated Performance Reports & Chart Delivery for MetaTrader 5 A pure analysis and reporting Expert Advisor that turns your MetaTrader 5 account history into structured performance reports and delivers them to Telegram automatically, together with visual charts rendered by the terminal itself. OVERVIEW The Telegram Trading Reporter is a pure analysis and reporting Expert Advisor for MetaTrader 5. It does not open, close or modify any positions. It analyses your a
MT5 to Telegram Informer
Juergen Marcus Wolfgang Rosswinkel
MT5 to Telegram Signal Provider — Real-Time Trade Notifications for MetaTrader 5 Every trade event on your account, delivered to your Telegram chats and channels as a formatted message the moment it happens. OVERVIEW MT5 to Telegram Signal Provider is a utility Expert Advisor for MetaTrader 5 that automatically sends trade notifications to one or more Telegram chats or channels. Every trade event on the account is captured and delivered as a formatted message in real time. The EA runs on an
Position Closure Management MT5
Juergen Marcus Wolfgang Rosswinkel
NOHEDGE — Automated Hedge Manager and Risk Controller for MetaTrader 5 A close-only utility that never opens a trade. It resolves the buy/sell pairs you already carry, at zero spread, across your entire account. OVERVIEW Running grid, martingale or manual hedging strategies means you constantly carry open buy/sell pairs that need to be resolved at exactly the right moment — before the spread widens at rollover, before a news spike blows your account, or exactly at your daily profit target. D
Filtrer:
Aucun avis
Répondre à l'avis