• 概述
  • 评论 (4)
  • 评论 (5)
  • 新特性

NotifyMe for MT5

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 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 Advisor

You should allow automated trading in your MetaTrader 5 terminal to let the operation of the Expert Advisor. To do this, enter Tools - Options - Expert Advisors tab and enable "Allow automated trading" parameter. To launch the Expert Advisor, right-click its name in the Navigator window and select "Attach to chart" or drag and drop it on the chart by mouse. The windows of the Expert Advisor's parameters will appear. Set the desired parameters and click OK.

The Expert Advisor can be attached to the chart of any financial instrument. Analysis of order and position parameters is performed after any trading operation, while checks for reaching critical Equity or Free Margin levels is performed after a new quote arrives. Therefore, it is recommended to launch the Expert Advisor on the symbol with frequently arriving quotes (for example, on one of the basic symbols: EURUSD, GBPUSD, USDCHF or USDJPY) in order to decrease notification delays. Chart's time frame does not matter.


Expert Advisor's Input Parameters

  • Push Notification Events - select what events you want to be notified of via your mobile terminal (No notifications - disabled, Only Open/Close position notifications - notifying only of opening/closing positions, All notifications - notifying of all events);
  • Push Notification Critical Equity Level - minimum Equity on a trading account in the deposit currency. When this value is reached, the notification is sent to the mobile terminal;
  • Push Notification Critical Margin Level - minimum Free Margin level compared to Margin in percentage values. When the level is reached, the notification is sent to the mobile terminal;
  • Critical Event Push Notify Interval - minimum time interval (in seconds) between adding information about Equity or Free Margin reaching a critical level to push messages.
  • Push Notification Interval - minimum time interval (in seconds) between messages sent to the mobile terminal;
  • Push Message Maximum Length - maximum length of a message sent to the mobile terminal;
  • Mail Notification Events - select what events you want to be notified of via e-mail (No notifications - disabled, Only Open/Close position notifications - notifying only of opening/closing positions, All notifications - notifying of all events);
  • Mail Notification Critical Equity Level - minimum Equity on a trading account in the deposit currency. When this value is reached, the notification is sent via e-mail;
  • Mail Notification Critical Margin Level - minimum Free Margin level compared to Margin in percentage values. When the level is reached the notification is sent via e-mail;
  • Critical Event Mail Notify Interval - minimum time interval (in seconds) between adding information about Equity or Free Margin reaching a critical level to an email;
  • Mail Notification Interval - minimum time interval (in seconds) between notifications sent via e-mail;
  • Sound Notification Events - select what events you want to be notified of by a sound alarm (No notifications - disabled, Only Open/Close position notifications - notifying only of opening/closing positions, All notifications - notifying of all events);
  • Sound Notification Critical Equity Level - minimum Equity on a trading account in the deposit currency. When this value is reached, a sound alarm is activated;
  • Sound Notification Critical Margin Level - minimum Free Margin level compared to Margin in percentage values. When the level is reached, a sound alarm is activated;
  • Critical Event Sound Notify Interval - minimum time interval (in seconds) between sound alarms indicating Equity or Free Margin reaching a critical level;
  • Sound Notification Interval - minimum time interval (in seconds) between sound alarms;
  • Sound File Name - sound alarm file name;
  • Use time in messages - time specified in messages sent to the mobile terminal or via e-mail (Server Time - trade server time, Local Time - time of the PC the Expert Advisor is running at);
  • Screen Information - display server and local time, as well as notification settings (Show, Hide).


Calculating Free Margin Level

As mentioned earlier, the Expert Advisor can notify of decreasing Free Margin compared to Margin. Let's examine calculation of Free Margin level in more details. In most cases (including MetaTrader 5 trading terminal), Margin value is defined considering Leverage provided by a broker. But the broker can change the leverage value at any time, and the Margin value also changes subsequently. Most often, the leverage value is not so critical for trading (unless trading is conducted in a risky manner using the maximum possible position volume). Therefore, this Expert Advisor calculates the Margin value without regard to the leverage. Free Margin level is defined as a ratio of Free Margin to Margin in percentage value.

Let's consider the following example. Suppose that 1 lot equals to 100 000 units of the base currency. Position at EURUSD is opened having the volume of 0.10 lots at the price of 1.3 USD per 1 EUR. For buying or selling 0.10 * 100 000 = 10 000 EUR, we will need 13 000 USD. This value is considered to be the Margin for the present Expert Advisor (though in most cases, a leverage is applied to that value, for example, if leverage is 1:100, then we will have 130 USD of Margin). If the deposit is equal to 1000 USD, Free Margin will be equal to 1000 - 130 = 870 USD after opening a position, while the Margin level will be calculated as 870 / 13 000 = 0.0669 or 6.69 %. If we set the Margin limit, at which notification is delivered, to 5%, the notification will be sent in case of Free Margin being equal to 0.05 * 13 000 = 650 USD or Equity comprising 650 + 130 = 780 USD.

Despite the apparent complexity of defining the Free Margin level, this method provided the most informative results in actual practice.


Sending Notifications to the Mobile Terminal

First of all, you should have mobile version of MetaTrader 4 or MetaTrader 5 terminal installed on your Android or iOS powered device to receive notifications. You can download MetaTrader 4 or MetaTrader 5 mobile terminal for Android, as well as MetaTrader 4 or MetaTrader 5 mobile terminal for iOS for free.

You should allow sending push notifications in MetaTrader 5 trading terminal, on which the Expert Advisor is to be launched. To do this, enter Tools – Options – Notifications tab and turn "Enable Push Notifications" parameter on. You should also specify your MetaQuotes_ID on this tab. It can be found on Messages tab of the mobile terminal.

"Push Notification Events" input parameter allows you to define types of events that are followed by sending notifications to your mobile terminal. When set to "All notifications", messages are sent if any of the following events occur: position opening or closing, changing open position's Stop Loss and Take Profit parameters, changing pending order parameters - Open price, Stop Loss and Take Profit, changing the account's balance or leverage. When it is set to "Only Open/Close position notifications", notifications are sent only when opening and closing positions. If "No notifications" is selected, notifications are not sent to the mobile terminal. This parameter does not affect sending notifications indicating Equity or Free Margin reaching a critical level.

"Push Notification Critical Equity Level" input parameter allows you to define a critical (minimum) equity (in deposit currency) followed by sending notifications to your mobile terminal. If set to 0, notifications of equity decrease are not sent to your mobile terminal.

"Push Notification Critical Margin Level" input parameter allows you to define a critical (minimum) free margin level (in percentage value) followed by sending notifications to your mobile terminal. If set to 0, notifications of free margin level are not sent to your mobile terminal.

Information about events on a trading account, as well as about reaching critical Equity or Free Margin levels is added to the message sent to the mobile terminal under certain conditions.

"Critical Event Push Notify Interval" parameter allows you to set the time interval (in seconds), after which information about reaching critical Equity or Free Margin level is added to the push message prepared for delivery.

"Push Notification Interval" input parameter allows you to set the minimum time interval (in seconds) between push notifications sent to the mobile terminal. The Expert Advisor will not send a new notification if less than specified time has passed since sending the previous one. It will save that notification instead. When the time specified in "Push Notification Interval" parameter passes since sending the previous notification, the Expert Advisor will send a message containing descriptions of all events accumulated by that time. There is a limitation (of push notifications service developed by MetaQuotes) on the number of sent messages per unit time: no more than two messages per second and no more than 10 messages per minute (if this limitation is violated, sending push notifications can be blocked by MetaQuotes). Therefore, it is not recommended to set very small values of "Push Notification Interval" parameter (especially in case of the events' high frequency on a trading account).

"Push Message Maximum Length" parameter allows you to set the maximum number of symbols in a message sent to the mobile terminal. If a message is longer, it is truncated down to the length specified in the parameter. The maximum permissible length of a push message is 255 characters. A message consists of two parts: account number with account owner's name (generated automatically) and a text description of an event generated by an Expert Advisor (its length is limited by "Push Message Maximum Length" parameter). In some cases, a message may become invisible in the mobile terminal if its length exceeds 255 characters. "Push Message Maximum Length" parameter value should be selected based on the length of the automatically added part of the message (account number and owner's name).


Sending Notifications Via E-Mail

To receive notifications via e-mail, you should allow sending emails in the settings of MetaTrader 5 trading terminal, at which the Expert Advisor is launched. To do this, enter Tools – Options – Email tab, turn Enable parameter on and specify your e-mail account and SMTP e-mail server parameters. E-mail account and SMTP mail server parameters should be specified on this tab.

Messages sent by the Expert Advisor via e-mail have subject "Account account_number notification". 

"Mail Notification Events" parameter allows you to define types of events followed by notifications via emails (similar to "Push Notification Events" parameter for notifications sent to the mobile terminal). This parameter does not affect sending notifications indicating Equity or Free Margin reaching a critical level.

"Mail Notification Critical Equity Level" input parameter allows you to define a critical (minimum) equity (in deposit currency) followed by sending notifications via e-mail. If set to 0, notifications of equity decrease are not sent via e-mail.

"Mail Notification Critical Margin" input parameter allows you to define a critical (minimum) free margin level (in percentage value) followed by sending notifications via e-mail. If set to 0, notifications of margin decrease are not sent via e-mail.

Information about events on a trading account, as well as about reaching critical Equity or Free Margin levels is added to the message sent via e-mail under certain conditions.

"Critical Event Mail Notify Interval" parameter allows you to set the time interval (in seconds), after which information about reaching critical Equity or Free Margin level is added to the email prepared for delivery.

"Mail Notification Interval" input parameter allows you to set the minimum time interval (in seconds) between notifications sent via e-mail. The Expert Advisor will not send a new notification if less than specified time has passed since sending the previous one. It will save that notification instead. When the time specified in "Mail Notification Interval" parameter passes since sending the previous notification, the Expert Advisor will send a message containing descriptions of all events accumulated by that time. Some e-mail servers perceive frequent emails as harmful actions. Therefore, it is not recommended to set too small values for "Mail Notification Interval" parameter.


Audio Alarm Notifications

"Sound Notification Events" parameter allows you to define types of events followed by sound alarm notifications (similar to "Push Notification Events" parameter for notification sent to the mobile terminal and "Mail Notification Events" for notifications sent via e-mail). This parameter does not affect sending notifications indicating Equity or Free Margin reaching a critical level.

"Sound Notification Critical Equity Level" input parameter allows you to define a critical (minimum) equity (in deposit currency) followed by sending sound alarm notifications. If set to 0, notifications of critical free margin level are not activated.

"Sound Notification Critical Margin Level" input parameter allows you to define a critical (minimum) equity (in percentage value) followed by sending sound alarm notifications. If set to 0, notifications of critical free margin level are not activated.

"Critical Event Sound Notify Interval" parameter allows you to set the time interval (in seconds), after which a sound alarm notifying of reaching critical Equity or Free Margin level is activated.

"Sound Notification Interval" input parameter allows you to set the minimum time interval (in seconds) between audio alarms.

"Sound File Name" input parameter allows you to set a sound alarm file name. A file in .wav format should be located in terminal_folder/sounds or its subdirectory.


Displaying the Data on Screen

If "Screen Information" input parameter is set to Show, information on server and local time, as well as conditions for each notification type are displayed in the upper left corner of the chart. If it is set to Hide, the data is not displayed. 

Examples of messages sent by the program:

  • Placing a pending order: 2013.08.13 12:43:29 EURUSD Buy Limit 0.10 Placed, Op: 1.33090, SL: 1.32980, TP: 1.33240, Comment: Test order;
  • Changing pending order parameters: 2013.08.13 12:44:37 EURUSD Sell Limit 0.10, Op: 1.33121 -> 1.33112, SL: 0.00000 -> 1.33000, TP: 0.00000 -> 1.33200, Comment: Test order;
  • Deleting a pending order: 2013.08.13 12:54:19 EURUSD Buy Limit 0.10 at 1.33092 deleted;
  • Opening position : 2013.08.13 12:45:32 EURUSD Buy 0.10 open at 1.33090, SL: 1.33000, TP: 1.33200;
  • Closing position: 2013.08.13 12:48:42 EURUSD Buy 0.10 closed at 1.33111, (Profit: 2.10 USD), Balance: 1054.95 USD, Comment: Test order;
  • Reversing position: 2013.08.13 01:53:36 EURUSD Buy 0.10 -> Sell 0.10, Op:1.32918, SL: 0.00000, TP: 0.00000.
  • Reaching critical equity or free margin level: 2013.08.13 13.35.08 Equity: 1047.95 USD, Free Margin: 782.00 USD.


Free Version and Version for MetaTrader 4

There is a free version of the program - NotifyMe Free for MT5. Unlike the full version, it allows only sending notifications of position opening or closing. Also, full and free versions of the application with similar features are available for MetaTrader 4 trading terminal.


Warning

The developer of NotifyMe for MT5 is not responsible for possible modification or termination of the program's operation due to changes in MQL5 language implemented by the trading terminal and language developer - MetaQuotes company. The developer of NotifyMe for MT5 is not responsible for any loss, damage or missed profits caused by the use of the program, its work or malfunction.


Contact Information

If you have any questions about the application, comments on its operation or suggestions for future improvements, please send them by email or leave your personal messages via this web site. Let me know what products (Expert Advisors, indicators, scripts) you would like to see.

评论 4
Johan Julien Aubry
855
Johan Julien Aubry 2021.06.06 09:50 
 

Works correctly. Please don't write directly to me about my review, I'll not answer.

PETER LUISI
1981
PETER LUISI 2021.01.23 09:16 
 

Just what I was looking for. Works well.

Wan Ping Fei
1690
Wan Ping Fei 2019.02.09 04:25 
 

Author's professional and fast technical support, enough to give 5 stars evaluation

推荐产品
Important Lines
Terence Gronowski
4.88 (26)
This indicator displays Pivot-Lines, preday high and low, preday close and the minimum and maximum of the previous hour. You just have to put this single indicator to the chart to have all these important lines, no need to setup many single indicators. Why certain lines are important Preday high and low : These are watched by traders who trade in a daily chart. Very often, if price climbs over or falls under a preday low/high there is an acceleration in buying/selling. It is a breakout out of
FREE
Crash 5 EA
Wayne Ysel
Crash5 EA ,I s a automatic robot that has the level of professional decision when to take a trade without any emotion. The bot will help in your scalping decision making with its own TP (take profit) and SL (stop loss) with the trail stop when in profit. This is a trend based spike catching ,looking on whats happening in real time charts no repainting of any signals. The robot helps in making decisions on the candle stick pattern opened and closed lat price with the help of RSI ,MACD and the EMA
Introducing a powerful MetaTrader 5 Expert Advisor designed to enhance your trading strategy – the Auto Breakeven EA! This feature-rich EA is tailored to bring your stop-loss to breakeven, ensuring a risk-free trade once the market moves in your favor up to a specified price. Explore the full potential of the Auto Breakeven EA. Download it for free now, and find the download link at the bottom of our page. Elevate your trading experience and take control of your risk management strategy. Happy
FREE
Show Pips for MT5
Roman Podpora
4.61 (18)
This information indicator will be useful for those who always want to be aware of the current situation on the account. - More useful indicators The indicator displays data such as profit in points, percentage and currency, as well as the spread for the current pair and the time until the bar closes on the current timeframe. There are several options for placing the information line on the chart: - To the right of the price (runs behind the price); - As a comment (in the upper left corner
FREE
Binary Profit Gainer
Myo Min Aung
4 (2)
This indicator is especially for the binary trading. Time frame is 1 minutes and exp time 5 or 3 minutes only. You must be use martingale 3 step. So you must put lots size is 10 % at most. You should use Mt2 trading platform to connect with my indicator to get more signal without human working. This indicator wining rate is over 80% but you may get 100% of profit by using martingale 3 step. You should use MT2 Trading Platform to connect meta trader platform and binary platform . You can get mt2
FREE
Order Book, known also as Market Book, market depth, Level 2, - is a dynamically updated table with current volumes of orders to buy and to sell specific financial instument at price levels near Bid and Ask. MetaTrader 5 provides the means for receiving market book from your broker, but in real time only, without access to its history. The indicator OrderBook Cumulative Indicator accumulates market book data online and visualizes them on the chart. In addition, the indicator can show the market
Trend Catcher with Alert MT5
Issam Kassas
4.61 (67)
趋势捕捉器: 具有警示指标的趋势捕捉器策略是一种多功能的技术分析工具,可帮助交易员识别市场趋势和潜在的进出点。它采用动态趋势捕捉器策略,根据市场条件进行调整,清晰地呈现趋势方向。交易员可以自定义参数,以符合其偏好和风险容忍度。该指标有助于识别趋势,发出潜在的反转信号,充当跟踪止损机制,并提供实时警报,以便及时应对市场。 具有警示指标的趋势捕捉器策略是一种多功能的技术分析工具,可帮助交易员识别市场趋势和潜在的进出点。它采用动态趋势捕捉器策略,根据市场条件进行调整,清晰地呈现趋势方向。交易员可以自定义参数,以符合其偏好和风险容忍度。该指标有助于识别趋势,发出潜在的反转信号,充当跟踪止损机制,并提供实时警报,以便及时应对市场。 特点: 趋势识别:信号牛市趋势和熊市趋势。 趋势反转:当蜡烛颜色从牛市变为熊市,反之亦然时,提醒可能的反转。 实时警报:为新趋势识别生成警报。 建议: 货币和货币对:EURUSD,AUDUSD,XAUUSD... 时间框架:H1。 账户类型:任何ECN,低点差账户。
FREE
ChartColorMT5
Thomas Pierre Maurice Moine
Customize your charts with this simple utility. Choose in the 24 pre-built color sets, or use your own colors, save them to re-use them later. You can also add a text label on your chart. --- Chart Colors-- Color Set : 24 prebuilt color sets (select "Custom" to use colors below) Background color Foreground color Grid color Chart Up color Chart Down color Candle Bull color Candle Bear color  Line color Volumes color --- Label--- Text Label : Type the text you want to appear on the chart Label
BoxFibo MT5
Sergei Kiriakov
It is just an alternative fibo lines. mt4 have is a very strange drawing of fibo lines, this utilites was written for mt4, but for mt5 it may not be particularly useful. A simple Box (Rectangle) graphic element with adjustable levels binding: it is possible to specify up to 17 custom levels, all rectangles on the chart with the given prefix in their name are processed. Levels are specified in % of the height of the rectangle. A convenient graphical element for analyzing charts by growth-correct
FREE
Total trade manager allows you to manage your trade to maximise your profits and minimise your losses. This is an essential for traders that are looking for consistency within their trading.  The features: Partial Stop Loss: This feature allows you to close a partial percentage of your trade once it goes into negative. So if your stop loss is 20 pips, you could close 75% of your trade at 10 pips and let the remainder of the position to continue running. Auto Stop Loss: This means that once you p
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.4 (30)
This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL. (you can change the colors). It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more powerful and reliable signals. Get them here: https://www.m
FREE
T Manager Plus, the ultimate trade management solution designed by traders for traders. If you are searching for a simple and efficient trade panel, trade manager, or trade assistant, you are at the right place. T Manager Plus includes advanced charting utilities with a single goal to help traders analyze, plan, execute, and manage their trades on a single platform. The market contains a diverse number of those tools, but   this one is designed by traders for traders . I designed this tool, an
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
Rainbow MT5
Jamal El Alama
4.33 (3)
Description : Rainbow MT5 is a technical indicator based on Moving Average with period 34 and very easy to use. When price crosses above MA and MA changes color to green, then this is a signal to buy. When price crosses below MA and MA changes color to red, then this is a signal to sell. The Expert advisor ( Rainbow EA MT5 ) based on Rainbow MT5 indicator is now available here . MT4 version is available here .
FREE
GoldTrader
Yashar Seyyedin
Please backtest with the exact balance of your live account before applying to real money. ==> If account balance is too low it may not trade at all! For MT4 version please contact via private message. martingale version is available here . Strategy description - Detect trend based on EMA18-EMA50-SMA200 alignment in three time frames: M15, H1, H4 - Trade in trend direction and exit when above alignment is broken. - The bot is tuned to trade XAUUSD(Gold). - The bot output is break even in rangi
FREE
25% off. Original price: $40 (Ends in May 15th) Order Manager is a trade assistant with money manager that helps traders open, modify and close manual trades in a simple way to help them focus more on their market analysis and open orders with just a few clicks. Download Demo here  (It only works on demo accounts) Full guide   here MT4 version here Order Manager features: Works on all instruments such as currency pairs, CFD, metals, cryptocurrencies, etc. Proper money management with a buil
EasyGRID MT5
Nina Yermolenko
5 (2)
The utility places a grid of pending orders . You can select the number of orders in the grid, the step between orders, multiplier for the order size, SL and TP levels and the magic number. MT4 version of the utility is avaliable by the link -  https://www.mql5.com/en/market/product/73490 If you like this utility, take a look at my other products -  https://www.mql5.com/en/users/nina_yermolenko/seller
FREE
LT Rainbow Trend
Thiago Duarte
5 (1)
Do you, like me, like to trade with the trend? Then this indicator will help you! Rainbow Trend is a trend indicator, which uses several Moving Averages on the chart. It measures different trend strenght zones for different periods: very long term, long term, mid term, short term and very short term. Each zone has its color, and it is possible to have sound alert when the prices leaves a zone and enters another. Its configuration is very simple. If you find any bug or have any suggestions, co
LT Donchian Channel
Thiago Duarte
4.75 (4)
Donchian Channel is an indicator created by Richard Donchian. It is formed by taking the highest high and the lowest low of the last specified period in candles. The area between high and low is the channel for the chosen period. Its configuration is simple. It is possible to have the average between the upper and lower lines, plus you have alerts when price hits one side. If you have any questions or find any bugs, please contact me. Enjoy!
FREE
介绍适用于 MT5 的 NAS100 Auto SL 和 TP Maker: 有了我们的 NAS100 Auto SL 和 TP Maker,再也不会错过止损和止盈的设置,这是交易者在 MetaTrader 5 上浏览纳斯达克 100 市场时不可或缺的助手。该工具专为寻求自动管理止损和止盈水平的无缝解决方案的用户而设计。 主要功能 轻松实现自动化: 自动监控无止损和/或止盈的纳斯达克 100 指数交易。 根据用户配置设置动态调整水平。 订单类型的多样性: 兼容纳斯达克 100 指数的市价订单和挂单。 支持 MetaTrader 5 中的各种订单类型。 定制配置: 用户友好的参数设置允许自定义跟踪偏好和止损/止盈水平。 范围灵活: 可选择为其运行的特定 NAS100 工具或所有交易工具设置止损和止盈。 快速执行: 确保快速设置所需的 StopLoss 和/或 TakeProfit 值,无需等待新的 tick 即可迅速响应。 MetaTrader 5 兼容性: 与 MetaTrader 5 中的所有订单类型兼容,实现无缝集成。 使用 NAS100 Auto
True Day
Aurthur Musendame
5 (1)
True Days is a tool designed specifically for the trader who wants to catch intraday volatility in price charts.  True day makes it easier for the trader to avoid trading in the dead zone - a period in time where markets are considered dead or non volatile. The trader can concentrate on finding opportunities only during periods of profound market movements. By default the indicator gives you a true day starting at 02:00 to 19:00 hours GMT+2. You can adjust according to your Time Zone. By deafult
FREE
Trendline mt5 indicator
David Muriithi
3 (1)
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
Cumulative Delta MT5
Evgeny Shevtsov
4.48 (58)
The indicator analyzes the volume scale and splits it into two components - seller volumes and buyer volumes, and also calculates the delta and cumulative delta. The indicator does not flicker or redraw, its calculation and plotting are performed fairly quickly, while using the data from the smaller (relative to the current) periods. The indicator operation modes can be switched using the Mode input variable: Buy - display only the buyer volumes. Sell - display only the seller volumes. BuySell -
FREE
Manual Assistant MT5
Igor Kotlyarov
4.67 (3)
Bonus when buying an indicator or an advisor from my list. Write to me in private messages to receive a bonus. Manual Assistant MT5 is a professional manual trading tool that will make your trading fast and comfortable. It is equipped with all the necessary functions that will allow you to open, maintain and close orders and positions with one click. It has a simple and intuitive interface and is suitable for both professionals and beginners. The panel allows you to place buy and sell orders
FREE
What is this indicator? This indicator is the MACD (Moving Average Convergence/Divergence) supporting Virtual Trading mode of  Knots Compositor . When the mode is turned on, the indicator will be recalculated based on the displayed candlesticks. When the mode is turned off, the indicator will be recalculated based on the original chart candlesticks. Types of the applied price - Close - Open - High - Low - Median Price (HL/2) - Typical Price (HLC/3) - Weighted Price (HLCC/4) KC-Indicators
FREE
Dual RSI
Paul Conrad Carlson
Indicator alerts for Dual Relative strength index rsi. Large rsi preset at 14 is below 30 small rsi preset at 4 is below 10 for buy bullish signals . Large rsi preset are 14 is above 70 small rsi preset at 4 is above 90 for sell bearish signals . Includes mobile and terminal alerts. draws lines when alerts. This indicator can help identify extremes and then the tops or bottoms of those extremes .
FREE
JAC Trend Color Candle
Eduardo Da Costa Custodio Santos
The indicator "JAC Trend Color Candle" for Meta Trader 5, was created to visually facilitate the trend for the trader. It is based on three parameters, which identifies the uptrend, downtrend and non-trending market. The colors are trader-configurable, and the average trader-configurable as well. trend parameters cannot be configured as they are the indicator's differential.
Lot by Risk MT5
Sergey Vasilev
4.5 (8)
风险交易面板是为手动交易而设计的. 这是发送订单的另一种方式。 面板的第一个特点是使用控制线方便地下订单。 第二个特征是在存在止损线的情况下计算给定风险的交易量。 使用热键设置控制行: 获利-默认情况下T键; 价格-默认情况下p键; 止损-默认情况下,S键; 您可以在交易面板的设置中自行配置密钥。 运算算法: 1)-我们把水平在所需的地方(这是没有必要把所有的水平); 2)-指定风险(可选); 3)-点击绿色发送订单按钮; 4)-我们正在等待下订单,或者会出现带有错误消息的警报; 5)-如果我们想关闭当前符号的所有订单,通过魔术链接到专家顾问,然后点击关闭订单按钮。 您不应该多次按下发送订单按钮。 一次就够了。 下单后,按钮将呈现"未按下"状态。 要发送带有风险计算的订单,需要设置止损线并在交易面板的"风险"字段中设置风险。 否则,订单将以当前交易工具的最低手数放置。 风险是从账户余额计算出来的. 由于经纪商对保证金交易细节的限制,不可能承担100%的风险。 在"风险"字段中允许小数(例如,您可
FREE
该产品的买家也购买
Trade Assistant MT5
Evgeniy Kravchenko
4.4 (172)
它有助于计算每笔交易的风险,容易安装新的订单,具有部分关闭功能的订单管理, 7 种类型的追踪止损和其他有用的功能。   注意,该应用程序在策略测试器中不起作用。 您可以在描述页面下载演示版  Manual, Description, Download demo 线条功能  - 在图表上显示开仓线、止损线、止盈线。 有了这个功能,就可以很容易地设置一个新的订单,并在开仓前看到它的附加特性。   风险管理  - 风险计算功能在考虑到设定的风险和止损单的大小的情况下,计算新订单的成交量。它允许你设置任何大小的止损,同时观察设定的风险。 批量计算按钮 - 启用 / 禁用风险计算。 在 " 风险 " 一栏中设置必要的风险值,从 0 到 100 的百分比或存款的货币。 在 " 设置 " 选项卡上选择风险计算的变量: $ 货币, % 余额, % 资产, % 自由保证金, % 自定义, %AB 前一天, %AB 前一周, %AB 前一个月。   R/TP 和 R/SL - 设置止盈和止损的关系。 这允许你设置相对于损失的利润大小。 例如, 1 : 1 - 这决定了 TP = SL 的大小。 2 :
您认为在价格可以瞬间变化的市场中,下单应该尽可能简单吗? 在 Metatrader 中,每次您要开单时,您都必须打开一个窗口,您可以在其中输入开盘价、止损和止盈以及交易规模。 在金融市场交易中,资本管理对于维持您的初始存款并使其倍增至关重要。 因此,当您想下订单时,您可能想知道应该开多大的交易? 在这单笔交易中,您应该承担多少百分比的存款? 您可以从这笔交易中获利多少,利润风险比是多少? 在您设置交易规模之前,您需要进行必要的计算,以获得交易规模应该是多少的问题的答案。 想象一下,您有一个工具可以自动完成所有这些工作。 您打开图表,进行市场分析并用水平线标记入场点、防御点(止损)和目标(止盈),最后您定义风险水平,例如 作为可用资本的百分比,您可以在此交易中承担,此时程序提供: 定义风险和止损规模的可接受交易规模 以点数、点数和账户货币计的止损和获利值 风险回报率 现在剩下的就是点击面板上的相应按钮来打开交易。 如果您是黄牛,需要在不设置防御或目标的情况下快速打开和关闭交易,那么您可以在交易管理器面板中轻松掌握一切,您可以在其中定义固定订单参数并通过单击“购买”或 “卖出”按钮。 关闭
TradePanel MT5
Alfiya Fazylova
4.86 (114)
交易面板是一个多功能的交易助手。 该应用程序包含 50 多个手动交易功能,并允许您自动执行大多数交易操作。 购买之前,您可以在模拟帐户上测试演示版本。 演示 此处 。 完整说明 此处 。 贸易。 让您一键执行基本交易操作: 开立挂单和开仓。 平仓挂单和持仓。 仓位反转(平仓买入并开仓卖出,或平仓卖出并开仓买入)。 锁定仓位(通过开立相反仓位使卖出和买入仓位的交易量相等)。 对所有仓位进行部分平仓。 将所有头寸的止盈和/或止损设置为同一水平。 将所有仓位的止损设置为盈亏平衡水平。 开仓订单和仓位时,您可以: 根据既定风险自动计算订单量。 一键打开多个订单。 将计算出的交易量分配给多个订单。 使用面板创建的线条和标记在图表上可视化未来订单的交易水平位置。 开仓时,设置最大点差限制。 使用止盈规模与止损规模的自动比率。 使用虚拟止损和止盈。 将当前点差添加到止损和止盈。 使用 ATR 指标计算止盈和止损。 设置待处理订单的到期日期。 使用挂单跟踪(挂单自动移动到价格后面指定的距离)。 平仓订单和平仓时,您可以: 一键按订单或仓位类型关闭。 只需点击一下,即可仅平仓盈利或无利可图的头寸。 一键
Local Trade Copier EA MT5
Juvenille Emperor Limited
5 (64)
通过 Local Trade Copier EA MT5 获得非常快速的交易复制体验。它的简单1分钟设置,使您可以在同一台Windows计算机或Windows VPS上在多个MetaTrader终端之间复制交易,具有闪电般快速的复制速度,低于0.5秒。 无论您是初学者还是专业交易者, Local Trade Copier EA MT5 都提供了广泛的选项,可根据您的特定需求进行自定义。对于任何希望增加利润潜力的人来说,这都是终极解决方案。 今天就尝试一下,看看为什么它是市场上最快、最简单的贸易复印机! 提示: 您可以在您的模拟账户中下载并试用 Local Trade Copier EA MT5 模拟版: 这里 将下载的免费演示文件粘贴到您的 MT5 >> 文件 >> 打开数据文件夹 >> MQL5 >> 专家文件夹并重新启动您的终端。  免费演示版本每次可在 4 小时内发挥全部功能,仅限演示帐户。 要重置试用期,请转至 MT5 >> 工具 >> 全局变量 >> Control + A >> 删除。 请仅在非关键模拟账户上执行此操作,不要在挑战道具公司账户中执行此操作。 Loc
Для оплаты рублями/криптой используйте Webmoney. Задай цели для цены, а для всего остального есть HINN Lazy Trader!   Инструмент предназначен для автоматического набора позиций от заданных уровней к заданным целям. Рекомендуется использовать VPS (*) Разработан для минимизации времени, проводимым за чартом, максимизации охвата торговых идей без необходимости контролировать что-либо. Призван стать идеальным инструментом для делегирования рутины, переложить бремя принятия решения и эмоциональный
The product will copy all telegram signal to MT5 ( 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 s
Trade Manager DaneTrades
DaneTrades Ltd
4.82 (22)
交易管理器可帮助您快速进入和退出交易,同时自动计算风险。 包括帮助您防止过度交易、报复性交易和情绪化交易的功能。 交易可以自动管理,账户绩效指标可以在图表中可视化。 这些功能使该面板成为所有手动交易者的理想选择,并有助于增强 MetaTrader 5 平台。多语言支持。 MT4版本  |  用户指南+演示 交易经理在策略测试器中不起作用。 如需演示,请参阅用户指南 风险管理 根据%或$自动调整风险 可选择使用固定手数或根据交易量和点自动计算手数 使用 RR、点数或价格设置盈亏平衡止损 追踪止损设置 最大每日损失百分比,在达到目标时自动平仓所有交易。 保护账户免遭过多提款并阻止您过度交易 最大每日损失(以美元为单位)在达到目标时自动关闭所有交易。 保护账户免遭过多提款并阻止您过度交易 一键实现所有交易的盈亏平衡 自动计算从手机/电话发送的交易的风险 OCO 在设置中可用 交易和头寸管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 高级挂单管理。 调整何时关闭挂单的规则 追踪挂单 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停
Trade Dashboard MT5
Fatemeh Ameri
5 (26)
Tired of complex order placement and manual calculations? Trade Dashboard is your solution. With its user-friendly interface, placing orders becomes effortless, by a single click, you can open trades, set stop loss and take profit levels, manage trade lot size, and calculate risk to reward ratios, allowing you to only focus on your strategy. Say goodbye to manual calculations and streamline your trading experience with Trade Dashboard. Download   demo version   right now. You can find   deta
MT5 to Telegram Signal Provider 是一个易于使用且完全可自定义的工具,它允许向 Telegram 的聊天室、频道或群组发送 指定 的信号,将您的账户变为一个 信号提供商 。 与大多数竞争产品不同,它不使用 DLL 导入。 [ 演示 ] [ 手册 ] [ MT4 版本 ] [ Discord 版本 ] [ Telegram 频道 ] 设置 提供了逐步的 用户指南 。 不需要了解 Telegram API;开发者提供了您所需的一切。 关键特性 能够自定义发送给订阅者的订单详情 您可以创建分层的订阅模型,例如铜、银、金。其中金订阅获得所有信号等。 通过 id、符号或评论过滤订单 包括执行订单的图表截图 在发送的截图上绘制已关闭的订单,以便额外核实 延迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情完全透明: 新的市场订单*带截图 订单修改(止损、获利) 已关闭的订单*带截图 部分关闭的订单** 新的挂单 修改的挂单(进场价格) 挂单激活(作为新的市场订单附加) 已删除的挂单 历史订单报告*** 可自定义的评论 注意: *
Trade copier MT5
Alfiya Fazylova
4.37 (27)
Trade Copier 是一种专业实用程序,旨在复制和同步交易账户之间的交易。 复制发生从供应商的帐户/终端到收件人的帐户/终端,安装在同一台计算机或 vps 上。 在购买之前,您可以在演示帐户上测试演示版本。 演示 这里 。 完整说明 这里 。 主要功能和优点: 支持复制MT5>MT5、MT4>MT5、MT5>MT4,包括МТ5 netting账户。 供应商和收件人模式在同一产品中实现。 简单直观的界面,允许您直接从图表中实时控制复制。 连接中断或终端重新启动时不会丢失设置和位置。 允许您选择要复制的符号,也可以替换接收者的符号,例如 EURUSD> USDJPY。 支持回拷贝。 能够仅复制某些订单。 允许您设置开仓交易价格的最大差异和最大时间延迟。 正确复制部分订单关闭的执行。 计算复制手数的几种方法。 同步止盈和止损。有几种方法可以计算它们的位置。 支持通过执行在“Market account”上工作,其中 SL / TP 仅在开仓后设置。 如何使用简单的设置复制交易 将供应商终端和接收终端安装在同一台计算机或 VPS 上。 在供应商终端上以“Master”模式安装复印机,然后
Mentfx Mmanage mt5
Anton Jere Calmes
4.43 (7)
The added video will showcase all functionality, effectiveness, and uses of the trade manager. Drag and Drop Trade Manager. Draw your entry and have the tool calculate the rest. Advanced targeting and close portions of a trade directly available in tool (manage trades while you sleep). Market order or limit order on either side with factored spread. Just draw the entry, the tool does the rest. Hotkey setup to make it simple. Draw where you want to enter, and the stop loss, the tool calculates al
Pro Arbitrage EA   trades based on Arbitrage Strategy. The strategy is like a scalping technology but on three cross currency pairs at the same time. Each trade basket involves three pairs (all open at the same time) and they will close at once when any desired profit reaches. The strategy has no SL technically because all opened currencies are hedged. SL can happen if high slippages on order execution on the broker side. So the strategy is one of the safest ones in the world. Using the EA : U
将信号从您所属的任何渠道(包括私人和受限渠道)直接复制到您的 MT5。 该工具在设计时充分考虑了用户的需求,同时提供了管理和监控交易所需的许多功能。 该产品采用易于使用且具有视觉吸引力的图形界面。 自定义您的设置并在几分钟内开始使用该产品! 用户指南 + 演示  |   MT4版本  |   不和谐版本 如果您想尝试演示,请参阅用户指南。 Telegram To MT5 接收器在策略测试器中不起作用! Telegram 至 MT5 功能 一次复制多个通道的信号 从私人和受限频道复制信号 不需要机器人令牌或聊天 ID(如果出于某种原因需要,您仍然可以使用这些) 使用风险百分比或固定手数进行交易 排除特定符号 选择复制所有信号或自定义要复制的信号 配置单词和短语以识别所有信号(默认值应适用于 99% 的信号提供商) 配置时间和日期设置以仅在需要时复制信号 设置一次打开的最大交易量 交易和头寸管理 使用信号或自动设置的管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止过度交易
OrderManager MT5
Lukas Roth
4.88 (16)
介绍 OrderManager :MT5的革命性工具 使用全新的Order Manager实用程序,像专业人士一样管理您在MetaTrader 5上的交易。Order Manager设计简单,易于使用,可让您轻松定义和可视化每笔交易的风险,从而做出明智的决策并优化您的交易策略。有关OrderManager的更多信息,请参阅手册。 [ 手册 ] [ MT4版本 ] [ Telegram 频道 ] 主要功能: 风险管理:快速轻松地定义您交易的风险,让您做出更好的决策并提高交易性能。 视觉表示:图形化地查看您的交易和相关风险,以清晰简洁地了解您的开放头寸。 订单修改:只需几次点击即可轻松修改或关闭您的订单,简化您的交易过程,为您节省宝贵的时间。 掌握新闻:一键获取最新市场新闻。 不要错过这个MT5交易员的必备工具。用Order Manager提升您的交易体验,将您的交易游戏提升到新的水平。 OrderManager在startegyTester中 不 工作! OrderManager 仅与 Windows 兼容。 请考虑给这个产品一个5星级评价。您的优秀反馈将激励作者加快更新
UTM Manager 是一款直观且易于使用的工具,可提供快速高效的交易执行。其中一项突出的功能是“忽略价差”模式,该模式使您能够以蜡烛的价格进行交易,完全忽略价差(例如,允许在 LTF 上交易更高价差的货币对,避免因价差而退出交易)。 UTM Manager 的另一个关键方面是其独特的本地交易复印机,允许在每个经纪商中灵活地运行不同的交易策略和设置,例如不同的 TP、BE 和风险规则。 交易执行: 快速高效的交易执行:通过点击图表上的入场价格和止损价格或使用一键固定止损尺寸功能轻松进入交易。 自动手数计算:根据预定义的风险设置计算手数,当通过拖动修改仓位时会重新计算手数。 能够同时处理一个或多个职位。 止盈和盈亏平衡: 灵活的止盈设置:通过特定的风险回报 (RR) 比率设置灵活的部分止盈水平。 可配置的自动盈亏平衡功能:当达到一定的利润水平时,将止损移至盈亏平衡点。 用户友好的界面: 用户友好的图形界面 (GUI),可轻松保存和加载设置。 内置帮助工具提示来解释其他功能。 职位定制: 仓位定制和调整:经理将所有仓位绘制在图表上,通过拖动线条即可轻松定制和调整。 图表上的按钮: 图
-25% discount ($199 -> $149) Advanced trading tool: One click smart orders that execute under your conditions Developed by trader for trading community:  position size calculator (lot size), open position after price action, strategy builder, set and forget trading, mobile notifications... Risk Management -  Risk percentage position size calculator, gain percentage, target risk reward ratio, spread and commissions are included in calculations 7 Advanced order types  - Set and forget trading w
MT5 To Notion
DaneTrades Ltd
5 (2)
该程序将允许您使用非常友好的用户界面将所有交易从 MetaTrader 帐户直接导出到 Notion。 MT4版本  |   用户指南+演示 要开始使用,请使用用户指南并下载概念模板。 如果您想要演示,请参阅用户指南。 在策略测试器中不起作用! 主要特点 将所有交易从您的交易账户导出到您的 Notion 将运行交易和挂单导出到 Notion 并更新它们 创建模板 最后一日出口贸易 上周出口贸易 上个月出口贸易 从自定义时间范围导出交易 自动将所有新的已平仓交易发送至 Notion 选择要包含在导出中的字段,例如订单类型、数量、开仓时间、平仓时间等 如何开始 转到上面的用户指南或启动 EA 并单击“获取连接帮助” 连接后,单击“开始:导出全部”将历史记录中的所有当前交易发送到 Notion 如果您希望它自动将所有新的已平仓交易发送到 Notion,请选中“更新新已平仓交易” 如果您有任何问题,请告诉我。 随着产品的开发,将添加新功能。
Grid Manual MT5
Alfiya Fazylova
4.83 (12)
Grid Manual是一个交易面板,用于处理订单网格。 该实用程序是通用的,具有灵活的设置和直观的界面。 它不仅可以在亏损方向上设置订单网格,还可以在盈利方向上设置订单网格。 交易者不需要创建和维护订单网格,实用程序会这样做。 打开一个订单就足够了,Grid manual会自动为它创建一个订单网格,并伴随它直到非常关闭。 完整说明和演示版 此處 。 该实用程序的主要特性和功能: 伴隨以任何方式打開的訂單,包括從移動終端打開的訂單。 適用於兩種類型的網格:“限制”和“停止”。 使用兩種方法計算網格間距:固定和動態(基於 ATR 指標)。 允許您更改未結訂單網格的設置。 顯示圖表上每個網格的盈虧平衡水平。 顯示每個網格的利潤率。 允許您一鍵關閉網格中的盈利訂單。 讓您一鍵關閉每個訂單網格。 允許您對訂單網格應用追踪止損功能。 允許您在訂單網格上應用將訂單網格的止損轉移到盈虧平衡水平的功能。 相對於訂單網格的盈虧平衡水平自動重新排列止盈(僅在限價網格模式下,距離取決於所選的計算類型:“保守”或“激進”)。 最多可管理 20 個訂單網格,每個網格最多可包含 100 個訂單。 計算初始手數時,
FTMO Sniper 7
Vyacheslav Izvarin
Dedicated for FTMO and other Prop Firms Challenges 2020-2023 Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Best results on GOLD and US100  Use any Time Frame Close all deals and Auto-trading  before  US HIGH NEWS, reopen 2 minutes after Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday Recommended time to trade 09:00-21:00 GMT+3 For Prop Firms MUST use special  Protector  https://www.mql5.com/en/market/product/94362 ------------------
The top-selling EAs on the market cost a lot and one day they are suddenly gone. This is because one strategy will not work in the forex market all the time. Our product is unique from all others in the MQL Marketplace because our EA comes with 34+ built-in indicators that allow develop strategies every time.  You build your strategy and keep updating it. If one strategy does not work, simply build another all using only one EA. This is All-In-One EA   in this market place. You can use as trade
Comprehensive on chart trade panel with the unique ability to be controllable from mobile as well. Plus has a library of downloadable configuration, e.g. exit rules, extra panel buttons, pending order setup and more. Please see our product video. Works with all symbols not just currency pairs. Features On chart panel plus controllable from free app for Windows, iPhone and Android Built-in script engine with library of downloadable configuration, e.g. add 'Close All Trades in Profit' button, exit
交易面板一键交易。 处理仓位和订单! 通过 图表 或 键盘 进行交易 。 使用我们的交易面板,您只需单击一下即可直接从图表中执行交易,执行交易操作的速度比使用标准 MetaTrader 控件快 30 倍。 参数和函数的自动计算使交易者的交易更加快捷、方便。 图形提示、信息标签和有关贸易交易的完整信息均位于图表 MetaTrader 上。 MT4版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 打开和关闭、反转和锁定、部分关闭/Autolot。虚拟/真实止损/止盈/追踪止损/盈亏平衡,订单网格... МetaТrader 5 中主要订单的交易控制面板 :买入、卖出、buystop、buylimit、sellstop、selllimit、平仓、删除、修改、追踪止损、止损、获利。 有 5 个选项卡 可用:头寸、挂单、账户信息、信号和总利润。 Description on English VirtualTradePad在“  MQL5语言最佳图形面板  ”竞赛中 获得二等奖 。 注意
Bots Builder Pro MT5
Andrey Barinov
4.75 (4)
This is exactly what the name says. Visual strategy builder . One of a kind. Turn your trading strategies and ideas into Expert Advisors without writing single line of code. Generate mql source code files with a few clicks and get your fully functional Expert Advisors, which are ready for live execution, strategy tester and cloud optimization. There are very few options for those who have no programming skills and can not create their trading solutions in the MQL language. Now, with Bots Build
YuClusters
Yury Kulikov
4.93 (43)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
Exp5 Duplicator
Vladislav Andruschenko
4.71 (7)
Expert Advisor Duplicator 在您的账户 MetaTrader 5 上重复 交易/持仓/信号预设次数。 它复制所有手动或由另一个“EA 交易”打开的交易。可以增加信号的批量大小。 复制信号并增加信号的数量! MQL5 信号手数增加 支持以下功能:复制交易的自定义手数、复制止损、止盈、使用追踪止损等等。 链接 MT4 版本 详细描述 +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 MetaTrader 的交易复印机可在此处获得:   COPYLOT 注意力 注意 :这不是用于终端之间贸易的复印机。 复印机不能用于净额结算帐户。 您可以在策略测试器中测试“   EA 交易”,并在可视模式下使用我们的 EAPADPRO 工具栏进行交易! 在 1 个货币对上安装 EA 就足够了。默认情况下,它将监视所有打开的符号。 这个怎么运作? Duplicator 助手 EA 重复在终端中打开的头寸。 要复制的位置或顺序称为 源 。重复位置是一个 副本 。 The EA repeats
The product combines a manual trade panel with the ability to perform actions automatically in a highly configurable way. Actions include capturing indicator values and then based on those values raising alerts, open/close or partially close trades, scale-in, setting up pending orders, adjusting stop loss, take profit and more. On-chart controls can be configured, such as tick boxes and buttons, so can be fully interactive. The EA also handles money management, news events, hidden stop loss, tak
Easy Order PRO MT5
Yoshiki Takeuchi
2.33 (9)
概述 只需移动行,就可以通过填写损失量的数量来自动计算批次。 可以计算出八种货币。(USD,EUR,GBP,JPY,AUD,NZD,CHF,NZD) 可以选择固定量或余额比率。 计算风险奖励。 市场订单,限制顺序和停止订单将自动应用。 支持FX,CFD和加密货币。 注意力 “免费演示”不起作用。您可以从下一页下载演示版。    https://www.mql5.com/en/blogs/post/750010 请参阅上面的链接以获取详细的工具说明。 笔记 在报价中显示所有货币以从报价中获取信息。 请将该产品放入“专家”文件夹中。在“指示”文件夹中不起作用。 请检查“自动交易(MT4)”,“算法交易(MT5)”许可和“允许自动交易(MT4)”,“允许算法交易”。 该产品适用于Windows。 Linux和Mac尚未确认工作。 它可能与其他指标结合使用。如果它不起作用,请单独使用此产品。 请注意,批次计算结果无法完全准确地计算。 (由于批次中小数点数量的限制,四舍五入到最接近的整数) 我们对使用此产品造成的任何损害概不负责,因此请自行使用。
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-u
Didi Alert Needle Detector
Alexandre Tadeu Molina
5 (1)
EA DIDI Alert - 来自“ATM Systems”的检针器 您是否正在寻找一种工具来帮助您利用金融市场上的最佳交易机会? 那么您需要知道,ATM Systems 的 DIDI Alert - Agulhadas Detector 是市场上唯一通过 DIDI INDEX 使用 Didi Aguiar 强大的 Needles Setup 交易策略的顾问,它拥有多种可用资源,与任何其他专用于此策略的顾问不同。如此完整、功能和实用!它可以识别需求、趋势和布林线开口,当检测到“完全需要”时,它会发出声音警报,包括通过推送通知和电子邮件,以及直观的图形仪表板,以快速、轻松地可视化分析结果。 DIDI Alert 采用最先进的人工智能开发,优化和完善了每一行代码,以确保最大的性能和准确性。此外,DIDI Alert 在上线全球最大、最值得信赖的交易社区 MQL5.COM 平台之前,还经过了数月的严格测试。 DIDI Alert 与市场上的大多数资产兼容,只要它们有足够的运动量,不会显示重复的蜡烛(请参阅添加图像中的示例)。 想象一下顾问 - DIDI ALERT 可以同时以图形方式
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.78 (18)
MT5 交易复印机是 МetaТrader 5 平台的交易复印机 。 它复制外汇交易 之间   任何账户 MT5   -   MT5, MT4   -   MT5 对于 COPYLOT MT5 版本(或 MT4   - MT4 MT5   -   MT4 对于 COPYLOT MT4 版本) 值得信赖的复印机! MT4版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 您还可以在 МТ4 终端 (   МТ4   -   МТ4, МТ5   -   МТ4   ) 中 复制交易: COPYLOT CLIENT for MT4 此版本包括在终端 МТ5   -   МТ5, МТ4   -   МТ5 之间 。 交易复制器用于在 2/3/10 终端之间复制交易/头寸。 支持从模拟账户和投资账户复制。 该程序可以在多个终端绑定上运行。 使用它作为您在一个账户上交易的各种投资者账户的交易的同步器, - COPYLOT 会将您的交易复制到其他终端。 从 多个 终端复制到一个; 从一
作者的更多信息
NotifyMe for MT4
Denis Zyatkevich
5 (5)
概览 本 EA 在检测到交易账户的任何变化时,发送通知到移动终端,通过邮件或激活声音警报: 开仓/平仓,改变订单参数,余额或杠杆。此外,EA 在交易账户的净值跌至低于指定值或可用保证金相比保证金很小的时候发送通知。本 EA 不进行交易, 它仅监控您的账户。 启动 EA 为了 EA 的工作,将文件 NotifyMe.ex4 放置 终端文件夹/experts (可能它会自动放在那里)。NotifyMe 应该会出现在导航窗口的 EA 区域。如果没有, 重启 MetaTrader 4 终端。 为了让 EA 工作,在 MetaTrader 4 的设置中允许使用 EA。为此,进入工具菜单,之后选项,之后选择 EA 选栏。启用允许 EA 选项 (接受定制指标和脚本)。 要启动 EA,在导航器窗口鼠标右键点击其名称,然后选择 "挂载到图表",或者用鼠标拖放到图表上。EA 的参数窗口将会出现:设置所需的参数,然后点击确定。 此 EA 可以挂载到任意金融工具的图表上,因为 EA 在每次即时报价来到时分析交易账户状态,为了降低通知的延迟,建议在报价比较活跃的品种里运行此 EA (例如, 以下货币对之一:
NotifyMe Free for MT5
Denis Zyatkevich
4.86 (7)
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
FREE
NotifyMe Free for MT4
Denis Zyatkevich
4.33 (9)
概览 此 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 的输入参数 P
FREE
Account Info Free for MT5
Denis Zyatkevich
4.5 (2)
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
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
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, p
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 ale
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 al
筛选:
Johan Julien Aubry
855
Johan Julien Aubry 2021.06.06 09:50 
 

Works correctly. Please don't write directly to me about my review, I'll not answer.

PETER LUISI
1981
PETER LUISI 2021.01.23 09:16 
 

Just what I was looking for. Works well.

Nulltinull
29
Nulltinull 2019.10.01 15:41 
 

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

Wan Ping Fei
1690
Wan Ping Fei 2019.02.09 04:25 
 

Author's professional and fast technical support, enough to give 5 stars evaluation

回复评论
版本 1.3 2022.01.31
Improved operation with a large number of orders.
版本 1.2 2020.11.14
The Expert Advidor is compiled in the new version of the MetaEditor.