NotifyMe Free for MT4

5

概览

此 EA 发送通知到移动电话, 通过邮件或激活声音提示交易账户内的开仓或平仓。此 EA 不进行交易, 它仅监视您的账户和订单。


启动 EA

为了让 EA 工作,将文件 NotifyMe_free.ex4 保存在终端的/experts 目录 (可能它会自动放在那里)。NotifyMe_free 应该出现在导航窗口的 EA 板块。如果没有, 重启 MetaTrader 4 终端。

为了让 EA 工作,在 MetaTrader4 的设置中允许使用 EA。为此,进入工具菜单,之后选项,之后选择 EA 选栏。启用允许 EA 选项 (接受定制指标和脚本)。

要启动 EA,在导航器窗口鼠标右键点击其名称,然后选择 "挂载到图表",或者用鼠标拖放到图表上。EA 的参数窗口将会出现:设置所需的参数,然后点击确定。

此 EA 可以挂载到任意金融工具的图表上,因为 EA 在每次即时报价来到时分析交易账户状态,为了降低通知的延迟,建议在报价比较活跃的品种里运行此 EA (例如, 以下货币对之一: EURUSD, GBPUSD, USDCHF 或 USDJPY)。时间帧任意。


EA 的输入参数

  • Push_Notify_Enable - 启用发送通知到移动终端 (true - 启用通知, false - 禁用通知);
  • Push_Notify_Interval - 发送通知到移动终端的最小时间间隔 (单位秒);
  • Push_Length_Limit - 发送到移动终端的最大消息长度;
  • Mail_Notify_Enable - 启用通过邮件发送通知 (true - 启用通知, false - 禁用通知);
  • Mail_Notify_Interval - 通过邮件发送通知的最小时间间隔 (单位秒);
  • Sound_Notify_Enable - 启用声音提示通知 (true - 启用通知, false - 禁用通知);
  • Sound_Notify_Interval -  通过声音提示通知的最小时间间隔 (单位秒);
  • Sound_File_Name - 当事件发生时激活提示声音的文件名;
  • Use_Local_Time - 指定发送消息至移动终端或邮件的时间 (false - 服务器时间, true - 运行 EA 的 PC 本地时间);
  • Show_Information - 显示 (true) 或隐藏 (false) 通知活动信息。


发送通知至移动终端。

首先,您应该有 MetaTrader 4 或 MetaTrader 5 的移动版本终端安装在您的安卓或 iOS 的智能设备上,以便接收通知。您可以下载 MetaTrader 4MetaTrader 5 移动终端,安卓版和 iOS 版都是免费的。

您也应该在启动 EA 的 MetaTrader 4 交易终端上允许推送通知。为此, 进入工具 – 选项 – 通知选栏, 选中 "启用推送通知" 参数,并指定您的移动终端上消息栏里面的 MetaQuotes_ID。

"Push_Notify_Enable" 参数允许您启用或禁用发送通知至移动终端。

"Push_Notify_Interva" 输入参数允许您设置发送通知到移动终端的最小时间间隔 (单位秒)。如果当前与之前发送的消息时间间隔小于指定时间,EA 不会发送新的通知。它将以保存通知替代。若当前时间距之前发送的时间大于 "Push_Notify_Interval" 参数中指定的时间,EA 会发送间隔期间累积的所有事件的描述信息。这有一个限制 (由 MetaQuotes 开发的推送通知服务),即单位时间内发送消息的数量: 每秒不超过 2 条,或每分钟不超过 10 条消息 (如果违反此限制,发送推送通知可被 MetaQuotes 阻止)。因此,不建议设置非常小的数值 (特别是那些会产生高频事件的交易帐户)。

" Push_Length_Limit" 参数允许您设置发送到移动终端的消息所含最大字符数量。如果消息太长,按照参数中指定的长度截尾。最大允许推送消息的长度为 255 个字符。一条消息包括两部分: 账户号码和拥有者的名字 (自动生成) 和由 EA 生成的事件描述 (它的长度由 "Push_Length_Limit" 参数限制)。在某些情况下,如果一条消息的长度超过 255 个字符,则可能在移动终端中变得不可见。"Push_Length_Limit" 参数值的选择应该基于自动添加的消息部分 (账户号码和拥有者名字)。


通过邮件发送通知

要通过邮件接收通知,您应当在运行 NotifyMe 免费版的 MetaTrader 4 交易终端的设置里允许发送邮件。为此,进入工具 – 选项 – 邮件选栏, 选中启用参数并指定您的邮件账户以及 SMTP 邮件服务器参数。

由 EA 通过邮件发送的消息标题为 "Account account_number notification"。 

"Mail_Notify_Enable" 参数允许您启用或禁用通过邮件发送通知。

"Mail_Notify_Interval" 输入参数允许您设置通过邮件发送通知的最小时间间隔 (单位秒)。如果当前与之前发送的消息时间间隔小于指定时间,EA 不会发送新的通知。它将以保存通知替代。若当前时间距之前发送的时间大于 "Mail_Notify_Interval" 参数中指定的时间,EA 会发送间隔期间累积的所有事件的描述邮件。一些邮件服务器将频繁的邮件视为不良行为。因此,不建议在 "Mail_Notify_Interval" 参数里设置过小的数值。


音频提示通知

" Sound_Notify_Enable" 参数,允许您启用或禁用声音通知。

"Sound_Notify_Interval" 输入参数允许您设置发送通知的最小时间间隔 (单位秒)。

"Sound_File_Name" 允许您设置通知到达时激活的声音文件名。文件以 .wav 格式保存在 终端文件夹/sounds 或它的子目录里。


屏幕上显示数据

如果 Show_Information 参数设为 true,则服务器和本地时间的信息将显示在图表的左上角,以及每个通知类型的设置。

通过程序发送的消息例子

  • Opening pending order: 2013.08.12 14.56.49 Sell Limit -> Sell at 1.32900, SL: 1.32980, TP: 1.32800, Comment: Test order;
  • Opening market position: 2013.08.12 14:56:52 EURUSD Sell 0.10 at 1.32900, SL: 1.32980, TP: 1.32800, Magic: 17;
  • Closing position: 2013.08.12 15:13:20 EURUSD Close Sell 0.10 at 1.32800, Magic: 17, (Profit: 10.00 USD), Balance: 1010.00 USD (Equity: 1010.00 USD);


完整版以及用于 MetaTrader 5 的版本

这是程序的完整版本 - MT4 的 NotifyMe。不同于免费版本,它允许发送有关挂单放置或删除的通知,修改订单参数 (开盘价,止损,止盈),余额和杠杆变化,账户净值和可用保证金的降低等等。对于 MetaTrader 5 交易平台,也有相同功能的免费和完整版。


警告

对于 MT4 的 NotifyMe 免费版,开发者不负责由于 MT4 交易终端或 MQL4 语言升级带来的程序修改或终止 - MetaQuotes 公司。对于 MT4 的 NotifyMe 免费版,开发者不负责因使用该程序工作,或其故障,而导致的任何亏损,破坏或错失利润。


联系信息

如果您对应用程序有任何问题,它的操作评论,或未来的改进建议,请通过 邮件 发送它们或通过本网站的个人消息留言。让我知道您希望看到什么样的产品 (EA,指标,脚本)。

评分 9
Oleg Pavlenko
17945
Oleg Pavlenko 2023.06.07 09:29 
 

Хорошая утилита. Не хватает только названия брокера в сообщении. А то когда много счетов, то без названия брокера сложно разобраться с какого именно терминала пришло сообщение. А в остальном, утилита отрабатывает на все 100%. Советую!

Nathan Rodrigues
18
Nathan Rodrigues 2022.11.27 12:46 
 

Super useful and works as desired.

Al Rizqi
38
Al Rizqi 2022.01.30 18:27 
 

What a useful EA. Thank you

推荐产品
OTRX Fimathe Backtest is a tool for the Trader or Enthusiast who uses the Fimathe technique created by Trader Marcelo Ferreira to carry out his training and validate if he can obtain profitability. In this tool you will be able to: 1. Define whether you are looking for a buy or sell entry. (Trend). 2. Define by clicking twice on the horizontal lines where your Reference Zone and your Neutral Zone will be. 3. Monitor the entry, subcycle and exit of the trade. 4. Trading Summary, Daily, Week
FREE
Confirmation Entry
Fawwaz Abdulmantaser Salim Albaker
Dear Valuable Friends ,   This New Free EA works as below : - waiting the M15 diagram to show the reverse or continuing of the trend - confirm  signal on H4 Diagram . - wait till the entry strategy is being extremely true  - put direct entry point (sell or Buy ) and put Pending Orders (P.O) in grid   All these will be Active after manually set in common parameters that u fully controlled . Check the pics to recognize .. for any Question write to me directly .. Best Luck  Best Luck  
FREE
Update:ver1.53 (2023/08/16) ・概要と必要環境 手動発注もしくは他ツール等からの発注に対し、指値発注予約の複製を生成します。こちらは「発注操作の簡易化」に特化したものになります。発注判断となる分析は、資料を漁る、経験則を導く、他の分析ツールやEAを併用する等、利用者ご自身で頑張ってください。なお、ver1.28より、「決済後、自動で再発注する」機能が実装されました。(有償版でのみ有効化できます) ・導入と導入後の操作 導入そのものは簡単です。「自動売買可能なEA」として、適当なチャートにて動作させるだけです。(チャートの対象相場は問いません。このEAは、チャートを見ていません)。あとは、「このEAでのローカルコピー以外の発注」があれば、それに応じて「損失が出た場合に備えての追加取引の予約」という形で、指値発注が自動生成されます。 導入操作上の注意として、「本EAを、複数のチャートで動作」はできません。EAがチャート自体を見ておらず、注文状況だけを見ているため、複数のチャートで動かす意味もありません。また、ターミナルとEAの設定として「自動売買」を許可しない
FREE
Grid Assistant Pro
Alessandro De Cristofaro
Grid Assistant Pro – Utility for Managing Grid Strategies on MetaTrader 4 Grid Assistant Pro is a professional utility that helps traders manage and monitor unidirectional grid strategies directly from the MT4 chart. It provides a visual dashboard , clear controls, and automated risk protection features for precise and efficient grid operation. Key Features Visual Dashboard Real-time metrics: Balance, Equity, Floating P/L, Drawdown %, Free Margin Grid status: active and pending or
FREE
FREE UNTIL FEBRUARY 14, 2023 SPEND MORE TIME WITH YOUR FAMILY. ENJOY LIFE… DO NOTHING. This version is only auto set of Takeprofit and StopLoss Main Version  of  TropangFX:   MT4 Version  |  MT5 Version Recommended timeframe:   H1 Supported currency pairs:  GBPUSD, EURUSD, EURCHF ,   USDCAD, USDCHF ,  AUDCAD, EURCAD, EURAUD and many more... Requirements The EA requires good brokerage conditions:   low spread   and   slippage   during the rollover time. I advise using a really   good ECN brok
FREE
Saved your Account Margin for multiple Trades Trading Robot Closing all second open Trades automatic Closing Trades that reached max. Lot Trading Robot built to avoid: -Stop multiple Trades -Save overtrading  -Hold Strategy -max.  Lot -Prop conform -long Account holding -Prop Firm Account holder  - Robot allow one Trade per Symbol -Stop loosing by click multiple Times Trade Button -Robot needs to be Set on every Symbol that will be saved - no Settings configure OneRule OneFunktion Set on Chart
FREE
SL and TP Setter
Giacomo Barone
4 (1)
You can manually open a trade (one click), and this EA will take care of setting the SL and TP. SL and TP are set based on the number of pips you specify in the input screen. You can also choose monetary SL and TP. SL and TP are determined based on the weighted average price (WAP), so if you open a new trade, SL and TP will be updated according to the new WAP. The WAP is not unique but differentiated between buy and sell trades (this is useful only if you open opposite trades on the same chart)
FREE
通过我们的MT4和MT5高级交易管理器革新您的交易 MT5版本: https ://www .mql5 .com /en /market /product /107253 利用我们的MT4和MT5高级交易管理器来强化您的交易策略,提升精准度和控制力。与传统交易管理器不同,我们的管理器不仅能动态适应市场条件,还在您进入交易的瞬间设置自动止损和止盈水平。 主要特点: 自动进入策略: 通过自动进入策略即时抓住机会。进入交易时,系统会战略性地设置预设的止损和止盈,确保从一开始就严格的风险管理。 动态止损管理: 实时应对市场变化。当您的交易达到+0.50%的利润时,系统会自动将止损减半,保护您的收益并控制风险。 保本保护: 获得+1%利润时享受安宁。我们的高级交易管理器会将止损移动至保本水平,确保您初始资金安全,让利润得以延续。 优化利润锁定: 轻松最大化收益。当达到+2%利润时,交易管理器将止损调整为+1%,在确保利润的同时允许市场波动。 高效的进入和退出自动化: 通过自动执行止损和止盈,充满信心地交易。无需时刻监控,将更多精力放在优化您的策略上。 多资产兼容性: 轻松多样化您的投资组合。我
FREE
Fully functional manual trade panel with risk/reward, auto SL, lot size calculation, one-click trading, hidden (virtual) stop loss/take profit and pending orders, scale in and out of trades (partial close), news events and more. Works with all symbols not just currency pairs. Brings an incredible amount of functionality to MetaTrader for free and for both demo and live accounts. Features Lot size calculation - based on % of account to risk, fixed amount or dynamic lots Automatic take profit base
FREE
Free automatic fibonacci
Tonny Obare
4.68 (50)
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
Profitstat 是一款免费指标,它可以扫描您的历史,并在图表上显示出来。免费版显示本日及前一日的交易数量和盈利。数据在交易平仓后即刻更新。简单地将它加载到任意图表,它出示的数据与图表货币和时间帧无关。
FREE
The Saz_Timer indicator belongs to the Saz_Forex suite of professional indicators designed by Traders, for Traders. This indicator will show minutes and seconds of real time on the chart window. The indicator uses the OnTimer() event so it can update even while no ticks received on the chart. The text is shown toward the bottom right of the chart, encircled red in the screenshot. Inputs: Text Colour, allows selection of the colour for the text.
FREE
VR Color Levels MT4
Vladimir Pastushak
5 (2)
对于那些使用趋势线、矩形和文本等元素进行技术分析的人来说,VR 颜色级别是一个方便的工具。可以直接向图表添加文本并截取屏幕截图。 设置、设置文件、演示版本、说明、问题解决,可以从以下位置获取 [博客] 您可以在以下位置阅读或撰写评论 [关联] 版本为 [MetaTrader 5] 一键点击 即可使用该指标。为此,请单击带有线条的按钮,之后光标下方将出现一条趋势线。然后,通过移动光标,您可以选择 行位置 并通过再次单击来修复它。 该指标的特点 是,样式和颜色的所有更改都会自动保存,并随后应用于所有 新创建的 图形对象。 该指标配备了两个独立的按钮,用于设置不同样式的趋势线,两个独立的不同样式的矩形,一个具有自己风格的文本字段以及一个用于创建屏幕截图的按钮。 屏幕截图在 MetaTrader 终端目录的 Files 文件夹中创建,保存路径和文件名写入专家日志中。 大致路径:C:\Users\用户名\AppData\Roaming\MetaQuotes\Terminal\Character set\MQL5\Files\VR Color Levels 有大量类似于 VR Color Le
FREE
IceFX TradeInfo
Norbert Mereg
4.77 (44)
IceFX 的 TradeInfo 是一款工具指标,显示当前账户和持仓的重要信息。 显示信息: 有关当前账户的信息 (结余, 净值, 可用保证金)。 当前点差, 当前回撤 (DD), 计划利润, 预计亏损, 等等。 开仓数量, 交易量 (手数), 盈利。 今日和昨日的范围。 距下一根柱线的剩余时间。 最后一日的盈利信息 (与 IceFX ProfitInfo 指标集成)。 风险- 基于开新仓的手数信息。 MagicNumber 过滤器。 注释过滤器。
FREE
Trend Analizer Bot
Pavel Predein
4.67 (3)
Automatic trading Advisor .This is a free version of the expert Advisor "Trend Analyzer Pro" https://www.mql5.com/ru/market/product/42792.В the robot is based on 2 strategies: at the intersection of moving averages and Bollinger bands indicator .In the paid version, three strategies are available, which increases profitability several times .Designed for the EURUSD H1 currency pair.It is possible to use it on other tools after optimization.Test only on tick data. ** Does not use such dangerous
FREE
This simple but useful script calculates the lot in % of the deposit. It is indispensable for risk management. There is only one customizable parameter: MaxRisk - risk in % for lot calculation. The product works as a standard script. Launch it once on an appropriate chart and start trading using the calculated lot value. Genious is simplicity! Happy trading!
FREE
Simple RSI Forex Trading Strategy
Victor Manuel Valderrama Zamora
2.5 (2)
Diversify the risk in your trading account by combining our Expert Advisors. Build your own custom trading system here:   Simple Forex Trading Strategies The expert advisor opens trades when RSI indicator enter in oversold or overbought areas. The Stop Loss, Take Profit, and Trailing Stop are calculated based on the ATR indicator. The recommended currency pair is EURGBP and the recommended timeframe to operate and to do backtests is H4. This Expert Advisor can be profitable in any TimeFrame an
FREE
NAS100 Auto Sl And TP
Moustapha Boulouz
5 (2)
介绍适用于 MT4 的 NAS100 Auto SL 和 TP Maker: 有了我们的 NAS100 Auto SL 和 TP Maker,再也不会错过止损和止盈的设置,这是交易者在 MetaTrader 4 上浏览纳斯达克 100 市场时不可或缺的助手。该工具专为寻求自动管理止损和止盈水平的无缝解决方案的用户而设计。 主要功能 轻松实现自动化: 自动监控无止损和/或止盈的纳斯达克 100 指数交易。 根据用户配置设置动态调整水平。 订单类型的多样性: 兼容纳斯达克 100 指数的市价订单和挂单。 支持 MetaTrader 4 中的各种订单类型。 定制配置: 用户友好的参数设置允许自定义跟踪偏好和止损/止盈水平。 范围灵活: 可选择为其运行的特定 NAS100 工具或所有交易工具设置止损和止盈。 快速执行: 确保快速设置所需的 StopLoss 和/或 TakeProfit 值,无需等待新的 tick 即可迅速响应。 MetaTrader 4 兼容性: 与 MetaTrader 4 中的所有订单类型兼容,实现无缝集成。 使用 NAS100 Auto SL 和 TP Maker 增
FREE
Signalator Lot Size Evaluator MT4 is a free local MetaTrader 4 utility for manual traders. It helps calculate an estimated lot size before opening a trade manually. The calculation is based on account size, trade direction, entry price, stop loss, risk percentage or fixed money risk, and broker symbol settings. The main purpose is simple: Enter your setup → define your risk → get the suggested lot size. The panel also shows useful pre-trade information such as spread, risk amount, SL/TP distance
FREE
Aurum Trend Scout
David Sanchez Clavero
Aurum Trend Scout — Aurum Trend Engine 免费LITE版 Aurum Trend Scout 是 Aurum Trend Engine 智能交易系统的 免费版本 。在H1时间框架上交易黄金(XAUUSD),使用基于Parabolic SAR + 布林带宽度比率的趋势跟踪策略,以BUYSTOP订单在日最高价突破时入场。 此LITE版本包含完整的策略逻辑和基于ATR的止损。使用固定手数,不包含FULL版本中的动态资金管理。 验证性能(真实数据,XAUUSD H1,2014-2025) 点差 20 点: 盈利因子 1.32 | 胜率 63.65% | 最大回撤 2.22% | 净利润 $11,363 | 1,004 笔 点差 30 点: 盈利因子 1.25 | 胜率 62.60% | 最大回撤 2.40% | 净利润 $9,378 | 1,016 笔 LITE版功能 完整策略逻辑(与FULL版相同) 基于ATR的止损 仅做多 — 无马丁格尔,无网格 11年超过1,000笔交易 LITE版限制 仅固定手数(无动态资金管理) 无追踪止损 升级到 Aurum T
FREE
一个简单的交易助手,允许以所需的杠杆轻松买卖。它是为最终交易者或新手交易者创建的,并受到 eToro 或 Binary.com 等流行的基于网络的交易平台的启发。它具有一组实现不同杠杆选项的交易按钮,以及一个用于关闭所有交易的附加按钮。所有交易均根据所使用的杠杆设置止损。这对于从其他平台迁移到 Metatrader 的交易者特别有用。 直观的界面 对短期交易特别有用 使用键盘快捷键快速交易 资金管理变得容易 EA实行严格的杠杆控制机制,将防止损失超过账户资金。 使用键盘快捷键进行交易 Double B:按 B 两次,EA 将买入 双 S:按 S 两次,EA 将卖出 双 C:按 C 两次,EA 将关闭当前图表中的所有交易 输入参数 幻数:用于进行交易的幻数。 滑点:关闭交易时使用的期望滑点。 每笔交易的风险:每笔交易的风险以可用保证金的百分比表示。默认值为 5%。最大值为 100%。 手动点值:交易品种的点值。零意味着 EA 将自动计算它。 杠杆:使用键盘快捷键进行交易时使用的默认杠杆 支持 我很乐意提供免费产品,但鉴于我的时间有限,它们没有任何形式的支持。我很抱歉。 作者 A
FREE
Safety
Sergey Ermolov
5 (2)
我想每个人都知道"安全"这样的资金管理规则。 对于那些不知道的人来说,安全假设在交易利润等于止损大小后关闭一半的头寸。 因此,即使价格反转并抓住止损,您也不会赔钱,因为在早些时候关闭部分头寸时获得了完全相同数量的利润。 安全专家顾问只有一个设置-关闭地段. 将其保留在0位置,顾问将关闭交易的一半。 安装专家顾问后,图表上会出现一条红色虚线,部分利润将由专家顾问固定。 如果您希望顾问在另一个级别关闭部分交易,您可以安全地将此行移动到另一个地方。 如果您在同一货币对上有多个交易打开,那么您应该用鼠标光标将EA拖到图表上,并将EA放在您希望通过安全关闭的订单打开水平附近。 专家顾问考虑订单票,只会处理这个订单。 Thank you!
FREE
EasyClose MT4
Nina Yermolenko
4 (1)
A simple and convenient utility for closing orders. It can close both all orders together as well as buy, sell or pending orders separately. Has an intuitive graphical interface. MT5 version of the utility -  https://www.mql5.com/en/market/product/78599 If you like this utility, take a look at my other products -   https://www.mql5.com/en/users/nina_yermolenko/seller
FREE
Account Info EA It is a tool that presents on the graph all the positions of the account, and specific information concerning the positions, but also the account. It enables the user to have an image of his account at a glance. Use like any expert advisor. You can't attach it in the same chart with other expert advisor. It does not have the ability to open or manage positions. You can attach it on any chart and any timeframe.
FREE
AI Advisor – 让 AI 真正看见你的交易世界 AI Advisor 会根据你的真实账户信息自动生成高质量提示词,可以直接粘贴到任意 AI 聊天中使用。 它帮你快速梳理账户状态,理解当前品种格局,识别风险点,挖掘潜在盈利机会,让 AI 以你的真实交易情况为基础来思考和交流,而不是凭空猜测。 快速链接 Download:      AI Advisor v1.02.ex4      AI Advisor   v1.02.ex5 Installation guide AI Advisor  Version Overview FAQ & troubleshooting 使用方法 – 三步搞定 在你关心的品种图表上打开 AI Advisor。 在右侧列表中选择一个合适的 “AI Advisor 模式”(AI Advisor Modes),让程序自动把账户信息、仓位、品种和结构整理进提示词。 点击「复制」,然后把生成的文本粘贴到你常用的任意 AI 聊天界面中,开始对话即可。 内置 Prompt 简要说明 AI Advisor 内置了一组常用分析场景,覆盖交易中最典型的几类问题,例如
FREE
Proftrader Free
Alexander Nikolaev
4 (3)
This Expert Advisor analyzes the last candles and determines whether there will be a reversal or a large correction. Also, the readings of some indicators are analyzed (their parameters can be adjusted). Is a free version of Proftrader . Unlike the full version, in the free version of the adviser the initial lot cannot be higher than 0.1, trading pair only EURUSD and also it has fewer configurable parameters. Input parameters Lots - lot size (at 0, the lot will be calculated from the percentage
FREE
This panel is a part of the SupDem-Pro trading system and is used to search for the best opportunities for any available instruments. Which can be selected manually in the Market Watch (open it with CTRL + M). Using this trading panel in combination with ShvedSupDem-Pro_Zone allows to analyze multiple currency pairs with a single click. The panel allows to load any instruments from the Market Watch, from 6 major currency pairs up to all instruments (480). The indicator parameters Button Width -
EA Gap Catcher
Mikita Kurnevich
5 (3)
Read more about my products EA Gap Cather - is a fully automated trading algorithm based on the GAP (price gap) trading strategy. This phenomenon does not occur often, but on some currency pairs, such as AUDNZD, it happens more often than others. The strategy is based on the GAP pullback pattern. Recommendations:  AUDNZD  TF M1  leverage 1:100 or higher  minimum deposit 10 USD Parameters:  MinDistancePoints - minimum height of GAP  PercentProfit - percentage of profit relative to GAP level
FREE
MQLTA Auto Close Demo
MQL4 Trading Automation
Auto Close is an expert advisor that can assist you with your money and risk management rules. The EA can monitor your Balance, Equity, Margin, Global Profit and Global Loss and alert you in case any of these reaches a specified threshold. This Demo Version has Notification and Close features disabled, full version can be found https://www.mql5.com/en/market/product/29141 How does it work? Load the Auto Close EA in the chart and set the parameters you want to keep monitored. If any of the risk
FREE
This utility keeps a watchful eye on your trading terminals and ensures that you are notified if any of them are disconnected. Simply attach the utility to a chart and connect to a monitoring service who can notify you. We use UptimeRobot for both VPS and terminal monitoring; however, any service supporting heartbeat monitoring can be employed. Many such services offer free plans and various notification methods, such as Cronitor.io
FREE
该产品的买家也购买
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 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 个终端之间。 支持从模拟账户和投资者密码账户进行复制 可同时运行在多个终端上
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 - 它禁用比率。  
一款面向手动交易的专业面板,把完整的交易流程都收进图表上的一个窗口,从精准入场到账户防护。按设定的风险精确计算手数,借助 RR Tool 直接在图表上用线条搭建交易,开立市价单和挂单、网格与 OCO。持仓的后续管理交给面板打理:最多五级分批平仓、六种跟踪止损、保本以及 Virtual SL/TP。日、周、月三档限额守护本金,一旦被突破即自动触发。 使用指南与免费 Live 演示 免费的 Live 演示版可在此获取 ( Free Live Demo )。 产品的使用指南见此 ( User Manual )。 NT Trade Manager 把交易者的整套工作流程收进图表上一块紧凑的面板,无需在终端各窗口之间反复切换,也不必在每次入场前埋头计算。它为坚持手动、独立判断的交易者而打造:主观交易者、剥头皮和波段交易者,外汇、金属、指数、大宗商品乃至加密货币等任何品种都适用。决策由你拍板,执行的琐碎操作、风控纪律和持仓跟踪则交给面板。没有你的指令,什么都不会发生:这是一件实战工具,而不是全自动交易程序,也不是信号服务。 功能概览 每笔交易的手数都严格按设定的风险算出:可取账户余额的百分比
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
达到目标利润时自动锁定利润 EquityTargetCloser   — 是一款 MetaTrader 5 实用工具型专家顾问,当   净值(Equity)超过当前余额达到指定的利润金额时 ,它会自动平掉所有市价单并删除挂单。平仓后目标自动提高:新门槛 = 新余额 + 指定利润。该 EA 不负责开仓,仅管理现有头寸,帮助可靠地锁定利润并保护积累的资金。 MT5-version:  https://www.mql5.com/en/market/product/169839 工作原理 该专家顾问持续将   净值(Equity)   与动态目标进行比较: 目标 =   当前余额(Balance) + plusMoney   (美元)。 当净值大于或等于该金额时,触发保护机制: 平掉   所有市价单   (任何品种)。 如果参数   Delete pending orders = true ,则删除   所有挂单 。 平仓后余额更新,目标重新计算:   新余额 + plusMoney 。这样,EA 在每个成功周期后逐步提高利润锁定门槛。 重要提示 :触发条件取决于   累计浮动利润 ,而不是
DrawDown Limiter MT4
Haidar Lionel Haj Ali
5 (8)
Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
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 会处理其余的一切。 支持的
TradePanel MT4
Alfiya Fazylova
4.84 (95)
交易面板是一款多功能交易助手。该应用包含超过50种手动交易功能,并允许您自动执行大多数交易任务。 在购买之前,您可以在演示账户上测试演示版本。下载用于演示账户的试用版应用程序: https://www.mql5.com/zh/blogs/post/762579 。 完整说明 这里 。 贸易. 只需单击一下即可执行交易操作: 打開掛單和頭寸,並自動計算風險。 一鍵打開多個訂單和頭寸。 打開訂單網格。 按組別關閉掛單和頭寸。 反轉頭寸方向(關閉買入>打開賣出,關閉賣出>打開買入)。 鎖定頭寸(通過開啟缺少的頭寸,使買入和賣出頭寸的數量相等)。 一鍵部分關閉所有頭寸。 將所有頭寸的止盈和止損設置在同一價格水平。 將所有頭寸的止損設置在盈虧平衡水平。 開倉時,可使用以下功能: 在多個訂單或倉位之間分配計算出的數量(在單擊一次時開啟多個訂單和倉位)。 在開啟訂單前在圖表上可視化交易水平。 僅在當前點差不超過設定值時才開啟倉位。 止盈和止損之間的自動比例。 虛擬止損和止盈。 自動將止損和止盈的大小增加為當前點差的大小。 基於ATR指標讀數計算止盈和止損。 設置掛單的到期日期。 為掛單設置追蹤(掛單
Master Close via Telegram can help you perform some management tasks on MT4/MT5 remotely via your Telegram by one click, easy to set up & use. Demo here (see more Master Notify   Master Control  ) ************************************************************************************ LIST OF COMMANDS: info_acc -  Get account info info_pen -   Get pending orders details info_pos -   Get positions details info_pos_sum -   Get positions summary close_pen -   Delete all pending orders close_pos_all -
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
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
MT4 至 Telegram 信号提供者 是一款易用、可完全自定义的工具,它使发送信号到 Telegram 成为可能,将您的账户变成信号提供者。 消息的格式 可以完全自定义! 但是,为了简便使用,您也可以选择一个预设模板,并能够启用或禁用消息的特定部分。 [ 演示 ]  [ 手册 ] [ MT5 版本 ] [ Discord 版本 ] [ Telegram 频道 ]  New: [ Telegram To MT5 ] 设置 可通过 用户指南 获取逐步说明。 无需了解 Telegram API;开发者提供所需的一切。 主要特性 自定义发送给订阅者的订单详情的能力 您可以创建分层订阅模型,例如铜牌、银牌、金牌。金牌订阅可获得所有信号等。 按订单号、符号或备注过滤订单 包括执行订单的图表的屏幕截图 在发送的屏幕截图上绘制已关闭的订单,以便额外验证 推迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情的全透明度: 新的市场订单 *附带屏幕截图 订单修改(止损、获利点) 已关闭订单 *附带屏幕截图 部分关闭订单 ** 新的挂起订单 修改的挂起订单(进场价格) 挂起订单激活(
Exp Averager
Vladislav Andruschenko
4.82 (22)
MetaTrader 4 用 Averager —— 专业的持仓均价管理与交易篮子恢复系统 这是一款为回撤中的持仓而打造的专业 Expert Advisor,核心任务不是寻找入场点,而是通过均价管理、追加开仓和整组仓位控制,帮助交易者更从容地处理亏损仓位与价格回撤。 Averager 并不是一个独立的自动交易系统,它不会像完整策略那样自动寻找市场信号并主动交易。它的价值在于:当你已经有持仓之后,它可以按照你的设定,对整组交易进行更聪明、更系统化的管理。 如果你希望在 MetaTrader 4 中获得一套更成熟的交易恢复逻辑,让仓位管理不再只是简单补单,而是围绕平均价格、统一止盈和整组追踪进行完整控制,那么这款产品正是为此而设计。 MT5版本 | 详细描述 + DEMO + PDF | 如何购买 | 如何安装 | 如何获取日志文件 | 如何测试和优化 | Expforex 的所有产品 为什么选择 Averager 针对回撤仓位进行均价管理 支持 顺势追加开仓 与 逆势均价开仓 整组仓位统一追踪止损 自动重算平均价格与整组共同退出点 支持灵活控制距离、手数增长和最大仓位数量 非常适合配合
PZ Trade Pad Pro MT4
PZ TRADING SLU
3.67 (3)
这是一个可视化的交易面板,可帮助您轻松进行交易管理,避免人为错误并增强交易活动。它结合了易于使用的视觉界面以及完善的风险和位置管理方法。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 易于使用 从图表轻松交易 精确的风险管理交易,无忧 保本是重中之重 让利润不受您的关注 尽快享受无风险交易 所有已开通交易的自动追踪止损 交易开始后立即设置初始止损 进行交易后,EA将执行以下任务: 初始止损/获利被自动放置 它会尽快锁定自由行(可选) 它将止损首次移动到盈亏平衡点(可选) 它使用您所需的方法跟踪止损,直到止损为止 其他很酷的功能是: 出色的终端活动报告 单一但功能强大的尾随止损方法 干净的图表界面 没有输入参数 我进行交易后会怎样? 这是您进行交易后EA的操作: 它放置初始止损并获利订单。 尽快搭便车并确保保本。默认情况下,这是通过在达到盈亏平衡点时关闭50%的交易来完成的,默认情况下为5点。这意味着,如果您日后被淘汰,您将一无所获(可选)。 盈亏平衡后,跟踪止损开始运行。 它跟踪止损,直到止损为止,让利润运行。 尾随止损如何运作? 追踪止损表示为所管
神速EA跟单(TradeMirror)是一款MT4/MT5平台的订单复制软件。 使用教程 请点击 神速EA跟单使用教程 链接以查看更多使用教程 为什么选择神速EA跟单 我们深知对于金融软件而言安全、稳定和隐私的重要性,因此我们在细节处对这三大要素进行了额外的加固: 提供用户友好的图形界面,操作简单易用 注重隐私安全,适合对订单分发有隐私要求各种金融场景 精准复制订单,毫秒级分发 支持全平台,MT4/MT5全面覆盖 智能感知系统状态,邮件通知守护交易安全 核心功能列表 对于跟单软件而言,功能并不是越多越好的,因此经过严谨的需求分析,我们对程序进行了精简,并最终保留了如下核心功能: 多重连接 邮件通知 手数缩放 信号过滤 反向跟单 重置止盈/止损 免费演示 在购买Trademirror之前,你总是可以尝试免费演示。 点击本页面上的免费演示按钮 点击是的,我有Metatrader 4/5 允许浏览器打开Mt4/5 在Mt4/5中,找到专家顾问/市场/TradeMirror,打开它并点击测试 启用复盘显示(否则你将看不到GUI界面)。 点击开始 现在你可以在可视化图表上看到TradeMirro
FORBEX Market Watch Trading Hours PRO NEWS  Feel free to contact me for support, installation assistance, and upgrade. Professional Market Session, Trading Schedule & Economic News Dashboard for MetaTrader 4 FORBEX Market Watch Trading Hours PRO NEWS is an advanced all-in-one MT4 dashboard designed to provide traders with real-time market session monitoring, broker trading schedules, live countdowns, intelligent voice alerts, and economic news awareness from one clean professional interface. The
Dear valued clients, Have a good day! This application will support you to manage the risk of your account according to your settings such as automated set the stop loss, take profit, automated close the position of total loss or profit greater than the preset input. You also can set your target equity, it will close all positions when it meet the desired target. The followings are the input parameters: Equity Target To Close and Delete All Orders ($) Equity Limit To Protect (Close All) Appl
CloseIfProfitorLoss with Trailing
Vladislav Andruschenko
4.87 (31)
Close If Profit or Loss with Trailing for MetaTrader 4 — 按总盈利或总亏损自动平仓 这是一款适用于 MetaTrader 4 的实用型交易管理工具。当总盈利或总亏损达到您设置的水平时,EA 可以自动关闭选定的持仓。 Expert Advisor 会监控当前交易,计算浮动盈亏,并可使用利润跟踪功能,帮助交易者比手动操作更快地管理风险和锁定结果。 MetaTrader 4 仍然被大量手动交易者、剥头皮交易者、网格交易者和 EA 用户使用。但 MT4 本身没有一个方便的内置工具,可以按一组订单的总结果来自动平仓。这个工具正是为了解决这个问题。 Close If Profit or Loss with Trailing 可用于手动交易,也可以与其他 Expert Advisors、网格系统、加仓策略、恢复策略和多品种交易一起使用。您设置规则,EA 负责监控结果,并在条件达到时执行平仓。 MT5 版本 | 完整说明 + DEMO + PDF | 如何购买 | 如何安装 | 如何获取日志文件 | Expforex 的所有产品 为什么 MT4
Kali FX Trade Manager
Calvin Andile Mahlangu
Kalifx Trade Manager is a smart on-chart trading and risk-management panel for MetaTrader 4. It replaces manual order tickets and spreadsheet risk math with a compact, draggable panel that lets you place, size, and manage trades directly from the chart — including automatic breakeven, trailing stops, and a 3-level partial close (multi-TP) system with draggable on-chart lines. Built for discretionary traders who want the speed of a one-click panel with the discipline of automated risk rules runn
Trade Manager Ultimate (MT4/MT5) —— 专业风险与追踪管理系统 欢迎使用   Trade Manager Ultimate   —— 一款终极风险管理与追踪止损解决方案,旨在让您的手动交易更加直观、精准并具备高度可控性。它不仅仅是一个交易面板,更是一套完整的仓位管理与资金保护引擎。无论您是专业短线交易者还是长期趋势交易者,Trade Manager Ultimate 都能够适配您的交易策略,为您的交易提供机构级别的控制能力。 为什么选择 Trade Manager Ultimate? 在快速变化的金融市场中,计算错误和执行延迟都可能造成资金损失。Trade Manager Ultimate 消除了人为猜测与误差。它能够实时监控您的账户数据,并以毫秒级精度执行追踪与保护策略。 核心功能 ️ 高级追踪引擎 独立追踪止损:   为每个订单单独设置追踪止损参数,实现精准管理。 组合追踪(平均价格):   专为网格交易与多仓位交易者设计。系统会自动计算同方向(全部 Buy 或全部 Sell)仓位的加权平均价格,并统一移动止损,以锁定整体利润。 智能
Trade copier MT4
Alfiya Fazylova
4.56 (32)
Trade Copier 是一种专业实用程序,旨在复制和同步交易账户之间的交易。 复制发生从供应商的帐户/终端到收件人的帐户/终端,安装在同一台计算机或 vps 上。 促销活动 - 如果您已经购买了“Trade copier MT5”,您可以免费获取“Trade copier MT4”(用于 MT4 > MT5 和 MT4 < MT5 的复制)。欲了解更多详细条款,请通过私人消息与我们联系! 在购买之前,您可以在演示帐户上测试演示版本。 演示 这里 。 完整说明 这里 。 主要功能和优点: 支持复制MT4>MT4、MT4>MT5、MT5>MT4,包括МТ5 netting账户。 供应商和收件人模式在同一产品中实现。 简单直观的界面,允许您直接从图表中实时控制复制。 连接中断或终端重新启动时不会丢失设置和位置。 允许您选择要复制的符号,也可以替换接收者的符号,例如 EURUSD> USDJPY。 支持回拷贝。 能够仅复制某些订单。 允许您设置开仓交易价格的最大差异和最大时间延迟。 正确复制部分订单关闭的执行。 计算复制手数的几种方法。 同步止盈和止损。有几种方法可以计算它们的位置。 支持
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.源账户资金比例风险) 特殊手数模式
Простая в управлении Торговая панель обеспечит безопасную торговлю. Вычислит объём сделки от заданного уровня Stop Loss и величины убытка. Поможет рассчитать сейф, и в ноль закрыть неверную сделку. Интуитивно понятный интерфейс делает панель удобной в управлении, освобождая внимание трейдера для принятия решения о входе в сделку. Программа сделает все расчёты за вас. Поэтому работа с помощью панели Снайпер - оптимальное решение для торговли с соблюдением Мани-менеджмента. А это главный ключ к по
Grid Manual MT4
Alfiya Fazylova
4.71 (17)
Grid Manual是一个交易面板,用于处理订单网格。 该实用程序是通用的,具有灵活的设置和直观的界面。 它不仅可以在亏损方向上设置订单网格,还可以在盈利方向上设置订单网格。 交易者不需要创建和维护订单网格,实用程序会这样做。 打开一个订单就足够了,Grid manual会自动为它创建一个订单网格,并伴随它直到非常关闭。 完整说明和演示版 此處 。 该实用程序的主要特性和功能: 伴隨以任何方式打開的訂單,包括從移動終端打開的訂單。 適用於兩種類型的網格:“限制”和“停止”。 使用兩種方法計算網格間距:固定和動態(基於 ATR 指標)。 允許您更改未結訂單網格的設置。 顯示圖表上每個網格的盈虧平衡水平。 顯示每個網格的利潤率。 允許您一鍵關閉網格中的盈利訂單。 讓您一鍵關閉每個訂單網格。 允許您對訂單網格應用追踪止損功能。 允許您在訂單網格上應用將訂單網格的止損轉移到盈虧平衡水平的功能。 相對於訂單網格的盈虧平衡水平自動重新排列止盈(僅在限價網格模式下,距離取決於所選的計算類型:“保守”或“激進”)。 最多可管理 20 個訂單網格,每個網格最多可包含 100 個訂單。
作者的更多信息
NotifyMe Free for MT5
Denis Zyatkevich
5 (5)
Overview The Expert Advisor sends notifications to a mobile phone, via e-mail or activates an audio alarm in case any changes are detected on the trading account: opening/closing positions, changing order parameters, balance or leverage. Also, the Expert Advisor can inform that Equity on the trading account has dropped below a specified value or Free Margin is small compared to Margin. The Expert does not trade, it only monitors your account and orders. Launching the Expert Advisor You should a
FREE
Overview The script displays information about the trade account: Information about the trade account: Account - account number and type (Real, Contest or Demo); Name - name of the account owner; Company - name of a company that provide the access to trading; Server - trade server name; Connection State - connection state; Trade Allowed - shows whether trading is allowed on the account at the moment; Experts Allowed - shows whether it is allowed to trade using Expert Advisors; Balance - account
FREE
Overview The script displays information about the trade account: Account - account number and type (Real or Demo); Name - name of the account owner; Company - name of a company that provide the access to trading; Server - trade server name; Connection State - connection state; Trade Allowed - shows whether trading is allowed on the account at the moment; Balance - account balance; Equity - account equity; Credit - amount of credit; Profit - profit size; Free Margin - free margin on the account;
FREE
NotifyMe for MT4
Denis Zyatkevich
5 (4)
概览 本 EA 在检测到交易账户的任何变化时,发送通知到移动终端,通过邮件或激活声音警报: 开仓/平仓,改变订单参数,余额或杠杆。此外,EA 在交易账户的净值跌至低于指定值或可用保证金相比保证金很小的时候发送通知。本 EA 不进行交易, 它仅监控您的账户。 启动 EA 为了 EA 的工作,将文件 NotifyMe.ex4 放置 终端文件夹/experts (可能它会自动放在那里)。NotifyMe 应该会出现在导航窗口的 EA 区域。如果没有, 重启 MetaTrader 4 终端。 为了让 EA 工作,在 MetaTrader 4 的设置中允许使用 EA。为此,进入工具菜单,之后选项,之后选择 EA 选栏。启用允许 EA 选项 (接受定制指标和脚本)。 要启动 EA,在导航器窗口鼠标右键点击其名称,然后选择 "挂载到图表",或者用鼠标拖放到图表上。EA 的参数窗口将会出现:设置所需的参数,然后点击确定。 此 EA 可以挂载到任意金融工具的图表上,因为 EA 在每次即时报价来到时分析交易账户状态,为了降低通知的延迟,建议在报价比较活跃的品种里运行此 EA (例如, 以下货币对之一:
Overview The script displays information about the trade account and the current financial instrument. Information about the trade account: Account - account number and type (Real or Demo); Name - name of the account owner; Company - name of a company that provide the access to trading; Server - trade server name; Connection State - connection state; Trade Allowed - shows whether trading is allowed on the account at the moment; Balance - account balance; Equity - account equity; Credit - amount
Overview The Expert Advisor allows you to receive notifications to the mobile phone (or tablet PC), mailbox or play the sound alert when some events occured: opening or closing position, placing or deleting pending order; changing open price, stop loss or take profit; the account balance, equity, margin level, free margin or drawdown has reached the user specified level. You can specify a notification interval, notification text template and audio file for sound alerts. Expert Advisor saves the
This is Advanced NotifyMe version with large interface. Overview The Expert Advisor allows you to receive notifications to the mobile phone (or tablet PC), mailbox or play the sound alert when some events occured: opening or closing position, placing or deleting pending order; changing open price, stop loss or take profit; the account balance, equity, margin level, free margin or drawdown has reached the user specified level. You can specify a notification interval, notification text template an
Overview The Expert Advisor sends notifications to a mobile phone, via e-mail or plays a sound in case any changes are detected on the trading account: opening/closing positions, changing order parameters, balance or leverage. Also, the Expert Advisor can inform that Equity on the trading account has dropped below a specified value or Free Margin is small compared to Margin. The Expert does not trade, it only monitors your account. Launching the Expert Advisor For the Expert Advisor to work, pl
NotifyMe for MT5
Denis Zyatkevich
5 (4)
Overview The Expert Advisor sends notifications to a mobile phone, via e-mail or activates an audio alarm in case any changes are detected on the trading account: opening/closing positions, changing order and position parameters, balance or leverage. Also, the Expert Advisor can inform that Equity on the trading account has dropped below a specified value or Free Margin is small compared to Margin. The Expert Advisor does not trade, it only monitors your account and orders. Launching the Expert
Overview The script displays information about the trade account and the current financial instrument. Information about the trade account: Account - account number and type (Real, Contest or Demo); Name - name of the account owner; Company - name of a company that provide the access to trading; Server - trade server name; Connection State - connection state; Trade Allowed - shows whether trading is allowed on the account at the moment; Experts Allowed - shows whether it is allowed to trade usin
Overview The Expert Advisor allows you to receive notifications to the mobile phone (or tablet PC), mailbox or play the sound alert when some events occured: opening or closing position (also closing all positions), placing or deleting pending order; changing open price, stop loss or take profit; the account balance, equity, margin level, free margin or drawdown has reached the user specified level. You can specify a notification interval, notification text template and audio file for sound aler
This is Advanced NotifyMe version with large interface. Overview The Expert Advisor allows you to receive notifications to the mobile phone (or tablet PC), mailbox or play the sound alert when some events occured: opening or closing position (also closing all positions), placing or deleting pending order; changing open price, stop loss or take profit; the account balance, equity, margin level, free margin or drawdown has reached the user specified level. You can specify a notification interval,
Overview The Expert Advisor sends notifications to a mobile phone, via e-mail or plays a sound in case any changes are detected on the trading account: opening/closing positions, changing order or position parameters, balance or leverage. Also, the Expert Advisor can inform that Equity on the trading account has dropped below a specified value or Free Margin is small compared to Margin. The Expert Advisor does not trade, it only monitors your account. Launching the Expert Advisor You should all
筛选:
Oleg Pavlenko
17945
Oleg Pavlenko 2023.06.07 09:29 
 

Хорошая утилита. Не хватает только названия брокера в сообщении. А то когда много счетов, то без названия брокера сложно разобраться с какого именно терминала пришло сообщение. А в остальном, утилита отрабатывает на все 100%. Советую!

Nathan Rodrigues
18
Nathan Rodrigues 2022.11.27 12:46 
 

Super useful and works as desired.

Al Rizqi
38
Al Rizqi 2022.01.30 18:27 
 

What a useful EA. Thank you

Mehdi Faraz Fard
2470
Mehdi Faraz Fard 2021.07.11 13:33 
 

So far so good.Thanks

Matthew Todorovski
13134
Matthew Todorovski 2018.06.12 15:54 
 

用户没有留下任何评级信息

Tim Eubanks
5763
Tim Eubanks 2018.03.22 00:45 
 

用户没有留下任何评级信息

Ali irwan
5137
Ali irwan 2017.07.26 15:22 
 

用户没有留下任何评级信息

makita
411
makita 2016.11.13 17:58 
 

Нужная вещь!

Vadim Strelkov
7710
Vadim Strelkov 2014.05.13 12:05 
 

用户没有留下任何评级信息

回复评论