MT5 to Telegram Informer

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 any chart and monitors the entire account, not only the symbol of the chart it is attached to. It does not place, modify or close any orders. Its sole function is to observe trade events and report them instantly to Telegram, so it runs alongside manual trading and any other Expert Advisor without interfering.

Notifications go to up to three Telegram destinations at the same time, so a private chat, a public channel and a subscriber group can receive the same feed. Symbol, magic number and comment filters decide what gets reported, and several instances on different charts can route different instruments to different channels.

FEATURES

Real-time trade notifications
Detects and reports all trade events: market orders opened and closed, partial closes, close by, SL/TP modifications, and pending orders placed, filled and cancelled. Each message leaves the terminal the moment the event occurs, so your followers see the trade while it is still relevant.

Complete event coverage
Reported events cover a market order opened as buy or sell, a market order fully closed including gross and net result in account currency, a market order partially closed showing the closed volume next to the remaining open volume, and close by, where a position is closed against an opposite position. Stop Loss and Take Profit changes on any open position are reported as well.
On the pending side the EA covers placement of buy and sell limit, buy and sell stop and buy and sell stop limit orders, the moment a pending order is triggered and filled, and cancellation. The optional daily summary report at a configurable hour and the EA started and stopped messages, the latter including the reason for the stop, complete the list.

Multi-channel support
Notifications can be sent to up to three Telegram chats or channels simultaneously. Ideal for distributing signals to multiple subscriber groups without running a second copy of the EA.

Rich message content
Each notification contains all relevant trade data: symbol, direction, lot size, entry price, stop loss, take profit, ticket number, comment and time. Close messages additionally include the pip result, the gross profit as pure price movement, and the net profit including all commissions and swap from both the opening and the closing deal. Partial close messages show the closed volume alongside the remaining open volume.

Modify cooldown timer
SL/TP modification events are buffered per position. Only one message is sent per configurable interval, 60 seconds by default, regardless of how many changes arrive during that period, and it carries the latest values. This is what keeps a trailing stop that fires on every tick from flooding your channel. Set Ev_ModifyDelay to 0 for instant delivery.

HTML-formatted messages
Messages use HTML formatting with bold field labels for clear readability. A separator line appears at the top and bottom of each message. An optional account info line shows account number and balance, with current equity available alongside it.

Chart screenshot delivery
Optionally captures and sends a screenshot of the chart with each trade open, close or pending fill notification. Width, height and caption text are configurable, and the EA falls back automatically from sendPhoto to sendDocument for maximum compatibility with Telegram groups and channels. The local image file can be deleted automatically after a successful upload.

Daily summary report
Sends an automated daily performance summary at a configurable time. It includes total trades, winners and losers, win rate, net P&L including all commissions and swap from both opening and closing deals, and the current account balance.

Symbol and magic number filters
Restrict monitoring to specific symbols, block individual symbols, report a single magic number only, or report only trades whose comment contains a given text. Run multiple instances on different charts to route different instruments to separate Telegram channels.

Connection monitoring
The Telegram connection is verified every five minutes. A status label on the chart reflects the current connection state at all times. Start and stop messages are sent automatically when the EA is attached or removed, the start message carrying account, broker, balance and chart, the stop message carrying the reason.

UTF-8 encoding
All message text is fully encoded in UTF-8 before transmission, ensuring correct rendering of all characters, symbols and emojis in Telegram. Any EA comment content is handled without HTTP errors.

PARAMETERS

Only TG_BotToken and TG_ChatID1 are required. Everything else is optional and ships with working defaults.

Telegram configuration. The bot token obtained from BotFather goes into TG_BotToken, the primary chat or channel ID into TG_ChatID1. TG_ChatID2 and TG_ChatID3 are optional and add a second and third destination, all three receiving the same notifications.

Message events. Individual switches turn each notification type on or off: Ev_OnOpen for opened market orders, Ev_OnClose for full closes, partial closes and close by, Ev_OnModify for SL and TP changes, and Ev_OnPendingSet, Ev_OnPendingFill and Ev_OnPendingCancel for the pending order lifecycle. All of them are enabled by default. Ev_ModifyDelay sets the cooldown in seconds between modification messages per position and defaults to 60, with 0 delivering instantly. Ev_DailyReport is disabled by default and switches on the daily summary, while Ev_ReportHour sets the hour of day from 0 to 23 at which it is sent, 20 by default.

Filters. F_AllowedSymbols takes a comma-separated list of symbols to monitor, for example XAUUSD,EURUSD, and reports every symbol when left empty. F_BlockedSymbols is the counterpart and lists symbols to ignore. F_MagicNumber restricts reporting to trades with one magic number and reports all trades at its default of -1. F_Comment reports only trades whose comment contains the given text and reports all trades when empty.

Message format. Fmt_ProviderName is the name shown at the top of every notification and defaults to MY SIGNALS. Fmt_ShowAccount appends account number and currency to each message and always shows the balance while enabled. Fmt_ShowEquity adds the current equity next to the balance and is only used when Fmt_ShowAccount is enabled. Fmt_ShowPips includes the pip result in close messages, and Fmt_UseEmojis switches between coloured circle indicators for trade direction and plain BUY and SELL text labels.

Chart screenshot. Sc_Send is disabled by default and enables screenshot delivery with each trade notification. Sc_Width and Sc_Height set the image size in pixels, 800 by 500 by default. Sc_Caption replaces the default caption of provider name and symbol, and Sc_DeleteAfterSend removes the local file after a successful upload.

Connection. Conn_Timeout is the maximum wait in milliseconds for a Telegram API response and defaults to 10000. Conn_ShowStatus displays the connection status label on the chart, Conn_StartMsg sends the startup message on initialisation including account, broker, balance and chart, and Conn_StopMsg sends the stop message when the EA is removed or the terminal closes, including the stop reason.

INSTALLATION

Copy the compiled .ex5 file into the Experts folder of your MT5 data folder, then press F5 in the Navigator or restart the terminal so the EA appears in the list.

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

Create a Telegram bot by starting a conversation with BotFather and sending the /newbot command, then copy the token it returns. For a private chat, retrieve your chat ID from userinfobot. For a channel, add the bot as an administrator and use the channel username, for example @mysignals, as the chat ID.

Drag the EA onto any chart, enter the token in TG_BotToken and the chat ID in TG_ChatID1, enable automated trading in the EA properties and confirm with OK. A green status label appears on the chart and a startup message is sent to Telegram. From there, configure which events to report and which symbols or magic numbers to filter.

AutoTrading must also be active in the terminal itself, through the toolbar button or Ctrl+E. Keep in mind that the EA monitors all positions on the account, not only those on the chart it is attached to, that multiple instances can run at the same time on different charts to route symbols to separate channels, and that the EA does not trade: it has no effect on open positions, pending orders or account funds.

COMPATIBILITY

MetaTrader 5 from build 3000, 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 work alike, hedging and netting alike. AutoTrading must be enabled in the terminal and in the EA properties. A one-month rental is available alongside the full purchase.


Version 2.52 | fi.con Investment Group | MQL5 Marketplace
推荐产品
️ Trade Manager oneclick  ( Reverse Trade,  Partial Close,  Breakeven, Close All Running Trade )   control – Smart Manual Trade Control for MT5 Trade Manager oneclick control is a powerful yet lightweight trade management utility built for manual traders who want precise control over their open positions — directly from the MT5 chart. This EA does not open or close trades automatically based on any strategy. It simply provides one-click management tools to handle your running trades efficient
FREE
Are you tired of manually calculating lot sizes for your trades? The Target Lot Calculator is an MQL5 tool that instantly computes and displays the optimal lot size based on your desired profit/loss amount and the price range measured with a crosshair. This tool will make your trading more intuitive and efficient. Key Features Intuitive Operation : Simply move the crosshair to see the optimal lot size for the current price range in real-time. Dynamic Lot Calculation : The tool automatically cal
Click Trading
Jawad Tauheed
5 (2)
One Click Trading – Auto TP SL Developer TraderLinkz Version 1.00 Category Utility What it does Adds missing TP and SL to your manual trades and pending orders Sets them once per ticket Lets you move TP and SL afterward Works on hedging and netting accounts Scans on every tick and reacts on trade events Why you want it You place faster entries You get consistent risk and exit targets You reduce fat finger errors You keep full manual control Quick start Attach the EA to any chart Keep TP and SL e
FREE
SL/TP Mover – The Ultimate Position Manager for MetaTrader 5 Take full control of your stop losses and take profits across all open trades – instantly, visually, and automatically.** The Problems Every Trader Faces - Manually adjusting SL/TP on multiple positions is tedious and error‑prone – especially during fast markets. - New trades often open without any SL/TP unless you remember to set them every time. - Scaling in or adding to a position leaves older and newer trades with inconsistent r
Haunted Risk Calculator is a visual risk management panel for MT5 that calculates the correct lot size in real time based on your account balance, risk percentage, and stop-loss distance. HOW IT WORKS Set your risk percentage or dollar amount, drag the SL and TP lines to your desired levels on the chart, and the panel instantly shows the calculated lot size, risk in dollars, reward-to-risk ratio, and expected profit. Execute with one click or a keyboard shortcut. FEATURES Draggable panel — grab
FREE
本产品是自动平仓支持EA,帮助自由裁量交易者更容易执行自己已经决定的平仓规则。您可以设置基于指定时间、K线确认或MA交叉/接近的平仓条件,并可单独或同时使用TIME、CANDLE、MA CROSS。同时还可在当前图表上显示1小时、4小时、日线、周线、月线的MA。 本产品并非自动完成交易判断或开仓的产品,而是帮助您执行自己已经决定的平仓规则,从条件设置到监控、执行均可获得支持。 功能 在指定时间自动平仓(如财经数据公布前、睡前等) 在指定周期的阳线/阴线确认时自动平仓 在指定MA交叉,或价格接近至指定距离时自动平仓 可单独设置TIME、CANDLE、MA CROSS并同时监控 以上任一条件均可仅设置为提醒通知,不进行平仓 在当前图表上显示1小时、4小时、日线、周线、月线的MA(支持仅在价格接近时显示、闪烁显示) 适用场景 即使已经决定好平仓规则,眼前的浮盈或浮亏也可能改变判断,而工作、睡眠或外出等无法查看图表的情况,也可能导致无法按计划平仓。本产品并非代替您做判断,而是帮助您执行自己已经决定的平仓条件。 裁量入场与规则平仓结合 当您希望自行判断入场,同时按照预先设定的时间、K线或MA条件
RiskManagerPRO
Mohammed Lamine Kasmi
5 (1)
Risk Manager PRO – Manual Trading Utility with Dynamic Lot Size Calculation Risk Manager PRO is a powerful yet simple utility for manual traders. It allows you to enter trades with calculated lot sizes based on your specified risk percentage and a visual stop-loss line. Just drag the red stop line to your desired level, input the risk %, and click Buy or Sell. Ideal for traders who want precise risk control without complex calculations. Features: Dynamic lot size calculation Visual stop-lo
FREE
Grid Trading EA is a semi-automated one-click trading EA for both Normal Trading and Grid/Martingale Trading . Normal Trading Simply click Buy or Sell directly from the chart. The EA will automatically manage trades by: Setting Stop Loss and Take Profit Managing Trailing Stop Grid / Martingale Trading (For Hedging Account Type Only) When Grid Trading mode is enabled, the EA will automatically open additional grid orders at specified distances while increasing the lot size based on your settings.
NINJA MT5 DOCTOR 概览 NINJA MT5 Doctor 是一款免费的只读型 MT5 实用工具,用于生成一次性的诊断快照,涵盖终端、账户、已打开的图表、所选历史数据以及当前挂载图表的交易品种。它采用 Expert Advisor 格式,但不是交易 EA,也不是指标。面板和输入参数名称均为英文。 检查内容 它会检查经纪商服务器连接、终端和账户的交易权限、Doctor 自身的权限、交易模式和经纪商公布的交易时段、报价新鲜度、点差、所选时间周期的同步状态和K线数量、交易量规则、参考保证金与可用保证金的对比,以及经纪商公布的交易品种属性。CHARTS 选项卡会列出每个已打开的图表,以及可读取到的已挂载 EA 名称。它无法检查其他 EA 的私有逻辑。 面板与状态 OVERVIEW 汇总检查结果,HISTORY 显示同步状态和已复制的K线数量,CHARTS 列出已打开的图表,SPECS 显示挂载图表中交易品种的设置。READY 表示在已实现的检查范围内,已完成的快照未发现警告或明确的阻断因素。WARNING 表示需要手动确认。BLOCKED 表示存在明确的环境阻断因素。这些状态不是
FREE
Bohemia Gold MT5
Vladislav Taska
4.75 (4)
Bohemia Gold MT5 is  Trend & Volatility EA trading system designed specifically for Gold (XAUUSD) . It combines higher-timeframe trend filtering , trend detection , volatility-based SL management , and advanced trade management to adapt market conditions. It uses style logic focused on trend strength, volatility, and capital protection. NOTE:   Based on backtests, I found better trading results with the following setup: D1/H4/H2 (Trend/ADX/ATR & trade). The SET file can be downloaded here … bohe
FREE
Time Line for MT5 機能: 昨日高値、安値、本日始値、高値、安値の時間から線を引きます。 時間足により表示する時間が変わります。 1分、5分足では1時間ごとの表示 15分、30分足では4時間ごとの表示 1時間、4時間は12時間ごとの表示 日足以降は時間は表示されません。 高値安値は週足より下位足で表示されます。 各ラベルを変更可能になります。 更新頻度を変更できるのでチャート表示が 重くなることはありません。 各パラメータの説明: Server_Time:6 サーバとの時間差を入力 Yesterday_High_Label:昨日高値 Yesterday_Low_Label:昨日安値 Show_Open:true 始値の線を表示するかどうか Today_Open_Label:本日始値 Today_High_Label:本日高値 Today_Low_Label:本日安値 max_bar:true 使用するバーを制限するかどうか Maxbars:1500 制限を使用した場合に1分では5日分 UpdateFrequency:60 更新頻度、ディフォルトは60秒ご
Telegram2MT5 Signal Copier — 将您的 Telegram 信号自动复制到 MetaTrader 5 Telegram2MT5 Signal Copier を使えば、Telegramで受け取ったあらゆるシグナルが、あなたのMetaTrader 5口座で即座に自動執行されます。 高速・信頼性・フルカスタマイズ対応。 获取 Windows Bridge APP 文件和教程 桥接文件用于将本地 Web 控制面板连接到 MT5 EA 兼容 Windows 10 和 Windows 11(64 位),以及自 2016 年起的 Windows Server Main Features 完全兼容:可完美支持公开频道和私密频道——无任何限制。 即时执行:在毫秒级时间内识别并下单 ENTRY、STOP LOSS 以及最多 5 个 TAKE PROFIT 水平。(目前使用挂单模式) 自定义解析模板:可以轻松将复制器适配为您的 Telegram 频道使用的精确信号格式——无需编程。 灵活管理:可以选择使用原始 SL/TP,或设置您自己的自定义 SL/TP。 动态 RRR 模式:可以
ZenTrade Manager MT5
Ian Paolo Lumba Castro
ZenTrade Manager MT5 Stop Computing. Start Trading. Are you tired of missing perfect entries because you were busy calculating pip distances, lot sizes, or monetary risk? Do you overthink your Stop Loss and Take Profit levels, only to watch the market reverse while you're adjusting lines? ZenTrade Manager MT5 removes the mental load of order management, allowing you to focus 100% on what matters: Reading the Market. You handle the high-level analysis and decide when to enter; ZenTrade handles t
Guardian Coordinator – 多 EA 风险管理器与回撤守护,适用于 Prop Firm 与资金账户。Guardian Coordinator 是风险协调工具:它自己不交易,也不承诺盈利。它位于您账户上所有 EA 之上,阻止它们在彼此不知情的情况下叠加隐藏风险。 如果您同时运行多个 EA,这正是大多数交易者缺失的一环:两个机器人可能悄悄累积相关性敞口、在同一品种上开出对立仓位,或者共同把账户推过自营交易公司的限额——而任何单个 EA 都不知道其他 EA 在做什么。Guardian Coordinator 知道。 它的功能 - EA 注册表:按 magic number 注册最多 15 个 EA 并加标签(如 "111:Scalper, 222:Swing")。手动交易与未注册 EA 按您的规则处理:忽略、报告或平仓。 - 全账户敞口预算:对所有已注册 EA 设置统一上限,按总手数和/或风险百分比(基于止损)。预算用尽后,新仓位按您的规则处理。 - 冲突检测:同一品种上的对立仓位会被识别,并报告或解决。 - 全账户每日亏损上限,统计所有 EA 的总和——这正是自营交易公司
Vix Golden Harmony
Lefika Raphel Sebatane
5 (1)
Vix Golden Harmony Vix Golden Harmony is a fully automated Expert Advisor for MetaTrader 5. Once attached to a chart it handles everything on its own — identifying its own entries, managing each position while it is open, and closing it when its conditions are met. Every order is checked against your broker's trading requirements and your account's available margin before it is sent, and an internal protection layer monitors the account while a position is running. No manual intervention, no con
FREE
VENIQOR Smart Trade Copier PRO is more than a simple MT5 trade copier. It combines fast local trade synchronization with flexible risk management, Account Protection and optional News Protection for every Receiver account. As with our other VENIQOR products, we welcome useful customer feedback and are happy to implement meaningful improvements and new features whenever possible. The same EA works as both Master and Receiver . One Master can copy trades to multiple Receivers running on the same
Martingale panel MT5
Mohammadbagher Ramezan Akbari
In this article, we would like to introduce the trade panel product with the Martingale panel. This panel is made in such a way that it can meet the needs of traders to a great extent. This trade panel actually consists of two trade panels at the same time, with the first one you can take positions with certain profit and loss limits, and with the second one, you can have positions with profit limits but without loss limits. When positions lose, a new position will be added based on the settings
This Is Something Useful
Sa No Tsuyoshi Kokorozashi
Description This is a utility tool for MT5, and it displays some useful information on charts for discretionary trading. Some of the information obtained by using indicators that are standardly installed by MT5 or by manual calculation is displayed on the chart from the beginning. Benefits of the This Is Something Useful MT5 The minimum necessary information that needs to be confirmed in discretionary trading can be displayed on the chart at any time. By using this tool, you can quickly access
FREE
Advanced Account Dashboard & Risk Monitor (MT5) This script provides a real-time on-chart dashboard for monitoring account performance, risk exposure, and execution conditions in MetaTrader 5. It is designed for traders who want clear visibility of account health and risk awareness during live trading or VPS operation. The script does not open trades and does not interfere with any strategy logic . Key Features Account Metrics Live equity, balance, and floating profit/loss Open position count an
FREE
SmartLotEA – Auto Lot Size Calculator for All Pairs SmartLotEA is a professional-grade MetaTrader 5 Expert Advisor designed to calculate trading lot sizes automatically based on account balance. It helps traders maintain consistent risk control across all trading pairs with minimal configuration. Built for precision and simplicity, SmartLotEA is fully compatible with all symbols — including forex majors, minors, exotics, and synthetic instruments — and adapts its lot sizing logic to your account
FREE
Scalping Day Trading Support Utility Scalping One setting faile (for white Chart)    http://www.emkyuradias.shop/indexenglish.html One position is displayed with one button. View P & L, Lot, and Point in real time. It is possible to switch the display of positions of only chart currencies and all currency pairs.   Supports automatic identification in Japanese and English   Account currency notation corresponds to dollar, euro, pound, yen (automatic identification) Lot, take profit and stop los
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
Pattern Recognition EA
Claudiu-georgian Zavera
Pattern Recognition EA - From Learn to Earn. The market repeats itself. This EA finds every past repeat of the current candle sequence - and lets history vote the direction. ONE SHAPE. EVERY REPEAT IN HISTORY VOTES. The last N candles on your signal timeframe form a shape. The EA scans the history you choose - a fixed number of bars or everything your broker provides - for the SAME shape, and checks what happened next, every single time. Only when enough repeats exist AND a clear majority of t
介绍适用于 MT5 的 NAS100 Auto SL 和 TP Maker: 有了我们的 NAS100 Auto SL 和 TP Maker,再也不会错过止损和止盈的设置,这是交易者在 MetaTrader 5 上浏览纳斯达克 100 市场时不可或缺的助手。该工具专为寻求自动管理止损和止盈水平的无缝解决方案的用户而设计。 主要功能 轻松实现自动化: 自动监控无止损和/或止盈的纳斯达克 100 指数交易。 根据用户配置设置动态调整水平。 订单类型的多样性: 兼容纳斯达克 100 指数的市价订单和挂单。 支持 MetaTrader 5 中的各种订单类型。 定制配置: 用户友好的参数设置允许自定义跟踪偏好和止损/止盈水平。 范围灵活: 可选择为其运行的特定 NAS100 工具或所有交易工具设置止损和止盈。 快速执行: 确保快速设置所需的 StopLoss 和/或 TakeProfit 值,无需等待新的 tick 即可迅速响应。 MetaTrader 5 兼容性: 与 MetaTrader 5 中的所有订单类型兼容,实现无缝集成。 使用 NAS100 Auto SL 和 TP Maker
FREE
Equitypanel
Timo Mario Hoffmann
5 (1)
Equity Panel for MT5 Equity Panel is a free MT5 indicator that gives you a fast and convenient live overview of your account directly from the chart. Monitor balance, equity, floating P/L, drawdown, daily performance, margin data, and warning levels in one compact dashboard. Built for traders who want better control, faster risk awareness, and clearer account monitoring in live market conditions. Equity Panel is a lightweight and practical account monitoring indicator for MetaTrader 5 that helps
FREE
DDKiller Pro
Njaratahiry Michael Randrianiaina
Stop Blowing Your Account. Once and For All. DDKiller Pro is the MT5 risk guardian that runs silently on your chart and shuts down trading the moment you hit a limit — whether you're grinding a prop firm challenge or managing your own CFD account. The problem every trader knows: You set your rules. You break them anyway. One revenge trade. One overleveraged position. One session that erases a month of gains. DDKiller Pro removes that decision from your hands entirely. What it does: The second yo
Overview Trade Manager Beast is a trade management utility for MetaTrader 5. It does not decide when to trade. It takes positions that already exist — opened by you manually, or by any other Expert Advisor — and applies stop loss, take profit, breakeven, a profit-triggered trailing stop and partial close to them automatically, on every tick. Distances are either derived from ATR, so the tool scales itself to whatever instrument and volatility it finds, or set as fixed points if you prefer exact
FREE
Smart FVG Stats
- Md Rashidul Hasan
5 (1)
The  Smart FVG Statistics Indicator  is a powerful MetaTrader 5 tool designed to automatically identify, track, and analyze Fair Value Gaps (FVGs) on your charts. Love it? Hate it? Let me know in a review! Feature requests and ideas for new tools are highly appreciated. :) Try "The AUDCAD Trader": https://www.mql5.com/en/market/product/151841 Key Features Advanced  Fair Value Gap  Detection Automatic Identification : Automatically scans for both bullish and bearish FVGs across specified histo
FREE
这个小工具可让您以分钟为单位定义一个计时器 根据您设定的分钟数平仓 例如,如果将其设置为30分钟,则该工具会在打开30分钟后关闭每个打开位置。 设定 活动:这是激活工具并在定义的分钟数后使用它来平仓。 管理:您可以选择工具管理的符号。 如果您希望系统将其应用于帐户中的所有未平仓头寸,请选择“所有货币” 选择“仅此货币”以仅在当前货币上应用头寸的暂时平仓。 分钟持续时间交易:选择交易持续时间的分钟数。 时区: 定义您的时区。 如果您默认为0 这个小工具可让您以分钟为单位定义一个计时器 根据您设定的分钟数平仓 例如,如果将其设置为30分钟,则该工具会在打开30分钟后关闭每个打开位置。 设定 活动:这是激活工具并在定义的分钟数后使用它来平仓。 管理:您可以选择工具管理的符号。 如果您希望系统将其应用于帐户中的所有未平仓头寸,请选择“所有货币” 选择“仅此货币”以仅在当前货币上应用头寸的暂时平仓。 分钟持续时间交易:选择交易持续时间的分钟数。 时区: 定义您的时区。 如果您默认为0
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 个级别以逐步保护利润。 尾随止损选项 : 基本尾随
================================================================================ 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
TradePanel MT5
Alfiya Fazylova
4.88 (167)
交易面板是一款多功能交易助手。该应用包含超过50种手动交易功能,并允许您自动执行大多数交易任务。 应用程序说明 + 视频教程: https://www.mql5.com/zh/blogs/post/761102 用于模拟账户的应用程序试用版: https://www.mql5.com/zh/blogs/post/762579 如何安装应用程序: https://www.mql5.com/zh/blogs/post/762580 如何在可视化模式下测试应用程序: https://www.mql5.com/zh/blogs/post/770278 如何在VPS MetaTrader上安装应用程序: https://www.mql5.com/zh/blogs/post/770196 贸易. 只需单击一下即可执行交易操作: 打開掛單和頭寸,並自動計算風險。 一鍵打開多個訂單和頭寸。 打開訂單網格。 按組別關閉掛單和頭寸。 反轉頭寸方向(關閉買入>打開賣出,關閉賣出>打開買入)。 鎖定頭寸(通過開啟缺少的頭寸,使買入和賣出頭寸的數量相等)。 一鍵部分關閉所有頭寸。 將所有頭寸的止盈和止損設置在同
测试版发布 Telegram to MT5 Signal Trader 即将进入正式的 Alpha 版本。一些功能仍在开发中,您可能会遇到一些小错误。如果您遇到问题,请反馈,您的意见将帮助我们改进软件。 Telegram to MT5 Signal Trader 是一款强大的工具,能够将 Telegram 频道或群组的交易信号自动复制到您的 MetaTrader 5 账户。 支持公开和私人频道,可将多个信号提供者连接至一个或多个 MT5 账户。软件优化、高效、稳定,精准控制每笔复制交易。 界面简洁,仪表盘美观,图表交互性佳,导航直观。您可以管理多个信号账户,自定义每个提供者的设置,并实时监控所有操作。 系统需求 由于 MQL 限制,EA 需要配合 PC 端应用与 Telegram 通信。 安装程序可通过官方 安装指南 获取。 核心功能 多提供者支持: 从多渠道复制信号至多个 MT5 帐户 高级信号识别: 关键词、模式和标签全面自定义 逐提供者控制: 可启用/禁用特定信号类型、平仓策略等 灵活风险管理: 固定手数、固定金额、余额/权益百分比、部分平仓设置 可定制 SL/TP: 覆盖信号
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 频道。您还可以把直接给您发消息的信号机器人、私聊,甚至自己的"收藏夹"(Saved Messages)用作信号来源。检测到信号后,应用会解析并交给 EA。EA 按您的经纪商解析品种名称,按您的风险设置计算手数并开仓。 整个过程全自动,无需守在电脑前。专为 24/7 无人值守运行设计:Telegram 连接断开
Premium Trade Manager - 内置交易导师的图表面板 Premium Trade Manager 将一位交易导师嵌入您的图表,并在其下搭载完整的执行引擎。像往常一样建立交易,然后让您的 AI 交易导师 Max 读取这笔具体的交易,结合您的实时账户给出直接判断,再由您决定是否下单:止损是否符合纪律化交易的要求、风险规模是否合理、高影响新闻事件是否即将发布、您是否接近资金盘限额。其下是完整的执行引擎,负责点击之后的一切:一键按风险下单、您在图表上拖动规划且交易进行中仍可随时调整的计划、最多四个分批止盈级别、七种移动止损方式、实时资金盘合规检查、新闻屏蔽保护,以及对自身成本进行评级的点差功能。决策由您做出。Max 给出第二次审视。面板负责此后的一切。 购买前先亲手体验。 直接在浏览器中点击实时面板,这是在购买前感受其工作方式的最快途径。 stein.investments/products/premium-trade-manager Max 是您的一对一 AI 交易导师,他直接内置于面板之中。  他了解您的账户、您的设置和您的规则,用您自己的语言回答,并在每笔交易下单前进
Anchor Trade Manager
Kalinskie Gilliam
5 (8)
Anchor: The EA Manager Your EAs cannot see each other, but Anchor can. Anchor gives you one place to coordinate your EAs, manage risk, and decide when trading is allowed. It works alongside the trading bots you already use without any changes to them. The Problem One EA opens a trade. Then another starts trading. The next thing you know, you wake up to multiple grids built across your account. Each EA may be doing exactly what it was designed to do, but together they can place far more risk on y
Ultimate Extractor
Clifton Creath
5 (8)
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. !!!!!it is not compatible with Cloud!!!! For the online version please reach out to me directly****** Ultimate EA manager also now available when you use cloud pro and above for free!! Ultimate Extractor transforms your MetaTrader 5 trading history into actionable insights with comprehensive analytics, interactive charts, and real-time performance tracking. What It Does Automa
Timeless Charts
Samuel Manoel De Souza
5 (8)
Timeless Charts is an all-in-one trading utility for professional traders. It combines custom chart types such as Seconds Charts and Renko with advanced order flow analysis using Footprints , Clusters , Volume Profiles , VWAP studies, and anchored analysis tools for deeper market insight. Trading and position management are handled directly from the chart through an integrated trade management panel , while Market Replay and Virtual Accounts provide environments for practicing trading skills and
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
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
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
Power Candles 策略扫描器——自优化多符号设置查找器 Power Candles策略扫描器 采用与Power Candles指标相同的自优化引擎,可同时扫描您“市场观察”中的所有交易品种。一个面板即可显示当前哪些品种在统计上具备交易价值、每种策略的最佳应用方向、最优止损/止盈组合,并在新信号触发时立即向您发送提醒。 本工具是 Stein Investments 生态系统的一部分 - 18+ 款工具,加上 Max,您的一对一 AI 交易导师。  随时在线,深入了解每一款指标,在您需要梳理思路的那一刻就在那里。  立即认识他: https://stein.investments 您的全面市场监控。每个交易品种超过3,000次自动优化。2种警报类型。一键切换图表并采取行动。 为何您需要此工具 大多数多标的扫描器仅展示价格 波动 。每只股票的波动率、百分比变化、RSI。您仍需自行摸索正确的策略、合适的止损位以及理想的入场阈值。Power Candles策略扫描器针对每只股票自动解答这些问题,仅在数学验证过的交易设置中触发实际入场信号时才会向您发出提示。这就是全部卖点。 自动
MT5 to Telegram Signal Provider 是一个易于使用且完全可自定义的工具,它允许向 Telegram 的聊天室、频道或群组发送 指定 的信号,将您的账户变为一个 信号提供商 。 与大多数竞争产品不同,它不使用 DLL 导入。 [ 演示 ] [ 手册 ] [ MT4 版本 ] [ Discord 版本 ] [ Telegram 频道 ]  New: [ Telegram To MT5 ] 设置 提供了逐步的 用户指南 。 不需要了解 Telegram API;开发者提供了您所需的一切。 关键特性 能够自定义发送给订阅者的订单详情 您可以创建分层的订阅模型,例如铜、银、金。其中金订阅获得所有信号等。 通过 id、符号或评论过滤订单 包括执行订单的图表截图 在发送的截图上绘制已关闭的订单,以便额外核实 延迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情完全透明: 新的市场订单*带截图 订单修改(止损、获利) 已关闭的订单*带截图 部分关闭的订单** 新的挂单 修改的挂单(进场价格) 挂单激活(作为新的市场订单附加) 已删除的挂单 历史订单报告
EA Overfitter
Stephen J Martret
回测看起来很漂亮。但它明天、下周、下个月还能继续赚钱吗? EA Overfitter 让您的 EA 在 100 段它从未见过的价格历史上重新运行。一个分数告诉您这个优势是否真实。 回测告诉您的,是 EA 在某一段价格历史上的表现——那段恰好发生过的历史。您无法从中判断,这个结果有多少来自策略本身,又有多少只是那一条特定路径带来的。 EA Overfitter 回答的正是这个问题。它构建最多 100 段您的 EA 从未交易过的合成价格历史,让策略在全部这些历史上重新运行,并展示它所产生的完整结果区间。您得到的不再是一条幸运或不幸路径上的单个数字,而是一幅真实的图景:策略在陌生数据上多久能赚钱、典型结果是什么样(而不是最好的那一次),以及您的回测离它有多远。 这些世界是由您自己的近期历史重建而成,因此这不是预测——任何从历史数据出发的检验都不可能是预测。它告诉您的是:这个优势是否依赖于价格的某一种特定排列,以及回测数字距离典型结果有多远。在投入资金之前,这才是值得回答的问题。 三个步骤 1. 构建。在图表上选择时间区间和世界数量,然后按 Build。EA Overfitter 会
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
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.
Bots Builder Pro MT5
Andrey Barinov
4.17 (6)
This is exactly what the name says. Visual strategy builder . One of a kind. Turn your trading strategies and ideas into Expert Advisors without writing single line of code. Generate mql source code files with a few clicks and get your fully functional Expert Advisors, which are ready for live execution, strategy tester and cloud optimization. There are very few options for those who have no programming skills and can not create their trading solutions in the MQL language. Now, with Bots Builde
Trade Manager DaneTrades
Levi Dane Benjamin
4.23 (30)
交易管理器可帮助您快速进入和退出交易,同时自动计算风险。 包括帮助您防止过度交易、报复性交易和情绪化交易的功能。 交易可以自动管理,账户绩效指标可以在图表中可视化。 这些功能使该面板成为所有手动交易者的理想选择,并有助于增强 MetaTrader 5 平台。多语言支持。 MT4版本  |  用户指南+演示 交易经理在策略测试器中不起作用。 如需演示,请参阅用户指南 风险管理 根据%或$自动调整风险 可选择使用固定手数或根据交易量和点自动计算手数 使用 RR、点数或价格设置盈亏平衡止损 追踪止损设置 最大每日损失百分比,在达到目标时自动平仓所有交易。 保护账户免遭过多提款并阻止您过度交易 最大每日损失(以美元为单位)在达到目标时自动关闭所有交易。 保护账户免遭过多提款并阻止您过度交易 一键实现所有交易的盈亏平衡 自动计算从手机/电话发送的交易的风险 OCO 在设置中可用 交易和头寸管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 高级挂单管理。 调整何时关闭挂单的规则 追踪挂单 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止
Local Trade Copier EA 是针对需要从外部来源执行交易信号或需要同时管理多个账户的个人交易者或账户经理的解决方案,无需 MAM 或 PAMM 账户。它可以从多达 8 个主帐户复制到无限的从帐户 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 100% 自托管 容易安装和使用 不使用安装程序、配置文件、服务器、内存管道或 DLL 1000 次激活可永久使用 EA 本地执行,无网络延迟 它实现了您需要的所有功能: 最多8个主账户和无限从属账户 适用于所有经纪人和 DD/NDD/ECN/STP 执行 适用于具有不同帐户货币的帐户 在真实账户和模拟账户之间工作不明显 支持主从账户中的符号名称后缀 按幻数和订单评论过滤 不会干扰其他交易 可选择复制 SL 和 TP 水平 可选择复制挂单 支持符号翻译 支持部分关闭 反向模式 灵活的交易规模: - 固定地段 - 乘数 - 成比例的 - 与乘数成比例 EA 可以使用投资者或任何账户的主密码复制交易。 如何将交易从一个主账户复制到一个或多个从账户 在源终端中安装 EA 将 EA 加载到任何图表并选择“MA
The real‑time view of what is happening inside the market. Footprint Secrets brings detailed analysis directly into MetaTrader 5. It shows where volume is trading, how buyers and sellers are interacting, and how liquidity shifts as the market evolves. Designed for traders who want a precise, real‑time understanding of market behavior. Check out the free preview version here:  https://www.mql5.com/en/market/product/172398 Benefits for the Trader See the real activity behind price . Footprint ch
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
Grid Manual是一个交易面板,用于处理订单网格。 该实用程序是通用的,具有灵活的设置和直观的界面。 它不仅可以在亏损方向上设置订单网格,还可以在盈利方向上设置订单网格。 交易者不需要创建和维护订单网格,实用程序会这样做。 打开一个订单就足够了,Grid manual会自动为它创建一个订单网格,并伴随它直到非常关闭。 完整说明和演示版 此處 。 该实用程序的主要特性和功能: 伴隨以任何方式打開的訂單,包括從移動終端打開的訂單。 適用於兩種類型的網格:“限制”和“停止”。 使用兩種方法計算網格間距:固定和動態(基於 ATR 指標)。 允許您更改未結訂單網格的設置。 顯示圖表上每個網格的盈虧平衡水平。 顯示每個網格的利潤率。 允許您一鍵關閉網格中的盈利訂單。 讓您一鍵關閉每個訂單網格。 允許您對訂單網格應用追踪止損功能。 允許您在訂單網格上應用將訂單網格的止損轉移到盈虧平衡水平的功能。 相對於訂單網格的盈虧平衡水平自動重新排列止盈(僅在限價網格模式下,距離取決於所選的計算類型:“保守”或“激進”)。 最多可管理 20 個訂單網格,每個網格最多可包含 100 個訂單。 計算初始手數時,
The AZT Profit Locker is an advanced automated risk-management utility designed specifically for MetaTrader 5 (MT5) traders who want to remove emotional interference and protect their hard-earned profits. Traders aren't just fighting the Forex market, they're fighting their own biology. Fear, Greed and Anxiety lead to holding losers too long and cutting winners too early. The utility flips the script by removing emotion from risk management. Operating as a dedicated automated risk manager, this
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
Ultimate Trailing Stop EA MT5
BLAKE STEVEN RODGER
4.13 (8)
This EA Utility allows you to manage (with advanced filtering) unlimited open orders (manual or EA) with 16 trailing stop methods: fixed, percent, ATR Exit, Chandelier Exit, Moving Average, Candle High Low Exit, Bollinger Bands, Parabolic, Envelope, Fractal, Ichimoku Kijun-Sen, Alligator, Exit After X Minutes or Bars, RSI and Stochastic. The trailing stop can be either real or virtual, and you can exit fully or with a partial close percent on touch or bar close.  Moreover, you can add (override
Custom Alerts AIO:多市场智能监控,一键启动,无需设置 概述 Custom Alerts AIO 是一款“开箱即用”的高级市场扫描工具,无需额外安装任何其他指标或进行复杂设置。它内置了 Stein Investments 的所有核心指标(FX Power、FX Volume、FX Dynamic、FX Levels 和 IX Power),可帮助您轻松监控所有主要资产类别,如外汇、黄金、指数和加密货币。如果您的经纪商支持股票,您也可以手动添加个股进行监控。 1. 为什么选择 Custom Alerts AIO? 无需额外购买任何指标 • 所有关键指标均已内置,开箱即用。 • 专注于实时预警,不包含任何图形元素,性能高效,界面简洁。 全面覆盖所有主要市场 • 支持监控外汇、金属、加密货币和指数市场。 • 无需手动输入任何交易品种,只需在设置中勾选资产类别即可启用。 • 股票并不属于默认类别,如有需要可手动通过参数输入添加。 高效、专业、便捷 • 无需图表模板和手动加载,适合自动化或远程交易环境。 • 非常适合 VPS 上长期运行,或作为后台市场预警工具使用。 2
MT5 was never built to draw a footprint chart. Orderflow Atlas replaces the chart entirely. It blanks the native price display and renders everything itself on a canvas, owning its own coordinate system. Two things follow from that: you can zoom far past MT5's six native scale steps — the per-candle magnification a footprint actually needs — and the whole view repaints in about 10 milliseconds , because the chart is pixels rather than thousands of graphical objects. The footprint Three cell styl
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
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
作者的更多信息
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
Telegram Trading Reporter MT5
Juergen Marcus Wolfgang Rosswinkel
Telegram Trading Reporter — Automated Performance Reports & Chart Delivery for MetaTrader 5 A pure analysis and reporting Expert Advisor that turns your MetaTrader 5 account history into structured performance reports and delivers them to Telegram automatically, together with visual charts rendered by the terminal itself. OVERVIEW The Telegram Trading Reporter is a pure analysis and reporting Expert Advisor for MetaTrader 5. It does not open, close or modify any positions. It analyses your a
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
筛选:
无评论
回复评论