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
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
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
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 如
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
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
DYJ NewsForexFactory是用于基本市场分析的日历交易工具,同时它也是宏观经济事件指标。 在这里,你可以找到全球最大经济体的金融新闻和指标——从美国、欧盟到澳大利亚和纽西兰和日本和中国,共有9个经济体,涉及60多个货币对。800多个宏观经济指标和事件是从公共来源实时收集的。每个指标都有历史、当前和预测值以及重要性特征。此外,该服务存储图表和表格中列出的大量历史数据。 指示器右侧动态绿色箭头指示最后一个事件的发生,并给出该货币的数据分析结果,Better或者Worse,你能根据结果判断货币对的多与空 指示器左边指示黄色星号表示下一个即将发生的事件 指示器时间序列栏里显示每个时间点的事件对象。 指示器具有电子邮件和推送通知功能。 所有货币对 GBPUSD、EURUSD、USDJPY、USDCHF、USDCAD、GBPJPY、EURJPY、eugbp、EURAUD、EURNZD、EURCAD、EURCHF、CADJPY、CADCHF、AUDUSD、AUDNZD、AUDCAD、AUDJPY、AUDCHF,NZDJPY、NZDUSD、NZDCAD、NZDCHF 参数 Inp
Good looking overview panel for the current instrument showing: Instrumentname Flags of involved currencies for forex or indicies Bid/Ask price Spread The look and location of the panel can also be configured. Here the desctiption of the useable parameters: panelFontName : Name of the system font that is used to paint all text. panelBackgroundColor : Background color of the panel. panelNeutralColor : Color of the text within that panel. panelBorderColor : Color of the panel border panelBorderAl
该产品的买家也购买
欢迎来到 Trade Manager EA——这是一个终极风险管理工具,旨在使交易变得更直观、精准和高效。它不仅仅是一个下单工具,而是一个用于无缝交易计划、仓位管理和风险控制的全面解决方案。不论您是新手交易员、资深交易员,还是需要快速执行的剥头皮交易员,Trade Manager EA 都可以满足您的需求,适用于外汇、指数、大宗商品、加密货币等各种市场。 借助 Trade Manager EA,复杂的计算已成过去。只需分析市场,在图表上用水平线标记入场、止损和止盈,设置您的风险水平,Trade Manager 就会立即计算出理想的头寸规模,并实时显示以点、账户货币计价的止损和止盈。每笔交易都得以轻松管理。 主要功能: 头寸规模计算器 :根据定义的风险瞬间确定交易规模。 简单的交易计划 :在图表上用可拖动的水平线直接计划交易,设置入场、止损和止盈。 实时显示 SL 和 TP :以账户货币、点或分显示止损和止盈,便于分析。 高级保护工具 盈亏平衡选项 : 基本盈亏平衡 :当您的交易达到设定水平时自动保护利润。 多级盈亏平衡 :设置多达 4 个级别以逐步保护利润。 尾随止损选项 : 基本尾随
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (110)
通过 Local Trade Copier EA MT4 获得非常快速的交易复制体验。它的简单1分钟设置,使您可以在同一台Windows计算机或Windows VPS上在多个MetaTrader终端之间复制交易,具有闪电般快速的复制速度,低于0.5秒。 无论您是初学者还是专业交易者, Local Trade Copier EA MT4 都提供了广泛的选项,可根据您的特定需求进行自定义。对于任何希望增加利润潜力的人来说,这都是终极解决方案。 今天就尝试一下,看看为什么它是市场上最快、最简单的贸易复印机! 提示: 您可以在您的模拟账户中下载并试用 Local Trade Copier EA MT4 模拟版: 这里 将下载的免费演示文件粘贴到您的 MT4 >> 文件 >> 打开数据文件夹 >> MQL4 >> 专家文件夹并重新启动您的终端。  免费演示版本每次可在 4 小时内发挥全部功能,仅限演示帐户。 要重置试用期,请转至 MT4 >> 工具 >> 全局变量 >> Control + A >> 删除。 请仅在非关键模拟账户上执行此操作,不要在挑战道具公司账户中执行此操作。 如果您无法在
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 - 它禁用比率。  
PZ Trade Pad Pro MT4
PZ TRADING SLU
3.67 (3)
这是一个可视化的交易面板,可帮助您轻松进行交易管理,避免人为错误并增强交易活动。它结合了易于使用的视觉界面以及完善的风险和位置管理方法。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 易于使用 从图表轻松交易 精确的风险管理交易,无忧 保本是重中之重 让利润不受您的关注 尽快享受无风险交易 所有已开通交易的自动追踪止损 交易开始后立即设置初始止损 进行交易后,EA将执行以下任务: 初始止损/获利被自动放置 它会尽快锁定自由行(可选) 它将止损首次移动到盈亏平衡点(可选) 它使用您所需的方法跟踪止损,直到止损为止 其他很酷的功能是: 出色的终端活动报告 单一但功能强大的尾随止损方法 干净的图表界面 没有输入参数 我进行交易后会怎样? 这是您进行交易后EA的操作: 它放置初始止损并获利订单。 尽快搭便车并确保保本。默认情况下,这是通过在达到盈亏平衡点时关闭50%的交易来完成的,默认情况下为5点。这意味着,如果您日后被淘汰,您将一无所获(可选)。 盈亏平衡后,跟踪止损开始运行。 它跟踪止损,直到止损为止,让利润运行。 尾随止损如何运作? 追踪止损表示为所管
一款面向手动交易的专业面板,把完整的交易流程都收进图表上的一个窗口,从精准入场到账户防护。按设定的风险精确计算手数,借助 RR Tool 直接在图表上用线条搭建交易,开立市价单和挂单、网格与 OCO。持仓的后续管理交给面板打理:最多五级分批平仓、六种跟踪止损、保本以及 Virtual SL/TP。日、周、月三档限额守护本金,一旦被突破即自动触发。 使用指南与免费 Live 演示 免费的 Live 演示版可在此获取 ( Free Live Demo )。 产品的使用指南见此 ( User Manual )。 NT Trade Manager 把交易者的整套工作流程收进图表上一块紧凑的面板,无需在终端各窗口之间反复切换,也不必在每次入场前埋头计算。它为坚持手动、独立判断的交易者而打造:主观交易者、剥头皮和波段交易者,外汇、金属、指数、大宗商品乃至加密货币等任何品种都适用。决策由你拍板,执行的琐碎操作、风控纪律和持仓跟踪则交给面板。没有你的指令,什么都不会发生:这是一件实战工具,而不是全自动交易程序,也不是信号服务。 功能概览 每笔交易的手数都严格按设定的风险算出:可取账户余额的百分比
达到目标利润时自动锁定利润 EquityTargetCloser   — 是一款 MetaTrader 5 实用工具型专家顾问,当   净值(Equity)超过当前余额达到指定的利润金额时 ,它会自动平掉所有市价单并删除挂单。平仓后目标自动提高:新门槛 = 新余额 + 指定利润。该 EA 不负责开仓,仅管理现有头寸,帮助可靠地锁定利润并保护积累的资金。 MT5-version:  https://www.mql5.com/en/market/product/169839 工作原理 该专家顾问持续将   净值(Equity)   与动态目标进行比较: 目标 =   当前余额(Balance) + plusMoney   (美元)。 当净值大于或等于该金额时,触发保护机制: 平掉   所有市价单   (任何品种)。 如果参数   Delete pending orders = true ,则删除   所有挂单 。 平仓后余额更新,目标重新计算:   新余额 + plusMoney 。这样,EA 在每个成功周期后逐步提高利润锁定门槛。 重要提示 :触发条件取决于   累计浮动利润 ,而不是
Trading History MT4
Siarhei Vashchylka
5 (9)
Trading History - A program for trading and money management on the history of quotes in stratagy tester. It can work with pending and immediate orders, and is equipped with trailing stop, breakeven and take profit functions. Very good for training and testing different strategies. Manual (Be sure to read before purchasing) Advantages 1. Allows you to test any trading strategy in the shortest possible time 2. An excellent simulator for trading training. You can gain months of trading experience
King Trade Copier MT4
Mohammed Maher Al-sayed Mohammed Ahmed Saleh
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
SmartFastTrade AI
Muhammad Faisal Sagala
Transform Your Trading with SmartFastTrade AI: Speed and Ease at Your Fingertips! Introduction Are you a trader struggling with slow order execution? Do you want a tool that can assist you in making quick and accurate trading decisions? If yes, then SmartFastTrade AI is the answer to all your trading needs. With its unique combination of speed, user-friendliness, and advanced features, SmartFastTrade AI will help you unlock your full trading potential. Let's delve deeper into why this innovativ
试用版下载 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 (跟单猫
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 频道。检测到信号后,它会进行解析并发送给 EA。EA 根据您的经纪商解析交易品种名称,基于您的风险设置计算手数,然后开仓。 整个过程都是自动的。您无需守在电脑前。 打开应用程序并登录 Telegram(仅第一次)。 选择要监听的频道或话题。 按下 Start。EA 会处理其余的一切。 支持的
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
TradePanel MT4
Alfiya Fazylova
4.84 (95)
交易面板是一款多功能交易助手。该应用包含超过50种手动交易功能,并允许您自动执行大多数交易任务。 在购买之前,您可以在演示账户上测试演示版本。下载用于演示账户的试用版应用程序: https://www.mql5.com/zh/blogs/post/762579 。 完整说明 这里 。 贸易. 只需单击一下即可执行交易操作: 打開掛單和頭寸,並自動計算風險。 一鍵打開多個訂單和頭寸。 打開訂單網格。 按組別關閉掛單和頭寸。 反轉頭寸方向(關閉買入>打開賣出,關閉賣出>打開買入)。 鎖定頭寸(通過開啟缺少的頭寸,使買入和賣出頭寸的數量相等)。 一鍵部分關閉所有頭寸。 將所有頭寸的止盈和止損設置在同一價格水平。 將所有頭寸的止損設置在盈虧平衡水平。 開倉時,可使用以下功能: 在多個訂單或倉位之間分配計算出的數量(在單擊一次時開啟多個訂單和倉位)。 在開啟訂單前在圖表上可視化交易水平。 僅在當前點差不超過設定值時才開啟倉位。 止盈和止損之間的自動比例。 虛擬止損和止盈。 自動將止損和止盈的大小增加為當前點差的大小。 基於ATR指標讀數計算止盈和止損。 設置掛單的到期日期。 為掛單設置追蹤(掛單
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
MT4 至 Telegram 信号提供者 是一款易用、可完全自定义的工具,它使发送信号到 Telegram 成为可能,将您的账户变成信号提供者。 消息的格式 可以完全自定义! 但是,为了简便使用,您也可以选择一个预设模板,并能够启用或禁用消息的特定部分。 [ 演示 ]  [ 手册 ] [ MT5 版本 ] [ Discord 版本 ] [ Telegram 频道 ]  New: [ Telegram To MT5 ] 设置 可通过 用户指南 获取逐步说明。 无需了解 Telegram API;开发者提供所需的一切。 主要特性 自定义发送给订阅者的订单详情的能力 您可以创建分层订阅模型,例如铜牌、银牌、金牌。金牌订阅可获得所有信号等。 按订单号、符号或备注过滤订单 包括执行订单的图表的屏幕截图 在发送的屏幕截图上绘制已关闭的订单,以便额外验证 推迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情的全透明度: 新的市场订单 *附带屏幕截图 订单修改(止损、获利点) 已关闭订单 *附带屏幕截图 部分关闭订单 ** 新的挂起订单 修改的挂起订单(进场价格) 挂起订单激活(
神速EA跟单(TradeMirror)是一款MT4/MT5平台的订单复制软件。 使用教程 请点击 神速EA跟单使用教程 链接以查看更多使用教程 为什么选择神速EA跟单 我们深知对于金融软件而言安全、稳定和隐私的重要性,因此我们在细节处对这三大要素进行了额外的加固: 提供用户友好的图形界面,操作简单易用 注重隐私安全,适合对订单分发有隐私要求各种金融场景 精准复制订单,毫秒级分发 支持全平台,MT4/MT5全面覆盖 智能感知系统状态,邮件通知守护交易安全 核心功能列表 对于跟单软件而言,功能并不是越多越好的,因此经过严谨的需求分析,我们对程序进行了精简,并最终保留了如下核心功能: 多重连接 邮件通知 手数缩放 信号过滤 反向跟单 重置止盈/止损 免费演示 在购买Trademirror之前,你总是可以尝试免费演示。 点击本页面上的免费演示按钮 点击是的,我有Metatrader 4/5 允许浏览器打开Mt4/5 在Mt4/5中,找到专家顾问/市场/TradeMirror,打开它并点击测试 启用复盘显示(否则你将看不到GUI界面)。 点击开始 现在你可以在可视化图表上看到TradeMirro
Trade Copier Global
Laszlo Tormasi
5 (15)
Trade Copier Global: The name speaks for itself. This copier allows you to copy orders between MT4 terminals even if they are not installed on the same computer. Features Copying trades between MT4 terminals around the world with a short delay. Automatically recognizes symbol prefixes. Can connect many Slaves to the same Master. Supports pending and market orders. Supports partial order close (with limitations, see below) Can send messages and notifications to the Slaves from the Master Several
跟单->方便快捷的界面交互,用户上手即用       ->>>> 推荐在windows电脑,或者VPS Windows上使用 特色功能: 多样化个性跟单设置: 1.对不同的信号源可以设置不同的手数模式 2.不同的信号源分别设置正向反向跟单 3.信号分别设置注释 4.是否根据合约手数校准手数 多样化个性跟单设置2: 1.对不同的品种可以设置不同的手数模式 2.不同的品种分别设置正向反向跟单 3.信号分别设置注释 4.是否根据合约手数校准手数 注释过滤,MAGIC过滤,信号手数过滤,本地品种过滤 净持仓模式(该模式下手数计算仅支持倍率) 工作时间设置 反向同步接收端的平仓 订单绑定功能:任意订单可以绑定到设置信号源订单上 (双击表格更改) 账户风险控制  基本功能: 跟单正常交互速度0.5s以下 自动检测信号源,并显示信号源账号列表 自动匹配品种,不同平台常用交易品种(后缀不同等特殊情况)95%自动匹配,基本无需手动设置,品种映射表可随意双击更改对应品种.(映射表具有快速搜索品种功能) 4种手数计算模式(1.倍率 2.固定手数 3.自适应资金风险 4.源账户资金比例风险) 特殊手数模式
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
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 属性中“输入参数”选项卡下的长长参数列表。 需要阅读所有文档。 批量操作 完全支持。 接收端上的批量平仓
Простая в управлении Торговая панель обеспечит безопасную торговлю. Вычислит объём сделки от заданного уровня Stop Loss и величины убытка. Поможет рассчитать сейф, и в ноль закрыть неверную сделку. Интуитивно понятный интерфейс делает панель удобной в управлении, освобождая внимание трейдера для принятия решения о входе в сделку. Программа сделает все расчёты за вас. Поэтому работа с помощью панели Снайпер - оптимальное решение для торговли с соблюдением Мани-менеджмента. А это главный ключ к по
Grid Manual MT4
Alfiya Fazylova
4.71 (17)
Grid Manual是一个交易面板,用于处理订单网格。 该实用程序是通用的,具有灵活的设置和直观的界面。 它不仅可以在亏损方向上设置订单网格,还可以在盈利方向上设置订单网格。 交易者不需要创建和维护订单网格,实用程序会这样做。 打开一个订单就足够了,Grid manual会自动为它创建一个订单网格,并伴随它直到非常关闭。 完整说明和演示版 此處 。 该实用程序的主要特性和功能: 伴隨以任何方式打開的訂單,包括從移動終端打開的訂單。 適用於兩種類型的網格:“限制”和“停止”。 使用兩種方法計算網格間距:固定和動態(基於 ATR 指標)。 允許您更改未結訂單網格的設置。 顯示圖表上每個網格的盈虧平衡水平。 顯示每個網格的利潤率。 允許您一鍵關閉網格中的盈利訂單。 讓您一鍵關閉每個訂單網格。 允許您對訂單網格應用追踪止損功能。 允許您在訂單網格上應用將訂單網格的止損轉移到盈虧平衡水平的功能。 相對於訂單網格的盈虧平衡水平自動重新排列止盈(僅在限價網格模式下,距離取決於所選的計算類型:“保守”或“激進”)。 最多可管理 20 個訂單網格,每個網格最多可包含 100 個訂單。
Trader Evolution MT4
Siarhei Vashchylka
5 (2)
" Trader Evolution " - A utility designed for traders who use wave and technical analysis in their work. One tab of the utility is capable of money management and opening orders, and the other can help in making Elliott wave and technical analysis. Manual (Be sure to read before purchasing) | Version for MT5 Advantages 1. Trading in a few clicks. Immediate and pending orders are available in the panel 2. Money management. The program automatically selects the appropriate lot size 3. Simplifies
Auto Trade Copier
Vu Trung Kien
4.76 (85)
自动交易复制器旨在以 100% 的准确度在多个 MT4/MT5 账户/终端之间复制交易。提供商和接收方账户必须位于同一台 PC/VPS 上。使用此工具,您可以将交易复制到同一台 PC/VPS 上的接收方账户。所有交易操作都将从提供商复制到接收方,不会有任何延迟。此版本仅适用于 MT4 账户。对于 MT5 账户,您必须使用 MT5 的自动交易复制器。参考: 参考: 对于 MT4 接收器,请下载“Trade Receiver Free” 这里 . 对于 MT5 接收器,请下载“Trade Receiver Free MT5”  这里 . 对于同一台 PC/VPS 上的 MT5 提供商,请检查“Auto Trade Copier MT5” 这里 . 如果您需要通过互联网在不同的 PC/VPS 上进行账户复制,请查看“Trade Copier Pro” 这里 . 如果您需要通过互联网在不同的 PC/VPS 账户之间进行复制,且接收方数量不限,请查看“无限交易复制器专业版” 这里 . 以下是重点功能 在 MT4 和 MT5 账户之间复制。 一个提供商可以将交易复制到多个接收者的账户。 一个提
Close by percentage MT4
Konstantin Kulikov
5 (1)
Hello friends. I wrote this utility specifically for use in my profile with a large number of Expert Advisors and sets ("Joint_profiles_from_grid_sets" https://www.mql5.com/en/blogs/post/747929 ). Now, in order to limit losses on the account, there is no need to change the "Close_positions_at_percentage_of_loss" parameter on each chart. Just open one additional chart, attach this utility and set the desired percentage for closing all trades on the account. The utility has the following function
Drawdown Protector MT4
Konstantinos Kalaitzidis
5 (2)
回撤保护器用于管理您所需的最大每日回撤。对于交易者来说,这是一个非常有价值的工具,特别是对于自营公司交易者来说,你需要小心回撤限制。  它是一种有效的 EA,易于用于股本回撤管理目的。 当浮动资产(而非余额)超过您设置的每日损失限额时,它会阻止新交易并关闭现有交易。此外,您还可以为单笔交易设置最大损失限额,如果超过该限额,则会阻止交易直到下一个日历日。 用户插入 3 个参数的值: 每日损失限额(以美元为单位): 以名义货币计的最大损失(我使用“$”仅用于示例目的)。这是 账户余额 名义值允许的最大提款额 。如果超过,EA 将阻止交易直到第二天。 每笔交易的损失限额(以美元为单位):  以名义货币计算的最大损失(我使用“$”仅用于示例目的)。这是 单笔交易 名义价值允许的最大回撤 。如果超过,EA 将阻止交易直到第二天。 (如果您将此参数的值保留为零 (0),EA 交易将不会考虑该值) 每日利润限额(以美元为单位): 如果您希望在获胜时避免过度交易,您可以设置每日利润限额,之后 EA 将在当天剩余时间阻止交易。据观察,有些交易者贪婪,为了寻求更多利润,他们也失去了最初的利润!这个参数
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。 配置滑点、挂单到期和重试设置以实现完美执行。 综合符号管理 排除特定符号或匹配自定义
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完全兼容 灵活复制于任何账户类型之间:所有经纪商均可进行真实>真实、真实>模拟、模拟>真实、模拟>模拟账户复制 多通道复制 — 支持从一个或多个发送账户复制到一个或多个接收
Trendline PRO MT4 Trendline PRO MT4 是一款用于 MetaTrader 4 的半自动 Expert Advisor,可根据用户创建的趋势线和图表价位执行交易、管理订单或发送提醒。 该 Expert Advisor 不生成交易信号,也不包含内置交易策略。所有入场、出场、风险设置和管理规则都由用户在图表上定义。本产品适合已经在自身分析中使用趋势线、突破位、支撑与阻力、通道或计划价格区域的交易者。 与原版 Trendline EA MT4 相比,PRO 版本增加了图表可视化面板、交互式 TP 和 SL 区域、OCO 入场组合、每条线独立手数、自动 breakeven、trailing stop、图表持久保存以及改进的 MT4 订单式交易管理。 其他资料 用户指南和文档 功能概览 可视化交易计划 从图表面板添加入场、突破、OCO、平仓和提醒线 直接在图表上放置 take-profit 和 stop-loss 区域 使用水平或倾斜的 TP 和 SL 区域 为每条入场线设置手数、TP、SL、自动 breakeven 和 trailing stop 在交易开仓前查看
Custom Alerts AIO:多市场智能监控,一键启动,无需设置 概述 Custom Alerts AIO 是一款“开箱即用”的高级市场扫描工具,无需额外安装任何其他指标或进行复杂设置。它内置了 Stein Investments 的所有核心指标(FX Power、FX Volume、FX Dynamic、FX Levels 和 IX Power),可帮助您轻松监控所有主要资产类别,如外汇、黄金、指数和加密货币。如果您的经纪商支持股票,您也可以手动添加个股进行监控。 1. 为什么选择 Custom Alerts AIO? 无需额外购买任何指标 • 所有关键指标均已内置,开箱即用。 • 专注于实时预警,不包含任何图形元素,性能高效,界面简洁。 全面覆盖所有主要市场 • 支持监控外汇、金属、加密货币和指数市场。 • 无需手动输入任何交易品种,只需在设置中勾选资产类别即可启用。 • 股票并不属于默认类别,如有需要可手动通过参数输入添加。 高效、专业、便捷 • 无需图表模板和手动加载,适合自动化或远程交易环境。 • 非常适合 VPS 上长期运行,或作为后台市场预警工具使用。 2
作者的更多信息
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
筛选:
无评论
回复评论