Telegram Trading Reporter MT5

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 account's trading history, generates structured performance reports and delivers them automatically via Telegram to one or multiple channels. The trade history analysis is performed in read-only mode through the MetaTrader API.

Visual charts are created directly in the MetaTrader terminal and attached to the report as image files, so the numbers and the picture arrive together instead of in separate places.

The EA is designed for continuous 24/7 operation on a VPS and requires no manual intervention after the initial setup. Enter the bot token and the chat ID once, choose the hours at which reports should go out, and the reporting runs on its own from that point on.

FEATURES

Telegram topics support
Reports are sent directly to specific topics, meaning threads, inside Telegram supergroups. This keeps different trading accounts or strategies organised in separate threads instead of one mixed feed. The destination format is chat_id:thread_id, for example -1001234567890:12345. Topic routing works with all message types, covering text, photos and documents, and with every report section. It is fully backward compatible, so old chat IDs without a thread ID continue to work unchanged. Topics support was added in version 2.0.

Automated daily reports at configurable times
Up to three daily reports are sent at freely selectable hours. Each report covers a configurable period from one to thirty days and includes profits, losses, win rate, profit factor and the total volume traded.

Day-by-day performance breakdown
For every day in the reporting period the report lists profit and loss, the number of trades, the win rate and the volume individually. Days without any trades can optionally be hidden from the report. Each day is marked as a profit day, a loss day or a neutral day, so the sequence stays readable at a glance.

Symbol analysis
All instruments traded within the reporting period are identified automatically and ranked by overall performance. Each symbol is listed with its profit, its loss, the number of trades, the best single trade and the worst single trade.

EA performance tracking by magic number
Several Expert Advisors are monitored at the same time. Magic numbers are entered as a comma-separated list and can be given custom display names. Each EA is listed with total performance, win rate, number of trades and volume.

Ranking by return per drawdown [NEW in v2.11]
Most reports rank Expert Advisors by profit, which puts the EA that earns most at the top, not the one that handles risk best. This report measures every EA against its own maximum drawdown and ranks by that figure instead. An EA earning 2.563 with a 636 drawdown outranks one earning 5.744 with a drawdown of 1.856, because it produces four units of return per unit of risk instead of three. The figure appears next to each bar in the chart and in the Telegram message, and RankEAsByRiskAdjusted switches back to profit ranking at any time.

Separate risk window [NEW in v2.12]
Drawdown and ranking can run on their own, longer period while the report itself stays on the short one. A 14 day report combined with a 90 day risk window gives a stable risk figure next to the current daily picture, because a single bad day no longer moves the ranking. The summary figures always follow the report period, the EA figures follow the risk window, and every heading states which period it shows. RiskWindowDays set to 0 puts everything back on a single period.

Visual charts from MetaTrader
Up to four charts are created as overlay objects directly in the MetaTrader chart window and saved as a single PNG file: a daily bar chart showing colour-coded profit and loss per day, a symbol performance chart, an EA comparison chart and an account balance and equity history chart. All charts are combined into one screenshot and sent via Telegram. The send mode is configurable as photo, as document, or as automatic with fallback.

Persistent account balance history
The account balance is recorded every 30 minutes into a CSV file that is reloaded automatically on the next EA start. This produces a continuous balance history spanning several weeks and surviving EA restarts. An automatic backup file protects against data loss from write errors, and a recovery function reconstructs the history from the MetaTrader deal history if the file is ever lost.

Net profit and loss including both commission legs [NEW in v2.14]
Some brokers book the entry commission on the entry deal rather than on the exit. A calculation that only reads exit deals silently loses part or all of it. Every figure in this report is net: profit plus swap plus commission of the exit deal, plus the commission and swap of the matching entry. Each position is charged exactly once, so partial closes never count the entry cost twice. UseNetPnL turns the behaviour off for anyone who prefers gross figures.

Report message format
Reports are sent as formatted HTML messages built from a header with account and period information, the daily performance with profit and loss for each day, a period summary with aggregated statistics, the EA performance breakdown when it is enabled and the symbol performance analysis when it is enabled. Long reports that exceed Telegram's message limit are split automatically into several continuation messages, each marked as Report Continued (1/2) and so on.

Chart file management
Chart images are stored in the MQL5\Files\reports\ directory under the fixed file name trade_report.png, and every report overwrites the same file. The auto send mode first attempts to send the chart as a photo and switches to a document if the image size exceeds Telegram's limits. Supported image dimensions reach 10000x10000 pixels with a maximum file size of 10 MB.

Filters and open positions
All analysis can be restricted to a specific magic number or a specific trading instrument. By default every trade is included regardless of magic number or symbol. Currently open positions can optionally be included in today's statistics, so that the current floating profit and loss is reflected in the daily result.

Multi-channel Telegram delivery
Reports are sent simultaneously to several Telegram chat IDs or topics, entered as a comma-separated list. Combinations of regular chats, channels, groups and supergroup topics are supported within the same list. If an HTML-formatted message fails, the EA switches automatically to plaintext mode so that the report still arrives.

Instant report on demand
The SendReportNow parameter triggers an immediate report at any moment, without waiting for the next scheduled hour, and resets itself automatically once the report has been sent.

PARAMETERS

Only the bot token and at least one chat ID have to be filled in. Every other input ships with a working default.

General settings. MagicNumber limits the analysis to a single magic number and defaults to 0 for all trades. SymbolFilter restricts it to one instrument and is empty by default, which includes all symbols. IncludeOpenTrades adds open positions to the statistics and is enabled. MaxDaysToReport sets the length of the reporting period, with a default of 7 days and a maximum of 30. UseNetPnL calculates every figure net of swap and commission on both legs and is enabled.

Report settings. OnlyReportWithTrades shows only days on which trades occurred and is enabled by default. ReportHour sets the first daily send time as an hour between 0 and 23 and defaults to 0, while ReportHour2 and ReportHour3 add a second and a third report and are disabled with the value -1. IncludeSymbolAnalysis adds the symbol performance section to the report and TopSymbolsToShow limits it to five entries by default. SendReportNow triggers an immediate report and resets itself, and DebugMode writes detailed diagnostic output to the journal.

EA performance settings. TrackEAPerformance switches the per-EA breakdown on. EAMagicNumbers takes the magic numbers of your EAs as a comma-separated list and EANames the matching display names in the same order, both empty by default. TopEAsToShow limits the chart to five EAs and TopEAsInTelegram the message list to seven, both adjustable. ShowEAPerformanceChart creates the visual EA comparison chart. RankEAsByRiskAdjusted ranks by return per drawdown and is enabled, ShowRiskRatioInChart prints that figure next to each bar, and RiskWindowDays gives drawdown and ranking their own period, 0 meaning the same period as the report.

Telegram settings. UseTelegram enables the Telegram notifications. TelegramBotToken takes the bot token from BotFather and is required. TelegramChatIDs takes one or more destinations, either as plain chat IDs or in chat_id:thread_id form, separated by commas. SendTestMessageOnStartup sends a test message when the EA starts and is switched off by default. SendChartAs selects the send mode auto, photo or document.

Visualization settings. CreateTradeChart builds the daily bar chart, ShowAccountBalanceChart the account balance history chart, and SendChartWithReport attaches the resulting image to the report. All three are enabled by default. ChartWidth and ChartHeight define the image size in pixels, with defaults of 900 and 400, and BalanceHistoryDays sets how many days the balance history covers, 30 by default.

INSTALLATION

Copy the compiled ex5 file into the MQL5 Experts folder of your MetaTrader 5 data folder, then restart MetaTrader 5 or press F5 to refresh the Navigator.

In MT5 open Tools, Options, Expert Advisors, enable the option to allow WebRequest for listed URL and add the address api.telegram.org

Create a Telegram bot by starting a conversation with BotFather and using the /newbot command, then copy the bot token. Determine the numeric chat ID of your target channel, group or supergroup topic, and add your bot as an administrator if you post into a channel. For topics, enable Topics in the supergroup settings and note the thread ID of the topic you want to use. The General topic has the ID 1 and custom topics have their own unique IDs.

Drag the EA onto any chart and enter the token in TelegramBotToken. In TelegramChatIDs enter either a plain chat ID such as -1001234567890, a supergroup topic such as -1001234567890:12345, or several destinations separated by commas. Set ReportHour to the daily send time you want, and add ReportHour2 and ReportHour3 for up to two additional reports per day. To track individual EAs, enable TrackEAPerformance and enter their magic numbers in EAMagicNumbers with the matching names in EANames.

Confirm the settings with automated trading allowed in the EA properties. A test message is sent to Telegram immediately if SendTestMessageOnStartup is enabled, and SendReportNow set to true produces a report on demand at any time.

Please note that AutoTrading must be active in MetaTrader 5, either through the toolbar button or with Ctrl+E, and that WebRequests must be allowed for api.telegram.org in the Expert Advisors options. The EA itself does not trade and never opens, closes or modifies positions. The balance history CSV file is stored in the terminal data path and backed up automatically, and if it is lost the history is reconstructed from the MetaTrader deal history. Telegram topics are only supported in supergroups, while regular groups, channels and private chats use the standard format without a thread ID.

COMPATIBILITY

MetaTrader 5 from build 3000 upwards, written in MQL5. All instruments are supported, including Forex, metals such as XAU and XAG, indices, crypto, energy and CFDs, on all timeframes. Demo and live accounts are both supported, on hedging as well as netting accounts. AutoTrading must be enabled in the terminal and in the EA properties, and a VPS is recommended for continuous 24/7 operation. A one-month rental is available alongside the full purchase.


Version 2.20 | fi.con Investment Group | MQL5 Marketplace
Prodotti consigliati
Haven Volume Profile
Maksim Tarutin
4.58 (12)
Haven Volume Profile è un indicatore multifunzionale per l'analisi del profilo di volume che aiuta a identificare i livelli di prezzo chiave basati sulla distribuzione del volume di scambi. È stato progettato per i trader professionisti che desiderano comprendere meglio il mercato e identificare i punti di ingresso e di uscita cruciali per le loro operazioni. Altri prodotti ->  QUI Caratteristiche principali: Calcolo del Point of Control (POC) - il livello con la massima attività commerciale, ut
FREE
Market Profile 3 ForexArby com
Hussien Abdeltwab Hussien Ryad
4 (15)
Market Profile 3 MetaTrader 5 indicator  version 4.70— is a classic Market Profile implementation that can show the price density over time, outlining the most important price levels, value area, and control value of a given trading session. This indicator can be attached to timeframes between M1 and D1 and will show the Market Profile for daily, weekly, monthly, or even intraday sessions. Lower timeframes offer higher precision. Higher timeframes are recommended for better visibility. It is als
FREE
GOM Trade Manager
Wannapach Chinnaprapa
GOM Trade Manager helps you execute trades the way you want it. Works on all instruments Forex, Commodities, & Crypto. It helps you with lot calculations, spread addition and balance calculations so you can just focus on actual trading. For full automatic planned management, stackable triggers and spread widening protection >> check out GOM Trade Manager Pro . ------------------------------------------NOTABLE FEATURES------------------------------------------ You set everything based on bid
FREE
Mirror Chart MT5
Andrej Hermann
5 (1)
The Mirror Chart MT5 is a overlay indicator specifically designed to project a second financial instrument directly onto the main chart window. This tool is invaluable for traders who rely on correlation analysis, as it visualizes the price movements of two different instruments in real time. Unlike traditional overlays, this indicator utilizes intelligent, dynamic centering and scaling logic. It continuously analyzes the visible price range in the current window for both symbols and calculates
FREE
Donchian Breakout And Rsi
Mattia Impicciatore
4.5 (2)
Descrizione generale Questo indicatore è una versione avanzata del classico Donchian Channel , arricchita con funzioni operative per il trading reale. Oltre alle tre linee tipiche (massimo, minimo e linea centrale), il sistema rileva i breakout e li segnala graficamente con frecce sul grafico, mostrando solo la linea opposta alla direzione del trend per semplificare la lettura. L’indicatore include: Segnali visivi : frecce colorate al breakout Notifiche automatiche : popup, push e email Filtro R
FREE
MA Color Candles Indicator MA Color Candles is an indicator for visually displaying market trends by coloring chart candles. It does not add objects or distort price data, instead coloring real candles based on the state of two moving averages. This enables quick trend assessment and use as a filter in trading strategies. How It Works Bullish trend: Fast MA above slow MA, slow MA rising (green candles). Bearish trend: Fast MA below slow MA, slow MA falling (red candles). Neutral state: Candles
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
Aggression Volume Profile
Edson Cavalca Junior
4.55 (11)
This indicator plots the volume profile by Price on the chart There are 5 ways to view it: By Total Volume Traded (Premium Version); Volume Ticks(Forex) Separated by Buyers and Sellers (Premium Version); Buyers Only (Premium Version); Sellers Only (Premium Version); Business balance (Buyers - Sellers) (Premium Version); . It is possible to select how many days the profiles will be calculated.( Premium Version) On the current day it recalculates the histogram data for each new candlestick.
FREE
High Low Open Close
Alexandre Borela
4.98 (45)
Se ti piace questo progetto, lascia una recensione a 5 stelle. Questo indicatore disegna i prezzi aperti, alti, bassi e di chiusura per i specificati periodo e può essere regolato per un determinato fuso orario. Questi sono livelli importanti guardati da molti istituzionali e professionali commercianti e può essere utile per voi per conoscere i luoghi dove potrebbero essere più attivo. I periodi disponibili sono: Giorno precedente. Settimana precedente. Mese precedente. Precedente trimestre. A
FREE
Enhanced Volume Profile: The Ultimate Order Flow & Liquidity Analysis Tool Overview Enhanced Volume Profile is an indicator for MetaTrader 5 that displays the traded volume at specific price levels over a defined period. It separates the total volume into buy and sell components, presenting them as a side-by-side histogram on the chart. This allows users to observe the volume distribution and the proportion of buy and sell volumes at each price level. Graphics Rendering The indicator uses the
FREE
Auto TradePanel Basic Demo
Viktor Weidenthal
5 (1)
This Tradepanel is an Utility for Traders Who want ot use Basic MoneyManagement for Calculation of Lotsize  I have created the basic edition only to give an Overview with Limited Functionality Full Features are available with  Auto TradePanel  Pro. (This is Only Because it can not be Tested in Strategy Tester ).  Complete Description is available at  "Auto TradePanel Pro".  in This Version Basic Functionality ( Calculation of Lotsize ) open /close Positions is working in the same way as in Pro
FREE
Volume Profile FREE — Multi-Session Heatmap (POC · VAH · VAL) See where trading activity actually occurs—not just where price moves. This indicator builds a clear, color-coded Volume Profile Heatmap directly on your chart and highlights the market's most important price levels: the Point of Control (POC) and the Value Area (VAH/VAL) , where price is most likely to react.
FREE
XAU VWAP Mean Reversion H4 Expert Advisor for MetaTrader 5 — Gold / XAUUSD focus Version: 1.00 What it is XAU VWAP Mean Reversion H4 is an Expert Advisor for gold on the H4 chart. Intraday VWAP mean-reversion style participation on gold H4. Built for structured automated participation — not grid , not martingale . Evaluate on your broker and risk profile before any live use. This product is a technical system . Exact thresholds and entry equations remain internal product design and are not publ
FREE
Cumulative Delta MT5
Evgeny Shevtsov
4.53 (62)
The indicator analyzes the volume scale and splits it into two components - seller volumes and buyer volumes, and also calculates the delta and cumulative delta. The indicator does not flicker or redraw, its calculation and plotting are performed fairly quickly, while using the data from the smaller (relative to the current) periods. The indicator operation modes can be switched using the Mode input variable: Buy - display only the buyer volumes. Sell - display only the seller volumes. BuySell -
FREE
Indicatore DeMarker con supporto multi-timeframe, segnali visivi personalizzabili e sistema di avvisi configurabile. Servizi di programmazione freelance, aggiornamenti e altri prodotti TrueTL sono disponibili sul mio profilo MQL5 . Feedback e recensioni sono molto apprezzati! Cos'è il DeMarker? L'indicatore DeMarker è stato sviluppato da Tom DeMark e confronta i massimi e minimi intrabarra attuali con il range della candela precedente. Oscilla tra 0 e 1. Valori superiori a 0,7 sono considerat
FREE
Volume profile CVD Frato
Francisco Felipe Alves Da Silva Rocha
5 (2)
Frato Volume Profile Pro v7.5 Sviluppato da Frato Academy Questo indicatore visualizza il profilo prezzo-volume per MetaTrader 5. Calcola la distribuzione del volume scambiato per livello di prezzo su un periodo configurabile e presenta i risultati direttamente sul grafico principale. Caratteristiche: Profilo di volume con gradiente di colore L'indicatore divide l'intervallo di prezzo in livelli e assegna un volume corrispondente a ciascun livello. Il colore di ogni livello varia con un grad
FREE
TradeVision Pro
Ian Nganga Comba
TradeVisonPro Forex Analyzer Pro Dashboard di analisi e monitoraggio dei conti di trading MT5 TradeVisonPro Forex Analyzer Pro è una soluzione di analisi del trading e monitoraggio dei conti progettata per gli utenti di MetaTrader 5. Il prodotto organizza i dati di trading MT5 in una dashboard web strutturata, consentendo ai trader di visualizzare le informazioni del conto, monitorare le posizioni aperte, analizzare lo storico delle operazioni, seguire le strategie, mantenere un diario di tradin
FREE
AntaresX Volume Profile
Juan Eduardo Verdala
AntaresX Volume Profile — Indicator for MetaTrader 5 AntaresX Volume Profile is an indicator that displays the price levels where the highest trading activity was concentrated during a selected period, and calculates the historical probability of the price reacting when it reaches each of those levels. What the indicator draws The indicator identifies three levels on the chart: POC (Point of Control): the price where the highest trading activity was recorded during the selected period. Displaye
FREE
BoxInside MT5
Evgeny Shevtsov
5 (4)
This indicator calculates the volume profile and places labels that correspond to the VAH, VAL and POC levels, for each candle individually. Indicator operation features The indicator works on the timeframes from M3 to MN, but it uses the history data of smaller periods: M1 - for periods from M3 to H1, M5 - for periods from H2 to H12, M30 - for the D1 period, H4 - for the W1 period, D1 - for the MN period. The color and location of the VAL, VAH and POC labels on the current candle are considere
FREE
MACD Sniper Pro
Noppawat Tumjai
MACD Sniper Pro is an advanced automated trading system designed for traders seeking high-precision entries and robust risk management. By combining the classic momentum of MACD Crossover with a strict ADX Volatility Filter and Dynamic ATR Management , this EA completely eliminates emotional trading and filters out dangerous flat/sideways markets. Unlike standard MACD indicators that suffer during consolidation, MACD Sniper Pro verifies trend strength before entering and protects your capital us
TradeClub Connector for MT5 is a lightweight Expert Advisor designed to connect your MetaTrader 5 account with your TradeClub journal. The connector helps traders automatically sync their trading activity into TradeClub, removing the need for manual trade entry or CSV imports. Once connected, your closed trades can be sent to TradeClub for journaling, analytics, performance review, and verified trading statistics. This product is not a trading robot and does not provide trading signals. It does
FREE
PROMETHEUS TECHNICAN VERSION Free | By THE SONS A gift from The Sons — no strings, no trial, no expiry. Every trader deserves access to professional-grade market intelligence. That belief is why Prometheus Technical Version exists, and why it costs nothing. Consider it our handshake to the trading community. What You're Getting This is not a simplified tool dressed up as a gift. Prometheus Technican Version is a fully built, institutional-quality technical analysis indicator running a dual-model
FREE
Defence Zone Engine Gold Professional XAUUSD Support & Resistance Analysis Using Market Structure, Supply & Demand and Timeframe-Aware Zone Refinement Overview Defence Zone Engine Gold is a professional market structure analysis tool designed . Defence Zone Engine Gold is a professional XAUUSD chart utility designed specifically for XAUUSD (Gold) to automatically identify, validate, refine, filter and rank support and resistance zones using market structure, supply and demand concepts, confidenc
FREE
The Candle Countdown Timer for MetaTrader 4 (also available for MT5) is a vital indicator designed to help you manage your trading time effectively. It keeps you updated about market open and close times by displaying the remaining time before the current candle closes and a new one forms. This powerful tool enables you to make well-informed trading decisions. Key Features: Asia Range: Comes with an option to extend the range. Broker Time, New York, London Time: Displays the current broker time
FREE
TriYep Indicador
Miguel Jose Yepez
Indicador TriYep v1.02 – Más del 70% de señales precisas Indicador TriYep v1.02 – Más del 70% de señales precisas Presentación El indicador TriYep v1.02 se creó con un único propósito: ofrecer señales totalmente fiables. Esta versión gratuita está calibrada y optimizada específicamente para el par USD/JPY en el marco temporal M15 , donde su lógica alcanza su máximo rendimiento. Mientras que otros indicadores inundan tu gráfico con señales falsas y te hacen perder operación tras operación, hemos
FREE
Value Chart Candlesticks
Flavio Javier Jarabeck
4.57 (14)
The idea of a Value Chart indicator was presented in the very good book I read back in 2020 , " Dynamic Trading Indicators: Winning with Value Charts and Price Action Profile ", from the authors Mark Helweg and David Stendahl. The idea is simple and the result is pure genius: Present candlestick Price analysis in a detrended way! HOW TO READ THIS INDICATOR Look for Overbought and Oversold levels. Of course, you will need to test the settings a lot to find the "correct" one for your approach. It
FREE
Correlation Matrix Pro - Scanner Multi-Valuta per Copertura Comprendi le relazioni tra le coppie di valute in tempo reale! Un potente strumento di analisi che ti aiuta a visualizzare le relazioni statistiche tra fino a 6 coppie di valute contemporaneamente. Perfetto per la gestione del portafoglio, la diversificazione del rischio e le strategie di copertura. CARATTERISTICHE PRINCIPALI - Correlazione di Pearson in tempo reale con rendimenti logaritmici - Monitoraggio di fino a 6 coppie di valute
FREE
Gold Max pro
Israr Hussain Shah
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis Automatic Professional Theme:   Instantly applies a high-contrast "Color on White" theme with DeepSkyBlue bull candles and Black bear candles for maximum clarity. Interactive Timeframe Panel:   21 vertical buttons on the left side allow for one-clic
FREE
Trade Behavior Mirror legge esclusivamente lo storico delle operazioni già chiuse del proprio conto e conta un solo schema: aprire una nuova posizione poco dopo una perdita realizzata, con un lotto superiore al proprio volume abituale. Lo strumento non prevede nulla e non dà alcun consiglio. Ogni numero nel pannello è qualcosa che è già accaduto su questo conto. Come vengono costruiti i numeri: legge fino a 31 giorni di operazioni chiuse su tutti i simboli e tutti i magic number - è una fotogra
FREE
Dynamic Chart Symbol Watermark
Mohamed Qosyairy Bin Shamsuddin
Dynamic Chart Symbol Watermark Dynamic Chart Symbol Watermark è un indicatore leggero per MetaTrader 5 che mostra le informazioni essenziali direttamente sul grafico senza disturbare l'analisi tecnica. Funzioni principali Rilevamento automatico di simbolo e timeframe Watermark dinamico di grandi dimensioni Spread in tempo reale Visualizzazione automatica in pips o punti Timer della candela corrente Profitto/perdita flottante del simbolo corrente Contrasto automatico per sfondi chiari e scuri Vis
FREE
Gli utenti di questo prodotto hanno anche acquistato
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
Forex Trade Manager MT5
InvestSoft
4.98 (673)
Benvenuto a Trade Manager EA, lo strumento definitivo per la gestione del rischio , progettato per rendere il trading più intuitivo, preciso ed efficiente. Non è solo uno strumento per l'esecuzione degli ordini, ma una soluzione completa per la pianificazione delle operazioni, la gestione delle posizioni e il controllo del rischio. Che tu sia un principiante, un trader avanzato o uno scalper che necessita di esecuzioni rapide, Trade Manager EA si adatta alle tue esigenze, offrendo flessibilità s
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 è un assistente commerciale multifunzionale. L'applicazione contiene più di 50 funzioni di trading per il trading manuale e permette di automatizzare la maggior parte delle attività commerciali. Prima dell'acquisto, è possibile testare la versione dimostrativa su un conto demo. Scaricare la versione di prova dell'applicazione per un account dimostrativo: https://www.mql5.com/it/blogs/post/762419 . Istruzioni complete qui . Commercio. Consente di effettuare operazioni di trading con u
================================================================================ 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
Versione Beta Telegram to MT5 Signal Trader è quasi pronto per il rilascio ufficiale in versione alpha. Alcune funzionalità sono ancora in fase di sviluppo e potresti riscontrare piccoli bug. Se riscontri problemi, ti preghiamo di segnalarli, il tuo feedback aiuta a migliorare il software per tutti. Telegram to MT5 Signal Trader è uno strumento potente che copia automaticamente segnali di trading da canali o gruppi Telegram al tuo account MetaTrader 5 . Supporta canali pubblici e privati e cons
Telegram to MT5 MultiChannel Copier
Sergio Marquez Uroz
4.33 (6)
Telegram to MT5 Multi-Channel Copier copia automaticamente i segnali di trading dai tuoi canali Telegram direttamente in MetaTrader 5. Nessun bot, nessuna estensione del browser, nessuna copia manuale. Ricevi un segnale su Telegram e l'EA apre l'operazione sul tuo terminale in pochi secondi. Il prodotto include due componenti: un'applicazione Windows che ascolta i tuoi canali Telegram, e questo Expert Advisor che esegue i segnali sul tuo terminale MT5. È disponibile anche una versione per MT4. G
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
Grid Manual è un pannello di trading per lavorare con una griglia di ordini. L'utilità è universale, ha impostazioni flessibili e un'interfaccia intuitiva. Funziona con una griglia di ordini non solo nella direzione delle perdite, ma anche nella direzione dell'aumento dei profitti. Il trader non ha bisogno di creare e mantenere una griglia di ordini, lo farà l'utilità. È sufficiente aprire un ordine e il manuale di Grid creerà automaticamente una griglia di ordini per esso e lo accompagnerà fino
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.
FarmedHedge Pair Trading Dashboard
Tanapisit Tepawarapruek
5 (3)
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
Anchor Trade Manager
Kalinskie Gilliam
5 (7)
Anchor: The EA Manager Your EAs manage their own trades. Anchor manages the account around them. Anchor gives you one place to control your EAs, manage risk and decide when trading is allowed. Any EA, any vendor, any broker or symbol. No source-code changes required. The Problem Most EAs only know what they are doing. They cannot see when another EA is already trading, when several EAs open and are stacking risk or when the account has reached your loss limit. Even using just one EA, it may not
Global Investing FX Terminal
Santiago Nicolas Pla Casuriaga
Il Global Investing FX Terminal è una dashboard FX tutto-in-uno per MetaTrader 5 — tassi di politica monetaria delle banche centrali, posizionamento COT del CFTC, ranking carry, sorprese economiche, skew delle opzioni, sentiment retail e correlazioni, tredici pannelli in totale — resa su un singolo overlay canvas privo di sfarfallio e aggiornata ogni 10 secondi da un singolo EA allegato. Nessun software esterno richiesto. L'analisi FX professionale richiede accesso simultaneo a dati che normalme
Premium Trade Manager - Il pannello di trading con un coach integrato Premium Trade Manager porta un coach di trading direttamente nel tuo grafico, con un motore di esecuzione completo al di sotto. Imposta il trade come fai sempre, poi lascia che Max, il tuo coach di trading IA, legga esattamente quel setup rispetto al tuo conto live e ti dia un verdetto chiaro prima che tu confermi: lo stop rispetta un approccio disciplinato, il rischio è ragionevole, c'è un evento ad alto impatto tra pochi min
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
MT5 to Telegram Signal Provider è un'utilità facile da usare e completamente personalizzabile che consente l'invio di segnali specificati a una chat, canale o gruppo Telegram, rendendo il tuo account un fornitore di segnali. A differenza della maggior parte dei prodotti concorrenti, non utilizza importazioni DLL. [ Dimostrativo ] [ Manuale ] [ Versione MT4 ] [ Versione Discord ] [ Canale Telegram ]  New: [ Telegram To MT5 ] Configurazione Una guida utente passo-passo è disponibile. Nessuna cono
Power Candles Strategy Scanner - Strumento di ricerca configurazioni multi-simbolo con ottimizzazione automatica Power Candles Strategy Scanner utilizza lo stesso motore di auto-ottimizzazione che alimenta l'indicatore Power Candles, applicandolo a tutti i simboli presenti nel tuo Market Watch, uno accanto all'altro. Un unico pannello ti indica quali simboli sono statisticamente negoziabili in questo momento, quale strategia è vincente su ciascuno di essi, la coppia ottimale di Stop Loss / Take
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
Exp5 VirtualTradePad PRO SE for MT5
Vladislav Andruschenko
5 (1)
VirtualTradePad PRO SE MT5 — centro di controllo professionale per il trading su MetaTrader 5 VirtualTradePad PRO SE è un pannello di trading premium basato sul grafico e un ambiente di gestione delle operazioni per MetaTrader 5 . È progettato per i trader che desiderano esecuzione più rapida, controllo più chiaro delle posizioni, gestione strutturata delle operazioni, pianificazione visiva dei livelli e un workflow professionale direttamente dal grafico. Non è soltanto un semplice pannello BUY
Trade Manager DaneTrades
Levi Dane Benjamin
4.23 (30)
Trade Manager per aiutarti a entrare e uscire rapidamente dalle operazioni calcolando automaticamente il tuo rischio. Incluse funzionalità che ti aiutano a prevenire l'eccessivo trading, il vendetta trading e il trading emotivo. Le operazioni possono essere gestite automaticamente e i parametri di performance del conto possono essere visualizzati in un grafico. Queste caratteristiche rendono questo pannello ideale per tutti i trader manuali e aiuta a migliorare la piattaforma MetaTrader 5. Suppo
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
Trade Manager DashPlus
Henry Lyubomir Wallace
4.85 (13)
DashPlus è uno strumento avanzato di gestione delle operazioni progettato per migliorare l'efficienza e l'efficacia del trading sulla piattaforma MetaTrader 5. Offre una suite completa di funzionalità, tra cui calcolo del rischio, gestione degli ordini, sistemi di griglia avanzati, strumenti basati su grafici e analisi delle prestazioni. Caratteristiche Principali 1. Griglia di Recupero Implementa un sistema di griglia flessibile e di media per gestire le operazioni in condizioni di mercato avve
Trump Shock Guard
Thomas Christoph Lipka
TRUMP SHOCK – Real-Time Market Protection for MT5 TRUMP SHOCK is a MetaTrader 5 risk-management utility designed to react to sudden market-moving news and unexpected volatility. Markets such as Gold, Oil and USD-related instruments can move within seconds following major political statements or breaking news. TRUMP SHOCK monitors important Truth Social posts and general breaking news and can automatically trigger predefined protective actions in MetaTrader 5 — helping you reduce unwanted exposur
AlgoRadar
Stephen J Martret
5 (4)
AlgoRadar is an on-chart analytics dashboard for MT5 that aggregates Expert Advisor performance across multiple accounts, brokers, and platforms, including both MT4 and MT5 data, into a single live view on your MT5 chart. All analysis runs from the chart interface, with no external applications or manual report processing required. EA Analysis and Ranking For traders running multiple Expert Advisors, AlgoRadar provides a consolidated view of each EA's performance across accounts. Active EAs a
BTMM-PRO — Manual Trading Assistant for the Market Maker Cycle BTMM-PRO is a manual trading dashboard built around Steve Mauro's "Beat The Market Makers" methodology. It is not an auto-trading robot — every trade executes only when you click the on-chart BUY, SELL, or CLOSE ALL buttons. What it does: Detects Tokyo-range stop hunts and BUY/SELL reversal setups in real time Draws strict Mauro NY-anchored session boxes (Asian, London, NY) with live pip ranges Calculates risk-based position sizing a
EasyInsight AIO MT5
Alain Verleyen
4.92 (12)
EASY Insight AIO – La soluzione all-in-one per un trading intelligente e senza sforzo Panoramica Immagina di poter analizzare l’intero mercato — Forex, Oro, Cripto, Indici e persino Azioni — in pochi secondi, senza dover controllare manualmente i grafici, installare indicatori o affrontare configurazioni complicate. EASY Insight AIO è il tuo strumento definitivo di esportazione per il trading alimentato dall’IA, pronto all’uso. Offre una panoramica completa del mercato in un unico file CSV pul
EA Auditor
Stephen J Martret
5 (4)
EA Auditor is an independent analysis tool for traders evaluating Expert Advisors and trading signals on MetaTrader 5. It audits backtest reports, reviews posted developer signals, and cross-verifies the two against each other to help traders assess strategies before committing capital. The MQL5 market offers a wide range of Expert Advisors from many developers, with varying approaches, quality, and transparency. EA Auditor provides a consistent, data-driven framework for reviewing them, answer
AI Agents Supervisor
Ho Tuan Thang
5 (1)
AI Agent Supervisor is NOT an Expert Advisor. AI Agent Supervisor   is a   multi-agent AI risk & portfolio supervisor   that watches every EA on your account and intervenes in real time.  WANT AN AI PORTFOLIO MANAGER WATCHING YOUR FLEET 24/7?   Run your fleet on the same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating unique data streams. The Supervisor r
Trade 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
Altri dall’autore
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
Enhanced Telegram Position Tracker MT5
Juergen Marcus Wolfgang Rosswinkel
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, p
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
Filtro:
Nessuna recensione
Rispondi alla recensione