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
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
推荐产品
Delta Profile Volume
Teresinha Moraes Correia
指标技术说明 – Delta Profile for MetaTrader 5 Delta Profile 是为 MetaTrader 5 开发的一款指标,用于在指定的 K 线区间内对成交量流进行详细分析。它能够在不同的价格水平上对正向成交量(与上涨相关)和负向成交量(与下跌相关)的不平衡进行结构化和可视化展示。最终,用户可以清晰地识别图表中成交最为集中的区域,以及真实的市场不平衡形成的位置。 以下是该指标的主要技术特征与参数说明。 核心概念 指标会识别 价格水平 ,并将其分类为正向成交量、负向成交量,以及净 Delta(正负成交量的差值)。 每个价格水平会在图表中以 水平条形 显示,帮助用户直观观察市场活跃区和不平衡区域。 用户可自由控制 分析的 K 线数量 、 价格精度(小数位数) 、 显示的最大水平数量 以及 可视化样式 。 主要功能 价格水平映射 :根据设定的精度对价格进行四舍五入,并累计对应 K 线的成交量。 净 Delta 计算 :显示正负成交量的差值,提供每个价格区间的客观数值。 最强 Delta 水平突出显示 :自动识别 Delta 绝对值最大的价格水平,并用特殊颜色标
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
Astrology Indicator MT5
Thomas Bradley Butler
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
我们的   Basic Support and Resistance   指示器是提高技术分析所需的解决方案。该指标允许您在图表/ MT4版本 功能 斐波那契水平的集成: 可以选择显示斐波那契水平以及支持和阻力水平,我们的指标使您对市场行为和可能的逆转区域有更深入的了解。 性能优化: 只能在每个栏的打开时更新扩展线,我们的指标可确保最佳性能,而无需牺牲支持和阻力级别的准确性。 输入 主设置 Timeframe:   通过此输入,您可以选择在图表上显示较高时间范围的支撑线和阻力线。 Support/Resistance Strength [Number of Bars]:   使用此输入,您可以确定支撑和电阻的强度。数量越高,支持/阻力越强。 Price mode:  此参数允许您选择哪种价格将用于计算支持和电阻水平。它可以是收盘价,最高价格,最低价格等。取决于您的策略和偏好,您可以选择最适合您需求的价格。 显示设置 Display Fibonacci levels:   此参数确定是否将显示斐波那契水平以及图表上的支持和电阻级别。斐波那契水平是技术分析中使用的关键水平,并使用斐
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
SMC Venom 模型 BPR 指標是針對在智慧貨幣 (SMC) 概念內工作的交易者的專業工具。它會自動辨識價格圖表上的兩種關鍵模式: FVG (公平價值缺口)是三根蠟燭的組合,其中第一根和第三根蠟燭之間存在缺口。它在水平之間形成一個沒有成交量支撐的區域,這通常會導致價格調整。 BPR (平衡價格區間)是兩種 FVG 模式的組合,形成一個「橋樑」 - 當價格以低成交量活動移動時,突破並返回到水平的區域,從而在蠟燭之間產生間隙。 這些模式可協助交易者透過分析圖表上的交易量和價格動態(大型市場參與者和普通參與者之間的互動)來識別關鍵的支撐/阻力位、突破區域和切入點。 此指標以矩形和箭頭的形式可視化模式,也支援靈活的警報設定。 主要特點: 模式顯示模式:選擇顯示 BPR 模式(看漲和看跌)或 FVG 模式(看漲和看跌)。 可以隱藏所有圖表分析模式。 以條數過濾:BPR 結構中 FVG 之間的最小/最大距離。 訊號的附加視覺化: 箭頭有 9 種類型可供選擇(標準、細、分形等)或手動輸入 Wingdings 代碼,其表格可以選擇性地顯示在圖表上。 設定顏色、尺寸及其縮放時相對於價格的動態
Prop Firm Guardian PRO - Equity Protector Prop Firm Guardian PRO 是一款适用于 MetaTrader 5 的工具,用于实时监控每日亏损、每日盈利目标以及账户整体回撤。 它不会开仓,也不会生成交易信号。它的作用是在达到预设风险限制时,监控账户净值并执行相应的保护规则。 对于希望加强账户保护和风险纪律管理的交易者来说,这款工具非常实用,尤其适用于需要遵守严格风控规则的交易环境。 用途 实时监控每日亏损 在达到盈利目标后停止当日交易活动 在触及关键限制后帮助减少过度交易 通过基于净值的自动规则保护账户 主要功能 支持按百分比或固定金额设置每日亏损限制 支持每日盈利目标管理 支持账户最大回撤保护 提供可视化面板,实时显示账户状态 提供紧急平仓按钮,便于手动干预 在触发保护规则时可发送通知 工作原理 将该工具加载到一个 MT5 图表上 设置每日亏损、盈利目标和回撤限制 工具会持续监控账户净值 当达到限制时,它可以自动平掉持仓并删除挂单 主要参数 DailyLossLimitPercent :每日最大亏损百分比 DailyLossLi
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)
市场的成交量曲线指标+一个智能振荡器. 它适用于几乎所有工具-货币对,股票,期货,加密货币,实际交易量和报价。 您可以设置配置文件范围的自动定义,例如,一周或一个月等。,并通过移动边界(两条垂直线红色和蓝色)手动设置范围。 示为直方图。 此级别直方图的宽度有条件地意味着在其上进行的交易数量。 使用"模式水平线颜色"参数,您可以设置自动显示价格可能会击退的最重要交易量水平,而最大颜色参数则分别显示整个设定范围内最大交易量的水平。     智能振荡器显示超买和超卖区域,它分析来自多个指标的信息,并根据处理的数据,以适当的颜色为超买和超卖区域着色。     在Volume every day中,您可以使用Range period参数设置构建配置文件的时间范围,并使用Range count参数设置这些范围的配置文件数量。 例如,Range period=1day,Range count=10表示配置文件将基于一天的周期,即最后十天。 重要的是,切换图表的时间框架不会影响配置文件的构建,这也是该指标的一个额外优势。      该指标非常简单易用,同时尽可能提供信息。 有了这个指标,做市商将
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
Blahtech Market Profile MT5
Blahtech Limited
5 (10)
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
在冒险使用真实资金之前掌握prop firm挑战!   我们的高级模拟器重现真实的prop firm交易环境,帮助您练习、制定策略并自信通过挑战。使用我们的模拟器,您可以通过模拟或真实账户模拟任何prop firm挑战,支持手动交易策略和通过EA的自动交易,创建个性化挑战周期,并挑战自己培养持续盈利所需的纪律。 FTMO 1万和10万挑战配置文件:   提供主要prop firm的配置文件和专属支持 - 只需询问! 前10名买家享受7折优惠。 主要功能 实时挑战监控 实时统计仪表板 - 实时追踪余额、净值、盈亏、回撤 专业指标 - 已平仓与未平仓盈亏、胜率、交易分析 支持手动/自动交易:同时支持手动交易策略和通过专家顾问的自动交易 完整Prop Firm规则执行 盈利目标管理 - 设置和追踪具体盈利目标 回撤保护 - 每日和最大回撤限制及警报 交易天数要求 - 最低活跃交易天数追踪 风险管理 - 止损合规、仓位大小限制 时间限制 - 挑战持续时间倒计时 高级风险管理 双重盈亏追踪 - 分离已实现盈利和未平仓头寸 实时违规警报 - 规则违反即时通知 自动交易保护 - 违规时可选自
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 — 每日交易仪表板 掌握你的数据。清晰地交易。 MT4 版本 什么是 CoPilot? CoPilot 是一款 专业级 交易助手,可将您每日的交易绩效统计数据 实时 显示在图表上——配备 实时权益曲线 ,逐笔更新。专为需要在不离开图表的情况下即时了解交易状态的活跃交易者而设计,CoPilot 汇总 当日所有交易品种的每笔已平仓交易 ,并以简洁、色码化的交互面板呈现。 无需再切换到终端历史选项卡,无需手动计算。CoPilot 就像您的 副驾驶 ——时刻守候,持续计算,始终在您眼前。 实时统计面板 CoPilot 显示完整的每日绩效指标,分为三个部分: 活动 — 今日总交易数、已平仓交易、持仓数量、盈利/亏损笔数、 胜率 (%) 及保本交易。胜率颜色动态调整:高于 50% 显示绿色,低于 50% 显示红色。 盈亏 — 净盈亏 、 盈利因子 、每笔平均盈利和平均亏损、 平均风险回报比 、当日最佳交易和最差交易。每个数值根据其含义以绿色或红色显示。 时间与点数 — 平均持仓时间、最短和最长持仓时间、所有交易品种累计 总点数 ,以及 最大连续盈利/亏损次数 。 所有统计数据均基于
KT Renko Patterns MT5
KEENBASE SOFTWARE SOLUTIONS
KT Renko Patterns 会逐砖扫描整个 Renko 图表,寻找那些在各种金融市场中被交易者频繁使用的著名图表形态。 与基于时间的图表相比,Renko 图由于其简洁清晰的特性,更容易识别图表形态,尤其适合基于形态的交易策略。 KT Renko Patterns 包含多种常见的 Renko 图形模式,其中许多都在 Prashant Shah 所著的《用 Renko 图表实现盈利交易》一书中有详细说明。 基于 KT Renko Patterns 指标开发的 100% 自动交易EA已发布,点击这里了解 - KT Renko Patterns EA 。 特点 可交易多达八种清晰明确的 Renko 图形模式,无任何模糊。 每种模式都配有止损位和斐波那契目标位,确保交易策略客观明确。 KT Renko Patterns 实时监测每种模式的准确率,并将关键统计信息显示在图表上。 当 Renko 砖块发生反转时会自动标记并提醒,有助于在行情突变时提前计划退出。 已识别的图形不会重绘或重新绘制,信号稳定可靠。 包含的图形模式 W-M 形态 强势旗形 AB=CD 形态 三顶/三底 双顶
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
可以说,这是您可以为MetaTrader平台找到的最完整的谐波价格形成自动识别指标。它检测19种不同的模式,像您一样认真对待斐波那契投影,显示潜在的反转区域(PRZ),并找到合适的止损和获利水平。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 它检测19种不同的谐波价格形态 它绘制了主要,衍生和互补的斐波那契投影(PRZ) 它评估过去的价格走势并显示每个过去的形态 该指标分析其自身的质量和性能 它显示合适的止损和获利水平 它使用突破来表明合适的交易 它在图表上绘制所有样式比率 它实现了电子邮件/声音/视觉警报 受斯科特·M·卡尼(Scott M. Carney)的书的启发,该指标旨在满足最纯粹和最熟练的交易者的需求。但是,它采取了一种使交易更容易的方式:在向交易发出信号之前,它会等待Donchian朝正确方向突破,从而使交易信号非常可靠。 斐波那契投影与向量无关 它实现了电子邮件/声音/推送警报 它绘制了ABCD投影 重要提示: 为了符合 Scott M. Carney先生 的商标申诉,某些图案名称已重命名为不言自明的替代方式, Scott M.
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
该产品的买家也购买
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (207)
它有助于计算每笔交易的风险,容易安装新的订单,具有部分关闭功能的订单管理, 7 种类型的追踪止损和其他有用的功能。   附加材料和说明 安装说明   -   应用程序说明   -   模拟账户应用程序的试用版 线条功能  - 在图表上显示开仓线、止损线、止盈线。 有了这个功能,就可以很容易地设置一个新的订单,并在开仓前看到它的附加特性。   风险管理  - 风险计算功能在考虑到设定的风险和止损单的大小的情况下,计算新订单的成交量。它允许你设置任何大小的止损,同时观察设定的风险。 批量计算按钮 - 启用 / 禁用风险计算。 在 " 风险 " 一栏中设置必要的风险值,从 0 到 100 的百分比或存款的货币。 在 " 设置 " 选项卡上选择风险计算的变量: $ 货币, % 余额, % 资产, % 自由保证金, % 自定义, %AB 前一天, %AB 前一周, %AB 前一个月。   R/TP 和 R/SL - 设置止盈和止损的关系。 这允许你设置相对于损失的利润大小。 例如, 1 : 1 - 这决定了 TP = SL 的大小。 2 : 1 - 这意味着 TP 是 SL 的两倍。 RR -
欢迎来到 Trade Manager EA——这是一个终极风险管理工具,旨在使交易变得更直观、精准和高效。它不仅仅是一个下单工具,而是一个用于无缝交易计划、仓位管理和风险控制的全面解决方案。不论您是新手交易员、资深交易员,还是需要快速执行的剥头皮交易员,Trade Manager EA 都可以满足您的需求,适用于外汇、指数、大宗商品、加密货币等各种市场。 借助 Trade Manager EA,复杂的计算已成过去。只需分析市场,在图表上用水平线标记入场、止损和止盈,设置您的风险水平,Trade Manager 就会立即计算出理想的头寸规模,并实时显示以点、账户货币计价的止损和止盈。每笔交易都得以轻松管理。 主要功能: 头寸规模计算器 :根据定义的风险瞬间确定交易规模。 简单的交易计划 :在图表上用可拖动的水平线直接计划交易,设置入场、止损和止盈。 实时显示 SL 和 TP :以账户货币、点或分显示止损和止盈,便于分析。 高级保护工具 盈亏平衡选项 : 基本盈亏平衡 :当您的交易达到设定水平时自动保护利润。 多级盈亏平衡 :设置多达 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
Copy Cat More Trade Copier MT5 (复制猫MT5) 是一个本地跟单软件,也是一个完整的风险管理和执行框架,专为当今的交易挑战而设计。从资金管理公司挑战到个人投资组合管理,它能适应各种情况,结合了稳健的执行、资本保护、灵活配置和高级交易处理功能。 该跟单软件可在主端(发送方)和从端(接收方)模式下工作,实时同步市价单和挂单、交易修改、部分平仓和对冲平仓操作。它兼容模拟和实盘账户、交易或投资者登录,并通过持久的交易记忆系统确保恢复功能,即使EA、终端或VPS重启也不例外。可以同时管理多个主端和从端,使用唯一ID,并通过前缀/后缀调整或自定义品种映射自动处理跨经纪商差异。 手册/设置  | Copy Cat More MT4 | 频道  特色功能: 易于设置——快至30秒(见视频)。 快速、稳定、准确——Turbo模式下低延迟复制(见截图)。 高安全性——不使用潜在危险的DLL或WebRequest。 持久交易记忆,避免孤立、丢失或不准确的交易。 可从手动或EA复制,支持所有账户类型。 品种自动前缀/后缀,快速设置;支持MT4和MT5之间复制。 非常灵活的多主端
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.
AntiOverfit PRO MT5
Enrique Enguix
5 (3)
AntiOverfit PRO:关于回测的残酷真相 在你购买那个 EA 之前,先停一下。 你刚刚发现了一个号称年收益 250% 的系统。回测看起来非常漂亮。卖家开价 399 美元,或者 1,999 美元。表面上看,一切都很完美。 但问题在于:这个回测并不能证明你以为它证明了的东西。 单靠历史数据,本身并不能证明太多。它唯一能说明的是,这套逻辑在 某一条 特定的市场路径中有效。一旦价格走出另一条路径,机器人就开始失效。 而大多数昂贵 EA,正是死在这里。 AntiOverfit PRO 做了什么 AntiOverfit PRO 给你的,是几乎没有人在卖系统之前愿意展示的东西:一种在你花钱之前,先检验其稳健性的方法。 不需要你是数学家,也不需要把事情搞复杂。整个流程很直接: 把 AntiOverfit 放到你的 MT5 图表上。 AntiOverfit 会生成真实可信的价格变体。它保留市场的波动率和结构,但改变价格运行的顺序。 这些历史数据会作为新符号保存到你的 Market Watch 中。 打开 Strategy Tester ,选择“All symbols in Market W
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
Trade Manager DaneTrades
Levi Dane Benjamin
4.36 (28)
交易管理器可帮助您快速进入和退出交易,同时自动计算风险。 包括帮助您防止过度交易、报复性交易和情绪化交易的功能。 交易可以自动管理,账户绩效指标可以在图表中可视化。 这些功能使该面板成为所有手动交易者的理想选择,并有助于增强 MetaTrader 5 平台。多语言支持。 MT4版本  |  用户指南+演示 交易经理在策略测试器中不起作用。 如需演示,请参阅用户指南 风险管理 根据%或$自动调整风险 可选择使用固定手数或根据交易量和点自动计算手数 使用 RR、点数或价格设置盈亏平衡止损 追踪止损设置 最大每日损失百分比,在达到目标时自动平仓所有交易。 保护账户免遭过多提款并阻止您过度交易 最大每日损失(以美元为单位)在达到目标时自动关闭所有交易。 保护账户免遭过多提款并阻止您过度交易 一键实现所有交易的盈亏平衡 自动计算从手机/电话发送的交易的风险 OCO 在设置中可用 交易和头寸管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 高级挂单管理。 调整何时关闭挂单的规则 追踪挂单 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止
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
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)
将信号从您所属的任何渠道(包括私人和受限渠道)直接复制到您的 MT5。 该工具在设计时充分考虑了用户的需求,同时提供了管理和监控交易所需的许多功能。 该产品采用易于使用且具有视觉吸引力的图形界面。 自定义您的设置并在几分钟内开始使用该产品! 用户指南 + 演示  |   MT4版本  |   不和谐版本 如果您想尝试演示,请参阅用户指南。 Telegram To MT5 接收器在策略测试器中不起作用! Telegram 至 MT5 功能 一次复制多个通道的信号 从私人和受限频道复制信号 不需要机器人令牌或聊天 ID(如果出于某种原因需要,您仍然可以使用这些) 使用风险百分比或固定手数进行交易 排除特定符号 选择复制所有信号或自定义要复制的信号 配置单词和短语以识别所有信号(默认值应适用于 99% 的信号提供商) 配置时间和日期设置以仅在需要时复制信号 设置一次打开的最大交易量 交易和头寸管理 使用信号或自动设置的管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止过度交易 确
EA Auditor
Stephen J Martret
EA AUDITOR - 购买前验证EA MetaTrader 5 唯一独立的EA与信号验证工具 每次都做出更明智的EA购买决策。 MQL5市场拥有一些由才华横溢的开发者打造的出色EA——这些策略能够改变您的交易。但市场中也存在内置历史读取器以伪造回测结果的EA、过度拟合策略、被操纵的信号,以及被虚假宣传为"AI驱动"或"机器学习"的EA,而实际上不过是贴了流行标签的基础指标。问题在于?付款之前几乎无法分辨真假。EA Auditor改变了这一现状。它独立审计任何回测、任何开发者发布的实盘信号,并将两者交叉验证——让优秀的EA脱颖而出,让问题EA在您冒险一分钱之前就被曝光。 为什么选择EA AUDITOR? 因为没有验证,再好的回测也毫无意义。 大多数EA卖家提供回测结果来展示其策
Local Trade Copier EA 是针对需要从外部来源执行交易信号或需要同时管理多个账户的个人交易者或账户经理的解决方案,无需 MAM 或 PAMM 账户。它可以从多达 8 个主帐户复制到无限的从帐户 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 100% 自托管 容易安装和使用 不使用安装程序、配置文件、服务器、内存管道或 DLL 1000 次激活可永久使用 EA 本地执行,无网络延迟 它实现了您需要的所有功能: 最多8个主账户和无限从属账户 适用于所有经纪人和 DD/NDD/ECN/STP 执行 适用于具有不同帐户货币的帐户 在真实账户和模拟账户之间工作不明显 支持主从账户中的符号名称后缀 按幻数和订单评论过滤 不会干扰其他交易 可选择复制 SL 和 TP 水平 可选择复制挂单 支持符号翻译 支持部分关闭 反向模式 灵活的交易规模: - 固定地段 - 乘数 - 成比例的 - 与乘数成比例 EA 可以使用投资者或任何账户的主密码复制交易。 如何将交易从一个主账户复制到一个或多个从账户 在源终端中安装 EA 将 EA 加载到任何图表并选择“MA
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
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
EmoGuardian
Samuel Bandi Roccatello
5 (6)
避免過度交易、FOMO和強迫性行為,通過使用EmoGuardian對你的交易帳戶施加高級風險限制。 自動為倉位添加 止損 , 管理 EA 損失 , 自動載入 / 卸載 EA 。 限制 每個頭寸、每筆交易、每個時間範圍、每天的風險。 風險管理選項旨在專門解決導致交易者爆倉的強迫行為。 注意 : 這是一個實用程式 , 因此它不適用於策略測試器。EmoGuardian 不適用於凈額結算帳戶 (大多數交易帳戶都是對沖帳戶) 完整、詳細的手冊,請訪問以下連結: https://www.mql5.com/en/blogs/post/753194 獨特功能: 自動將止損添加到賬戶餘額的百分比或點數的頭寸中 當達到風險限制時終止 EA,並在第二天自動重新載入它們 創建緊急信號以管理 在 VPS 伺服器上運行的 EA 每日限額 以帳戶貨幣設置最低/最高凈值水準 以貨幣價值或百分比設置每天的最大損失/最大收益 自訂一天的開始時間 持倉限額 限制每個倉位的最大開倉量 限制每日最大交易量 限制每天的交易數量 施加最大連續失敗者數 對每筆交易或每個交易品種施加最大未平倉風險 每個時間範圍的限制 最多可定義 3
Custom Alerts:监控多个市场,绝不错过关键交易信号 概述 Custom Alerts 是一款动态工具,专为希望集中监控多个交易品种潜在机会的交易者设计。通过整合我们旗舰工具(如 FX Power、FX Volume、FX Dynamic、FX Levels 和 IX Power)提供的数据, Custom Alerts 可自动通知您关键的市场变化,无需频繁切换图表,也不会错过交易良机。现在,它支持您的经纪商提供的所有资产类别,只需在设置中选择相应的资产类别即可,无需手动输入任何品种名称。 1. 为什么 Custom Alerts 对交易者非常有帮助 一体化市场监控 • Custom Alerts 收集并整合来自外汇、贵金属、加密货币、指数,甚至(若经纪商支持)股票市场的信号。 • 无需频繁切换图表,一切通知集中呈现。 根据策略定制提醒 • 精准设置提醒条件。无论是追踪成交量激增、强度突破,还是极端价格波动, Custom Alerts 都能确保您不会错过任何关键信号。 • 可与 Stein Investments 工具无缝集成,助您更深入分析与优化交易决策。 节省时
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 – 全能智能交易一站式解决方案 概述 想象一下,您可以在几秒钟内扫描整个市场——外汇、黄金、加密货币、指数,甚至股票——无需手动筛选图表、繁琐安装或配置指标。 EASY Insight AIO 是您专为 AI 交易打造的即装即用数据导出工具。它将整个市场快照一次性输出为简洁的 CSV 文件,直接支持 ChatGPT、Claude、Gemini、Perplexity 等各类 AI 平台的即时分析。 无需窗口切换,无需图表叠加,也没有任何杂乱。只需纯净、结构化的数据自动导出,让您专注于基于数据的高效决策,无需再盯盘耗时。 为什么选择 EASY Insight AIO? 真正的一体化 • 无需设置,无需安装指标,无图表叠加。只需安装、运行并导出——就是这么简单。 多资产全覆盖 • 扫描分析外汇、金属、加密货币、指数、股票——您的券商所能提供的一切市场。 AI 专属数据导出 • 高度结构化、针对 AI 优化的 CSV 文件,直接适配主流智能工具和平台。 完整导出内容: • 三个可选周期的货币强度分析 • 净多头头寸变化体现市场情绪 • 成交量变化、
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
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
Trade Manager DashPlus
Henry Lyubomir Wallace
5 (13)
DashPlus 是一款先进的交易管理工具,旨在提升您在 MetaTrader 5 平台上的交易效率和效果。它提供一整套功能,包括风险计算、订单管理、先进的网格系统、基于图表的工具和绩效分析。 主要功能 1. 恢复网格 实施一个平均和灵活的网格系统,以在不利的市场条件下管理交易。 允许设置战略性进出点,以优化交易恢复。 2. 叠加网格 通过在强劲的市场波动中增加仓位,最大化有利交易的潜在回报。 帮助您通过扩展获利交易来利用趋势市场。 3. 盈亏线 在图表上直接提供潜在利润和损失场景的可视化表示。 调整设置并拖动盈亏线,以在执行之前评估各种交易结果。 4. 篮子模式 简化同一交易品种的多仓位管理,将它们合并为一个聚合仓位。 基于平均价格,便于监控和应用止损、止盈以及其他订单修改。 5. 图表上的新闻 将预定的经济新闻事件整合到您的交易图表中。 帮助您随时掌握可能影响市场波动的即将发生的事件,从而更好地规划交易。 6. 警报 设置基于时间或价格的警报,通知会显示在 MT5 中,或通过 MT5 应用发送到您的移动设备。 对监控关键价格水平或重要的交易时段非常有用。 7. 绩效统计 提供详细的
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 是 Astralys LLC 旗下商标 Pulsar Technologies 的产品。 Pulsar Terminal是MetaTrader 5的实用工具插件。它是一个 可视化界面 ,结合了 配套应用程序 中的执行工具,通过 Expert Advisor 连接到您的MetaTrader 5账户。我们使用配套应用程序来最大化工具的功能,并提供比标准MT5面板更先进的可视化界面和工作流程。Pulsar Terminal不是独立应用程序,需要MetaTrader 5才能运行。EA与Pulsar Terminal配套应用程序 仅通过localhost 通信。配套应用程序的安装程序通过安装指南(MQL5博客文章)提供给购买者。 该界面允许您执行订单、管理风险、查看交易统计数据,以及通过连接到MetaTrader 5的配套应用程序中的高级图表工具直接进行图表分析。 安装指南(MQL5博客): 将在产品批准后发布 用户指南(MQL5博客) 重要 - 运行条件 1) MetaTrader 5必须在与配套应用程序相同的PC上打开(通过EA的仅限localhost连
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
神速EA跟单(TradeMirror)是一款专为MT4/MT5平台设计的本地化订单复制工具,支持实时同步交易操作。 产品优势 基于金融软件对安全性、稳定性与隐私保护的高标准要求,我们在三大核心维度进行了深度优化: 简洁直观的图形界面,轻松实现零门槛操作 强化隐私保护机制,满足金融场景的敏感数据隔离需求 毫秒级订单同步,确保信号分发精准无延迟 全面兼容MT4/MT5双平台,无缝适配各类交易环境 智能系统监测结合邮件通知,实时保障交易稳定性 核心功能特性 产品搭载以下专业级跟单功能: 多账户并行连接 邮件实时推送 自定义手数调节 信号筛选机制 反向交易模式 止盈止损重置 免费体验流程 正式购买前,您可通过以下步骤免费试用完整功能: 点击页面中的「免费演示」按钮 勾选「确认已安装MetaTrader 4/5」选项 授权浏览器启动MT4/MT5客户端 在平台内导航至「专家顾问/市场/TradeMirror」并启动测试模式 启用「复盘显示」功能(确保GUI界面可视化) 点击「开始」按钮 通过图表窗口查看TradeMirror交互界面 操作指南与建议 为提升使用体验,我们提供以下专业建议: MQL
Crypto Charting
Rajesh Kumar Nait
5 (5)
Crypto Charting for MT5 – MetaTrader 5 加密货币图表集成工具 概述 Crypto Charting for MT5 通过 WebSocket 提供实时 OHLC 图表数据。支持多家交易所,并可在 MT5 中自动更新历史数据。 功能 实时 WebSocket 数据传输 自动历史数据同步 网络中断后的计划更新 兼容所有 MT5 时间周期 支持 OHLCV 数据格式 支持策略测试器 自动重新连接 支持的交易所 Binance, Bybit, OKX, KuCoin, MEXC, Gate.io, Bitget, XT.com 补充说明 如需获取 Tick 数据和深度数据,可查看名为 Crypto Ticks 的相关产品。 注意事项 不使用 DLL,适用于 VPS 环境。 Strategy Tester 不支持 WebRequest 功能。 如需试用版本,请通过 MQL5 私信联系作者。 Full Documentation & Setup Guide : Click Here
AlgoRadar
Stephen J Martret
5 (3)
ALGORADAR - 实时交易分析 MetaTrader 5 最强大的图表内性能分析工具 一个图表。所有EA。所有账户。MT4和MT5合并显示。 唯一能将您所有EA跨多个账户、经纪商和VPS(包括MT4和MT5)显示在单一MT5图表上的分析工具。您的完整交易帝国,一览无余。 为什么选择 ALGORADAR? 无需外部软件。无需翻找文件。实时数据直接显示在图表上。 与其他需要运行独立应用程序或翻找报告文件夹的投资组合分析工具不同,AlgoRadar 直接在图表上实时显示您的完整交易表现。 在一个图表上分析和排名所有EA! 运行
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
作者的更多信息
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
筛选:
无评论
回复评论