Telegram Trading Reporter MT5

Telegram Trading Reporter
Automated Performance Reports & Chart Delivery for MetaTrader 5
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
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. Instead, it analyzes your account's trading history, generates structured performance reports, and delivers them automatically via Telegram to one or multiple channels. Visual charts can be attached directly from the MetaTrader terminal as image files.

The EA is designed for continuous 24/7 operation on a VPS and requires no manual intervention after initial setup.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
CORE FEATURES
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Telegram Topics Support [NEW in v2.0]
Send reports directly to specific topics (threads) within Telegram supergroups. Keep different trading accounts or strategies organized in separate threads. Format: chat_id:thread_id (e.g., "-1001234567890:12345"). Works with all message types (text, photos, documents) and all report sections. Fully backward compatible — old chat IDs without thread ID continue to work.

Automated Daily Reports at Configurable Times
Sends up to three daily reports at freely selectable times. Each report covers a configurable period from 1 to 30 days and includes profits, losses, win rate, profit factor, and total volume traded.

Day-by-Day Performance Breakdown
For each day in the reporting period, profit/loss, number of trades, win rate, and volume are listed individually. Days with no trades can optionally be hidden from the report. Display with visual indicators: ✅ Profit, ❌ Loss, ➖ Neutral.

Symbol Analysis
Automatically identifies all traded instruments within the reporting period and ranks them by overall performance. Each symbol shows profit, loss, number of trades, best single trade, and worst single trade.

EA Performance Tracking by Magic Number
Monitors multiple Expert Advisors simultaneously. Magic numbers are entered as a comma-separated list and can be assigned custom display names. Each EA is listed with total performance, win rate, number of trades, and volume — sorted by overall result.

Visual Charts from MetaTrader
Creates up to four charts as overlay objects directly in the MetaTrader chart window and saves them as a single PNG file: Daily bar chart (P/L per day, color-coded), symbol performance chart, EA comparison chart, and account balance/equity history chart. All charts are combined in one screenshot and sent via Telegram. Send mode is configurable: photo, document, or automatic with fallback.

Persistent Account Balance History
Records account balance every 30 minutes in a CSV file that is automatically reloaded on the next EA start. This enables continuous balance history across multiple weeks — surviving EA restarts. An automatic backup file protects against data loss from write errors. A recovery function reconstructs history from MetaTrader deal history if the file is lost.

Report Message Format
Reports are sent as formatted HTML messages with the following sections: Header with account and period information, daily performance with P/L for each day, period summary with aggregated statistics, EA performance breakdown (if enabled), and symbol performance analysis (if enabled). Long reports exceeding Telegram's message limit are automatically split into multiple continuation messages marked with "Report Continued (1/2)" etc.

Chart File Management
Chart images are saved in the MQL5\Files\reports\ directory as a fixed file trade_report.png. Each report overwrites the same file. The "auto" send mode attempts to send charts as photos first and switches to documents if image size exceeds Telegram's limits. Maximum supported image dimensions: 10000x10000 pixels, maximum file size: 10 MB.

Magic Number and Symbol Filter
All analysis can be restricted to a specific magic number or trading instrument. By default, all trades are included regardless of magic number or symbol.

Include Open Positions
Currently open positions can optionally be included in today's statistics, reflecting current floating P/L in the daily result.

Multi-Channel Telegram Delivery
Sends reports simultaneously to multiple Telegram chat IDs or topics entered as a comma-separated list. Supports combinations of regular chats, channels, groups, and supergroup topics. If HTML-formatted messages fail, the EA automatically switches to plaintext mode.

Instant Report On Demand
The SendReportNow parameter triggers an immediate report at any time without waiting for the next scheduled hour. Resets automatically after sending.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
INPUT PARAMETERS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

GENERAL SETTINGS

MagicNumber         0       Magic number filter. 0 = all trades
SymbolFilter        (empty)  Symbol filter. Empty = all symbols
IncludeOpenTrades   true    Include open positions in statistics
MaxDaysToReport     7       Number of days in reporting period (max 30)

REPORT SETTINGS

OnlyReportWithTrades   true    Show only days with trades
ReportHour            0       First report time (hour 0–23)
ReportHour2           -1      Second report time (-1 = disabled)
ReportHour3           -1      Third report time (-1 = disabled)
IncludeSymbolAnalysis  true    Include symbol performance in report
TopSymbolsToShow       5       Number of top symbols to display
SendReportNow         false    Trigger immediate report. Resets automatically.
DebugMode             true     Enable detailed diagnostic output in journal

EA PERFORMANCE SETTINGS

TrackEAPerformance      true     Enable EA performance tracking
EAMagicNumbers         (empty)  Magic numbers of EAs, comma-separated
EANames                (empty)  EA display names, comma-separated (matching magic numbers)
TopEAsToShow           5        Number of top EAs to display
ShowEAPerformanceChart   true     Create visual EA comparison chart

TELEGRAM SETTINGS

UseTelegram            true     Enable Telegram notifications
TelegramBotToken       (empty)  Bot token from @BotFather. Required.
TelegramChatIDs        (empty)  Chat IDs or chat_id:thread_id format. Comma-separated.
SendTestMessageOnStartup false    Send test message on EA startup
SendChartAs            auto     Send mode: "auto", "photo", or "document"

VISUALIZATION SETTINGS

CreateTradeChart        true     Create daily bar chart
ShowAccountBalanceChart  true     Create account balance history chart
SendChartWithReport      true     Attach chart image to report
ChartWidth              900     Chart width in pixels
ChartHeight             400     Chart height in pixels
BalanceHistoryDays       30      Number of days for balance history display

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
INSTALLATION
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

1. Copy the compiled .ex5 file to the MetaTrader 5 Experts folder:
   [MT5 Data Folder] / MQL5 / Experts /

2. Restart MetaTrader 5 or press F5 to refresh the Navigator.

3. In MT5, open Tools > Options > Expert Advisors. Enable "Allow WebRequest for listed URL"
   and add the following URL: https://api.telegram.org/

4. Create a Telegram bot via @BotFather and copy the bot token.

5. Drag the EA onto any chart. Enter your bot token in TelegramBotToken.

6. For TelegramChatIDs, enter either a simple chat ID or the Topics format:
   Regular chat: "-1001234567890"
   Supergroup topic: "-1001234567890:12345"
   Multiple destinations: "-1001234567890:12345,-1001234567890:67890"

7. Enable "Allow automated trading" in the EA properties and click OK.
   A test message will be sent immediately to Telegram if SendTestMessageOnStartup is enabled.

GETTING STARTED

1. Open Telegram and start a conversation with @BotFather. Use /newbot to create a new bot and copy the token.

2. Determine the numeric chat ID of your target channel, group, or supergroup topic. Add your bot as an administrator if using a channel.

3. Optional - For Topics: Enable topics in your supergroup settings. Determine the thread ID of the desired topic (General = 1, custom topics have unique IDs).

4. Enter the bot token and chat ID(s) in the format chat_id or chat_id:thread_id in the EA input parameters and attach it to any chart.

5. Set ReportHour to the desired daily send time. Add ReportHour2 and ReportHour3 for up to two additional reports per day.

6. To track individual EAs, enable TrackEAPerformance and enter their magic numbers in EAMagicNumbers with matching names in EANames.

7. Use SendReportNow = true at any time to trigger an immediate report on demand.

IMPORTANT NOTES

- AutoTrading must be active in MetaTrader 5 (toolbar button or Ctrl+E).
- WebRequests must be allowed for https://api.telegram.org/ in MT5 Options > Expert Advisors.
- The EA does not trade. It does not open, close, or modify any positions.
- Trade history analysis is performed in read-only mode via the MetaTrader API.
- The balance history CSV file is stored in the terminal data path and automatically backed up.
- If the CSV file is lost, history is automatically reconstructed from MetaTrader deal history.
- Telegram Topics are only supported in supergroups. Regular groups, channels, and private chats use the standard format without thread ID.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
COMPATIBILITY
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Platform       MetaTrader 5 (Build 3000+)
Language       MQL5
Instruments   All — Forex, Metals (XAU/XAG), Indices, Crypto, Energy, CFDs
Timeframes     All timeframes
Account Type   Demo and Live (Hedge and Netting accounts)
AutoTrading    Must be enabled in terminal and EA properties
Recommended    VPS for continuous 24/5 operation

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

MORE TOOLS FROM fi.con INVESTMENT GROUP

We offer a complete MT5 toolkit built by traders. If you trade actively and want more automation, reporting, and control, these tools extend your MT5 setup significantly: 

    🏆  Enhanced Telegram Position Tracker MT5 — the most complete Telegram reporting solution for MT5. Every trade open, close, SL/TP change, and partial close delivered in real time. Live streaming messages update P/L every 30 seconds. Dual-posting to channel + group topics. 15-button interactive follower menu. Crash detection, HFT burst protection, zero missed closures. Automatic daily, weekly, and monthly P&L reports. If you share your trades with a Telegram audience, this is the EA. 

    📡  MT5 to Telegram Informer — sends every trade open and close to your Telegram channel in real time. Full position lifecycle: pending order execution, SL/TP changes, partial closes, close reason labelling. Multiple channels, Topics support, configurable report fields. If you share your trades with a Telegram audience, this is your tool.

    🛠️  Chart Order Trade Manager MT5 — professional on-chart trade management panel for active traders. Visual SL/TP placement, automatic lot size calculation from risk %, one-click breakeven, trailing stop, partial close. Designed for traders who manage positions manually while running EAs in parallel. 

    🚫  Position Closure Management MT5 — automatically resolves hedged position pairs and locks in the net result at exactly the right moment. Essential for grid and martingale strategies, prop firm challenge rules that prohibit hedging, and any setup where open buy/sell pairs need controlled resolution. 


Telegram Trading Reporter v2.10 | fi.con Investment Group | MQL5 Marketplace
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Recommended products
Delta Profile Volume
Teresinha Moraes Correia
Technical Description of the Indicator – Delta Profile for MetaTrader 5 The Delta Profile is an indicator developed for MetaTrader 5 focused on detailed analysis of volume flow within a defined range of candles. It organizes and displays information about the imbalance of positive volumes (associated with upward movements) and negative volumes (associated with downward movements) at different price levels. The result is a clear view of the chart points where the highest concentration of trades o
Harmonic Pattern Structure Harmonic Pattern Structure is a professional MetaTrader 5 indicator that automatically detects classic harmonic patterns using strict Fibonacci ratio validation and XABCD price structure. Designed for traders who value precision, clean visuals, and structured analysis, the indicator highlights potential reversal zones based on price geometry, supporting consistent and objective decision-making. SUPPORTED HARMONIC PATTERNS Gartley (222) Butterfly Bat Crab Shark Cy
This is a multipurpose indicator and has the following indicators in it with dashboard ( scanner) and chart indicator on multi time frames . Divergent Bar Market Profile  ( Daily Weekly Monthly Intraday and Custom Period , Market Profile Day type ) Order Block Inside Bars  Higher High Higher Close and Lower Low and Lower Close  Imbalance Finder Scalping Currency Strength Meter Momentum candles VSA Setups Much more  See for your self Who am I? - https://www.linkedin.com/in/adnanreh
Advanced Volume Profile Analysis Tool for MetaTrader 5 The Kecia Volume Profile Order Finder provides traders with volume profile analysis capabilities. This MT5 indicator combines volume profile visualization with statistical calculations to help identify potential trading opportunities and suggests entry, stop loss, and take profit levels based on market structure. Market Profile Visualization Transform your chart with customizable volume profile visualizations: Multiple visualization options
This Volume Delta Profile is an advanced MetaTrader 5 indicator that visualizes   volume delta (order flow imbalance)   using a volume profile-style histogram. It shows the difference between buying and selling pressure at specific price levels, helping traders identify supply and demand zones. This indicator provides a unique perspective on market dynamics by visualizing the imbalance between buying and selling pressure, offering insights beyond traditional volume analysis. Core Concept Positiv
The Stop Loss Manger - SL Mange With the Stop Loss Manager you can finally sleep peacefully while it effectively manages your risk in stock market trading. Simply set your individual stop loss limits and let the manager trade for you. Never worry about losses again - the Stop Loss Manager takes care of it for you! Get the ultimate support for your trading now and maximize your profits with ease. Join the community of successful traders who swear by Stop Loss Manager today. Function overview: 1.
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
This indicator is a   technical tool based on harmonic approximations   of solar and lunar cycles. It   does not use exact astronomical positions. This indicator uses   mathematical waves to approximate daily solar and monthly lunar cycles   for trading purposes. It captures general market rhythms influenced by day/night and moon phases, but it   does not track exact astronomical positions . Do your analysis and study on back test before purchase.  The   Advanced Astrological Indicator   is a m
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
Our   Basic Support and Resistance   indicator is the solution you need to boost your technical analysis. This indicator allows you to project support and resistance levels on the chart /   MT4 Version Features Integration of Fibonacci Levels:  With the option to display Fibonacci levels alongside support and resistance levels, our indicator gives you an even deeper insight into market behavior and possible reversal areas. Performance Optimization:  With the option to update extended lines onl
Aura Smc Quantum H4
Chaibadee Dechtanankul
AURA SMC QUANTUM V1.01 code in English, structured for a professional presentation or MQL5 Market description: AURA SMC QUANTUM V1.01 | Logic Breakdown The Aura SMC Quantum is an advanced automated trading system (EA) specifically engineered for Gold (XAUUSD) on the H4 timeframe. It combines high-probability Smart Money Concepts (SMC) with a sophisticated Hybrid Grid management system. 1. Market Analysis Strategy (SMC & Trend Filter) The core "intelligence" of the EA relies on a dual-layer confi
RSI Currency Strength Meter is a powerful and elegant multi-currency indicator that measures the real-time relative strength of the 8 major currencies using RSI logic. By calculating the smoothed performance of each currency across its major pairs and applying the RSI formula, it delivers clean and responsive strength lines that make it easy to spot which currencies are truly strong or weak at any moment. This indicator is particularly useful for visualizing currency correlations and divergence
The SMC Venom Model BPR indicator is a professional tool for traders working within the Smart Money (SMC) concept. It automatically identifies two key patterns on the price chart: FVG   (Fair Value Gap) is a combination of three candles, in which there is a gap between the first and third candles. It forms a zone between levels where there is no volume support, which often leads to a price correction. BPR   (Balanced Price Range) is a combination of two FVG patterns that form a “bridge” - a zon
Prop Firm Guardian PRO - Equity Protector Prop Firm Guardian PRO is a MetaTrader 5 utility designed to help traders monitor daily loss, daily profit target, and overall account drawdown in real time. It does not open trades or generate signals. Its purpose is to supervise account equity and apply predefined protection rules when risk limits are reached. This tool can be useful for traders who want stricter account protection and more disciplined risk management, including during prop firm evalua
Hon Risk manager
Christopher Adie
Advanced Risk Manager EA is a non-trading account protection utility for MetaTrader 5. It does not open trades — it monitors your account in real time and enforces configurable risk rules automatically. How It Works At the start of each trading day, the EA records your opening balance. Every tick, it recalculates your live P&L. If your daily loss reaches the configured threshold, all open positions are closed instantly and trading is locked until the next day. Optionally, it locks trading once a
Volume Profile V6
Andrey Kolesnik
4.67 (3)
The volume profile indicator of the market + a smart oscillator. It works on almost all instruments-currency pairs, stocks, futures, cryptocurrency, on real volumes and on tick ones. You can set both the automatic definition of the profile range, for example, for a week or a month, etc., and set the range manually by moving the boundaries (two vertical lines red and blue). It is shown as a histogram. The width of the histogram at this level means, conditionally, the number of transactions condu
Level Volume Pro
John Samfel Bucton Josol
HAT IT DOES   MONTHLY HIGH & LOW — AUTO-DRAWN EVERY MONTH Draws the High and Low of every month for the current year (or any year you set). Each level extends as a horizontal ray into the future so you always see where price is reacting to historical monthly extremes. Color-coded (blue = high, red = low), labeled (JAN HIGH, FEB LOW etc.), fully customizable width and style. Toggle individual months on or off.   WEEKLY HIGH & LOW
Was: $249  Now: $99   Market Profile defines a number of day types that can help the trader to determine market behaviour. A key feature is the Value Area, representing the range of price action where 70% of trading took place. Understanding the Value Area can give traders valuable insight into market direction and establish the higher odds trade. It is an excellent addition to any system you may be using. Inspired by Jim Dalton’s book “Mind Over Markets”, this indicator is designed to suit the
Prop Firm Simulator
Abdeljalil El Kedmiri
Master prop firm challenges before risking real money!   Our advanced simulator recreates authentic prop firm trading environments, helping you practice, strategize, and pass challenges with confidence.   Using our Simulator, you can simulate any prop firm challenge using demo or live accounts, supports both manual trading strategies and automated trading via EAs ,  create personalized challenges for customized periods, and challenge yourself to develop the discipline needed for consistent profi
KT Double Top Bottom MT5
KEENBASE SOFTWARE SOLUTIONS
1 (1)
The double top bottom pattern is arguably one of the technical analysis's most popular chart patterns. These patterns are used to capitalize on recurring patterns and identify trend reversal patterns, thereby creating well-placed entry and exit levels. The KT Double Top Bottom is based on these patterns and fine-tunes the trade signal development process for traders. Features It's based on one of the most reliable trading patterns and brings some fine-tuning and automation to the process. Also
CoPilot dashboard MT5
Frederic Jacques Collomb
CoPilot — Daily Trading Dashboard Know your numbers. Trade with clarity. MT4 version What is CoPilot? CoPilot is a professional-grade trading assistant that displays in real time all your daily performance statistics directly on the chart — with a live equity curve that updates trade by trade. Designed for active traders who need instant visibility into their session without leaving the chart, CoPilot aggregates every closed trade of the day across all symbols and presents them in a clean, color
KT Renko Patterns MT5
KEENBASE SOFTWARE SOLUTIONS
KT Renko Patterns scans the Renko chart brick by brick to find some famous chart patterns that are frequently used by traders across the various financial markets. Compared to the time-based charts, patterns based trading is easier and more evident on Renko charts due to their uncluttered appearance. KT Renko Patterns features multiple Renko patterns, and many of these patterns are extensively explained in the book titled Profitable Trading with Renko Charts by Prashant Shah. A 100% automated
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
Fair Value Gap Volume Profile Pro This indicator detects price imbalances (Fair Value Gaps) on the chart and displays the volume distribution inside each gap using data from a lower timeframe. It is designed for traders who use institutional price action concepts and want to understand where volume was concentrated during the formation of each gap. What is a Fair Value Gap A Fair Value Gap (FVG) is a three-candle price imbalance where a candle moves so strongly that it leaves a range untouched
Reverse Trader
ELITE FOREX TRADERS LLC
ELITE REVERSE TRADER (MT5) Instantly hedge or invert any trade opened on your account—manual or EA. Reverse Mirror EA monitors your live positions and opens an opposite trade using your chosen lot mode (Fixed or Multiplier). When the original position is closed (manual close, SL/TP hit, EA exit—any method), the mirrored position closes automatically. Because it runs in the same terminal, it reacts faster than third-party copy tools. WHY THIS MATTERS It is widely cited that a large majority of
Awesome Oscillator by Bill Williams with the ability to fine-tune and replace the averaging algorithms of the indicator, which significantly expands the possibilities of using this oscillator in algorithmic trading and brings it closer in its properties to such an indicator as the MACD. To reduce price noise, the final indicator is processed with an additional Smooth averaging. The indicator has the ability to give alerts, send mail messages and push signals when the direction of movement of th
Introducing "X Marks the Spot" – Your Ultimate MetaTrader 5 Indicator for Perfect Trades! Are you tired of the guesswork in trading? Ready to take your MetaTrader 5 experience to a whole new level? Look no further – "X Marks the Spot" is here to revolutionize your trading strategy! What is "X Marks the Spot"? "X Marks the Spot" is not just another indicator – it's your personal trading compass that works seamlessly on all timeframes . Whether you're a beginner or an experienced trader,
Before installing the HeatMap indicator make sure you are using a broker that gives you access to the Depth of market (DOM) !! This indicator creates a heatmap on your chart allowing you to see the buy or sell limit orders easily and in real time. You have the possibility to change the setting and the colors of the HeatMap in order to adapt to all markets and all charts. Here is an example of a setting you can use with the NASDAQ100 on the AMPGlobal broker :  https://www.youtube.com/watch?v=x0Y
Trade smarter, not harder: Empower your trading with Harmonacci Patterns This is arguably the most complete harmonic price formation auto-recognition indicator you can find for the MetaTrader Platform. It detects 19 different patterns, takes fibonacci projections as seriously as you do, displays the Potential Reversal Zone (PRZ) and finds suitable stop-loss and take-profit levels. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] It detects 19 different harmonic pri
Gann Time–Price Square Cycles (MT5) This indicator applies the concept of time–price balance introduced by W.D. Gann. It detects price swings on the chart and projects Quarter, Half, and Full cycle time intervals forward, marking them with vertical lines. The tool is designed to help traders study the relationship between swing size and elapsed time directly on MT5 charts. Functions Detects swing highs and lows based on pivot depth and minimum swing size. Projects Quarter, Half, and Full harmon
Buyers of this product also purchase
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (207)
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 (645)
Welcome to Trade Manager MT5 - the ultimate risk management tool designed to make trading more intuitive, precise, and efficient. This is not just an order placement tool; it's a comprehensive solution for seamless trade planning, position management, and enhanced control over risk. Whether you're a beginner taking your first steps, an advanced trader, or a scalper needing rapid executions, Trade Manager MT5 adapts to your needs, offering flexibility across all markets, from forex and indices t
FarmedHedge Pair Trading Dashboard
Tanapisit Tepawarapruek
5 (4)
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 Contact me via private message to receive the User Manual and Setup Video. * Thai Lauguage Support Available Farmed Hedge Yield Farming - Professional Pair Trading Dashboard (Manual - Hybrid - Semi/Automated EA) VERSION 3 - WILD HARVEST UPDATE Trading A
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.
Copy Cat More Trade Copier MT5 is a local trade copier and a complete risk management and execution framework designed for today’s trading challenges. From prop firm challenges to personal portfolio management, it adapts to every situation with a blend of robust execution, capital protection, flexible configuration, and advanced trade handling. The copier works in both Master (sender) and Slave (receiver) modes, with real-time synchronization of market and pending orders, trade modifications, pa
Trade Manager DaneTrades
Levi Dane Benjamin
4.36 (28)
DaneTrades Trade Manager is a professional trade panel for MetaTrader 5, designed for fast, accurate execution with built‑in risk control. Place market or pending orders directly from the chart while the panel automatically calculates position size from your chosen risk, helping you stay consistent and avoid emotional decision‑making. The Trade Manager is built for manual traders who want structure: clear risk/reward planning, automation for repeatable management, and safeguards that help reduc
AntiOverfit PRO MT5
Enrique Enguix
5 (3)
AntiOverfit PRO: the uncomfortable truth about backtests Before you buy that EA, stop for a moment. You’ve just found a system promising 250% per year. The backtest looks amazing. The seller is asking for $399, or maybe $1,999. On paper, everything seems to fit. But there’s a problem: that backtest does not prove what you think it proves. A historical test, by itself, proves very little. The only thing it confirms is that the logic worked in one specific market sequence. As soon as price takes
Ultimate Extractor
Clifton Creath
5 (9)
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. For the online version please reach out to me directly****** Ultimate Extractor transforms your MetaTrader 5 trading history into actionable insights with comprehensive analytics, interactive charts, and real-time performance tracking. What It Does Automatically analyzes your MT5 trading history across all Expert Advisors and generates detailed HTML reports with interactive vi
HINN Lazy Trader
ALGOFLOW OÜ
5 (2)
The core idea: using the user interface, you configure the parameters the chart must meet before entering a position (or positions), choose which entry models to use, and set the rules for when trading and planning should end. Lazy Trader  handles the rest: it  takes over all the routine chart watching and execution! full description  :: 3 key videos [1] ->  [2]   ->  [3] What can it do? - Understands Larry Williams market structure - Understands swing market structure by Michael Huddleston
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
Telegram To MT5 Receiver
Levi Dane Benjamin
4.31 (16)
Copy trade signals from Telegram channels you already belong to (including private and restricted channels) directly into MetaTrader 5. Set your risk rules once, monitor execution, and manage positions with built-in protections designed to reduce mistakes and overtrading. Fast setup : configure your channels, select what to copy, and start within minutes using a clean on-chart interface. User Guide + Demo | MT4 Version | Discord Version Who this is for Traders who follow one or more signal provi
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
EA Auditor
Stephen J Martret
EA AUDITOR - VERIFY EA'S BEFORE YOU BUY The Only Independent EA & Signal Verification Tool for MetaTrader 5 MAKE SMARTER EA PURCHASES. EVERY TIME. The MQL5 market is home to some genuinely outstanding Expert Advisors built by talented developers — strategies that can transform your trading. But it can also include EAs with history readers coded in to produce fake backtest results, curve-fitted strategies, manipulated signals, and EAs falsely marketed as "AI-powered" or "machine learning" when th
Effortlessly manage multiple trading accounts The Local Trade Copier EA is a solution for individual traders or account managers who need to execute trade signals from external sources or who need to manage several accounts at the same time, without the need for a MAM or a PAMM account. It copies from up to 8 master accounts to unlimited slave accounts . [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] 100% self hosted Easy to install and use It can copy from MT4 to
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
EmoGuardian
Samuel Bandi Roccatello
5 (6)
DEMO VERSION    AVAILABLE !!!! contact me   (Try it FOR FREE for 20 days before purchasing! ) Stop losing prop firms accounts!! Avoid violations and risk warnings (1% ...) !! Avoid overtrading, FOMO and compulsive behaviours, by imposing advanced risk limits to your trading account using EmoGuardian. Automatically add Stop Losses to positions, manage EAs losses, load/unload EAs automatically. Limit the risk per position, per trade, per Time Range, per day. The risk management options have been
Custom Alerts MT5
Daniel Stein
5 (8)
Custom Alerts: Monitor Multiple Markets and Never Miss a Key Setup Overview Custom Alerts is a dynamic solution for traders who want a consolidated way to track potential setups across multiple instruments. By integrating data from our flagship tools—such as FX Power, FX Volume, FX Dynamic, FX Levels, and IX Power— Custom Alerts automatically notifies you of crucial market developments without juggling multiple charts or missing prime opportunities. With support for all asset classes your brok
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
EasyInsight AIO MT5
Alain Verleyen
4.92 (12)
EASY Insight AIO – All-In-One Power for AI-Driven Trading Want to skip the setup and start scanning the entire market – Forex, Gold, Crypto, Indices, and even Stocks – in seconds? EASY Insight AIO is the complete plug-and-play solution for AI-powered trade analysis. It includes all core Stein Investments indicators built-in and automatically exports clean, structured CSV files – perfect for backtesting, AI prompts, and live market decision-making. No need to install or configure indicators manu
Trader Evolution
Siarhei Vashchylka
5 (7)
" Trader Evolution " - A utility designed for traders who use wave and technical analysis in their work. One tab of the utility is capable of money management and opening orders, and the other can help in making Elliott wave and technical analysis. Manual (Be sure to read before purchasing) | Version for MT4 Advantages 1. Trading in a few clicks. Immediate and pending orders are available in the panel 2. Money management. The program automatically selects the appropriate lot size 3. Simplifies
Hotkeys for Streamdeck
Manuel Michiels
5 (1)
MT5-StreamDeck offers the possibility to use a certain number of pre-programmed Hot-keys with a clearly defined role. So by the push of a button you can open a trade with a pre-defined lot size, stoploss and take profit. Close all your trades, close the ones in profit, or in loss, set Break-even or set a trailing stop. All this with a Hot key button. See the feature list for all the actions that can take place at the push of a button. Ideal for Quick Scalping or day trading with set risk managem
Trend Cue Basket Manager
Mohammadreza Faghanimakrani
Trend Cue is a basket-management utility for MetaTrader 5 hedging accounts. You open the first trade. You choose the direction, the timing, and the lot size. Trend Cue then manages the basket that forms around that decision — setting take-profit levels based on real market volatility, optionally building a grid of additional entries, tracking your average price, and protecting your account with drawdown limits that act on the entire basket rather than on individual positions. It works on any ins
Copy trades locally between MetaTrader terminals with a simple interface and professional risk controls. Use it to mirror trades across accounts, brokers, and platforms in any MT4/MT5 combination. Designed for reliability : supports trade updates such as breakeven, trailing stop, partial closes, and more. User Guide + Demo | MT4 Version Important notes Local Trade Copier MT5 does not work in the Strategy Tester. For a demo, please use the User Guide + Demo link above. To copy to MT4, you will n
Crypto Charting
Rajesh Kumar Nait
5 (5)
Overview Crypto Charting for MT5 provides real-time OHLC data for various cryptocurrencies via WebSocket integration. It is designed for traders who require consistent and automated chart updates from multiple exchanges directly within the MetaTrader 5 platform. The product supports all standard MT5 timeframes and offers historical data synchronization features. Features Real-Time Charts via WebSocket Provides continuous, low-latency market data without relying on traditional API connections. A
Trade Manager DashPlus
Henry Lyubomir Wallace
5 (13)
DashPlus is an advanced trade management tool designed to enhance your trading efficiency and effectiveness on the MetaTrader 5 platform. It offers a comprehensive suite of features, including risk calculation, order management, advanced grid systems, chart-based tools, and performance analytics. Key Features 1. Recovery Grid Implements an averaging and flexible grid system to manage trades during adverse market conditions. Allows for strategic entry and exit points to optimize trade recovery
Comprehensive on chart trade panel with the unique ability to be controllable from mobile as well. Plus has a library of downloadable configuration, e.g. exit rules, extra panel buttons, pending order setup and more. Please see our product video. Works with all symbols not just currency pairs. Features On chart panel plus controllable from free app for Windows, iPhone and Android Built-in script engine with library of downloadable configuration, e.g. add 'Close All Trades in Profit' button, exit
Pulsar Terminal MT5
Astralys LLC
5 (4)
Pulsar Terminal is a product of Pulsar Technologies , a trademark of Astralys LLC . Pulsar Terminal is a utility add-on for MetaTrader 5. It's a visual interface combined with execution tools in a companion application connected to your MetaTrader 5 account via an Expert Advisor . We use a companion application to maximize the tool's capabilities and provide a more advanced visual interface and workflow than standard MT5 panels. Pulsar Terminal is not a standalone application and requires Met
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
AlgoRadar
Stephen J Martret
5 (3)
ALGORADAR - REAL-TIME TRADE ANALYTICS The Most Powerful On-Chart Performance Analyzer for MetaTrader 5 ONE CHART. EVERY EA. EVERY ACCOUNT. MT4 & MT5 COMBINED. The ONLY analyzer that displays all your EAs across multiple accounts, brokers, and VPS -- including both MT4 AND MT5 -- on a single live MT5 chart. Your complete trading empire, visible at a glance.
Prop Guardian Risk Manager MT5 – Daily and Overall Drawdown Protection for Prop Firm Traders Prop Guardian Risk Manager is a professional risk-control utility for MetaTrader 5, created for traders who operate under prop firm rules. It does not open trades and does not implement any trading strategy. Instead, it runs in the background, monitors your account risk and can automatically block trading or close exposure when your own limits are reached. Use it as a safety layer on top of your manual t
More from author
Trading Reporter Dashboard MT5
Juergen Marcus Wolfgang Rosswinkel
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, resize it to fit your screen, and every key metric updates automatically on each new bar — configurable via InpRefreshBars. Free. No limitations. No trial period. Full source transparency.
FREE
Enhanced Telegram Position Tracker MT5
Juergen Marcus Wolfgang Rosswinkel
Enhanced Telegram Position Tracker — Real-Time Trade Monitoring & Reporting for MT5 The most complete Telegram reporting solution for MetaTrader 5. Every trade, every update, every alert — delivered instantly to your Telegram channel, group, and forum topics. No missed closures, no duplicates, no spam.
Chart Order Trade Manager MT5
Juergen Marcus Wolfgang Rosswinkel
Enhanced Trade Manager Professional Order & Position Management Panel for MetaTrader 5 OVERVIEW Trade Manager is a professional order and position management panel for MetaTrader 5. It significantly simplifies manual order entry, automatically calculates lot size, Stop Loss and Take Profit based on the configured risk budget, and displays all relevant parameters clear
MT5 to Telegram Informer
Juergen Marcus Wolfgang Rosswinkel
MT5 to Telegram Signal Provider Real-Time Trade Notifications for MetaTrader 5 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 any
Position Closure Management MT5
Juergen Marcus Wolfgang Rosswinkel
NOHEDGE Automated Hedge Manager & Risk Controller for MetaTrader 5 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. Doing that manuall
Filter:
No reviews
Reply to review