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
17890
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
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.44 (9)
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
Exp4 Tester PAD for Strategy Tester
Vladislav Andruschenko
4.89 (19)
该实用程序允许您在策略测试器中手动测试您的策略。在可视化图表上一键交易。 该实用程序的最新版本为交易者提供了手动测试其交易策略的高级功能。借助策略测试器,您现在可以在模拟环境中评估交易策略的有效性。此功能允许您分析交易技术的表现并对其进行改进以提高您的交易技能。 此外,策略测试器提供了一种便捷高效的方式来执行交易,在可视化图表上一键交易。此功能使您能够以所需的价格水平快速进入和退出交易,而无需在不同屏幕之间切换。 借助策略测试器中提供的完整功能,您可以有效且高效地模拟和完善您的交易策略、分析结果并优化您的交易技能。 MT5 版本 详细描述 +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 警告:此面板供策略测试人员使用! 对于实时图表上的一键交易,您可以下载我们的实用程序 VirtualTradePad for MetaTrader 4 和 VirtualTradePad for MetaTrader 5   。 结合我们 EA 通用面板 EAPADPRO 的优点和 VirtualTradePad交易
FREE
该产品的买家也购买
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (109)
通过 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 个级别以逐步保护利润。 尾随止损选项 : 基本尾随
Trade Assistant MT4
Evgeniy Kravchenko
4.43 (194)
它有助于计算每笔交易的风险,容易安装新的订单,具有部分关闭功能的订单管理, 7 种类型的追踪止损和其他有用的功能。 附加材料和说明 安装说明 - 应用程序说明 - 模拟账户应用程序的试用版 线条功能  - 在图表上显示开仓线、止损线、止盈线。 有了这个功能,就可以很容易地设置一个新的订单,并在开仓前看到它的附加特性。   风险管理  - 风险计算功能在考虑到设定的风险和止损单的大小的情况下,计算新订单的成交量。它允许你设置任何大小的止损,同时观察设定的风险。 批量计算按钮 - 启用 / 禁用风险计算。 在 " 风险 " 一栏中设置必要的风险值,从 0 到 100 的百分比或存款的货币。 在 " 设置 " 选项卡上选择风险计算的变量: $ 货币, % 余额, % 资产, % 自由保证金, % 自定义, %AB 前一天, %AB 前一周, %AB 前一个月。   R/TP 和 R/SL - 设置止盈和止损的关系。 这允许你设置相对于损失的利润大小。 例如, 1 : 1 - 这决定了 TP = SL 的大小。 2 : 1 - 这意味着 TP 是 SL 的两倍。 RR - 它禁用比率。  
TradePanel MT4
Alfiya Fazylova
4.84 (94)
交易面板是一款多功能交易助手。该应用包含超过50种手动交易功能,并允许您自动执行大多数交易任务。 注意!折扣时间有限,每周二价格将上涨5美元。(直到90美元)。 在购买之前,您可以在演示账户上测试演示版本。下载用于演示账户的试用版应用程序: https://www.mql5.com/zh/blogs/post/762579 。 完整说明 这里 。 贸易. 只需单击一下即可执行交易操作: 打開掛單和頭寸,並自動計算風險。 一鍵打開多個訂單和頭寸。 打開訂單網格。 按組別關閉掛單和頭寸。 反轉頭寸方向(關閉買入>打開賣出,關閉賣出>打開買入)。 鎖定頭寸(通過開啟缺少的頭寸,使買入和賣出頭寸的數量相等)。 一鍵部分關閉所有頭寸。 將所有頭寸的止盈和止損設置在同一價格水平。 將所有頭寸的止損設置在盈虧平衡水平。 開倉時,可使用以下功能: 在多個訂單或倉位之間分配計算出的數量(在單擊一次時開啟多個訂單和倉位)。 在開啟訂單前在圖表上可視化交易水平。 僅在當前點差不超過設定值時才開啟倉位。 止盈和止損之間的自動比例。 虛擬止損和止盈。 自動將止損和止盈的大小增加為當前點差的大小。 基於ATR指標
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”模式安装复印机,然后
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 从模拟账户复制到
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
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
Risk Manager for MT4
Sergey Batudayev
4.6 (10)
MT4 的 Expert Advisor 风险管理器是一个非常重要的程序,我认为对每个交易者来说都是必要的程序。 使用此 EA 交易,您将能够控制您交易账户中的风险。风险和利润控制可以以货币形式和百分比形式进行。 要让智能交易系统工作,只需将其附加到货币对图表并以存款货币或当前余额的百分比设置可接受的风险值。 顾问功能 [Instruction for Risk Manager parameters]   该风险经理将帮助您控制风险: - 交易 - 每天 - 一个星期 - 一个月 你也可以控制 1) 交易时允许的最大手数 2) 每天最大订单数 3) 每天最大利润 4) 设置 Equity 的获利了结 不仅如此,如果您在设置中指定自动设置,顾问还可以为您设置默认的止损和止盈。 顾问会在每个事件中附上警报,并向您解释删除订单的原因。比如你开了,你开了第6个订单,按照你的规则你每天只允许开5个订单,顾问会立即删除6个并说明原因。 例如,您开仓的手数比您最初向自己指示的手数大,顾问将删除订单并解释原因。例如,您每天赚取 5%,根据规则,您今天不应再交易,因为您为自己设定了这
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终端自动批量计算的交易面板。 注意,交易面板在策略测试器中不起作用(仅用于跟踪止损测试)。 手册、说明、下载轻量级演示版。 成功的交易者以自律和有能力的资金管理而着称. 如果您使用固定手数,那么您将面临风险。 毕竟,在不同的时间范围内有不同的距离,一笔无利可图的交易可以复盖几个有利可图的交易。 如果您使用自动手数,以便每笔交易的止损不超过存款的1%,那么您就解决了这个问题。 此外,交易者使用部分关闭,交易转移到盈亏平衡,追踪止损,分析图表上的过去交易。 有足够的细微差别,所以我决定写一个交易面板。 对于我的口味,它原来是相当实用和舒适。 交易面板功能 。 使用任何账户和货币 。 批量计算订单的可视化预设 。 用于批量计算的挂单可视化预设 。 您可以作为一个多订单工作,一次放置2或3个订单 。 从定期存款/可用保证金/流动资金计算的能力 。 支持4k屏幕分辨率和缩放 。 两种颜色主题(黑色和白色)。 自动更改 。 4种类型的面板布局和方便的折叠成一个小按钮 。 启用/禁用声音主题 。 能够创建屏幕截图(手动和自动)。 能够在图表上显示已关闭交易的历史记录(开/关)。
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
Grid Manual MT4
Alfiya Fazylova
4.71 (17)
Grid Manual是一个交易面板,用于处理订单网格。 该实用程序是通用的,具有灵活的设置和直观的界面。 它不仅可以在亏损方向上设置订单网格,还可以在盈利方向上设置订单网格。 交易者不需要创建和维护订单网格,实用程序会这样做。 打开一个订单就足够了,Grid manual会自动为它创建一个订单网格,并伴随它直到非常关闭。 完整说明和演示版 此處 。 该实用程序的主要特性和功能: 伴隨以任何方式打開的訂單,包括從移動終端打開的訂單。 適用於兩種類型的網格:“限制”和“停止”。 使用兩種方法計算網格間距:固定和動態(基於 ATR 指標)。 允許您更改未結訂單網格的設置。 顯示圖表上每個網格的盈虧平衡水平。 顯示每個網格的利潤率。 允許您一鍵關閉網格中的盈利訂單。 讓您一鍵關閉每個訂單網格。 允許您對訂單網格應用追踪止損功能。 允許您在訂單網格上應用將訂單網格的止損轉移到盈虧平衡水平的功能。 相對於訂單網格的盈虧平衡水平自動重新排列止盈(僅在限價網格模式下,距離取決於所選的計算類型:“保守”或“激進”)。 最多可管理 20 個訂單網格,每個網格最多可包含 100 個訂單。
专业的交易复制解决方案,支持多终端同步。 RS Trade Copier 是一款可靠且灵活的MetaTrader 4交易复制系统。该程序适合专业交易员、信号服务商以及个人投资者使用,能够以高精度和低延迟将一个或多个信号源(Provider)的交易操作同步到一个或多个接收端(Client)。支持简单自动配置和高级手动设置。不会干扰手动或其他EA开的订单。完全 在MT4本地运行 ,无需第三方服务器。 本产品自2008年开始开发,经过多年实际交易环境验证。 免费演示版: RS Trade Copier v8.12 Demo.ex4 下载免费演示版,亲自体验: 功能齐全 - 所有功能无限制使用 24小时测试 - 足够评估速度和便利性 仅限模拟账户 - 无真实资金风险 如何安装演示版(逐步指南) 跨平台复制 RS Trade Copier MT4 与 MT5 版本完全兼容,支持以下任意组合的复制: MT4 -> MT5 MT5 -> MT4 MT4 -> MT4 MT5 -> MT5 * 如需在不同版本的平台之间(MT4 <-> MT5)进行复制,需要额外购买 RS Trade Copier M
无忧外汇方法的完整交易面板。这个面板囊括了你执行自己的NNFX算法所需的几乎所有东西,帮助你更快、更容易地进行交易。它有3个部分。 符号面板 按下图表中的任何符号名称,即可快速切换到该符号。 额外的信息可以显示在面板上:当前打开的交易,这些交易与其他符号的相关性(除了他们的止损是在收支平衡或正数)和即将到来的消息(下一个每日蜡烛,当在蜡烛收盘时交易)。 这些新闻是从Forex Factory导入的,默认的过滤新闻是VP在No Nonsense Forex中推荐的。如果你想改变新闻,考虑到任何包含你完整的自定义新闻(区分大小写)的新闻将被显示。 时区是EET/EEST(与Metatrader相同),显示的新闻在12:00(下午)改变。那么,在中午之前,新闻对应的是同一根蜡烛,而在中午之后,它们对应的是第二天的新闻。 NNFX交易小组 交易面板执行NNFX系统中的典型操作:买入/卖出按钮打开2个相同手数的订单,以最佳方式调整到您想要的风险(账户的百分比),止损为1. 5*ATR,其中一个订单的获利为1*ATR;收支平衡按钮将订单的止损设置为开盘价(如果可能),追踪止损按钮按照VP的规则移
警告,此EA不适用于测试账户, 只适用于模拟或真实账户, 如果您想尝试模拟,请与我联系 https://www.mql5.com/en/users/abudabi MT5 Version "通过键盘和鼠标在MetaTrader 4中发送(下单)快速订单: 将光标移动到所需的价格上,按键: 市价买入:E 限价买入:A 止损买入:Z 市价卖出:Q 限价卖出:D 止损卖出:C (可自定义键) 当订单被发送(下单)后,Fast Keyboard Orders MT4 可以通过以下方式管理订单: 止损 获利 跟踪止损 保本 如果您想建议某个功能或修复错误,或有任何问题, 请随时通过以下链接与我私信 https://www.mql5.com/ru/users/abudabi/ 我将更新“Fast Keyboard Orders MT4”。 完整参数: bool LotsPer200 = false ; // 手数根据权益的100$来计算,否则为固定手数 double FixedLot = 0.01 ; // 固定手数 int Slippage = 5 ; // 最大滑点(用于买入/卖出止损/市
Telegram to MT4 Coppy
Sergey Batudayev
3.75 (8)
Telegram 到 MT4: 终极信号复制解决方案 使用 Telegram 转 MT4 简化您的交易流程,这款先进的实用程序旨在将交易信号直接从 Telegram 频道和聊天复制到您的 MetaTrader 4 平台,无需 DLL 文件。这款强大的解决方案确保信号执行的无缝衔接,拥有无与伦比的精度和丰富的自定义选项,从而节省您的时间并提高您的效率。 [ Instructions and DEMO ] 主要特点 直接 Telegram API 集成 通过电话号码和安全码进行身份验证。 使用用户友好的 EXE 桥轻松获取和管理聊天 ID。 添加、删除和刷新多个频道/聊天以同时复制信号。 使用高级过滤器进行信号解析 跳过包含自定义例外词(例如“报告”、“摘要”)的不需要的信号。 支持灵活的 SL 和 TP 格式:价格、点数或点数。 当信号指定点而不是价格时自动计算入场点。 订单定制和灵活性 使用多种模式定制订单规模:固定手数、动态手数(% 风险)或特定符号手数。 使用信号数据或自定义参数调整 SL/TP。 配置滑点、挂单到期和重试设置以实现完美执行。 综合符号管理 排除特定符号或匹配自定义
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.85 (61)
一键交易的交易面板。处理头寸和订单!通过图表或键盘进行交易 交易小组进行人工交易。您可以从图表(图表窗口)或键盘进行交易。打开和关闭,反向和锁定。处理职位和订单! МetaТrader4中主要订单的交易控制面板:买入,卖出,买入,买入,卖出,卖出限制,收盘,删除,修改,追踪止损,止损,止损。 MT5版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 从符号窗口交易并从键盘交易! 您正在为MetaTrader 4终端提供一个独特的插件 - 虚拟控制面板VirtualTradePad。 Description on English 注意!如果您想学习如何交易 策略测试器  ,请查看我们的免费 TesterPad 实用程序 VirtualTradePad在“  MQL5语言最佳图形面板  ”竞赛中 获得二等奖 。 工作标签 职位标签   -使用职位: 开/关买入和卖出, 冲销所有头寸, 锁定一个共同的立场, 更改止损/获利, 设定一般的止损/获利的位置, 启用追踪止损, 实现盈亏平衡 只平
G Labs Trade Manager
Garry James Goodchild
G-Labs Trade Manager is a professional on-chart trading panel for MetaTrader 4. It helps you plan trades, size positions from risk, manage open trades, and stay informed — while you stay in control of every decision. It is a trading utility, not a black-box signal or automated strategy. WHO IT IS FOR • Traders who want one place to set stop loss, take profit, and risk before clicking buy or sell. • Anyone who trades manually or semi-manually and wants faster execution and clearer risk. • Users w
EchoTrade Telegram to MT4 Copier
Perpetual Chinemerem Vincent
5 (2)
EchoTrade Telegram to MT5 Copier Seamless, Instant, and Reliable Signal Copying - Direct from Telegram to MetaTrader 4! The product does not run in the strategy tester but you can get free trial version   here  for testing before purchase. Tired of manually executing trades from Telegram signals? EchoTrade automates the process, instantly copying trades from any Telegram channel or group directly into your MT5 account—accurately, efficiently, and without delay. Key Features: Universal Compatib
Trade Dashboard MT4
Fatemeh Ameri
4.92 (53)
疲于复杂的订单下达和手动计算?Trade Dashboard 是您的解决方案。凭借其用户友好的界面,订单下达变得轻而易举,只需点击一下,您就可以开设交易、设置止损和止盈水平、管理交易手数,并计算风险回报比,让您只需专注于您的策略。告别手动计算,使用 Trade Dashboard 简化您的交易体验。 立即下载演示版本 。 您可以在这里找到仪表盘功能和特性的详细信息 。 加入 Telegram 频道 。 购买后请给我发消息以获取支持。如果您需要添加更多功能,可以在产品的评论区留下您的想法,我愿意听取任何建议,希望您能在使用我的产品时获得最佳体验 。 这是 MT5 版本。 风险管理:使用 Trade Dashboard,可以将您的风险设置为账户余额或权益的百分比,或将风险设置为总金额。在图表上直观地定义您的止损,让工具准确计算每个货币对的适当手数。该工具还可以根据您期望的风险回报比自动设置止盈水平。它甚至可以在手数计算中涵盖佣金和点差费用。此外,您的止损和止盈可以转变为虚拟水平,隐藏于经纪商。通过 Trade Dashboard 的高级风险管理功能,掌控风险,保护您的资本。 交易线
ManHedger MT4
Peter Mueller
5 (2)
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
Chart Button
Chantal Sala
3 (1)
Chart Button is a very useful indicator that allows you to navigate all charts with a simple click. This tool has been designed to work both vertically and horizontally. The particularity of this navigator is that you can change more charts simultaneously setting the input value. This tool will give you the ability to optimize your navigation and speed up all your analyzes. Input Values Direction (the direction of symbols buttons) Horizontal Vertical 32 SYMBOLS Forex_Suffix_Symbols (add Forex S
Lot Size Calc
Makarii Gubaydullin
快速找到手数大小  直接在终端中 ,以遵守风险管理。 查看我的  #1 交易管理器 : 66+ 功能,包括专业风险管理  |   联系我  如有任何问题 适用于任何交易工具: 外汇、股票、期货、指数、差价合约、债券、加密货币; 界面最小化功能; 使用灵活性; 资金管理; 对于短期交易者尤其有用,当他们需要 快速 行动时。 计算需要指定2个参数: 风险大小(2种选项之一): 风险百分比 :手动设置或使用 -/+ 按钮; 风险金额   (账户货币自动确定); 止损水平(3种选项之一): 止损大小:  以点或   点数  ( 点数   切换); 止损价格:  按当前价格市价执行的计算; 止损价格 + 入场价格:  挂单的计算; 点击 "CALCULATE"按钮后,将计算手数大小。此外,还会显示风险大小和止损参数。 计算手数后,将显示交易面板用于市价执行或挂单(取决于入场价格的可用性):  当您设置止损水平时,将自动确定唯一可用的交易方向; 右上角有一个最小化计算器的按钮,这样在不需要时不会占用工作空间。 设置: 加载指标时,将显示一组选项作为输入参数。 DefaultRiskPercent
KopirMT4 Copy trades for MT4
Alexandr Gavrilin
4.54 (82)
The adviser has been withdrawn from sale  KopirMT4 (CopierMT4) - transaction copier for the MetaTrader 4 terminal, copies (synchronizes, duplicates) transactions from any accounts (copier, copy dealers).  Supports copying: MT4 <-> MT4, MT4 -> MT5 Hedge, MT5 Hedge -> MT4 Support:  https://www.mql5.com/ru/messages/01c3f341a058d901 Why exactly our product? The copier has a high speed and is not dependent on ticks. Copy speed - less than 0.5 sec. Transactions are copied with high accuracy, the sc
将您的图表变成专业交易终端,使用市场上最强大、直观且功能丰富的交易面板之一——现在限时优惠价格提供。 购买后给我留言以获取赠品 Trade Manager Panel Pro 是 MT5 的终极交易助手和风险计算器。这个高级交易面板简化了复杂的交易管理。 可直接在图表上拖动开仓、止损和止盈。 实时查看风险、收益、风险收益比(R:R)、手数及点数更新。 多重止盈 / 止损(最多4级) 像专业交易者一样分批平仓。 • 最多 4 个止盈 / 止损级别 • 自动 手数分配 • 单次入场,多次出场 隐身模式 向您的经纪商隐藏 止盈和止损(TP和SL) 。 这些水平由系统内部管理。 快速模式 即时执行。 • 一键 买入 / 卖出 • 自动 设置 SL 和 TP 实时交易编辑 直接在图表上修改交易。 拖动 TP/SL 水平并 立即应用更改 。 追踪止损(3种模式) • 固定点数 • ATR 波动率模式 • K线高/低点模式 保本系统 自动保护利润。 支持 最多 3 个保本级别 。 账户保护(Equity Guard) 自动账户保护。 设置 盈利目标或亏损限制 : • 美元 • 百分比 当达
Automate Risk Management with Smart Trailing Stop Manager for MetaTrader 4 Looking for MetaTrader 5 version? I t is available separately in the Market:   Smart Trailing Stop Manager MT5 Full User Guide    –  Public channel:   CLICK HERE Struggling with manually adjusting stops and securing profits? Smart Trailing Stop Manager MT4 is an intelligent utility for MetaTrader 4 that automates trailing stops, break-even management, partial closes, and auto SL. Optimized specifically for MT4 users, it e
MT4 至 Telegram 信号提供者 是一款易用、可完全自定义的工具,它使发送信号到 Telegram 成为可能,将您的账户变成信号提供者。 消息的格式 可以完全自定义! 但是,为了简便使用,您也可以选择一个预设模板,并能够启用或禁用消息的特定部分。 [ 演示 ]  [ 手册 ] [ MT5 版本 ] [ Discord 版本 ] [ Telegram 频道 ]  New: [ Telegram To MT5 ] 设置 可通过 用户指南 获取逐步说明。 无需了解 Telegram API;开发者提供所需的一切。 主要特性 自定义发送给订阅者的订单详情的能力 您可以创建分层订阅模型,例如铜牌、银牌、金牌。金牌订阅可获得所有信号等。 按订单号、符号或备注过滤订单 包括执行订单的图表的屏幕截图 在发送的屏幕截图上绘制已关闭的订单,以便额外验证 推迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情的全透明度: 新的市场订单 *附带屏幕截图 订单修改(止损、获利点) 已关闭订单 *附带屏幕截图 部分关闭订单 ** 新的挂起订单 修改的挂起订单(进场价格) 挂起订单激活(
RT Manual Backtester
Mr Thanya Kanapornpong
Enhance Your Manual Backtesting Experience in MT4 Strategy Tester with Our Powerful Trading Panel >> The demo version allows a maximum of 5 orders and is limited to testing on EURUSD the M1 timeframe only. << Transform the way you practice and test your trading strategies in the MT4 Strategy Tester. The RT_ManualBacktester enables you to execute trades and manage your orders more effectively, providing a seamless manual backtesting experience. With RT_ManualBacktester , you can: - Execut
交易特惠 – 40% 折扣 高级交易管理器 – 终极一体化解决方案,助您更快、更智能、更安全地进行手动交易。 使用 NextGen Trade Manager AI 革新您的手动交易体验。这款专业的图表面板将即时执行、可视化交易计划和强大的风险管理功能整合到一个直观易用的工具中。无需离开图表,即可比以往更快地执行订单、管理风险并保护利润。完美满足所有希望提升交易精准度和效率的交易者的需求。 在 MT4 策略测试器中无风险测试 下载演示版本,解锁模拟交易功能。这是在安全模拟的环境中练习执行、测试风险管理规则和完善策略的理想方式,让您在实盘交易前做好充分准备。 如需完整的用户手册和分步指南,请访问: https://www.mql5.com/en/blogs/post/764217 主要优势: 快速交易:一键执行订单、设置止损和平仓。 更智能的风险管理:根据固定风险、账户余额或净值自动调整手数。轻松验证止损是否符合经纪商规则。 内置保护:自动设置盈亏平衡点、启用追踪止损,并使用部分平仓来锁定利润并最大限度地降低风险。 避免代价高昂的错误:市价单和平仓功能的安全确认确保
作者的更多信息
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: 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
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
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
17890
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
13133
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
412
makita 2016.11.13 17:58 
 

Нужная вещь!

Vadim Strelkov
7710
Vadim Strelkov 2014.05.13 12:05 
 

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

回复评论