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
推荐产品
Haven Volume Profile
Maksim Tarutin
4.58 (12)
Haven Volume Profile 是一个多功能的成交量剖面分析指标,帮助基于交易量分布识别关键价格水平。它旨在为专业交易者提供更深入的市场理解,并帮助识别重要的进出场点。 其他产品 ->  这里 主要功能: Point of Control (POC) 计算 - 最大交易活动水平,帮助识别最具流动性的水平 Value Area 定义(增加活动区)和可自定义的成交量百分比,帮助更准确地评估交易区间 支持tick成交量和实际成交量,适用于不同市场类型和交易策略 灵活的计算周期设置(天数),使工具能够适应任何时间范围 自动适应浅色和深色终端主题,提升用户界面的可视体验 清晰的水平可视化,支持自定义样式和颜色,便于图表分析和快速决策 该指标非常适合识别重要的价格水平和整合区,帮助交易者做出更加明智的交易决策。使用 Haven Volume Profile 有助于通过更准确的成交量和市场动态分析来降低风险并增加利润。
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)
概述 本指标是经典 Donchian 通道 的增强版,增加了多种实用的交易功能。 除了标准的三条线(最高、最低和中线),系统能够检测 突破 ,并在图表上用箭头进行可视化标记,同时只显示 与当前趋势方向相反的那条线 ,让图表更加简洁。 功能包括: 可视化信号 :突破时在图表上绘制彩色箭头 自动通知 :弹窗、Push 推送和 Email 邮件 RSI 过滤 :根据市场相对强弱验证信号 个性化设置 :颜色、线条粗细、箭头符号、RSI 阈值等 工作原理 Donchian 通道计算: 上轨线 :最近 N 根已收盘 K 线的最高价 下轨线 :最近 N 根已收盘 K 线的最低价 中线 :最高价和最低价的平均值 看涨突破 :收盘价高于上轨线 看跌突破 :收盘价低于下轨线 指标会: 绘制三条 Donchian 通道线 仅在 方向变化后的首次突破 绘制箭头 隐藏顺应趋势方向的那条线(上涨趋势: 只显示红色下轨线;下跌趋势: 只显示绿色上轨线) 可选用 RSI 过滤突破信号,减少虚假突破 支持实时发送通知 参数说明 Donchian 通道设置 indPeriod :计算通道高低点的已收盘 K 线数量 Lin
FREE
MA Color Candles
Vladimir Kuzmin
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)
如果你象这个项目一样,就有5个饥饿审查。 这项指标采用了既定价格的公开、高、低价和关闭价格 可以对特定时间区加以调整。 许多机构和专业人士都认为这些是重要的。 贸易商可以为你了解他们可能更进一步的地点, 积极。 现有期间为: 前一日。 前一星期。 曾任Month。 曾任。 前一年。 或: 目前日。 目前周。 目前 Month。 目前配额。 今年。
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
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
VWAP Mean Reversion
Avinash Pagadala
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
DeMarker指标,支持多时间框架,可自定义视觉信号及可配置警报系统。 自由职业编程服务、更新和其他TrueTL产品可在我的 MQL5主页 获取。 非常欢迎您的反馈和评价! 什么是DeMarker? DeMarker指标由汤姆·德马克(Tom DeMark)开发,将当前K线内的高低点与前一根K线的范围进行比较。在0到1之间波动,高于0.7视为超买,低于0.3视为超卖。与其他振荡器不同,它专注于方向性极端运动和K线内的疲竭,而非测量收盘价的动能。 DeMarker信号在指标穿越极值区域(0.7和0.3)时,或在指标与价格出现背离时生成。在识别真正的疲竭点方面,其被认为比简单随机指标更加可靠。 功能特点: 带箭头和垂直线的视觉信号标记 三个具有可配置触发器的独立信号缓冲区 信号检测选项:方向变化、穿越水平线、峰值/谷值 每个信号的可配置警报功能(邮件、推送、声音、弹窗) 支持插值方法的多时间框架(MTF)功能 柱状图或折线图绘制模式 多种颜色模式(简单、基于方向、基于水平) 通过自定义指标调用(iCustom)访问缓冲区,支持Expert Advisor(EA)集成 输入参数: 基
FREE
Volume profile CVD Frato
Francisco Felipe Alves Da Silva Rocha
5 (2)
Frato Volume Profile Pro v7.5 由 Frato Academy 开发 此指标用于 MetaTrader 5 平台,显示价格成交量分布图。它计算在可配置周期内各价格水平的交易量分布,并将结果直接显示在主图表上。 功能: 带颜色渐变的成交量分布图 该指标将价格区间划分为多个水平,并为每个水平分配相应的成交量。每个水平的颜色根据成交量呈连续渐变:低成交量水平采用冷色调(深蓝色),高成交量水平采用暖色调(黄色)。最高成交量水平,称为控制点 (POC),会以视觉方式突出显示。 参考线:POC、VAH 和 VAL 该指标会自动绘制三条水平线: - POC(控制点):最高成交量水平 - VAH(价值区域上限):价值区域的上限 - VAL(价值区域下限):价值区域的下限 定义价值区域的百分比可配置(默认值:70%)。 预估成交量差值 对于每个价格水平,该指标根据每根K线的开盘价、收盘价、最高价和最低价之间的关系,估算买卖成交量之间的差异。结果以镜像K线的形式显示在成交量分布图旁边。 当日成交量差值面板 一个浮动面板显示自当日开盘以来的累计成交
FREE
TradeVision Pro
Ian Nganga Comba
TradeVisonPro Forex Analyzer Pro MT5 交易账户分析与监控仪表板 TradeVisonPro Forex Analyzer Pro 是一款专为 MetaTrader 5 用户设计的交易分析和账户监控解决方案。 本产品将 MT5 交易数据整理到结构化的网页仪表板中,使交易者能够查看账户信息、监控未平仓头寸、分析交易历史、跟踪策略、记录交易日志以及查看绩效统计数据。 TradeVisonPro Forex Analyzer Pro 旨在帮助交易者整理交易信息,并通过受支持的桌面和移动网页浏览器访问这些数据。 主要功能 • MT5 账户仪表板 • 未平仓头寸监控 • 交易历史分析 • 交易日历 • 策略跟踪 • 交易日志 • 账户绩效统计 • 绩效报告 • 交易通知 • 多账户支持 • 可分享的只读报告 MT5 账户仪表板 在一个结构化的仪表板中查看 MetaTrader 5 交易账户的重要信息。 可显示的信息包括: • 账户余额 • 净值 • 可用保证金 • 保证金水平 • 未平仓头寸 • 浮动盈亏 • 交易量 • 经纪商信息 • 账户信息 仪表板集中显示
FREE
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 Analyst
Humphrey Mangera
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
Countdown Candle Close
Sid Ali Temkit
3 (1)
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 - 多货币相关性分析 实时了解货币对之间的相关性! 一款强大的分析工具,可帮助您同时可视化多达6个货币对之间的统计关系。非常适合投资组合管理、风险分散和对冲策略。 主要功能 - 使用对数收益率的实时皮尔逊相关性 - 同时监控多达6个货币对 - 自动时间框架检测 - 可调回溯周期(5-200根K线) - 自动对冲机会检测 - 简约可折叠面板设计 - 颜色编码矩阵,即时解读 颜色编码 绿色 (+0.70 至 +1.00) = 强正相关 浅绿色 (+0.50 至 +0.69) = 中等正相关 灰色 (-0.49 至 +0.49) = 弱/无相关 橙色 (-0.50 至 -0.69) = 中等负相关 红色 (-0.70 至 -1.00) = 强负相关(对冲) 为什么要关注相关性? 风险管理 避免通过高度相关的头寸使风险加倍。 对冲策略 自动找到具有强负相关性的货币对进行有效对冲。 投资组合多元化 使用低相关性货币对构建多元化投资组合。 相关性突破 检测背离——通常是即将到来的市场变动信号。 输入参数 显示设置: - 面板 X/Y 位置 - 启动时
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 只读取您自己账户中已经平仓的交易历史,并且只统计一种具体行为:在一次已确认的亏损之后不久,以高于自己平常水平的手数开出新仓位。这个工具不做任何预测,也不给出任何建议。面板上出现的每一个数字,都是这个账户上已经发生过的事实。 数字是这样算出来的:它读取所有品种、所有魔术号在内的最多31天已平仓交易 —— 这是整个账户的画面,而不只是当前图表所在品种的画面。从今天之前的30天里,它计算每天新开仓笔数的中位数,以及这些开仓手数的中位数。之所以用中位数而不是平均值,是为了不让某一笔异常大的交易拉偏整体基准。如果这30天窗口内的开仓不足5笔,历史数据就不足以建立一个公平的基准,面板会显示"Collecting history",而不是用过少的数据硬凑出一个数字。 核心统计,即面板上的 Entries within 10min of a loss, at above-median lot: 一行:对每一次新开仓,它都会检查前10分钟内是否有一笔亏损被确认平仓,以及这次开仓的手数是否高于30天中位数。符合条件的次数会分别按 Today 和 Last 7
FREE
Dynamic Chart Symbol Watermark
Mohamed Qosyairy Bin Shamsuddin
Dynamic Chart Symbol Watermark Dynamic Chart Symbol Watermark 是一款简洁轻量的 MetaTrader 5 图表信息指标,可直接在交易图表上显示重要信息,同时尽量减少对技术分析的干扰。 指标会自动识别当前交易品种和时间周期。当您切换品种或时间周期时,所有显示信息都会自动更新。 主要功能 自动识别交易品种和时间周期 大型动态品种和周期水印 实时点差显示 自动使用 pips 或 points 显示点差 当前K线倒计时 仅显示当前图表品种的浮动盈亏 自动适应浅色和深色图表背景 透明显示,不使用大型背景面板 粗体轮廓文字,提高可读性 DISPLAY ON/OFF 显示开关 支持外汇、贵金属、指数、CFD及其他经纪商支持的品种 支持经纪商品种前缀和后缀 动态品种与时间周期 指标始终自动跟随当前图表的品种和周期。 XAUUSD H1 显示为 XAUUSD,H1 EURUSD M1 显示为 EURUSD,M1 GBPUSD M15 显示为 GBPUSD,M15 实时点差 点差根据当前图表品种的实时 Bid 和 Ask 价格动态计算。 外汇品
FREE
该产品的买家也购买
Trade Assistant MT5
Evgeniy Kravchenko
4.41 (216)
它有助于计算每笔交易的风险,容易安装新的订单,具有部分关闭功能的订单管理, 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 个级别以逐步保护利润。 尾随止损选项 : 基本尾随
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)
交易面板是一款多功能交易助手。该应用包含超过50种手动交易功能,并允许您自动执行大多数交易任务。 在购买之前,您可以在演示账户上测试演示版本。下载用于演示账户的试用版应用程序: https://www.mql5.com/zh/blogs/post/762579 。 完整说明 这里 。 贸易. 只需单击一下即可执行交易操作: 打開掛單和頭寸,並自動計算風險。 一鍵打開多個訂單和頭寸。 打開訂單網格。 按組別關閉掛單和頭寸。 反轉頭寸方向(關閉買入>打開賣出,關閉賣出>打開買入)。 鎖定頭寸(通過開啟缺少的頭寸,使買入和賣出頭寸的數量相等)。 一鍵部分關閉所有頭寸。 將所有頭寸的止盈和止損設置在同一價格水平。 將所有頭寸的止損設置在盈虧平衡水平。 開倉時,可使用以下功能: 在多個訂單或倉位之間分配計算出的數量(在單擊一次時開啟多個訂單和倉位)。 在開啟訂單前在圖表上可視化交易水平。 僅在當前點差不超過設定值時才開啟倉位。 止盈和止損之間的自動比例。 虛擬止損和止盈。 自動將止損和止盈的大小增加為當前點差的大小。 基於ATR指標讀數計算止盈和止損。 設置掛單的到期日期。 為掛單設置追蹤(掛單
测试版发布 Telegram to MT5 Signal Trader 即将进入正式的 Alpha 版本。一些功能仍在开发中,您可能会遇到一些小错误。如果您遇到问题,请反馈,您的意见将帮助我们改进软件。 Telegram to MT5 Signal Trader 是一款强大的工具,能够将 Telegram 频道或群组的交易信号自动复制到您的 MetaTrader 5 账户。 支持公开和私人频道,可将多个信号提供者连接至一个或多个 MT5 账户。软件优化、高效、稳定,精准控制每笔复制交易。 界面简洁,仪表盘美观,图表交互性佳,导航直观。您可以管理多个信号账户,自定义每个提供者的设置,并实时监控所有操作。 系统需求 由于 MQL 限制,EA 需要配合 PC 端应用与 Telegram 通信。 安装程序可通过官方 安装指南 获取。 核心功能 多提供者支持: 从多渠道复制信号至多个 MT5 帐户 高级信号识别: 关键词、模式和标签全面自定义 逐提供者控制: 可启用/禁用特定信号类型、平仓策略等 灵活风险管理: 固定手数、固定金额、余额/权益百分比、部分平仓设置 可定制 SL/TP: 覆盖信号
================================================================================ 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
Telegram to MT5 Multi-Channel Copier 可自动将您 Telegram 频道中的交易信号直接复制到 MetaTrader 5。无需机器人,无需浏览器扩展,无需手动复制。您在 Telegram 上收到信号,EA 会在几秒钟内在您的终端上开仓。 本产品包含两个组件:一个监听您 Telegram 频道的 Windows 应用程序,以及在您的 MT5 终端上执行信号的 EA。同时也提供 MT4 版本。 设置指南和应用程序下载: https://www.mql5.com/en/blogs/post/768988 工作原理 Windows 应用程序使用您自己的 API 凭据连接到 Telegram,而不是机器人。这意味着它可以读取您订阅的任何频道、群组或话题,包括私人和 VIP 频道。检测到信号后,它会进行解析并发送给 EA。EA 根据您的经纪商解析交易品种名称,基于您的风险设置计算手数,然后开仓。 整个过程都是自动的。您无需守在电脑前。 打开应用程序并登录 Telegram(仅第一次)。 选择要监听的频道或话题。 按下 Start。EA 会处理其余的一切。 支持的
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
Grid Manual是一个交易面板,用于处理订单网格。 该实用程序是通用的,具有灵活的设置和直观的界面。 它不仅可以在亏损方向上设置订单网格,还可以在盈利方向上设置订单网格。 交易者不需要创建和维护订单网格,实用程序会这样做。 打开一个订单就足够了,Grid manual会自动为它创建一个订单网格,并伴随它直到非常关闭。 完整说明和演示版 此處 。 该实用程序的主要特性和功能: 伴隨以任何方式打開的訂單,包括從移動終端打開的訂單。 適用於兩種類型的網格:“限制”和“停止”。 使用兩種方法計算網格間距:固定和動態(基於 ATR 指標)。 允許您更改未結訂單網格的設置。 顯示圖表上每個網格的盈虧平衡水平。 顯示每個網格的利潤率。 允許您一鍵關閉網格中的盈利訂單。 讓您一鍵關閉每個訂單網格。 允許您對訂單網格應用追踪止損功能。 允許您在訂單網格上應用將訂單網格的止損轉移到盈虧平衡水平的功能。 相對於訂單網格的盈虧平衡水平自動重新排列止盈(僅在限價網格模式下,距離取決於所選的計算類型:“保守”或“激進”)。 最多可管理 20 個訂單網格,每個網格最多可包含 100 個訂單。 計算初始手數時,
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.
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
Global Investing FX Terminal 是一款面向 MetaTrader 5 的一体化外汇仪表盘——涵盖央行政策利率、CFTC COT 持仓、利差排名、经济意外指数、期权偏斜、散户情绪与相关性,共十三个分析面板——以单一无闪烁画布呈现,每 10 秒从单个挂载 EA 刷新一次,无需任何外部软件。 专业外汇分析需要同时调取通常分散在不同平台的数据:利率衍生品、政府数据门户、券商掉期规格、期权台。此 EA 将所有这些整合到交易终端内的单一界面中,在您执行决策的地方完成分析。 仪表盘上显示的内容 市场概览 外汇对列表 — 所有 28 个 G10 货币对,加上当券商 Market Watch 中存在 NOK/SEK 交叉盘时显示的交叉盘——最多共 36 个货币对——的实时买卖价。每行显示点差、日度与周度变化、以点数表示的绝对区间,以及 ADR%——当前交易时段区间占 14 日平均日区间的百分比。ADR 达到 95% 的货币对已消耗其统计日内延伸空间;伦敦盘中场 ADR 仅 25% 的货币对仍有运行余地。颜色逐 Tick 实时更新。 货币对详情 — 点击列表中的任意行,即可打开该
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
Premium Trade Manager - 内置交易导师的图表面板 Premium Trade Manager 将一位交易导师嵌入您的图表,并在其下搭载完整的执行引擎。像往常一样建立交易,然后让您的 AI 交易导师 Max 读取这笔具体的交易,结合您的实时账户给出直接判断,再由您决定是否下单:止损是否符合纪律化交易的要求、风险规模是否合理、高影响新闻事件是否即将发布、您是否接近资金盘限额。其下是完整的执行引擎,负责点击之后的一切:一键按风险下单、您在图表上拖动规划且交易进行中仍可随时调整的计划、最多四个分批止盈级别、七种移动止损方式、实时资金盘合规检查、新闻屏蔽保护,以及对自身成本进行评级的点差功能。决策由您做出。Max 给出第二次审视。面板负责此后的一切。 购买前先亲手体验。 直接在浏览器中点击实时面板,这是在购买前感受其工作方式的最快途径。 stein.investments/products/premium-trade-manager Max 是您的一对一 AI 交易导师,他直接内置于面板之中。  他了解您的账户、您的设置和您的规则,用您自己的语言回答,并在每笔交易下单前进
Trading Chaos Expert
Gennadiy Stanilevych
5 (11)
世界上没有本软件的同等产品,它代表一个覆盖交易信号的通用交易 "控制台",自动入场,设置止损和止盈,还有在单一窗口里同时进行多交易尾随终止。EA 的 "三次点击" 直观控制,确保在不同计算机上全方位使用所有功能,包括平板电脑。 与附加的信号指标交互来标记图标,给出实际市场的全貌,EA 令您做出正确的选择,以及在大多数情况下成为胜者一方。内置资金管理算法, 还有自动计算手数, 虚拟订单交易, 以及一些其它从崩溃账户里挽救交易者的 "诀窍"。它不是一个 "黑盒子"。而是一个深思熟虑的交易员的不可或缺的助理, 至少要尝试一次它的动作。 注,在面板上形成的 EA 不能在策略测试员中测试。可以在您的模拟账户里以实时模式检查它, 您可以下载本 EA 的免费版 - 混沌交易 EA 演示 。 EA 表现为一个面板,带有内置功能的交易机器人的,自动基于交易者可直观检查的交易信号入场,完全按照比尔·威廉姆斯的策略“混沌交易:第二版”和“新贸易维度”。在单独的窗口里,EA 识别价格走势的导向,用于指定品种和时间帧的全自动交易模式,也可以多品种并发。 它同时分析 MetaTrader 5“市场观察”窗口中显示
MT5 to Telegram Signal Provider 是一个易于使用且完全可自定义的工具,它允许向 Telegram 的聊天室、频道或群组发送 指定 的信号,将您的账户变为一个 信号提供商 。 与大多数竞争产品不同,它不使用 DLL 导入。 [ 演示 ] [ 手册 ] [ MT4 版本 ] [ Discord 版本 ] [ Telegram 频道 ]  New: [ Telegram To MT5 ] 设置 提供了逐步的 用户指南 。 不需要了解 Telegram API;开发者提供了您所需的一切。 关键特性 能够自定义发送给订阅者的订单详情 您可以创建分层的订阅模型,例如铜、银、金。其中金订阅获得所有信号等。 通过 id、符号或评论过滤订单 包括执行订单的图表截图 在发送的截图上绘制已关闭的订单,以便额外核实 延迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情完全透明: 新的市场订单*带截图 订单修改(止损、获利) 已关闭的订单*带截图 部分关闭的订单** 新的挂单 修改的挂单(进场价格) 挂单激活(作为新的市场订单附加) 已删除的挂单 历史订单报告
Power Candles 策略扫描器——自优化多符号设置查找器 Power Candles策略扫描器 采用与Power Candles指标相同的自优化引擎,可同时扫描您“市场观察”中的所有交易品种。一个面板即可显示当前哪些品种在统计上具备交易价值、每种策略的最佳应用方向、最优止损/止盈组合,并在新信号触发时立即向您发送提醒。 本工具是 Stein Investments 生态系统的一部分 - 18+ 款工具,加上 Max,您的一对一 AI 交易导师。  随时在线,深入了解每一款指标,在您需要梳理思路的那一刻就在那里。  立即认识他: https://stein.investments 您的全面市场监控。每个交易品种超过3,000次自动优化。2种警报类型。一键切换图表并采取行动。 为何您需要此工具 大多数多标的扫描器仅展示价格 波动 。每只股票的波动率、百分比变化、RSI。您仍需自行摸索正确的策略、合适的止损位以及理想的入场阈值。Power Candles策略扫描器针对每只股票自动解答这些问题,仅在数学验证过的交易设置中触发实际入场信号时才会向您发出提示。这就是全部卖点。 自动
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
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
VirtualTradePad PRO SE MT5 — MetaTrader 5 专业交易控制中心 VirtualTradePad PRO SE 是一款基于图表的高级交易面板,也是适用于 MetaTrader 5 的交易管理工作区。它专为希望获得更快执行、更清晰持仓控制、结构化交易管理、可视化价位规划,以及直接在图表上完成专业交易流程的交易者而设计。 这不仅仅是一个 BUY / SELL 面板。PRO SE 将手动交易、挂单、持仓管理、部分平仓、篮子利润/亏损控制、加仓均价层级、ATM 规则、信号监控、实时市场信息、策略测试器 (Strategy Tester) 流程以及面向 VPS 的运行方式整合到一个互相关联的界面中。 MT4 版本 | 完整说明和截图 | 如何购买 | 如何安装 | 如何获取日志文件 | 如何测试与优化 | Expforex 的所有产品 为什么交易者会选择这套面板 图表一键交易 ,并支持键盘快速操作 快速完成开仓、平仓、修改、反转、锁仓与部分平仓 深度控制仓位、挂单、总利润与风控逻辑 自动参数计算,减少手动输入与重复劳动 为什么 PRO SE 比标准手动交易更高
Trade Manager DaneTrades
Levi Dane Benjamin
4.23 (30)
交易管理器可帮助您快速进入和退出交易,同时自动计算风险。 包括帮助您防止过度交易、报复性交易和情绪化交易的功能。 交易可以自动管理,账户绩效指标可以在图表中可视化。 这些功能使该面板成为所有手动交易者的理想选择,并有助于增强 MetaTrader 5 平台。多语言支持。 MT4版本  |  用户指南+演示 交易经理在策略测试器中不起作用。 如需演示,请参阅用户指南 风险管理 根据%或$自动调整风险 可选择使用固定手数或根据交易量和点自动计算手数 使用 RR、点数或价格设置盈亏平衡止损 追踪止损设置 最大每日损失百分比,在达到目标时自动平仓所有交易。 保护账户免遭过多提款并阻止您过度交易 最大每日损失(以美元为单位)在达到目标时自动关闭所有交易。 保护账户免遭过多提款并阻止您过度交易 一键实现所有交易的盈亏平衡 自动计算从手机/电话发送的交易的风险 OCO 在设置中可用 交易和头寸管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 高级挂单管理。 调整何时关闭挂单的规则 追踪挂单 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止
Trade Manager DashPlus
Henry Lyubomir Wallace
4.85 (13)
DashPlus 是一款先进的交易管理工具,旨在提升您在 MetaTrader 5 平台上的交易效率和效果。它提供一整套功能,包括风险计算、订单管理、先进的网格系统、基于图表的工具和绩效分析。 主要功能 1. 恢复网格 实施一个平均和灵活的网格系统,以在不利的市场条件下管理交易。 允许设置战略性进出点,以优化交易恢复。 2. 叠加网格 通过在强劲的市场波动中增加仓位,最大化有利交易的潜在回报。 帮助您通过扩展获利交易来利用趋势市场。 3. 盈亏线 在图表上直接提供潜在利润和损失场景的可视化表示。 调整设置并拖动盈亏线,以在执行之前评估各种交易结果。 4. 篮子模式 简化同一交易品种的多仓位管理,将它们合并为一个聚合仓位。 基于平均价格,便于监控和应用止损、止盈以及其他订单修改。 5. 图表上的新闻 将预定的经济新闻事件整合到您的交易图表中。 帮助您随时掌握可能影响市场波动的即将发生的事件,从而更好地规划交易。 6. 警报 设置基于时间或价格的警报,通知会显示在 MT5 中,或通过 MT5 应用发送到您的移动设备。 对监控关键价格水平或重要的交易时段非常有用。 7. 绩效统计 提供详细的
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
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 Agent Supervisor is NOT an Expert Advisor. AI Agent Supervisor   is a   multi-agent AI risk & portfolio supervisor   that watches every EA on your account and intervenes in real time.  WANT AN AI PORTFOLIO MANAGER WATCHING YOUR FLEET 24/7?   Run your fleet on the same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating unique data streams. The Supervisor r
Trade Copier Pro MT5
Vu Trung Kien
3.67 (3)
Trade Copier Pro MT5 is a tool to copy trade remotely to multiple MT4, MT5 and cTradfer accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not be abl
Custom Timeframe Manager Pro:MetaTrader 5 中的无限时间周期 终端的默认设置通常会隐藏价格变动的重要细节。如果仅将分析局限于经典周期,交易者可能会错失趋势形成的时刻和真实的波动水平。 Custom Timeframe Manager Pro 是一款扩展 MetaTrader 5 边界的专业工具。您可以创建任何自定义周期(包括分数和稀有周期),并像操作终端原生图表一样使用它们。 可选周期类型: 秒级 :任何数值(例如 S1、S5、S15、S30)。 分数级 :用于精细化分析的非标准间隔(例如 M1.5、H1.5、D1.2)。 自定义 :用于战略分析的多日和多周大周期。 您将获得: 全功能图表 :创建的周期像 MT5 原生图表一样工作——您可以在其上应用任何指标、震荡指标、模板和 EA。这不是“覆盖层”,也不是视觉模拟。 即时更新 :行情实时传输,无明显延迟。您的市场观察速度与标准图表一致。 指标稳定运行 :专有技术确保 RSI、MACD 等震荡指标运行流畅,无伪影、无跳动、无重置。实时 K 线更新无需重新计算全部历史数据。 自动恢复 :断网后,工
作者的更多信息
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
筛选:
无评论
回复评论