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
17872
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
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.67 (49)
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
Market Order Management Utility and strategy Tester in one solution. The software is equipped with a simple and intuitive interface, with risk management in lots, but also in money or percentage. Management of the market position trough BE and split of the profit and monitoring of the profits in money and percentage. Also usable for MT4 BactTest system with 4 different speed.
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 (1)
对于那些使用趋势线、矩形和文本等元素进行技术分析的人来说,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
4 (1)
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
一个简单的交易助手,允许以所需的杠杆轻松买卖。它是为最终交易者或新手交易者创建的,并受到 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
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
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
Dragonfire Arrows
Pieter Gerhardus Van Zyl
Check out my German Pro Signal - https://www.mql5.com/en/signals/2354346 Dragonfire Arrows is a mythical-themed arrow signal indicator that blends adaptive trend-following logic with multiple types of moving averages—reimagined as “Dragon Breaths.” It generates Buy (Ice Arrow ↑) and Sell (Fire Arrow ↓) signals directly on the chart using a multi-layered pulse system inspired by fantasy creatures, each with its own moving average logic. The system uses three magical “pulse” layers: Dragon’s Quic
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
Trailinator MT4
Christian Opperskalski
TRAILINATOR  is a unique Solution to use different Trailing-Stop Variants and change your settings via Remotecontrol. You configure your Trailing-Stop for a specified Symbol only once. This setting will be used for all your Positions of the same Symbol. Currently we support these different Trailing-Stops: Standard : works like you use in Metatrader Terminal, starts trailing if your profit is greater than trailing stop Start after points : trailing stop will start after your defined points in p
FREE
Ultra Scalper Pro
Vadim Korolyuk
4.38 (8)
Scalping Expert Advisor trades from daily support and resistance levels. Trading expert does not use indicators. Recommended use a broker with 5 signs and a low spread. To protect the account from trading during spread expansion, added parameter: "MaxSpread", in which you specify the maximum allowable spread (15-20 pips). A month opens 16-18 deals on average. Benefits: Expert always uses Takeprofit, Stoploss and Traillingstop; Expert does not use a grid or martingale system; Expert can work with
FREE
SuperMac Free
Agus Wahyu Pratomo
4 (1)
FREE VERSION ONLY USE LOT SIZE 0.01 TO UNLOCK IT GO HERE  https://www.mql5.com/en/market/product/61498 SuperMac EA is a trading robot  for the trading on forex and trades  Scalping  Strategy and Tren Follower. This is a Trend Following system that trades in all session.   It use Multi Complex Algorithm to determine tren behaviour.  EA optimized on EURUSD, GBPUSD and NZDUSD (Use together) but can be use on other pair  Use PAIR can use 3 pairs (recommended to maximize profit) at the same time (
FREE
该产品的买家也购买
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (108)
通过 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.42 (193)
它有助于计算每笔交易的风险,容易安装新的订单,具有部分关闭功能的订单管理, 7 种类型的追踪止损和其他有用的功能。 附加材料和说明 安装说明 - 应用程序说明 - 模拟账户应用程序的试用版 线条功能  - 在图表上显示开仓线、止损线、止盈线。 有了这个功能,就可以很容易地设置一个新的订单,并在开仓前看到它的附加特性。   风险管理  - 风险计算功能在考虑到设定的风险和止损单的大小的情况下,计算新订单的成交量。它允许你设置任何大小的止损,同时观察设定的风险。 批量计算按钮 - 启用 / 禁用风险计算。 在 " 风险 " 一栏中设置必要的风险值,从 0 到 100 的百分比或存款的货币。 在 " 设置 " 选项卡上选择风险计算的变量: $ 货币, % 余额, % 资产, % 自由保证金, % 自定义, %AB 前一天, %AB 前一周, %AB 前一个月。   R/TP 和 R/SL - 设置止盈和止损的关系。 这允许你设置相对于损失的利润大小。 例如, 1 : 1 - 这决定了 TP = SL 的大小。 2 : 1 - 这意味着 TP 是 SL 的两倍。 RR - 它禁用比率。  
欢迎来到 Trade Manager EA——这是一个终极风险管理工具,旨在使交易变得更直观、精准和高效。它不仅仅是一个下单工具,而是一个用于无缝交易计划、仓位管理和风险控制的全面解决方案。不论您是新手交易员、资深交易员,还是需要快速执行的剥头皮交易员,Trade Manager EA 都可以满足您的需求,适用于外汇、指数、大宗商品、加密货币等各种市场。 借助 Trade Manager EA,复杂的计算已成过去。只需分析市场,在图表上用水平线标记入场、止损和止盈,设置您的风险水平,Trade Manager 就会立即计算出理想的头寸规模,并实时显示以点、账户货币计价的止损和止盈。每笔交易都得以轻松管理。 主要功能: 头寸规模计算器 :根据定义的风险瞬间确定交易规模。 简单的交易计划 :在图表上用可拖动的水平线直接计划交易,设置入场、止损和止盈。 实时显示 SL 和 TP :以账户货币、点或分显示止损和止盈,便于分析。 高级保护工具 盈亏平衡选项 : 基本盈亏平衡 :当您的交易达到设定水平时自动保护利润。 多级盈亏平衡 :设置多达 4 个级别以逐步保护利润。 尾随止损选项 : 基本尾随
Copy Cat More Trade Copier MT4 (复制猫MT4) 不仅仅是一个简单的本地交易复制工具;它是一个为当今交易挑战而设计的完整风险管理与执行框架。从 prop firm 挑战到个人账户管理,它都能通过强大的执行力、资本保护、灵活配置以及先进的交易处理来适应各种情况。 该复制器同时支持 Master(发送端) 和 Slave(接收端) 模式,能够实时同步市价单与挂单、交易修改、部分平仓以及 Close By 操作。它兼容模拟账户与真实账户,支持交易或投资者密码,并通过持久交易记忆系统(Persistent Trade Memory)确保即使 EA、终端或 VPS 重启后也能恢复。可同时管理多个 Master 与 Slave,并通过前缀/后缀自动调整或自定义符号映射来处理跨平台或跨经纪商差异。 使用手册/设置: Copy Cat Trading Copier 使用手册 Copy Cat More MT5: https://www.mql5.com/en/market/product/139088 加入频道: https://www.mql5.com/en/cha
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.65 (66)
MetaTrader 4 的交易复制器。     它从任何账户复制外汇交易、头寸、订单。 它是最好的贸易复印机之一     MT4 - MT4,MT5 - MT4     为了   复制 MT4     版本(或     MT4 - MT5 MT5 - MT5     为了   复制MT5     版本)。 MT5版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 复印机 版本       MetaTrader 5 终端 (   МТ5 - МТ5, МТ4 - МТ5   )-   Copylot 客户端 MT5 独特的复制算法将所有交易从主账户准确复制到您的客户账户。 该产品还以其高运行速度而著称,并且具有强大的错误处理能力。 一组强大的功能。 该程序可以在多个终端绑定上运行。 使用它作为您在一个账户上交易的多个账户的交易 的同步器 , - COPYLOT 会将您的交易复制到其他终端。 从已关闭的账户中复制 Invest 密码; 部分关闭仅从 mt4 到 mt4 从模拟账户复制到
Trade copier MT4
Alfiya Fazylova
4.58 (33)
Trade Copier 是一种专业实用程序,旨在复制和同步交易账户之间的交易。 复制发生从供应商的帐户/终端到收件人的帐户/终端,安装在同一台计算机或 vps 上。 在购买之前,您可以在演示帐户上测试演示版本。 演示 这里 。 完整说明 这里 。 主要功能和优点: 支持复制MT4>MT4、MT4>MT5、MT5>MT4,包括МТ5 netting账户。 供应商和收件人模式在同一产品中实现。 简单直观的界面,允许您直接从图表中实时控制复制。 连接中断或终端重新启动时不会丢失设置和位置。 允许您选择要复制的符号,也可以替换接收者的符号,例如 EURUSD> USDJPY。 支持回拷贝。 能够仅复制某些订单。 允许您设置开仓交易价格的最大差异和最大时间延迟。 正确复制部分订单关闭的执行。 计算复制手数的几种方法。 同步止盈和止损。有几种方法可以计算它们的位置。 支持通过执行在“Market account”上工作,其中 SL / TP 仅在开仓后设置。 如何使用简单的设置复制交易 将供应商终端和接收终端安装在同一台计算机或 VPS 上。 在供应商终端上以“Master”模式安装复印机,然后
TradePanel MT4
Alfiya Fazylova
4.85 (92)
交易面板是一个多功能的交易助手。该应用程序包含超过 50 个用于手动交易的交易功能,并允许您自动化大多数交易操作。 购买之前,您可以在模拟帐户上测试演示版本。演示版 这里 。 完整说明 这里 。 贸易。 让您一键执行交易操作: 通过自动风险计算打开挂单和仓位。 一键打开多个订单和仓位。 打开订单网格。 按组关闭挂单和持仓。 头寸反转(关闭买入并打开卖出或关闭卖出并打开买入)。 锁定头寸(开立额外头寸,以平衡买入和卖出头寸的交易量)。 一键部分平仓所有仓位。 为同一价格水平的所有头寸设置止盈和止损。 将所有头寸的止损设置为该头寸的盈亏平衡水平。 开单建仓时,您可以应用以下功能: 计算交易量的多个订单或仓位之间的分布(一键开仓多个订单或仓位时)。 图表上未来订单交易水平的可视化。 设置开仓时允许的最大点差大小。 止盈和止损之间的自动比率。 虚拟止损和止盈。 根据当前点差的大小自动增加止损和止盈的大小。 根据 ATR 指标的读数计算止盈和止损。 设置挂单的到期日期。 挂单设置为“追踪”(挂单自动跟随当前价格移动指定距离)。 管理通过移动终端(手机)开立的订单和仓位。 风险管理器和交易报告。
ManHedger MT4
Peter Mueller
5 (1)
THIS EA IS A SEMI-AUTO EA, IT NEEDS USER INPUT. Manual & Test Version Please TEST this product before   BUYING  and watch my video about it. Contact me for user support or bug reports, or if you want the MT5 version! MT5 Version I do not guarantee any profits or financial success using this EA. With this Expert Advisor, you can: Implement your own   Zone Recovery   strategy to capitalize on trending markets. Create   Grid   trading strategies, to profit from ranging markets. Place orders easil
交易特惠 – 40% 折扣 高级交易管理器 – 终极一体化解决方案,助您更快、更智能、更安全地进行手动交易。 使用 NextGen Trade Manager AI 革新您的手动交易体验。这款专业的图表面板将即时执行、可视化交易计划和强大的风险管理功能整合到一个直观易用的工具中。无需离开图表,即可比以往更快地执行订单、管理风险并保护利润。完美满足所有希望提升交易精准度和效率的交易者的需求。 在 MT4 策略测试器中无风险测试 下载演示版本,解锁模拟交易功能。这是在安全模拟的环境中练习执行、测试风险管理规则和完善策略的理想方式,让您在实盘交易前做好充分准备。 如需完整的用户手册和分步指南,请访问: https://www.mql5.com/en/blogs/post/764217 主要优势: 快速交易:一键执行订单、设置止损和平仓。 更智能的风险管理:根据固定风险、账户余额或净值自动调整手数。轻松验证止损是否符合经纪商规则。 内置保护:自动设置盈亏平衡点、启用追踪止损,并使用部分平仓来锁定利润并最大限度地降低风险。 避免代价高昂的错误:市价单和平仓功能的安全确认确保
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
Trade Dashboard MT4
Fatemeh Ameri
4.96 (53)
疲于复杂的订单下达和手动计算?Trade Dashboard 是您的解决方案。凭借其用户友好的界面,订单下达变得轻而易举,只需点击一下,您就可以开设交易、设置止损和止盈水平、管理交易手数,并计算风险回报比,让您只需专注于您的策略。告别手动计算,使用 Trade Dashboard 简化您的交易体验。 立即下载演示版本 。 您可以在这里找到仪表盘功能和特性的详细信息 。 加入 Telegram 频道 。 购买后请给我发消息以获取支持。如果您需要添加更多功能,可以在产品的评论区留下您的想法,我愿意听取任何建议,希望您能在使用我的产品时获得最佳体验 。 这是 MT5 版本。 风险管理:使用 Trade Dashboard,可以将您的风险设置为账户余额或权益的百分比,或将风险设置为总金额。在图表上直观地定义您的止损,让工具准确计算每个货币对的适当手数。该工具还可以根据您期望的风险回报比自动设置止盈水平。它甚至可以在手数计算中涵盖佣金和点差费用。此外,您的止损和止盈可以转变为虚拟水平,隐藏于经纪商。通过 Trade Dashboard 的高级风险管理功能,掌控风险,保护您的资本。 交易线
The News Filter
Leolouiski Gan
5 (25)
这个产品在新闻时间过滤所有的专家顾问和手动图表,因此您不必担心突然的价格波动会破坏您的手动交易设置或其他专家顾问输入的交易。此产品还带有完整的订单管理系统,可在任何新闻发布前处理您的持仓和挂单。一旦您购买了 The News Filter ,您将不再需要依赖以后的专家顾问内置的新闻过滤器,因为这个产品可以从此过滤它们所有。 新闻选择 新闻来源于Forex Factory的经济日历。 选择可以基于任何一种货币,如USD,EUR,GBP,JPY,AUD,CAD,CHF,NZD和CNY等。 选择也可以基于关键识别,例如Non-Farm (NFP),FOMC,CPI等。 能够选择新闻影响级别的筛选,从低、中、到高影响。 自动模式只选择与图表相关的新闻。 新闻来源每小时自动刷新,以确保最新的新闻数据。 为每个新闻影响级别提供单独的输入,以确定您要过滤掉的新闻发布前后的分钟数。 订单管理选项 在新闻发布前关闭未平仓头寸的选项,并在新闻发布后恢复它们。 在新闻发布前删除挂单的选项,并在新闻发布后恢复它们。 在新闻发布前移除止损和止盈水平的选项,并在新闻发布后恢复它们。 在新闻发布前移动止损和止盈
Equity Protect Pro:全方位账户保护专家,让您的交易更安心 如果您正在寻找账户保护、净值保护、投资组合保护、多策略保护、利润保护、利润收割、交易安全、风控程序、自动风控、自动清仓、条件清仓、定时清仓、动态清仓、跟踪止损、一键关闭、一键清仓、一键还原等功能,Equity Protect Pro 就是您要找的程序。 它配置简单,当到达预设条件时,可关闭所有图表,同时支持关闭信号订阅(这意味着所有交易程序也将停止运行)。此时,将不再有新订单产生,最后再关闭所有订单,有效防止意外损失,让您在交易过程中高枕无忧。 Equity Protect Pro Demo Version for yo u to test   Equity Protect Pro MT4 Demo.ex4 Equity Protect Pro MT5 Demo.ex5 Equity Protect Pro 拥有 14 个核心功能,它们都是独立运行的。您可以根据您的交易策略,选择合适的功能组合使用。这些功能默认为关闭状态,不使用时无需修改。需要使用时,只需将“enable (function)”设置为 tru
秒级图表 (Seconds Chart) — 一款专为 MetaTrader 4 设计的独特工具,用于创建秒级时间框架的图表。 通过 秒级图表 ,您可以构建以秒为单位的时间框架图表,获得标准分钟或小时图表无法提供的极致灵活性和分析精度。例如,时间框架 S15 表示每根蜡烛图持续15秒。您可以使用任何指标、智能交易系统和脚本,操作方式与标准图表同样便捷。 与标准工具不同, 秒级图表 让您能够在超短时间框架下进行高精度交易,无延迟干扰。 秒级图表的优势 支持 1至900秒 的时间框架图表。 即时加载 历史数据,通过从MT5终端导入Tick数据库。 要导入tick数据,首先需要在MT5终端中启动 Tick Database 工具。 数据实时更新, 无延迟或滞后 。 可同时创建 多个秒级图表 。 秒级图表的理想应用场景 剥头皮交易 和高频交易。 精确的入场和出场时机。 在短时间框架下测试交易策略。 时间框架设置 默认设置包含以下时间框架: S1、S2、S3、S4、S5、S6、S10、S12、S15、S20、S30、S40 。 你可以轻松设置你的秒级时间框架,从 1 到 900 秒 。 可配置参
MT4 至 Telegram 信号提供者 是一款易用、可完全自定义的工具,它使发送信号到 Telegram 成为可能,将您的账户变成信号提供者。 消息的格式 可以完全自定义! 但是,为了简便使用,您也可以选择一个预设模板,并能够启用或禁用消息的特定部分。 [ 演示 ]  [ 手册 ] [ MT5 版本 ] [ Discord 版本 ] [ Telegram 频道 ]  New: [ Telegram To MT5 ] 设置 可通过 用户指南 获取逐步说明。 无需了解 Telegram API;开发者提供所需的一切。 主要特性 自定义发送给订阅者的订单详情的能力 您可以创建分层订阅模型,例如铜牌、银牌、金牌。金牌订阅可获得所有信号等。 按订单号、符号或备注过滤订单 包括执行订单的图表的屏幕截图 在发送的屏幕截图上绘制已关闭的订单,以便额外验证 推迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情的全透明度: 新的市场订单 *附带屏幕截图 订单修改(止损、获利点) 已关闭订单 *附带屏幕截图 部分关闭订单 ** 新的挂起订单 修改的挂起订单(进场价格) 挂起订单激活(
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
MicroScalp Signal Finder 多品种、多时间框架 Smart Money 剥头皮信号扫描器 (MetaTrader 5) 剥头皮交易需要精确的时机把握和跨多个品种的多层次分析——这在实时操作中几乎不可能手动完成。同时追踪市场结构、订单块、公允价值缺口、流动性扫描和动量确认需要自动化工具的支持。 MicroScalp Signal Finder (MSF) 同时扫描多达20个品种,跨越五个时间框架(H4-H1-M15-M5-M1),应用严格的5层 Smart Money Concepts 分析。当趋势、结构、兴趣点、动量和入场形态全部对齐时,MSF 生成带有精确入场价、止损和三个止盈水平的评分信号。 专为外汇、加密货币和指数剥头皮交易者设计,提供机构级分析而无需手动操作。每个信号都附带汇合评分(0-18),让您专注于最高概率的交易机会。 了解更多:   详细指南和参数说明 (English) 限时优惠:   前50次下载免费!之后将转为付费产品。立即下载以获取免费副本。 核心功能 5层分析引擎:   自上而下分析:H4趋势、H1结构(BOS/CHoCH)、M15兴趣点
Auto Grid trades
Makarii Gubaydullin
自动网格:  基于您现有交易自动创建网格订单。 自动化复杂交易策略   采用先进的网格系统,检测新头寸并自动创建优化的订单阵列。 多功能工具 :66+ 功能,包括自动网格工具  |   如有疑问请联系我   |   MT5版本 A. 智能交易检测与监控: 特定品种或全面投资组合扫描 高级订单类型检测与精确分类 策略监控启动:立即、延迟或条件触发 魔术号码集成,兼容算法策略 B. 高级网格配置: 策略性订单布局:   多种定位方法 智能方向逻辑:   同向、反向或基于市场的订单创建 精确订单数量:   可定制的网格密度和结构 高级偏移系统:   固定间距或动态百分比递进 全面水平管理:   止损/止盈继承,保持规模或价格一致性 复杂手数调整:   固定、递增或策略性递减 到期控制:   自定义时间范围或继承原订单设置 C. 高级退出策略自动化: 多种平仓方法,精确执行策略 条件触发终止,提供全面触发选项 投资组合优化,配备最佳入场保留系统 高级自动化管理 一键策略激活,立即实施 全面状态监控,提供详细报告 预设系统,快速部署和优化策略 额外输入设置  (界面): 字体大小 面板大小(百
Trade Assistant Pro 36 in 1
Makarii Gubaydullin
4.76 (21)
多功能交易工具:手数计算器、网格订单、风险回报比、交易管理、供需区、价格行为分析等 演示版   |   用户手册 交易助手 不能在策略测试器中运行:您可以下载 演示版 来测试此 实用工具 。 如有任何问题 /改进想法/发现错误 ,请 联系我 如需MT5版本,请点击 此处 简化、加速并自动化您的交易 流程 。通过此 仪表板 扩展标准终端功能。 交易面板 适用于任何交易品种:外汇、股票、指数、加密货币等。 1. 开立新交易 :手数/风险/风险回报比计算:手动交易的风险管理 手数计算器(基于风险规模计算交易量) 风险计算器(基于手数计算风险金额) 风险回报比 网格订单: + 动态间距选项和分割手数选项 订单激活触发器,+ 买入止损限价/卖出止损限价:MT4也可用 虚拟止损,虚拟止盈(隐藏止损,隐藏止盈:经纪商不可见) 智能止损/入场价位:如果K线收盘价超越此价位(避免错误触发) 隐藏订单(虚拟订单) 计划订单:即使市场休市也可下单(周末计划器) 附加多级止盈(多重获利了结) OCO订单(一单取消另一单),具有不同ID 交易可视化 + 图表上调整 以买入价(Bid)设置的止损/入场价位:避
Copy Master mt4
Evgenii Aksenov
5 (5)
此实用程序将允许您将具有主设置的一个终端的任何事务复制到具有从属设置的其他终端 与此同时,您可以选择要复制的对,根据几个参数设置复制顺序的大小。 设定亏损限额或只复制盈利交易 您可以将MT4或MT5的交易复制到其他经纪商的MT4或MT5 现在,将任何在MT4中工作的专家的信号复制到MT5终端或返回并不困难 使用复制大师复制任何交易从其他信号,专家顾问,手动交易.  使用设置,您可以更改批量大小,交易方向,只复制有利可图的交易,并设置价值以保存您的存款  复制大师可以在一个帐户上组合不同订阅信号的几种策略 要复制交易到MT4,你需要复制主MT5版本: https://www.mql5.com/zh/market/product/74371 有关复制向导设置的其他信息: https://www.mql5.com/en/blogs/post/749356 (抱歉文本的自动翻译)
RSI Divergence Scanner is a multi-timeframe and multi-symbol dashboard and alert that checks all timeframes and symbols to find divergences between price chart and RSI indicator. This divergence scanner is integrated with support and resistance zones so you can check the RSI divergences in the most important areas of the chart to find trend reversals in the price chart. Download demo version   (works on M 1,M5,M30,W1 timeframes) Full description of scanner parameters ->   click here . How to get
Crystal Trade Manager PRO – 高级 MT4 风险与交易控制系统 免费版: https://www.mql5.com/en/market/product/150632 概述 Crystal Trade Manager PRO(CTM)是一款为 MetaTrader 4 打造的完整专业级风险管理与交易控制工具。 它专为需要严格执行、稳定风险保护和智能自动化的交易者而设计。 系统可全面管理风险、保护账户权益、执行每日限制、自动设置 SL/TP,并提供专业级的一键式快速交易面板。 非常适合参与 prop firm 挑战、日内交易、剥头皮交易以及专业资金管理的交易者。 同时提供完整的 MT5 版本。 核心亮点功能 1. 高级风险与回撤保护 支持每日回撤限制 1%–70% 。 一旦达到回撤上限,系统将立即平掉 所有仓位 。 可选:突破后自动删除 所有挂单 。 每日锁仓模式:当天达到限制后阻止新下单,次日自动恢复。 完全符合各大 prop firm 的规则与要求。 2. 日内盈利与亏损目标自动化 可设置每日 盈利目标 与 亏损限制 (账户货币,例如 USD)。 达到任何目
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 小时内发
Take a Break
Eric Emmrich
5 (31)
News filter, equity guard & session control for all your EAs — one tool, full protection Take a Break has evolved from a basic news filter into a comprehensive account protection solution . It pauses your other Expert Advisors during news events or based on custom filters. When trading resumes, it automatically restores your entire chart setup , including all EA settings. Why traders choose Take a Break One news filter for all your EAs — no more relying on individual built-in filters that may o
OrderManager MT4
Lukas Roth
4.73 (26)
介绍 OrderManager :MT4的革命性工具 使用全新的Order Manager实用程序,像专业人士一样管理您在MetaTrader 4上的交易。Order Manager设计简单,易于使用,可让您轻松定义和可视化每笔交易的风险,从而做出明智的决策并优化您的交易策略。有关OrderManager的更多信息,请参阅手册。 [ 手册 ] [ MT5版本 ] [ Telegram 频道 ]  New: [ Telegram To MT5 ] 主要功能: 风险管理:快速轻松地定义您交易的风险,让您做出更好的决策并提高交易性能。 视觉表示:图形化地查看您的交易和相关风险,以清晰简洁地了解您的开放头寸。 订单修改:只需几次点击即可轻松修改或关闭您的订单,简化您的交易过程,为您节省宝贵的时间。 掌握新闻:一键获取最新市场新闻。 不要错过这个MT4交易员的必备工具。用Order Manager提升您的交易体验,将您的交易游戏提升到新的水平。 OrderManager在startegyTester中 不 工作! OrderManager 仅与 Windows 兼容。 请考虑给这个产品一
VR Alert
Vladimir Pastushak
5 (1)
VR Alert 该实用程序以指标的形式制作,旨在告知交易者价格达到给定水平。信号电平不仅可以水平设置,还可以以一定角度设置。因此,交易者有机会接收来自倾斜趋势水平的通知。由于VR Alert实用程序,您将不再需要坐在显示器附近很长时间。你可以放心地做你的家务,履行工作职责,花时间与你的家人。你的任务是简单地设置水平,并选择通知的四种方法之一。该实用程序能够向智能手机发送警报,电子邮件,显示标准警报窗口和声音,并将图表绘制为红色。该实用程序的所有管理都是用图表上的鼠标完成的。 建议: 配置终端发送推送消息到您的智能手机,说明在博客中。 配置终端向邮件发送邮件,博客中的说明。 只需用鼠标将指标从导航器拖动到图表。您将看到指标的名称和用于设置级别的面板,启用警报。 选择要显示的行所需的向上或向下级别,然后选择通知方法。 当价格达到指定水平时,VR Alert将以选定的方式通知您。 您可以根据自己的喜好自定义该实用程序的配色方案。 该指标不能在策略测试器中工作,只需租用程序一小段时间来检查它的运行。 如果您不仅需要从当前价格接收警报,还需要从其他指标接收警报,请使用MetaTrader5和m
This EA is fully automated , it is built based on  the method of catching the pop-up Alert event and Open Market Orders (BUY/SELL) . Download trial version here:  https://www.mql5.com/en/blogs/post/751340 ***NOTE:   It is recommended to remove the available filter settings, only install the filter for your indicator. Parameters of the EA: -------- <EA Settings> -------- Magic Number:   The identifying (magic) number of the currently selected order. Allow Open trade:   Enable/ Disable Open Trade
若您在mql5.com网站雇佣信号,赚取投资利润,从信号取得之MT4软件手数大小将被限制,以降低風險。因訂單手数大小过小所以投资利润也很低。 这是增加订单手数大小之实用工具,以利增加投资利润。此工具将自动复制原始订单。根据您填报之技术指标,复制的订单将具有乘数的大小。订单开启及关闭的所有过程将根据原始订单自动执行。它亦自动复制stop loss及take profit之数值。 例如: 您要把大小增加三倍 原始订单(从信号提供厂商取得):0.01手数 复制的订单(以实用工具复制之订单): 0.02 手数 您要设定技术指标lot multiplier: 2 订单手数总数:0.01 + 0.01 * 2 (lot multiplier) = 0.03 手数 因此您的手数大小自0.01增加到0.03 备注:您仅能将此工具设定在1台电脑/vps、一个画面及一个图表/一个账号。工具将针对所有货币代码自动启动。若您在许多电脑/ vps(或许多图表)同时设定此工具将发生重复复制订单之状况 产品说明 Lot_multiplier-乘数。手数大小= Lot_multiplier x原订单之手数大小Def
Risk/Reward Tool是一款专业级EA(智能交易系统),旨在彻底改变您在MetaTrader 4中规划、可视化和执行交易的方式。无论您是重视精确风险管理的自主交易者,还是需要直观测试交易设置的策略开发者,这款工具都能在一个优雅直观的界面中提供您所需的一切。 与基础的仓位计算器不同,Risk/Reward Tool将可视化交易规划与即时执行功能、实时盈亏监控和全面的交易管理功能相结合。该工具与MT4策略测试器完全兼容,让您能够练习交易策略并完善方法,无需冒真实资金的风险。 完整使用手册请访问: https://www.mql5.com/en/blogs/post/766244 MT5 version:  https://www.mql5.com/en/market/product/158601 主要功能 可视化交易规划 可拖拽调整的入场、止损和止盈线 随交易参数调整实时更新的彩色风险/收益区域 基于ATR的自动止损计算,实现波动率调整的仓位管理 可配置的风险收益比,带可视化显示 支持市价单和挂单(限价单/止损单),根据入场线位置自动判断 智能仓位计算 以账户余额百分比或固定金
跟单->方便快捷的界面交互,用户上手即用       ->>>> 推荐在windows电脑,或者VPS Windows上使用 特色功能: 多样化个性跟单设置: 1.对不同的信号源可以设置不同的手数模式 2.不同的信号源分别设置正向反向跟单 3.信号分别设置注释 4.是否根据合约手数校准手数 多样化个性跟单设置2: 1.对不同的品种可以设置不同的手数模式 2.不同的品种分别设置正向反向跟单 3.信号分别设置注释 4.是否根据合约手数校准手数 注释过滤,MAGIC过滤,信号手数过滤,本地品种过滤 净持仓模式(该模式下手数计算仅支持倍率) 工作时间设置 反向同步接收端的平仓 订单绑定功能:任意订单可以绑定到设置信号源订单上 (双击表格更改) 账户风险控制  基本功能: 跟单正常交互速度0.5s以下 自动检测信号源,并显示信号源账号列表 自动匹配品种,不同平台常用交易品种(后缀不同等特殊情况)95%自动匹配,基本无需手动设置,品种映射表可随意双击更改对应品种.(映射表具有快速搜索品种功能) 4种手数计算模式(1.倍率 2.固定手数 3.自适应资金风险 4.源账户资金比例风险) 特殊手数模式
作者的更多信息
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
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
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
17872
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
2370
Mehdi Faraz Fard 2021.07.11 13:33 
 

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

Matthew Todorovski
13132
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
413
makita 2016.11.13 17:58 
 

Нужная вещь!

Vadim Strelkov
7710
Vadim Strelkov 2014.05.13 12:05 
 

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

回复评论