Telegram Trade Watcher

Telegram Notification System for MetaTrader - User Guide

This guide describes the functionalities of our Expert Advisor (EA) for MetaTrader that sends real‑time notifications via Telegram. The system is ideal for traders who want to stay updated on their trades—whether opened manually or by other EAs—and includes chart screenshots for visual context. In addition to standard trade open and close notifications, the system now also alerts you if an order is modified (for example, when the Stop Loss is updated or moved to Break Even).

Main Features

Startup Notification

  • What It Does:
    When the EA is attached to a chart, it sends an initial Telegram message confirming the connection and displays the current account balance.

Trade Open Notification

  • What It Does:
    When a new trade is opened (either manually or via EA), the system immediately sends a message including:
    • Order ticket
    • Trade type (BUY/SELL)
    • Opening price
    • Lot size
    • Stop Loss (if set)
    • Risk/Reward Ratio (if both SL and TP are set; otherwise, “N/A”)
    • Timestamp of the trade opening
    • A screenshot of the chart for visual context

Trade Modification Notification

  • What It Does:
    The system continuously monitors open orders. If a modification is detected (for example, if the Stop Loss is updated), it sends a notification:
    • If the new Stop Loss is very close to the opening price (within a pre-defined threshold), the message indicates that the order has been moved to Break Even.
    • Otherwise, it sends a standard notification with the new Stop Loss value.

Trade Close Notification

  • What It Does:
    When a trade is closed, the system sends a detailed message including:
    • Order ticket
    • Opening and closing prices
    • Profit or loss
    • Reason for closure (e.g., Stop Loss hit, Take Profit hit, or manual closure)
    • Timestamp of the trade closure

Daily Summary

  • What It Does:
    At 23:00 each day (or at a configured time), if a daily summary hasn’t been sent within the last hour, the EA compiles and sends a summary that includes:
    • The date
    • Total number of trades
    • Number of winning and losing trades
    • Total profit or loss for the day

Requirements and Setup

1. Creating Your Telegram Bot

  • Step 1: Open Telegram and search for @BotFather.
  • Step 2: Send the command /newbot and follow the instructions to create your bot.
  • Step 3: You will receive an API Token (e.g., xxxx:yyyyyyy ). Save this token for later use.

2. Obtaining the Chat ID

  • Step 1: Add your bot to a Telegram group or channel, or use a service like @userinfobot to get your Chat ID.
  • Step 2: Copy the Chat ID; you will need to enter it into the EA configuration.

3. Configuring the EA in MetaTrader

  • Step 1: Open the MetaEditor and paste the EA source code.
  • Step 2: Replace the constants TelegramBotToken and ChatId with your own values.
  • Step 3: Ensure the URL https://api.telegram.org is added to the list of allowed URLs in MetaTrader (Tools → Options → Expert Advisors → Allow WebRequest for listed URL).
  • Step 4: Compile the EA and attach it to the desired chart.

How the System Works

At EA Startup:

  • Notification:
    The EA sends an initial Telegram message confirming the connection and displaying the current account balance.

Order Monitoring:

  • On Trade Open:
    The EA continuously monitors open orders. When a new order is detected, it registers the order’s details (ticket, open price, lot size, Stop Loss, etc.), calculates the risk/reward ratio (if applicable), and sends a notification. A screenshot of the chart is captured at the moment of opening and sent to provide visual context.

  • On Trade Modification:
    For each active order, the EA checks if the Stop Loss has been changed.

    • If the new Stop Loss is very near the opening price (determined by a set threshold), it sends a notification indicating that the order has been moved to Break Even.
    • Otherwise, it sends a notification with the updated Stop Loss value.
  • On Trade Close:
    When a trade is closed, the EA sends a detailed message with the order’s ticket, opening/closing prices, profit or loss, the reason for closure, and the timestamp.

Chart Screenshot:

  • How It Works:
    The EA uses the ChartScreenShot() function to capture an image of the current chart when a trade is opened. This screenshot is then sent to Telegram using a multipart/form-data WebRequest, ensuring you have a visual snapshot of market conditions at the time of the trade.

Daily Summary:

  • How It Works:
    At 23:00 (or a configured time), if a daily summary has not already been sent within the last hour, the EA compiles statistics for the day (total trades, winning/losing trades, overall profit or loss) and sends them as a summary message to Telegram.

Benefits of the System

  • Real-Time Updates:
    Stay informed with immediate notifications on Telegram, eliminating the need to constantly monitor MetaTrader.

  • Visual Context:
    With chart screenshots, you get a clear visual representation of market conditions at the time of each trade.

  • Comprehensive Monitoring:
    The system tracks trades opened manually as well as those managed by other EAs, and now also alerts you to modifications like Stop Loss updates.

  • Enhanced Trade Information:
    Receive detailed trade data including lot size and risk/reward ratio, helping you make more informed decisions.

  • Daily Performance Summary:
    A concise end-of-day summary helps you review your trading performance effectively.

Support and Maintenance

If you have any questions, require further customizations, or need technical support, please do not hesitate to contact us. Our team is available to help you integrate and tailor the system to your trading needs.



推荐产品
Trade History Exporter automatically exports trade history to a CSV (comma separated values) file. Trade History Exporter: - automatically exports trade history every time a trade is closed - allows you to manually force an export by using the "W" key on your keyboard - can use Order Comments as Magic Numbers - useful for instance when using a Trade Copier - calculates the Net Profit per trade
使用革命性的交易时间管理器轻松控制您的交易程序。这个强大的工具可以在指定时间自动执行订单,从而改变您的交易方式。 为不同的交易行为(从购买到设置订单)制定个性化任务列表,所有这些都无需人工干预。 交易时间管理器安装和输入指南 如果您想获取有关 EA 的通知,请将我们的 URL 添加到 MT4/MT5 终端(参见屏幕截图)。 MT4版本     https://www.mql5.com/en/market/product/103716 MT5版本     https://www.mql5.com/en/market/product/103715 告别人工监控,拥抱精简效率。直观的界面允许您设置精确的参数,包括交易品种、执行时间、价格、止损 (SL)、止盈 (TP) 点和手数大小。 该工具的灵活性通过与市场行为相匹配的适应性重复选项来凸显。通过视觉主题个性化您的体验,并减少长时间交易期间的眼睛疲劳。 摆脱手动交易程序,拥抱“交易时间管理器”的强大功能。提高交易的准确性、组织性和自由度。简化您的日常工作并重新体验交易。 主要特点: 自动订单执行:按指定时间间隔无缝自动执行订单,从而节省您的
This tool monitors your current Expert Advisors and manages stop losses and take profits. You can customize which EAs and/or which currencies to monitor. It is primarily meant for EAs that you feel manage stop losses and/or take profits poorly. If you want this tool to be able to monitor manual trades, please use '0' (zero) as the magic number. Supports hidden stoploss and take profit Supports ATR-calculated dynamic stoploss Supports Breakeven for individual trades Supports Trailing stop Lower r
Market Monitor
Rodrigo Rethka Goncalves
Market Monitor – Smart Asset Performance Dashboard for MT4 Turn your MetaTrader 4 into a professional trading intelligence center! Market Monitor is a powerful monitoring tool that displays, in real time, the most relevant performance metrics of each symbol being traded — helping you make faster, smarter, and more strategic decisions. What Does This Indicator Do? Market Monitor scans all open and historical orders, consolidates the data by symbol, and displays everything in visual pa
Hello Traders! Version 3.0 of the script has been released!  What's new?  Thanks to your suggestions I have inserted these changes to the tool: 1 - Data input are now date picker, it will be easier and faster to set the data export period; 2 - A message box will check that there is not a file with the same name in your folder; 3 - Error message to check that data insert are correct. If you like this product, take a look to the FULL INTERFACE!   MT4 To Excel Interface This script is a very usefu
Hedge 120
Hassane Zibara
HEDGE   120   is an EA that opens an order if the market moves an adverse will make a safe zone . Hedging with Forex is a strategy used to protect one's position in a currency pair from an adverse move. It is typically a form of short-term protection when a trader is concerned about news or an event triggering volatility in currency markets. The main reason that you want to use hedging on your trades is to limit risk. Hedging can be a bigger part of your trading plan if done carefully. I
Market View MT4
Kyra Nickaline Watson-gordon
5 (1)
Definition : Market View is a dashboard (scanner) to view price graphs of all symbols and all timeframes at a glance. The utility is designed user friendly and added a wide range of customization options. Main features of Market View : Visual settings window on the chart Customizable list of symbols and timeframes Different shapes : Real Candles, Schematic Candles, Arrows Customizable number of candles Changeable size of dashboard (scanner) Highlight timeframes with gaps on candles Open approp
Every trader is watching over his account over and over.... trying to anlayse every system he or she has. With this tool you are able to  export your complete history of every account export withdrawls / deposits / rebates to a separate file export account status with balance / equity / current drawdown recalculate micro to standard lots / profits ...  export decimal by "." or ","  combine a series of Magic Numbers to one unique Magic Number   filter to ignore OrderComments.
Trade History Exporter automatically exports trade history to a CSV (comma separated values) file. Trade History Exporter: - automatically exports trade history every time a trade is closed - allows you to manually force an export by using the "W" key on your keyboard - can use Order Comments as Magic Numbers - useful for instance when using a Trade Copier - calculates the Net Profit per trade
MT4 to Discord Signals
Diego Arribas Lopez
5 (1)
[ MT5 Version ]  [ Telegram Version ]  [ Pro: Telegram + Discord ] Post your MT4 trades to Discord automatically via webhook —   no bot setup, no permissions: paste ONE URL and you are live in 60 seconds . And keep every signal UPDATED: the original message is edited when you modify SL/TP or close the trade. Built for   signal providers, trading communities and prop-firm teams   on Discord. WHY THIS ONE   WEBHOOK-BASED   — no bot, no tokens: Discord channel → Integrations →
FCK CurrencyStrength Pro
Patel Hitendrakumar Mahendrabhai
Hi Friends, " FCK Currency Strength Pro " is a auto & semi auto trading expert with direction of pair. Buy-Sell separate or multi currency in one click. The strategy of  FCK Currency Strength Pro  is a combination of custom indicator, Trendlines, Support & Resistance levels ( Price Action ) and most important secretive trading algorithm mentioned above. Download News Ex4 and csv file You need the following SDSnews.ex4 in MQL4/Libraries and the daylightsavings.csv in MQL4/Files. Only 4 of 5 copi
KFX Dashboard EA
Peter Kariuki Thande
** Automatically Adds to your existing trades that you open ** KFX Dashboard EA monitors Price Action using Candle Direction + Moving Average on Multiple currency pairs (selected by you) and on Multiple Timeframes (selected by you). The dashboard also reveals Currency Strength of pairs based on your Moving Average selection. KFX Dashboard EA option to set Stop Loss(SL) and Take Profit(TP) based on your selected Timeframe and ATR / Points settings. Trailing stop by ATR / Points also available (s
News Panel
Radek Reznicek
5 (2)
News Panel  is a fully adjustable utility for Forex News. It can show upcoming news in InfoPanel as well as lable for upcoming and past news labels on the chart.  This utility also enables Upcoming news Alerts and Push notification. User can change number of upcoming news displayed, colors and many others. Instructions Alow WebRequest for Listed URLS in Metatrader Tools -> Options -> Expert Advisors tab (see screen or watch the video) Add " https://ec.forexprostools.com/ " to the list of allo
点差成本 是指交易中由点差造成的损失金额, 隔夜息收益 是指隔夜持仓获得的收益金额。 点差成本 对于短线交易者尤其是超短线交易者来说是一个重要的指标, 隔夜息收益 则对长线交易者来说是一个很重要的指标。由于MT4平台中得到的点差及隔夜息都是以点表示的,我们需要将它转换成以账户货币计价的金额 。本工具可以在不同的账户类型(美元账户、欧元账户等等)下,通过面板表格展示平台报价中所有外汇货币对(包括黄金XAU、白银XAG)的 点差成本 及 隔夜息收益 。面板表格中所有的数据都是实时更新的。 计算方法 点差成本 = Lots × OnePointValue × Spreads 隔夜息收益 = Lots × OnePointValue × Swaps 其中: Lots: 交易手数 OnePointValue: 以账户货币表示,一个点代表的金额 Spreads: 点差(以点表示) Swaps: 隔夜息(以点表示) 注意:在每周按“三日隔夜息”结算的那天,通常为每周周三, 隔夜息收益 的结果要再乘以3。 有关OnePointValue的详细计算方法,见文章: 外汇货币对的交易成本 Part1 如
Telegram Sender Osw MT4
William Oswaldo Mayorga Urduy
用户手册:Telegram Sender Osw Telegram Sender Osw 是一款智能交易系统 (EA),旨在自动将 MetaTrader 交易信号发送到 Telegram。它非常适合信号提供商和账户管理,能够即时、专业地发送关键数据(价格、止损、止盈、成交量)。 1. 参数配置 常规和连接 启用 EA:激活(true)或暂停(false)系统。 机器人令牌:从 @BotFather 获取的字母数字代码。 聊天 ID:目标频道、群组或私聊的标识符。 发送子群组/主题 ID:仅当您的 Telegram 群组使用“主题”功能时才启用此选项。 发送逻辑(类型:发送) 自动:检测到任何新仓位或指令后立即发送。 按钮:仅当手动按下图表上的“发送 Telegram”按钮时才发送。 自定义设置(Telegram 文本消息) 使用系统会自动替换的标签:[SYMBOL]、[TYPE]、[PRICE]、[SL]、[TP] 和 [VOLUME]。 2. Telegram 设置(分步指南) A. 获取机器人令牌 在 Telegram 中,搜索 @BotFather
Install as an EXPERT ADVISOR for it to work. This product will not work in strategy tester because it requires trades to be opened first.   Therefore, the 1 month rental option for $10 is included for you to test the product. That is the lowest price allowed by the website. The trailing stop loss (TSL) on MetaTrader 4 only works on set ranges. For example, if the TSL is set at 20 pips or 200 points, the trailing SL will move to sell/buy price only once 20 pips/200 points are gained. It does not
Basket EA MT4
Juvenille Emperor Limited
5 (5)
Basket EA MT4 是一款强大的盈利收割工具兼全方位账户保护系统,结合简洁易用的设计。其核心作用在于通过对所有持仓的“组合级”管理,而非单笔交易,全面掌控账户盈亏。该 EA 提供了组合级止盈、止损、保本和移动止损功能,支持设定为账户余额百分比、固定货币金额或所有管理交易的平均点数目标。这种灵活性让交易者能够依据自身需求制定风险和盈利策略。 Basket EA MT4 还支持智能交易过滤,可以根据 Magic Number、交易品种或备注选取要管理的交易,确保 EA 只影响您选择的持仓。 为进一步提升安全性,该 EA 内置先进的账户保护机制。当账户权益达到设定的止盈/止损水平,或从历史最高余额达到最大回撤时,EA 会自动平掉所有交易,删除所有挂单,并关闭所有图表,移除其上的所有 EA。这一功能有助于在市场波动或达到预设目标时保护账户资金。 提示 :您可以下载 篮子 EA MT4 演示版并在您的模拟账户上试用: 这里 将下载的免费演示文件粘贴到您的 MT4 >> 文件 >> 打开数据文件夹 >> MQL4 >> 专家文件夹并重新启动您的终端。  免费演示版本每次可在 4 小时内发
MQL5 博客: https://www.mql5.com/en/blogs/post/761446 MT4 版本: https://www.mql5.com/en/market/product/136790 MT5 版本: https://www.mql5.com/en/market/product/136791 Time Wizard 是一款专业的交易助手,专为需要在简洁的控制面板上实现速度、时机和执行控制的交易者而设计。 这款智能交易系统 (EA) 专为事件驱动交易、定时执行和快速半自动订单管理而设计。它允许您提前准备订单、定义精确的执行时间、设置分层挂单、通过止损和止盈管理风险,并通过图表上的简洁界面监控所有信息。 无论您是围绕经济事件、开盘、突破点还是您自己的自定义计划进行交易,Time Wizard 都能帮助您以结构化和纪律性的方式执行交易。 主要功能 1. 基于时间的订单执行 设置具体的执行日期和时间,EA 即可在需要时精准下单。 此功能非常适合: 新闻交易 突破交易设置 预先计划的市场执行 定时下单 2. 挂单阶梯 创建多层挂单,层间距和
OpenOrders
Andrey Chiganaev
The script allows you to quickly and easily open trades (place orders) on the market. Features Buy and sell at a market price; Place pending orders: Buy/Sell Limit and Buy/Sell Stop; Open a trade with a custom volume; Calculate and set TakeProfit; Calculate and set StopLoss; Auto defining the number of decimal places; Auto defining a symbol the script has been applied to. What you get with the script Ability to calculate each trade instantly; Ability not to enter all calculated values manually
Heaven Assistant: Simplify Your MT4 Management Simplify the management of the MetaTrader 4 (MT4) platform with the Heaven Assistant . This Expert Advisor (EA) is a robust tool that allows you to control and customize your trading environment in an efficient and user-friendly manner. Key Features: Multiple Pairs Opening: Quick access to most currency pairs, both major and minor, plus exotic pairs. The ability to open indices, metals, and cryptocurrencies with a single click. Template Change: Easi
close all profitable orders The set contains scripts for different purposes, facilitating work in the MetaTrader 4 terminal. If necessary, a screen is provided for some scripts. Before working on a real account, check (on a demo account) whether the required script responds to your tasks (for example, there is a script for opening five orders at the same time, by default the lot is set to 10; so that you do not accidentally open five positions with a total volume of 50 lots - be attentive))) Use
Introducing the OrderManager: A Revolutionary Utility for MT4 Manage your trades like a pro with the all-new Order Manager utility for MetaTrader 4. Designed with simplicity and ease-of-use in mind, the Order Manager allows you to effortlessly define and visualize the risk associated with each trade, enabling you to make informed decisions and optimize your trading strategy.  Key Features: Risk Management: Define the risk of your trades quickly and easily, allowing you to make better decisio
SESSION PILOT MT4 – MARKET SESSION & NEWS FILTER Session Pilot is an intelligent filtering tool designed to focus trading activity on the most liquid market sessions and avoid trades during high-volatility news events. The system continuously monitors current time and upcoming economic announcements. MAIN FEATURES • Automatic detection of London, New Y
NEW :    integration with Ofir Signals to send personalized alerts Ofir Notify is a tool which send alerts on trades to Telegram Alert on any event concerning a position : Opening, Closing, modification (SL, TP) Send alerts to Chats, Groups and Channel Alert on Equity change Display Risk, Reward and progress of profit/lost for each position Customization of alerts Sending charts screenshots with alerts Send signals from your indicators or experts Daily, weekly and monthly summaries Reply mode:
This program serves as an effective tool for sending messages through a Telegram bot using the MetaTrader platform. It enables you to send your trading recommendations related to the orders you open on the trading platform directly to your Telegram channel or group. These messages may include details about open trades and can be accompanied by illustrative images of the orders. Alternatively, they can be configured to be without images based on your preferences. This means that if you are the ow
API - Account Push Info is a Tool for "EVERYONE", who want to get the Live Statistics of an MT4 Trading Account, independent if you trade live or demo or automaticly or manual. It send the Report periodly to the Mobile Device with Push Message or to your Mail Account. The Report includes many important kind of Data, like: - a Specified Name for the Account / System - its a Live or Demo Account - Balance, Equity, - Drawdown in Currency and Percent, - Sum of Deposits, - Active Positions - Accou
这个工具将在您的手机上发送详细的通知,并在MT4终端上提醒您,一旦您想看到的蜡烛图出现在图表上。该通知包含符号、蜡烛图样和形成该图样的时间框架。 你需要将Metatrader 4 Mobile与你的Windows终端连接起来。以下是方法。 https://www.metatrader4.com/zh/trading-platform/help/setup/settings_notifications 可以检测的烛台形态列表。 三个白兵 三只黑乌鸦 看涨的三线击球 看跌的三条线罢工 三条内侧上升线 三条内侧下跌 三条外线上涨 三线外跌 早晨之星 傍晚之星 看涨被遗弃的婴儿 看跌被遗弃的婴儿 看涨的哈拉米 看跌哈拉米 看涨的吞噬 看跌吞噬 锤子 射击之星 反转锤子 悬挂的人 蜻蜓斗鸡 墓碑十字星 早晨的斗极星 晚间斗极星 穿透线 黑暗四叶草 看跌的踢球者 看涨踢球者 长下影线(长颈线在下侧)。 长上影线(长灯芯在上方)。 输入参数 当你启动该工具时,你将不得不设置一些输入参数。 EnableMobileNotifications: 启用移动通知(MT5终端的警报默认为激活)。 Sca
RSI Dashboard is a great tool for quickest possible analysis of multiple currency pairs  at the same time in terms of Oversold or Overbought . All displayed and used by indicator symbols are freely to choose and are specified using a space separated list in parameters you're able to analyze not only predetermined ones, but everything that your broker offers, also commodities, equities, indices, ones with prefixes, suffixes etc. There are 3 types of alerts: alert notifications in the MT4 termin
一张图表,全面掌控。 无需再浪费时间分别管理每个图表上的对象、颜色和设置。有了   图表同步管理器 ,您可以   同步、复制和控制所有 MetaTrader 图表   立即使用一个面板和几个快捷方式。 一次绘制,随时随地更新。只需单击即可打开和关闭图表。使用   基于符号的对象管理 。并且不会错过重要细节   价差显示、倒计时器和蜡烛收盘警报。 节省时间,减少错误,更智能地交易。 图表同步管理器 安装和输入指南 如果您想收到有关 EA 的通知,请添加 URL(   http://www.betasoft.dev   )MT4/MT5 终端(见截图)。 MT4版本 https://www.mql5.com/en/market/product/148491 MT5版本 https://www.mql5.com/en/market/product/148492 主要特点: 克隆所有图表的图表属性(颜色、背景、网格、模板设置等)。 在图表之间立即同步所有绘图对象。 显示或隐藏对象信息(如价格水平或点)。 使用快捷方式删除、选择或复制图表对象。 轻松切换时间范围、打开/关闭图表和缩放图表
Just Copier MT4
Agung Imaduddin
5 (5)
"Just copier" is designed to copy trading without any complicated settings. The copy can be done in one PC. One EA can be set as master (provider) or slave (receiver). The receiver lot can be set to multiple providers lots. Please also check this product at fxina.hostingerapp.com.  Any type of copy is available. MT4 -> MT5 MT4 -> MT4 MT5 -> MT5 MT5 -> MT4 If you want to copy MT4 -> MT5 or MT5 -> MT4, please purchase "Just copier" for MT4 and "Just copier" for MT5 separately. Just Copier can copy
该产品的买家也购买
Trade Indicator Assistant is a powerful MT4 utility designed to turn indicators into automated trading systems. Its main feature is the ability to automatically detect an indicator’s   BUY and SELL signal buffers , without requiring you to know the buffer numbers, search through indicator settings, or modify the indicator source code. Bonus Indicator: After purchasing Trade Indicator Assistant, contact me to receive Trade Signal Pro completely free as a bonus indicator. [Download Demo Version]
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (111)
Local Trade Copier EA MT4 是一款快速、灵活的交易复制工具,用于在同一台 Windows 电脑或 Windows VPS 上的多个 MetaTrader 4 账户之间复制和管理交易。 它将本地交易同步与 Receiver 端的手数管理、风险管理、交易过滤、品种映射、交易管理和账户保护功能结合在一起。 只需约 1 分钟 即可完成 Transmitter 和 Receiver 终端的设置,并可在同一经纪商或不同经纪商的账户之间复制手动交易或 EA 交易。在合适的条件下,本地 MetaTrader 终端之间的交易信息可以在 0.5 秒以内 完成同步。实际交易执行速度取决于经纪商延迟、网络状况、电脑/VPS 性能以及终端负载。 购买前先试用免费演示版 您可以在 MT4 模拟账户上测试 功能完整的 Local Trade Copier EA MT4 免费演示版 ,每次可使用 4 小时 : 下载 Local Trade Copier EA MT4 免费演示版 将下载的文件放入: MT4 → 文件 → 打开数据文件夹 → MQL4 → Experts 然后重新启动 MT
欢迎来到 Trade Manager EA——这是一个终极风险管理工具,旨在使交易变得更直观、精准和高效。它不仅仅是一个下单工具,而是一个用于无缝交易计划、仓位管理和风险控制的全面解决方案。不论您是新手交易员、资深交易员,还是需要快速执行的剥头皮交易员,Trade Manager EA 都可以满足您的需求,适用于外汇、指数、大宗商品、加密货币等各种市场。 借助 Trade Manager EA,复杂的计算已成过去。只需分析市场,在图表上用水平线标记入场、止损和止盈,设置您的风险水平,Trade Manager 就会立即计算出理想的头寸规模,并实时显示以点、账户货币计价的止损和止盈。每笔交易都得以轻松管理。 主要功能: 头寸规模计算器 :根据定义的风险瞬间确定交易规模。 简单的交易计划 :在图表上用可拖动的水平线直接计划交易,设置入场、止损和止盈。 实时显示 SL 和 TP :以账户货币、点或分显示止损和止盈,便于分析。 高级保护工具 盈亏平衡选项 : 基本盈亏平衡 :当您的交易达到设定水平时自动保护利润。 多级盈亏平衡 :设置多达 4 个级别以逐步保护利润。 尾随止损选项 : 基本尾随
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.69 (65)
MetaTrader 4 专业交易复制器 快速、专业、可靠的 MetaTrader 4 交易复制器。 COPYLOT 可在 MetaTrader 4 与 MetaTrader 5 终端之间复制外汇交易,并为不同账户类型和交易场景提供灵活的同步方案。 COPYLOT MT4 版本支持: MetaTrader 4 → MetaTrader 4 MetaTrader 5 Hedge → MetaTrader 4 MetaTrader 5 Netting → MetaTrader 4   MT5 版本 完整说明 + DEMO + PDF 如何购买 如何安装 如何获取日志文件 如何测试与优化 Expforex 的全部产品 您也可以使用 MetaTrader 5 版本,在 MetaTrader 5 → MetaTrader 5 和 MetaTrader 4 → MetaTrader 5 之间进行复制: COPYLOT CLIENT for MT5 COPYLOT 是一款专业级交易复制器,可稳定运行于 2、3 甚至 10 个终端之间。 支持从模拟账户和投资者密码账户进行复制 可同时运行在多个终端上
跟单->方便快捷的界面交互,用户上手即用       ->>>> 推荐在windows电脑,或者VPS Windows上使用 特色功能: 多样化个性跟单设置: 1.对不同的信号源可以设置不同的手数模式 2.不同的信号源分别设置正向反向跟单 3.信号分别设置注释 4.是否根据合约手数校准手数 多样化个性跟单设置2: 1.对不同的品种可以设置不同的手数模式 2.不同的品种分别设置正向反向跟单 3.信号分别设置注释 4.是否根据合约手数校准手数 注释过滤,MAGIC过滤,信号手数过滤,本地品种过滤 净持仓模式(该模式下手数计算仅支持倍率) 工作时间设置 反向同步接收端的平仓 订单绑定功能:任意订单可以绑定到设置信号源订单上 (双击表格更改) 账户风险控制  基本功能: 跟单正常交互速度0.5s以下 自动检测信号源,并显示信号源账号列表 自动匹配品种,不同平台常用交易品种(后缀不同等特殊情况)95%自动匹配,基本无需手动设置,品种映射表可随意双击更改对应品种.(映射表具有快速搜索品种功能) 4种手数计算模式(1.倍率 2.固定手数 3.自适应资金风险 4.源账户资金比例风险) 特殊手数模式
Trade Assistant MT4
Evgeniy Kravchenko
4.43 (197)
它有助于计算每笔交易的风险,容易安装新的订单,具有部分关闭功能的订单管理, 7 种类型的追踪止损和其他有用的功能。 附加材料和说明 安装说明 - 应用程序说明 - 模拟账户应用程序的试用版 线条功能  - 在图表上显示开仓线、止损线、止盈线。 有了这个功能,就可以很容易地设置一个新的订单,并在开仓前看到它的附加特性。   风险管理  - 风险计算功能在考虑到设定的风险和止损单的大小的情况下,计算新订单的成交量。它允许你设置任何大小的止损,同时观察设定的风险。 批量计算按钮 - 启用 / 禁用风险计算。 在 " 风险 " 一栏中设置必要的风险值,从 0 到 100 的百分比或存款的货币。 在 " 设置 " 选项卡上选择风险计算的变量: $ 货币, % 余额, % 资产, % 自由保证金, % 自定义, %AB 前一天, %AB 前一周, %AB 前一个月。   R/TP 和 R/SL - 设置止盈和止损的关系。 这允许你设置相对于损失的利润大小。 例如, 1 : 1 - 这决定了 TP = SL 的大小。 2 : 1 - 这意味着 TP 是 SL 的两倍。 RR - 它禁用比率。  
Multi Copy
Kaijun Wang
5 (1)
跟单->方便快捷的界面交互,用户上手即用     ->>>> 推荐在windows电脑,或者VPS Windows上使用 基本功能: 跟单正常交互速度0.5s以下 自动检测信号源,并显示信号源账号列表 自动匹配品种,不同平台常用交易品种(后缀不同等特殊情况)95%自动匹配,基本无需手动设置,品种映射表可随意双击更改对应品种.(映射表具有快速搜索品种功能) 4种手数计算模式(1.倍率 2.固定手数 3.自适应资金风险 4.源账户资金比例风险) 特殊手数模式:可以根据止损资金风险反算手数(可能止损过小计算的手数过大,请谨慎使用) 多个平台,多组信号源,多组接收端随意组合(   MT4 和MT5数据可互通, 需分别购买安装 )        发送端接收端二合一,加载的时候选择模式 接收减仓信号,可以进行减仓操作. 可以反向跟单 可以分别控制跟单类型,是否跟随止损止盈 提供4种跟单开仓价格模式设置(1.开仓价格范围 2.跟单比信号更有优势的价格  3.跟单开仓在比信号劣势的价格  4.不限制开仓价格) 支持语言自动识别[中文,英文] 常见使用小技巧: 一个账户仅加载一个接收端即可自动交易所有
Risk manager Risk manager - it will simplify the tracking of drawdown and will notify you (alert) when the specified risk is reached, and close/lock orders when the critical DD risk level is reached. If the specified drawdown is exceeded, you can choose two options for actions: All orders will be closed that mean loss will be fixed on depo. The terminal also closes. Instead of fixing the loss on depo, the opposite order will be opened - orders locking will occure. Not a single order will be c
The product will copy all telegram signal to MT4   ( 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
King Trade Copier MT4
Mohammed Maher Al-sayed Mohammed Ahmed Saleh
5 (1)
King Trade Copier MT4 – Lightning-Fast Local Trade Copier (Master + Slave in ONE file) King Trade Copier is a professional local trade copier that mirrors every trading action from one Master account to unlimited Slave accounts on the same PC or VPS — with an internal copy latency of just a few milliseconds. It was built by a real trader for daily real-money use, with one goal: whatever happens on the Master must happen on the Slave, instantly and without exceptions. Watch the demo video to s
MetaTrader 4 货币强弱指标 这款 货币强弱指标 分析多达 28 个主要货币对,为 8 种主要货币各给出一个数值:USD、EUR、GBP、JPY、CHF、CAD、AUD 和 NZD。您不必逐个打开图表去判断谁在主导,只需查看 MetaTrader 4 图表上的一个面板,就能知道哪种货币被买入、哪种被卖出。 面板显示什么 8 种货币各自的强弱条和百分比,按强弱排序 多时间周期 矩阵:每种货币并排显示三个时间周期,入场前可确认 M15、H1 和 H4 是否一致 每行的强弱历史:从 20 升到 60 的货币,与从 90 回落到 60 的货币并不相同 最佳货币对 :强弱差值最大的组合,已排序。点击即可打开该货币对的图表 应避开的货币对 :两种货币同向移动就没有交易空间,它们会被列出而不是隐藏 一键打开 28 货币对面板,一次查看所有差值 将当前数值导出为 CSV,保存到您的 MQL4 Files 文件夹 如何使用 将指标拖到任意图表上。它读取的是市场,而不是图表品种 根据您的交易方式设置计算周期和计算根数 寻找强势货币与弱势货币之间的较大差值,再确认三个时间周期方块是否一致 用强弱历
Telegram to MT4 Coppy
Sergey Batudayev
4.09 (11)
Telegram 到 MT4: 终极信号复制解决方案 使用 Telegram 转 MT4 简化您的交易流程,这款先进的实用程序旨在将交易信号直接从 Telegram 频道和聊天复制到您的 MetaTrader 4 平台,无需 DLL 文件。这款强大的解决方案确保信号执行的无缝衔接,拥有无与伦比的精度和丰富的自定义选项,从而节省您的时间并提高您的效率。 [ Instructions and DEMO ] 主要特点 直接 Telegram API 集成 通过电话号码和安全码进行身份验证。 使用用户友好的 EXE 桥轻松获取和管理聊天 ID。 添加、删除和刷新多个频道/聊天以同时复制信号。 使用高级过滤器进行信号解析 跳过包含自定义例外词(例如“报告”、“摘要”)的不需要的信号。 支持灵活的 SL 和 TP 格式:价格、点数或点数。 当信号指定点而不是价格时自动计算入场点。 订单定制和灵活性 使用多种模式定制订单规模:固定手数、动态手数(% 风险)或特定符号手数。 使用信号数据或自定义参数调整 SL/TP。 配置滑点、挂单到期和重试设置以实现完美执行。 综合符号管理 排除特定符号或匹配自定义
Trade copier MT4
Alfiya Fazylova
4.61 (36)
Trade Copier 是一种专业实用程序,旨在复制和同步交易账户之间的交易。 复制发生从供应商的帐户/终端到收件人的帐户/终端,安装在同一台计算机或 vps 上。 促销活动 - 如果您已经购买了“Trade copier MT4”,您可以免费获取“Trade copier MT5”(用于 MT4 > MT5 和 MT4 < MT5 的复制)。欲了解更多详细条款,请通过私人消息与我们联系! 在购买之前,您可以在演示帐户上测试演示版本。 演示 这里 。 完整说明 这里 。 主要功能和优点: 支持复制MT4>MT4、MT4>MT5、MT5>MT4,包括МТ5 netting账户。 供应商和收件人模式在同一产品中实现。 简单直观的界面,允许您直接从图表中实时控制复制。 连接中断或终端重新启动时不会丢失设置和位置。 允许您选择要复制的符号,也可以替换接收者的符号,例如 EURUSD> USDJPY。 允许为每个符号设置个性化的复制设置。 支持回拷贝。 能够仅复制某些订单。 允许您设置开仓交易价格的最大差异和最大时间延迟。 正确复制部分订单关闭的执行。 计算复制手数的几种方法。 同步止盈和止损
TradePanel MT4
Alfiya Fazylova
4.84 (95)
交易面板是一款多功能交易助手。该应用包含超过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 贸易. 只需单击一下即可执行交易操作: 打開掛單和頭寸,並自動計算風險。 一鍵打開多個訂單和頭寸。 打開訂單網格。 按組別關閉掛單和頭寸。 反轉頭寸方向(關閉買入>打開賣出,關閉賣出>打開買入)。 鎖定頭寸(通過開啟缺少的頭寸,使買入和賣出頭寸的數量相等)。 一鍵部分關閉所有頭寸。 將所有頭寸的止盈和止損設置在同
Smart Copy Local MT4
Kyra Nickaline Watson-gordon
5 (7)
Smart Copy is an Easy-to-Use EA that supports Multi Copying Metatrader4 and Metatrader5 and Local/Remote Copying. (Remote Version is coming soon) Free version is available on Smart Copy Local Free MT4 Specifications :     Real Time, Multi Terminal - Multi Account - MT4/MT5 trade copying     Copy from netting to hedge and hedge to netting is supported.     Fast and instant copy     All settings are input visually.     Easy modifying symbol names, prefix, suffix     Enable/Disable copying s
试用版下载 Copy Cat More (跟单猫) MT4 交易跟单器 (Trade Copier) 不仅仅是一个简单的本地交易跟单器;它是一套 完整的风险管理与执行框架 (risk management and execution framework), 专为当今的交易挑战而设计。从自营公司 (prop firm) 挑战到个人投资组合管理,它凭借 稳健的执行、资金保护、灵活的配置和先进的交易处理的结合,适应各种情况。 该跟单器同时支持   主控端 (Master,发送方) 与 受控端 (Slave,接收方)   两种模式,可实时同步市价单与挂单、交易修改、部分平仓以及对锁平仓 (Close By) 操作。它兼容模拟与真实账户、交易或投资者登录,并通过持久化交易记忆 (Persistent Trade Memory) 系统确保恢复——即使 EA、终端或 VPS 重启也不例外。可借助唯一 ID 同时管理多个主控端与受控端,跨经纪商差异则通过前缀/后缀调整或自定义品种映射自动处理。 试用版:  先试用看看 :   你可以从下方链接下载并体验   Copy Cat More (跟单猫
News Filter EA: Advanced Algo Trading Assistant News Filter EA is an advanced algo trading assistant designed to enhance your trading experience. By using the   News Filter EA , you can integrate a Forex economic news filter into your existing expert advisor, even if you do not have access to its source code. In addition to the news filter, you can also specify   trading days   and   hours   for your expert. The News Filter EA also includes   risk management   and   equity protection   features
Prop Guardian Risk Manager MT4 – Drawdown, Risk & Hedge Protection for Prop Firm and Managed Accounts Prop Guardian Risk Manager is a professional risk-control utility for MetaTrader 4, designed for prop firm traders, money managers and anyone who wants strict account-level risk protection. It does not generate trading signals, strategy entries or trading decisions. Instead, it runs in the background, monitors your account risk and can automatically block new exposure, close managed trades or ac
X2 Copy MT4
Liubov' Shkandrii
快速。精准。创新。技术驱动。使用革命性的 X2 Copy MT4 体验即时交易复制。只需 10 秒简单设置,您将获得一个强大的工具,用于在单台计算机或 Windows VPS 上的 MetaTrader 终端之间以空前的速度同步交易。 无论您是管理多个账户、跟随信号还是扩展策略,X2 Copy MT4 都能以前所未有的精度和控制力适应您的工作流程。使用最技术驱动的交易复制解决方案,更快、更可靠地工作。尝试免费试用版,在您的系统上测试其速度。 *重要提示:使用MT5终端需要单独的X2 Copy MT5版本 X2 Copy MT4/5 设置和功能说明 | 如何安装 X2 Copy 试用版 功能特点 高速复制 — 交易传输时间小于0.1秒 全面支持所有复制类型:MT4>MT4, MT4>MT5, MT5>MT4, MT5>MT5 10秒即时设置,界面直观 24/7稳定运行 — 与Windows PC和Windows VPS完全兼容 灵活复制于任何账户类型之间:所有经纪商均可进行真实>真实、真实>模拟、模拟>真实、模拟>模拟账户复制 多通道复制 — 支持从一个或多个发送账户复制到一个或多个接收
MT4 至 Telegram 信号提供者 是一款易用、可完全自定义的工具,它使发送信号到 Telegram 成为可能,将您的账户变成信号提供者。 消息的格式 可以完全自定义! 但是,为了简便使用,您也可以选择一个预设模板,并能够启用或禁用消息的特定部分。 [ 演示 ]  [ 手册 ] [ MT5 版本 ] [ Discord 版本 ] [ Telegram 频道 ]  New: [ Telegram To MT5 ] 设置 可通过 用户指南 获取逐步说明。 无需了解 Telegram API;开发者提供所需的一切。 主要特性 自定义发送给订阅者的订单详情的能力 您可以创建分层订阅模型,例如铜牌、银牌、金牌。金牌订阅可获得所有信号等。 按订单号、符号或备注过滤订单 包括执行订单的图表的屏幕截图 在发送的屏幕截图上绘制已关闭的订单,以便额外验证 推迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情的全透明度: 新的市场订单 *附带屏幕截图 订单修改(止损、获利点) 已关闭订单 *附带屏幕截图 部分关闭订单 ** 新的挂起订单 修改的挂起订单(进场价格) 挂起订单激活(
Trade Reverse Copie4
Chukwuemeka Kingsley Anyanwu
5 (1)
Feel free to contact me for any extra features :) [SEE MT5 VERSION  https://www.mql5.com/en/market/product/128846 The Local Reverse Copier is an Expert Advisor designed to synchronize positions between a Master account and a Slave account with a twist: it reverses the trades. When a buy position is opened on the Master account, the EA opens a sell position on the Slave account, and vice versa. This allows for a unique form of trade copying where positions are mirrored in opposite directions bet
Lot Architect — Trade Panel and Position Size Calculator for MT4 Lot Architect is a trade panel and risk-based position size calculator for MetaTrader 4. It helps calculate lot size from the selected risk, displays trade parameters before entry, and supports Market, Limit and Stop orders from the chart. The utility is designed for traders who want a structured workflow for position sizing, stop-loss placement, take-profit planning and order execution. Purpose Before opening a trade, a trader nee
EA Local Trade Copier Pro MT4: The Ultimate DLL-Free Trade Duplicator Are you tired of complicated trade copiers that require unsafe external DLLs, crash your terminal, or confuse you with separate "Master" and "Client" files? Experience the next generation of trade copying with EA Local Trade Copier Pro MT4. Engineered for maximum stability, lightning-fast execution, and ultimate simplicity, this utility allows you to seamlessly copy trades between multiple MetaTrader terminals on the same Wind
Fast Trade MT4
Alexey Valeev
4.8 (5)
This trading panel has been developed for fast and comfortable operation of the financial markets. It is equipped with the necessary functions for manual and semi-automated trading. Due to the presence of the order trailing feature, trailing stop and automatic closure by equity, profit, time. You can use it to automate your trading system. All you have to do is open a position and set the parameters for maintenance, everything else will be handled by the EA. If you want to limit your losses, set
LMBFWatchlist is an interactive tool for Metatrader 4 that lets you create and manage watch lists directly on your Metatrader charts. ‌Functionality includes: ‌Add an unlimited number of watch lists with names of your choice Add different groups of watchlists for different time frames Add comments for symbols that always appear on the chart when that symbol is selected. Easily identify which symbols have comments against them. See watch lists instantly synchronise across all open charts that hav
PZ Trade Pad Pro MT4
PZ TRADING SLU
3.67 (3)
这是一个可视化的交易面板,可帮助您轻松进行交易管理,避免人为错误并增强交易活动。它结合了易于使用的视觉界面以及完善的风险和位置管理方法。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 易于使用 从图表轻松交易 精确的风险管理交易,无忧 保本是重中之重 让利润不受您的关注 尽快享受无风险交易 所有已开通交易的自动追踪止损 交易开始后立即设置初始止损 进行交易后,EA将执行以下任务: 初始止损/获利被自动放置 它会尽快锁定自由行(可选) 它将止损首次移动到盈亏平衡点(可选) 它使用您所需的方法跟踪止损,直到止损为止 其他很酷的功能是: 出色的终端活动报告 单一但功能强大的尾随止损方法 干净的图表界面 没有输入参数 我进行交易后会怎样? 这是您进行交易后EA的操作: 它放置初始止损并获利订单。 尽快搭便车并确保保本。默认情况下,这是通过在达到盈亏平衡点时关闭50%的交易来完成的,默认情况下为5点。这意味着,如果您日后被淘汰,您将一无所获(可选)。 盈亏平衡后,跟踪止损开始运行。 它跟踪止损,直到止损为止,让利润运行。 尾随止损如何运作? 追踪止损表示为所管
Unlimited Trade Copier Pro is a tool to copy trade remotely to multiple MT4, MT5 and cTrader 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 b
RS Trade Copier - 超快 本地跟单系统,配备 真正的 图形界面。别再手动输入账号了。告别200多个晦涩的参数设置。 一款可靠且灵活的工具,用于在 MT4 和 MT5 多个终端之间复制交易操作。适合专业交易员、信号服务商以及个人投资者使用。能够以高精度和低延迟将一个或多个信号源(Provider)的 交易操作同步 到一个或多个接收端(Client)。支持简单自动配置和高级手动设置。不会干扰手动或其他 EA 开的订单。完全 在 MT4 本地运行 ,无需第三方服务器。 RS Trade Copier 与其他解决方案的对比 RS Trade Copier 其他解决方案 设置 可视化分步向导。 设置大约需要 1 分钟。 200 多个晦涩的输入参数。 设置大约需要 20 分钟。 速度 异步交易操作。* 批量平仓 50 个头寸仅需 ~1 秒。 缓慢的顺序执行。 批量平仓 50 个头寸需要约 25 秒。 界面 真正的图形界面,支持 11 种语言的工具提示。 无需手册即可上手。 EA 属性中“输入参数”选项卡下的长长参数列表。 需要阅读所有文档。 批量操作 完全支持。 接收端上的批量平仓
Telegram to MT4 Multi-Channel Copier   可将您 Telegram 频道中的交易信号自动复制到 MetaTrader 4。无需机器人、无需浏览器扩展、无需手动复制。信号一到 Telegram,EA 几秒内就在您的终端开仓。 在复制某个频道之前,内置回测器还能告诉您该频道在您的账户上会有怎样的表现。 产品包含两个组件:一个监听您 Telegram 频道的 Windows 应用程序,以及在 MT4 终端执行信号的本 EA。同时提供 MT5 版本   点此 . 设置指南与应用下载:   https://www.mql5.com/en/blogs/post/768988 当前价格将来会上调。 工作原理 Windows 应用通过您自己的 API 凭据连接 Telegram——不是机器人。这意味着它可以读取您订阅的任何频道、群组或话题,包括私有和 VIP 频道。您还可以把直接给您发消息的信号机器人、私聊,甚至自己的"收藏夹"(Saved Messages)用作信号来源。检测到信号后,应用会解析并交给 EA。EA 按您的经纪商解析品种名称,按您的风险设置计算手数并
Strategy Builder offers an incredible amount of functionality. It combines a trade panel with configurable automation (covert indicators into an EA), real-time statistics (profit & draw down) plus automatic optimization of SL, TP/exit, trading hours, indicator inputs. Multiple indicators can be combined into an single alert/trade signal and can include custom indicators, even if just have ex4 file or purchased from Market. The system is easily configured via a CONFIG button and associated pop-up
作者的更多信息
VolumeFXanalyzer2
Thomas Bolognesi
VolumeFxAnalyzer can trade on all Forex pairs and indices. It is a trend following type system that analyzes the various volumes and enters into volumetric confirmations and trend strength. The system also works very well on indices such as SP500.   -No martingala/anti-martingala System - Position sizing and money manager in percentage % of Equity  - Take profit with multiplier -Session Trading Personalizable -Breakeven when position reaches some distance -Partial Close, For take some profit dur
筛选:
无评论
回复评论