NotifyMe for MT4

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.


Launching the Expert Advisor

For the Expert Advisor to work, place the file NotifyMe.ex4 in terminal_folder/experts (probably it will be placed there automatically). NotifyMe should appear in the Expert Advisors section of the Navigator window. If not, restart the MetaTrader 4 terminal.

For the Expert Advisor to work, allow using Expert Advisors in the setting of MetaTrader 4. To do it, go to Tools menu, then Options, and then select Expert Advisors tab. Enable the option Enable Expert Advisors (except the Custom Indicators and Scripts).

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 Since the EA analyzes the trade account state at every tick coming, to decrease delays of notifications it is recommended to run the EA on a symbol, where ticks come most often (for example, one of Forex currency pairs:: EURUSD, GBPUSD, USDCHF or USDJPY). on any time frame.


Expert's Input Parameters

  • Push_Notify_Events - select what events you want to be notified of via your mobile terminal (0 - notifications disabled, 1 - notifying only of opening/closing positions, 2 - notifying of all events);
  • Push_Notify_Critical_Equity - critical value of (Equity) on the trade account (in deposit currency). When this value is reached, the notification is sent to the mobile terminal;
  • Push_Notify_Critical_Margin - critical value of Free Margin comparing to Margin in percentage terms. When this value is reached, the notification is sent to the mobile terminal;
  • Push_Repeat_Interval - minimum time interval (in seconds) between sending push notifications in case the critical level of free margin of equity is reached;
  • Push_Notify_Interval - minimum time interval (in seconds) between notifications sent to the mobile terminal;
  • Push_Length_Limit - maximum length of a message sent to the mobile terminal;
  • Mail_Notify_Events - select what events you want to be notified of via e-mail (0 - notifications disabled, 1 - notifying only of opening/closing positions, 2 - notifying of all events);
  • Mail_Notify_Critical_Equity - critical value of (Equity) on the trade account (in deposit currency). When this value is reached, the notification is sent via e-mail;
  • Mail_Notify_Critical_Margin - critical value of Free Margin comparing to Margin in percentage terms. When this value is reached, the notification is sent via e-mail;
  • Mail_Repeat_Interval - minimum time interval (in seconds) between sending e-mails in case the critical level of free margin of equity is reached;
  • Mail_Notify_Interval - minimum time interval (in seconds) between notifications sent via e-mail;
  • Sound_Notify_Events - select what events you want to be notified of via sound notifications (0 - notifications disabled, 1 - notifying only of opening/closing positions, 2 - notifying of all events);
  • Sound_Notify_Critical_Equity -critical value of (Equity) on the trade account (in deposit currency). When this value is reached, the sound notification is played;
  • Sound_Notify_Critical_Margin - critical value of Free Margin comparing to Margin in percentage terms. When this value is reached, the sound notification is played;
  • Sound_Repeat_Interval -minimum time interval (in seconds) between playing sound notifications in case the critical level of free margin of equity is reached;
  • Sound_Notify_Interval -  minimum time interval (in seconds) between sound alarm notifications;
  • Sound_File_Name - name of the sound file played activated an event occurs;
  • Use_Local_Time - time specified in messages sent to the mobile terminal or via email (false - trade server time, true - time of the PC the Expert Advisor is running at);
  • Show_Information -show (true) or hide (false) information about the server time, local time and the settings and conditions of triggering of notifications.


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 4 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 also allow sending push notifications in MetaTrader 4 trading terminal, on which the EA is to be launched. To do this, enter Tools – Options – Notifications tab, turn "Enable Push Notifications" parameter on and specify MetaQuotes_ID that can be found on Messages tab of the mobile terminal.

"Push_Notify_Events" parameter allows you to indicate the types of events you will be notified about via the mobile terminal. If it is set 2, you will be notified about the following events: opening and closing positions, changing stop loss and take profit of an open position, changing parameters of a pending order (open price, stop loss or take profit), change of the account balance or leverage. Value 1 means that the notifications will be send only when a position is opened or closed. Value 0 means that notifications via the mobile terminal are disabled (this parameter doesn't affect notification about critical free margin or equity).

"Push_Notify_Critical_Equity" parameter allows defining a critical (minimal) value of equity (in deposit currency). When this value is reached, the notification is sent to the mobile terminal. If set to 0, notifications of equity decrease are not sent to your mobile terminal.

"Push_Notify_Critical_Margin" parameter allows defining a critical (minimum) free margin level (in percentage value). When this value is reached, the notification is sent to the 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.

"Push_Repeat_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_Notify_Interva" input parameter allows you to set the minimum time interval (in seconds) between 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_Notify_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 (especially in case of the events' high frequency on a trading account).

" Push_Length_Limit" 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_Length_Limit" parameter). In some cases, a message may become invisible in the mobile terminal if its length exceeds 255 characters. "Push_Length_Limit" 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 4 trading terminal, at which NotifyMe Free for MT4 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.

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

"Mail_Notify_Events" parameter allows defining types of events followed by notifications via emails (similar to "Push_Notify_Level" parameter for notifications sent to the mobile terminal). If it is set 2, you will be notified about the following events: opening and closing positions, changing stop loss and take profit of an order, change of the account balance or leverage. Value 1 means that the notifications will be send only when a position is opened or closed. Value 0 means that notifications via e-mail are disabled (this parameter doesn't affect notifications about critical free margin or equity).

"Mail_Notify_Critical_Equity" parameter allows defining a critical (minimal) value of equity (in deposit currency). When this value is reached, the notification is sent via e-mail. If set to 0, notifications of equity decrease are not sent via e-mail.

"Mail_Notify_Critical_Margin" parameter allows defining a critical (minimum) free margin level (in percentage value). When this value is reached, the notification is sent 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.

"Mail_Repeat_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 e-mail prepared for delivery.

"Mail_Notify_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_Notify_Interval" parameter passes since sending the previous notification, the Expert Advisor will send an e-mail 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_Notify_Interval" parameter.


Audio Alarm Notifications

"Sound_Notify_Events" parameter allows you to define types of events followed by sound alarm notifications (similar to "Push_Notify_Events" parameter for notification sent to the mobile terminal and "Mail_Notify_Events" for notifications sent via e-mail). If it is set 2, you will be notified about all events (opening and closing positions, changing parameter of orders, change of the account balance or leverage). Value 1 means that the notifications will be send only when a position is opened or closed. Value 0 means that sound notifications are disabled (this parameter doesn't affect notifications about critical free margin or equity).

"Sound_Notify_Critical_Equity" input parameter allows you to define a critical (minimum) equity (in deposit currency) followed by sending sound alarm notifications. If set to 0, sound notifications of equity decrease are not triggered.

"Sound_Notify_Critical_Margin" input parameter allows you to define a critical (minimum) free margin level (in percentage terms) followed by sending sound alarm notifications. If set to 0, sound notifications of free margin decrease are not triggered.

" Sound_Repeat_Interval" parameter allows you to set the time interval (in seconds) between sound notifications about reaching critical Equity or Free Margin level.

"Sound_Notify_Interval" input parameter allows you to set the minimum time interval (in seconds) between sound notifications.

"Sound_File_Name" allows you to set the name of an audio file to be activated when a notification arrives. A file in .wav format should be located in terminal_folder/sounds or its subdirectory.


Displaying the Data on Screen

If Show_Information parameter is set to true, then the information about the server and local time will be displayed in the upper left corner of the chart as well as the settings and conditions of triggering of each notification type.

Examples of messages sent by the program

  • Placing a pending order: 2013.08.12 14:56:13 EURUSD Place Sell Limit 0.10 at 1.32920, SL: 1.33000, TP: 1.32820, Comment: Test order;
  • Changing pending order parameters: 2013.08.12 14:56:28 EURUSD Modify Sell Limit 0.10, Open: 1.32920 -> 1.32900, SL: 1.33000 -> 1.32980, TP: 1.32820 -> 1.32800;
  • Deleting a pending order: 2013.08.12 14:56:34 EURUSD Delete Sell Limit 0.10 at 1.32900;
  • 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);
  • Reaching critical equity or free margin: 2013.08.12 15.32.16 Equity: 1004.30 USD, Free Margin: 868.47 USD;


Free Version and MetaTrader 5 Version

NotifyMe Free for MT4  - Free Version of the App 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 5 trading terminal.


Warning

The developer of NotifyMe for MT4 is not responsible for possible modification or termination of the program's operation due to changes in MQL4 language implemented by the trading terminal and language developer - MetaQuotes company. The developer of NotifyMe for MT4 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.

İncelemeler 6
Johan Julien Aubry
919
Johan Julien Aubry 2021.06.06 10:00 
 

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

PETER LUISI
1981
PETER LUISI 2021.01.18 12:03 
 

Just what I was looking for. Works very well.

Hatem Abou Ouf
5320
Hatem Abou Ouf 2017.09.21 22:19 
 

Excellent but I wish if He can add DrawDown% feature

Önerilen ürünler
"Auto FIBO Pro" Crypto_Forex göstergesi - ticarette harika bir yardımcı araçtır! - Gösterge, Fibo seviyelerini ve yerel trend çizgilerini (kırmızı renk) otomatik olarak hesaplar ve grafikte yerleştirir. - Fibonacci seviyeleri, fiyatın tersine dönebileceği önemli alanları gösterir. - En önemli seviyeler %23,6, %38,2, %50 ve %61,8'dir. - Ters scalping veya bölge ızgara ticareti için kullanabilirsiniz. - Auto FIBO Pro göstergesini kullanarak mevcut sisteminizi geliştirmek için birçok fırsat vardı
Trend Ray
Andriy Sydoruk
The indicator shows the potential trend direction by cyclical-wave dependence. Thus, all the rays of the intersection will be optimal rays, in the direction of which the price is expected to move, taking into account the indicator period. Rays can be used as a direction for potential market movement. But we must not forget that the approach must be comprehensive, the indicator signals require additional information to enter the market.
Reverse copier is a tool that will open opposite buy/sell orders from your master account. It will help you with low profit EA's that lose consistenly and turn it to wins. Feel free to ask for new functions/features and I will add it. Now it's a simple MT5 to MT4 bridge with straightforward logic of one position open/close.  How to install: https://www.mql5.com/en/market/product/141604
FREE
Rainbow MT4 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, it’s a signal to buy. When price crosses below MA and MA changes color to red, it’s a signal to sell. The Expert advisor ( Rainbow EA MT4) based on Rainbow MT4 indicator, as you can see in the short video below is now available here .
FREE
VR Cub
Vladimir Pastushak
VR Cub , yüksek kaliteli giriş noktaları elde etmenin bir göstergesidir. Gösterge, matematiksel hesaplamaları kolaylaştırmak ve bir pozisyona giriş noktalarının aranmasını basitleştirmek için geliştirildi. Göstergenin yazıldığı ticaret stratejisi uzun yıllardan beri etkinliğini kanıtlamaktadır. Ticaret stratejisinin basitliği, acemi yatırımcıların bile başarılı bir şekilde ticaret yapmasına olanak tanıyan büyük avantajıdır. VR Cub, pozisyon açılış noktalarını ve Kâr Al ve Zararı Durdur hedef sev
Market Profile 3
Hussien Abdeltwab Hussien Ryad
3 (2)
Market Profile 3 MetaTrader 4 indicator  — is a classic Market Profile implementation that can show the price density over time, outlining the most important price levels, value area, and control value of a given trading session. This indicator can be attached to timeframes between M1 and D1 and will show the Market Profile for daily, weekly, monthly, or even intraday sessions. Lower timeframes offer higher precision. Higher timeframes are recommended for better visibility. It is also possible t
FREE
Утилита  TSim   позволяет симулировать ручную торговлю в Тестере Стратегий MetaTrader 4. В панеле можно устанавливать размеры лота, тейпрофита и стоплосса. Панель имеет кнопки Sell   и Buy для выставления рыночных ордеров, а также кнопки CloseSell, CloseBuy и CloseAll для быстрого закрытия ордеров. Под панелью отображается список открытых ордеров. Внимание. Панель работает только в Визуальном режиме Тестера Стратегий MetaTrader 4.
FREE
The Arrow Scalper
Fawwaz Abdulmantaser Salim Albaker
1 (2)
Dear Friend..  I share with you this simple Expert Adviser .. it is full automatic  this Expert Adviser following the trend of the pair you install on or any stocks or indices , it is works like that: - when the trend on H4 chart show a start of up trend the expert will wait till the 15M & 1H charts show an up trend the EA will open a buy order directly , and do the same for down trend and open a sell order the buy or sell  order lot size and take profit and stop loss will measured manually  by
FREE
Double HMA lines MTF
Pavel Zamoshnikov
5 (1)
This is a multi-timeframe version of the popular Hull Moving Average (HMA). The Double HMA MTF Light indicator combines two timeframes on a single chart. The HMA of the higher timeframe defines the trend, and the HMA of the current timeframe defines short-term price movements. The indicator is freely distributed and hasn't audio signals or messages. Its main function is the visualization of price movements. If you need advanced functionality of the HMA multi-timeframe indicator (information ab
FREE
КopirFIFO — копировщик нетто-позиций для терминалов МТ4. Копировщик копирует на счет-клиент чистую нетто-позицию со счёта-сервера по правилу FIFO, то есть всегда первой закрывается та сделка, которая была открыта раньше всего. При копировании так же полностью исключается хеджирование позиций. Если на счёте-сервере открываются хеджирующие сделки, то на счете-клиенте происходит закрытие позиций на величину хеджа. Данный копир идеально подходит для копирования вашей не нетто-торговли на сервисы то
FREE
High Low Open Close MT4
Alexandre Borela
4.81 (21)
Bu projeyi seviyorsanız, 5 yıldız incelemesi bırakın. Bu gösterge açık, yüksek, düşük ve belirtilen fiyatlar için çizer Dönem ve belirli bir zaman bölgesi için ayarlanabilir. Bunlar birçok kurumsal ve profesyonel tarafından görünen önemli seviyelerdir. tüccarlar ve daha fazla olabileceği yerleri bilmeniz için yararlı olabilir Aktif. Mevcut dönemler şunlardır: Önceki gün. Önceki Hafta. Önceki Ay. Previous Quarter. Önceki yıl. Veya: Mevcut gün. Hafta. Şimdi Ay. Şimdiki Mahallesi. Bugün yıl.
FREE
Harvest GOLD USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 3 great strategies The EA can be run on even a $30000
SMC Venom Model BPR göstergesi, Akıllı Para (SMC) konseptinde çalışan yatırımcılar için profesyonel bir araçtır. Fiyat grafiğinde iki temel modeli otomatik olarak belirler: FVG   (Adil Değer Açığı), ilk ve üçüncü mum arasında boşluk bulunan üç mumun birleşimidir. Hacim desteğinin olmadığı seviyeler arasında bir bölge oluşturur ve bu da sıklıkla fiyat düzeltmesine yol açar. BPR   (Dengeli Fiyat Aralığı), bir "köprü" oluşturan iki FVG modelinin birleşimidir - bir kırılma bölgesi ve fiyatın düşük
Exp Swing
Vladislav Andruschenko
4.51 (59)
Swinger (Pendulum, Cheburashka) adı verilen ünlü bir stratejinin modelini kullanır - bekleyen emirlerin artan lotla alternatif olarak yerleştirilmesi. Strateji iki zıt bekleyen emrin verilmesinde yatmaktadır. Fiyat belirli bir yönde hareket ettiğinde bekleyen bir emir tetiklenirken diğer emrin lot büyüklüğü artar. EA, üç tür bekleyen açılış emri sağlar (TypeofTrade) Yerleştirme sonrası otomatik açılma (Anlık açılış AutoTrade) Manuel açma sonrası açma ve yönetim (Manuel açma ManualTrade) Yüksek/
FREE
Bu, alış ve satış emirleri ağını belirleyen normal bir paneldir. Bu uzman danışman, ayarlarda belirli bir kar emrini kapatır. Daha sonra, emirler arasındaki mesafenin merdiven parametresi tarafından belirtilen puanlarla artmaya başladığını içeren Merdiven adı verilen bir parametre vardır (burada, ana ayarlarda 10 puan değerindedir), 10 puan için ikinci emir, 20 puan için üçüncü emir, 40 puan için dördüncü emir vb. O zaman, bu danışmanda burada ne olduğunu bilmeniz gerekir, çünkü bu ayarlarda m
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
PatternVol EA
Alexandr Gribanov
4.5 (2)
The PatternVol EA is based on its own observations of the market and consists of patterns, candlestick analysis, analysis of candlestick volumes, and also, the EA does not contain indicators. At the moment, the advisor is a small constructor of my non-indicator strategies, you can disable and enable each strategy separately, or make an assembly from several strategies. The work on the advisor continues to this day, new strategies are added, algorithms are improved. In the future, it will be a l
FREE
EARLY REMINDER: The Starting price is 65 price will rise soon up to 365$ and then 750$ after first 10 copies of sales. Grab this offer now! Introduction Hello, traders! Welcome to the demonstration of the Forex Beast Indicator , a comprehensive tool designed to assist aspiring traders in navigating the complexities of the forex market. This indicator incorporates seven essential components to provide a well-rounded trading experience: Moving Averages Colored Zones Support and Resistance Levels
The indicator detects and displays Shark harmonic pattern (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangles. After the pattern is comple
HMA Trend
Pavel Zamoshnikov
4.54 (70)
A trend indicator based on the Hull Moving Average (HMA) with two periods. The Hull Moving Average is an improved variant of the moving average, which shows the moment of trend reversal quite accurately. It is often used as a signal filter. Combination of two types of Hull Moving Averages makes a better use of these advantages: HMA with a slow period identifies the trend, while HMA with a fast period determines the short-term movements and signals in the trend direction. Features The movement d
FREE
Max LotSize
Luis Alberto Atuncar Sanchez
5 (2)
LotSize Indicator Discover the appropriate lot size to use in your trades based on the available margin. This indicator provides valuable information for risk management. If the indicator shows a value of 0, it means that your balance or available margin is insufficient for trading. It is important to maintain adequate margin levels for safe trading practices. This indicator is exclusively designed for the MT4 platform, a popular and reliable trading platform in the market. With the LotSize Indi
FREE
This indicator help to mark the high and low of the session Asian,London,Newyork , with custom hour setting This indicator is set to count from minute candle so it will move with the current market and stop at the designated hour and create a accurate line for the day. below is the customization that you can adjust : Input Descriptions EnableAsian Enables or disables the display of Asian session high and low levels. EnableLondon Enables or disables the display of London session high and
FREE
Price Magnet — Price Density and Attraction Levels Indicator Price Magnet is a professional analytical tool designed to identify key support and resistance levels based on statistical Price Density. The indicator analyzes a specified historical period and detects price levels where the market spent the most time. These zones act as “magnets,” attracting price action or forming a structural base for potential reversals. Unlike traditional Volume Profile tools, Price Magnet focuses on price-time d
Smart FVG Indicator MT4 – MetaTrader 4 için Gelişmiş Fair Value Gap Tespiti Smart FVG Indicator MT4, MetaTrader 4 grafikleri üzerinde Fair Value Gap (FVG) alanlarını profesyonel düzeyde tespit eder, izler ve uyarılar üretir. ATR tabanlı filtreleme ile piyasa yapısını dikkate alan akıllı bir algoritmayı birleştirerek gürültüyü azaltır, likiditeye uyum sağlar ve sadece en önemli dengesizlikleri bırakarak daha net işlem kararları almanıza yardımcı olur. Başlıca avantajlar Doğru FVG tespiti: Sadec
FREE
SX Supply Demand Zones accurately identifies and draws high-probability Supply and Demand zones using a sophisticated algorithm. Unlike traditional indicators that clutter your chart, this indicator is designed with a focus on performance and a clean user experience. New Unique Feature: Interactive Legend System What truly sets this indicator apart from everything else is the Interactive Control Legend. You have a professional dashboard directly on your chart that allows you to: Show/Hide: Ins
FREE
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. If you use a   profit bucket , please note that it applies to all orders on the current currency pair with the current magic. If you want to use several grids with independent profit buckets at the same time, run several copies of the utility and specify different magics in the settings. MT5 version of the ut
FREE
Show Pips
Roman Podpora
4.26 (58)
Bu bilgi göstergesi her zaman hesaptaki güncel durumdan haberdar olmak isteyenler için faydalı olacaktır. Gösterge, puan cinsinden kâr, yüzde ve para birimi gibi verilerin yanı sıra mevcut çiftin spreadini ve mevcut zaman diliminde çubuğun kapanmasına kadar geçen süreyi görüntüler. VERSİYON MT5 -   Daha kullanışlı göstergeler Bilgi satırını grafiğe yerleştirmek için birkaç seçenek vardır: Fiyatın sağında (fiyatın arkasında); Yorum olarak (grafiğin sol üst köşesinde); Ekranın seçilen köşesinde.
FREE
The indicator displays price distribution on a horizontal histogram. Horizontal histogram help find out key levels of price so that you can make good decision on setting point of take profit, stop loss... You can improve exist trading strategy or get new trading idea with the histogram of price. Outstanding features Support multiple time frame : you can choose to work with history data in any time frame you want. It does not depend on current display time frame. Support weighting by volume and/
FREE
MT4 için NAS100 Auto SL ve TP Maker ile tanışın: MetaTrader 4'te Nasdaq 100 piyasasında gezinen yatırımcılar için vazgeçilmez bir yardımcı olan NAS100 Auto SL ve TP Maker ile StopLoss ve TakeProfit ayarlarını bir daha asla kaçırmayın. Bu araç, StopLoss ve TakeProfit seviyelerinin yönetimini otomatikleştirmek için sorunsuz bir çözüm arayanlar için tasarlanmıştır. Temel Özellikler: Zahmetsiz Otomasyon: StopLoss ve/veya TakeProfit olmadan Nasdaq 100 işlemlerini otomatik olarak izler. Kullanıcı tar
FREE
Follow The Line
Oliver Gideon Amofa Appiah
3.94 (16)
FOLLOW THE LINE GET THE FULL VERSION HERE: https://www.mql5.com/en/market/product/36024 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.  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
FREE
Bu ürünün alıcıları ayrıca şunları da satın alıyor
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (108)
Local Trade Copier EA MT4 ile olağanüstü hızlı işlem kopyalama deneyimi yaşayın. Kolay 1 dakikalık kurulumuyla bu işlem kopyalayıcısı, aynı Windows bilgisayarda veya Windows VPS'te birden fazla MetaTrader terminali arasında işlemleri kopyalamanıza olanak tanır ve 0.5 saniyenin altındaki şimşek hızında kopyalama hızları sunar. Başlangıç seviyesinde veya profesyonel bir tüccar olsanız da, Local Trade Copier EA MT4 , spesifik ihtiyaçlarınıza göre özelleştirmek için geniş bir seçenek yelpazesi sunar
Trade Assistant MT4
Evgeniy Kravchenko
4.42 (193)
It helps to calculate the risk per trade, the easy installation of a new order, order management with partial closing functions, trailing stop of 7 types and other useful functions. Additional materials and instructions Installation instructions   -   Application instructions   -   Trial version of the application for a demo account Line function -   shows on the chart the Opening line, Stop Loss, Take Profit. With this function it is easy to set a new order and see its additional characteris
Trade Manager EA’ye hoş geldiniz! Ticaretin daha sezgisel, hassas ve verimli hale gelmesi için tasarlanmış nihai risk yönetim aracı ile tanışın. Bu sadece bir emir verme aracı değil; ticaret planlaması, pozisyon yönetimi ve risk kontrolü için kapsamlı bir çözüm. İster yeni başlayan bir yatırımcı olun, ister deneyimli bir trader ya da hızlı emir gerektiren bir scalper, Trade Manager EA ihtiyaçlarınıza uyum sağlar ve forex, endeksler, emtialar ve kripto paralar dahil tüm piyasalarda esneklik sunar
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.65 (66)
MetaTrader 4 için ticaret fotokopisi.       Herhangi bir hesaptan forex işlemlerini, pozisyonlarını, emirlerini kopyalar. En iyi ticari fotokopi makinelerinden biridir.       MT4 - MT4, MT5 - MT4       için       KOPYLOT MT4       sürüm (veya       MT4 - MT5 MT5 - MT5       için       KOPYLOT MT5       sürüm). MT5 sürümü Tam tanım   +DEMO +PDF Nasıl alınır Nasıl kurulur     Günlük Dosyaları nasıl alınır?     Nasıl Test Edilir ve Optimize Edilir     Expforex'in tüm ürünleri için fotokopi   sür
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
Copy Cat More Trade Copier MT4 (Kopyacı MT4) sadece basit bir yerel trade kopyalayıcı değildir; günümüzün alım satım zorlukları için tasarlanmış eksiksiz bir risk yönetimi ve yürütme çerçevesidir. Prop firm sınavlarından kişisel hesap yönetimine kadar, güçlü yürütme, sermaye koruması, esnek yapılandırma ve gelişmiş işlem yönetimi ile her duruma uyum sağlar. Kopyalayıcı hem Master (gönderici) hem de Slave (alıcı) modlarında çalışır ve piyasa emirleri ile bekleyen emirlerin gerçek zamanlı senkroni
Crystal Trade Manager PRO – MT4 İçin Gelişmiş Risk Yönetimi ve İşlem Kontrol Sistemi Ücretsiz Sürüm: https://www.mql5.com/en/market/product/150632 Genel Bakış Crystal Trade Manager PRO (CTM), MetaTrader 4 için geliştirilmiş profesyonel bir işlem yürütme ve risk yönetimi aracıdır. Disiplinli işlem yürütme, güçlü sermaye koruması ve MT4 içinde akıllı otomasyon isteyen trader’lar için tasarlanmıştır. Sistem; riski yönetir, equity’yi korur, günlük sınırları uygular, SL/TP’yi otomatik ayarlar ve prof
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  Details of
Trade copier MT4
Alfiya Fazylova
4.58 (33)
Trade Copier, ticaret hesapları arasındaki işlemleri kopyalamak ve senkronize etmek için tasarlanmış profesyonel bir yardımcı programdır. Kopyalama, tedarikçinin hesabından/terminalinden alıcının aynı bilgisayarda veya vps'de kurulu olan hesabına/terminaline gerçekleşir. Satın almadan önce demo sürümünü bir demo hesabında test edebilirsiniz. Demo versiyonu burada . Tüm talimatlar burada . Ana işlevler ve avantajlar: Emirlerin kopyalanmasını destekler: МТ4> МТ4, МТ4> МТ5, МТ5> МТ4. Emirlerin kopy
One tool to protect all your EAs — news filter, equity protection, time filter and more — free demo available Take a Break has evolved from a basic news filter into a comprehensive account protection solution. It pauses your other Expert Advisors during news events or based on custom filters. When trading resumes, it automatically restores your entire chart setup , including all EA settings. Typical use cases: One news filter for all your EAs. Pause trading during news or high volatility — and c
News Filter EA: Advanced Algo Trading Assistant News Filter EA is an advanced algo trading assistant designed to enhance your trading experience. By using the   News Filter EA , you can integrate a Forex economic news filter into your existing expert advisor, even if you do not have access to its source code. In addition to the news filter, you can also specify   trading days   and   hours   for your expert. The News Filter EA also includes   risk management   and   equity protection   features
Fotokopi->Kullanışlı ve hızlı arayüz etkileşimi, kullanıcılar hemen kullanabilir       ->>>> Windows bilgisayarlarda veya VPS Windows'ta kullanılması önerilir Özellikler: Çeşitlendirilmiş ve kişiselleştirilmiş kopyalama ticareti ayarları: 1. Farklı sinyal kaynakları için farklı lot modları ayarlanabilir 2. İleri ve geri kopyalama ticareti için farklı sinyal kaynakları ayarlanabilir 3. Sinyaller yorumlarla ayarlanabilir 4. Lotun sözleşme lotuna göre kalibre edilip edilmeyeceği Çeşitlendirilmiş v
Anında gün ve hafta bazında kapalı işlem geçmişinizi, mevcut açık işlemlerinizi ve döviz maruziyetinizi tek bir grafikte görün! Karlı işlemleri ve mevcut düşüşünüzün işlem portföyünüzde nerede olduğunu belirlemek için ısı haritasını kullanın. Hızlı Kapatma Düğmeleri Hızlı kapatma düğmelerini kullanarak tek bir semboldeki her işlemi kapatın, tek tek işlemleri tamamen kapatın veya bir düğmeye tıklayarak kısmi kar veya zarar elde edin. Artık bir listede işlem aramanıza ve işlemlerinizin bir kısmı
MT4 to Telegram Signal Provider , Telegram'a sinyal göndermeyi sağlayan ve hesabınızı bir sinyal sağlayıcısına dönüştüren kullanımı kolay ve tamamen özelleştirilebilir bir araçtır. Mesajların formatı tamamen özelleştirilebilir! Ancak basit kullanım için, önceden tanımlanmış bir şablonu seçebilir ve mesajın belirli kısımlarını etkinleştirebilir veya devre dışı bırakabilirsiniz. [ Demo ]  [ Kullanım Kılavuzu ] [ MT5 Sürümü ] [ Discord Sürümü ] [ Telegram Kanalı ]  New: [ Telegram To MT5 ] Kurulum
Ultimate MT4 to Telegram (UMT) sends controlled trades (via symbol, magic, comment) to your telegram channel. It sends open and closed trades, including pending orders and TP/SL modifications, along with chart screenshots, to any telegram channel. Additionally, you can send trade reports of open trades and summary profit/pip reports for day, week, or month. You can customize the design of the trade actions or reports with variables and emoticons.  A beautiful panel allows you to visualize all t
Risk/Reward Tool, MetaTrader 4'te işlem planlama, görselleştirme ve gerçekleştirme şeklinizi devrim niteliğinde değiştirmek için tasarlanmış profesyonel düzeyde bir Uzman Danışmandır. İster hassas risk yönetimine değer veren isteğe bağlı bir trader olun, ister işlem kurulumlarını görsel olarak test etmesi gereken bir strateji geliştiricisi olun, bu araç zarif ve sezgisel bir arayüzde ihtiyacınız olan her şeyi sağlar. Temel pozisyon hesaplayıcılarından farklı olarak, Risk/Reward Tool görsel işlem
What is it? Think about it, you can send all the orders/positions info to your telegram channel or group to create your community or VIP signals on telegram. Position info means this EA forward all of your new positions open details (Open price, Open time, Position Type, position Symbol and volume), positions changes ( SL or TP modifying or pending price changes) and position close (Close price, profit or loss, position duration time) and also EA Send NEWS alert (Economic calendar event) on you
Rocket FX Trading Manager PRO Note: Once you download the manager, message me for the background files The Ultimate All-in-One Trade Management Solution for MetaTrader 4 Version:   4.5 |   Platform:   MetaTrader 4 |   Category:   Utility / Trade Manager   Overview Rocket Fx Trading Manager v4.5 is a comprehensive, all-in-one trade management system designed to transform your trading experience. This powerful utility combines   intelligent position sizing ,   multi-target order placement
This EA is fully automated , it is built based on  the method of catching the pop-up Alert event and forwarding them to Telegram Channel/Group. Parameters of the EA: -------- <EA Settings> -------- Magic Number:   The identifying (magic) number of the currently selected order. Bot name:   Name of the Expert Advisor. Allow forward Alert: Enable/ Disable Forward Alert. Do not send messages after the current time (seconds) . Number of rows to read from list (>= 4...| affect processing speed). --
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.86 (59)
1 tıklama ile ticaret için Ticaret Paneli.   Pozisyonlar ve emirlerle çalışmak!   Grafikten veya klavyeden alım satım. Alım satım panelimizi kullanarak, grafikten tek bir tıklamayla alım satım yapabilir ve alım satım işlemlerini standart MetaTrader kontrolünden 30 kat daha hızlı gerçekleştirebilirsiniz. Bir tüccar için hayatı kolaylaştıran ve bir tüccarın ticaret faaliyetlerini çok daha hızlı ve daha rahat gerçekleştirmesine yardımcı olan parametrelerin ve işlevlerin otomatik hesaplamaları. Graf
The utility copies trades from the signal provider accounts (master accounts, one or multiple providers) to unlimited number of receiver accounts (slave accounts).  Attention! Y ou need to use identifiers (Provider number) of the same length if you use several master copiers. For example. 1, 2, 3 or 11, 13, 22. The copying can be set in the opposite direction. The comments with all the recently performed actions are displayed on the screen to monitor the utility actions in slave mode. To avoid p
--------------Welcome to use [MQL5 Signal Analyze Master]------------------  Function: Draw order tracks of MQL5 MT4 and MT5 signal on MT4 chart. [Using guide] 1.Use it as Experts. 2.Download history record from MQL5 signal(MT4 signal or MT5 signal).  3.Paste history record file below "MQL4/Files/" 4.Load [Signal Analyze Master] on the symbol chart what you want to analyze. 5.Paste the history record file name to parameter 'FileName' 6.Select  SignalType  match the history you download on MT4
TradePanel MT4
Alfiya Fazylova
4.85 (92)
Trade Panel, çok işlevli bir ticaret asistanıdır. Uygulama, manuel ticaret için 50'den fazla ticaret fonksiyonu içerir ve çoğu ticaret görevini otomatikleştirmeyi mümkün kılar. Demo hesabı için uygulamanın deneme sürümü Uygulama Talimatları Ticaret. Tek tıklamayla ticaret işlemleri yapmayı sağlar: Risk otomatik hesaplaması ile bekleyen emirleri ve pozisyonları açmak. Birden fazla emir ve pozisyonu tek tıklamayla açmak. Emir ağını açmak. Bekleyen emirleri ve pozisyonları gruplar halinde kapatmak.
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
Custom Alerts: Birden Fazla Piyasayı Takip Edin ve Hiçbir Önemli Sinyali Kaçırmayın Genel Bakış Custom Alerts , birden fazla enstrümanı tek bir yerden takip etmek isteyen yatırımcılar için dinamik bir çözümdür. FX Power, FX Volume, FX Dynamic, FX Levels ve IX Power gibi önde gelen araçlarımızdan gelen verileri entegre ederek, Custom Alerts sizi grafikler arasında geçiş yapmak zorunda kalmadan önemli piyasa gelişmeleri hakkında otomatik olarak bilgilendirir. Artık broker’ınızın sunduğu tüm varl
Automatic Trailing Stop Based on Take Profit Percentage with Profit Lock EA MT4   Lock in your profits and "let your winners run" past your 100% take profit target with this EA.  This Expert Advisor automatically adjusts your Stop Loss based on up to 4 user-defined Take Profit Target Percentages, locking in your profit.  If price pushes past your 100% take profit target, the EA will automatically trail the price by user-defined pips, so you won't miss that runaway train again.   EA Features The
Özel İşlem İndirimi – %40 İndirim Gelişmiş İşlem Yöneticisi – Daha Hızlı, Daha Akıllı ve Daha Güvenli Manuel İşlemler İçin Nihai Hepsi Bir Arada Çözüm. Anında işlem yürütme, görsel işlem planlama ve güçlü risk yönetimini tek bir sezgisel araçta birleştiren profesyonel grafik paneli olan NextGen Trade Manager AI ile manuel işlemlerinizi dönüştürün. Emirleri yürütün, riski yönetin ve kârlarınızı koruyun, hem de grafiğinizden ayrılmadan. Hassasiyetlerini ve verimliliklerini artırmak isteyen tüm
Riskless Pyramid
Snapdragon Systems Ltd
5 (1)
Introduction This powerful MT4 trade mangement EA offers a way potentially to aggressively multiply trade profits in a riskfree manner. Once a trade has been entered with a defined stoploss and take profit target then the EA will add three pyramid add-on trades in order to increase the overall level of profit. The user sets the total combined profit target to be gained if everything works out. This can be specified either as a multiple of the original trade profit or as a total dollar amount. Fo
Effortlessly calculate lot sizes and manage trades to save time and avoid costly errors The Trade Pad Pro EA is a tool for the Metatrader Platform that aims to help traders manage their trades more efficiently and effectively. It has a user-friendly visual interface that allows users to easily place and manage an unlimited number of trades, helping to avoid human errors and enhance their trading activity. One of the key features of the Trade Pad Pro EA is its focus on risk and position manageme
Telegram'dan MT4'e:   Nihai Sinyal Kopyalama Çözümü Telegram ile MT4'e   işlemlerinizi kolaylaştırın, DLL'lere ihtiyaç duymadan doğrudan Telegram kanallarından ve sohbetlerinden MetaTrader 4 platformunuza işlem sinyallerini kopyalamak için tasarlanmış son teknoloji yardımcı program. Bu sağlam çözüm, sinyallerin benzersiz hassasiyet ve özelleştirme seçenekleriyle sorunsuz bir şekilde yürütülmesini sağlayarak size zaman kazandırır ve verimliliğinizi artırır. [ Instructions and DEMO ] Temel Özellik
Yazarın diğer ürünleri
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 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 Expert Advisor sends notifications to a mobile phone, via e-mail or activates an audio alarm in case a position is opened or closed on the trading account. The Expert does not trade, it only monitors your account and orders. Launching the Expert Advisor For the Expert Advisor to work, place the file NotifyMe_free.ex4 in terminal_folder/experts (probably it will be placed there automatically). NotifyMe_free should appear in the Expert Advisors section of the Navigator window. If not
FREE
Overview The script displays information about the trade account: Information about the trade account: Account - account number and type (Real, Contest or Demo); Name - name of the account owner; Company - name of a company that provide the access to trading; Server - trade server name; Connection State - connection state; Trade Allowed - shows whether trading is allowed on the account at the moment; Experts Allowed - shows whether it is allowed to trade using Expert Advisors; Balance - account
FREE
Overview The script displays information about the trade account: Account - account number and type (Real or Demo); Name - name of the account owner; Company - name of a company that provide the access to trading; Server - trade server name; Connection State - connection state; Trade Allowed - shows whether trading is allowed on the account at the moment; Balance - account balance; Equity - account equity; Credit - amount of credit; Profit - profit size; Free Margin - free margin on the account;
FREE
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
Overview The script displays information about the trade account and the current financial instrument. Information about the trade account: Account - account number and type (Real, Contest or Demo); Name - name of the account owner; Company - name of a company that provide the access to trading; Server - trade server name; Connection State - connection state; Trade Allowed - shows whether trading is allowed on the account at the moment; Experts Allowed - shows whether it is allowed to trade usin
Overview The Expert Advisor allows you to receive notifications to the mobile phone (or tablet PC), mailbox or play the sound alert when some events occured: opening or closing position (also closing all positions), placing or deleting pending order; changing open price, stop loss or take profit; the account balance, equity, margin level, free margin or drawdown has reached the user specified level. You can specify a notification interval, notification text template and audio file for sound aler
This is Advanced NotifyMe version with large interface. Overview The Expert Advisor allows you to receive notifications to the mobile phone (or tablet PC), mailbox or play the sound alert when some events occured: opening or closing position (also closing all positions), placing or deleting pending order; changing open price, stop loss or take profit; the account balance, equity, margin level, free margin or drawdown has reached the user specified level. You can specify a notification interval,
Overview The Expert Advisor sends notifications to a mobile phone, via e-mail or plays a sound in case any changes are detected on the trading account: opening/closing positions, changing order or position parameters, balance or leverage. Also, the Expert Advisor can inform that Equity on the trading account has dropped below a specified value or Free Margin is small compared to Margin. The Expert Advisor does not trade, it only monitors your account. Launching the Expert Advisor You should all
Filtrele:
Johan Julien Aubry
919
Johan Julien Aubry 2021.06.06 10:00 
 

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

PETER LUISI
1981
PETER LUISI 2021.01.18 12:03 
 

Just what I was looking for. Works very well.

procorner
99
procorner 2018.03.26 08:10 
 

Kullanıcı incelemeye herhangi bir yorum bırakmadı

Hatem Abou Ouf
5320
Hatem Abou Ouf 2017.09.21 22:19 
 

Excellent but I wish if He can add DrawDown% feature

project13et
173
project13et 2017.09.04 20:07 
 

Excellent product! A+++

Zack van Zyl
591
Zack van Zyl 2015.04.09 10:44 
 

Great Product!

İncelemeye yanıt