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.

리뷰 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

추천 제품
Auto Fibo Pro m
DMITRII GRIDASOV
"Auto FIBO Pro" Crypto_Forex 지표 - 거래에 유용한 보조 도구입니다! - 지표는 자동으로 Fibo 수준과 로컬 추세선(빨간색)을 계산하여 차트에 배치합니다. - Fibonacci 수준은 가격이 반전될 수 있는 주요 영역을 나타냅니다. - 가장 중요한 수준은 23.6%, 38.2%, 50%, 61.8%입니다. - 역전 스캘핑이나 존 그리드 거래에 사용할 수 있습니다. - Auto FIBO Pro 지표를 사용하여 현재 시스템을 개선할 수 있는 기회도 많습니다. - Info Spread Swap Display가 있습니다. 현재 Spread와 Swap이 부착된 외환 쌍을 표시합니다. - 디스플레이에는 계정 잔액, 자본 및 마진도 표시됩니다. - 차트의 어느 모서리에서나 Info Spread Swap Display를 찾을 수 있습니다. 0 - 왼쪽 상단 모서리, 1 - 오른쪽 상단, 2 - 왼쪽 하단, 3 - 오른쪽 하단. 여기를 클릭하여 고품질 트레이딩 로봇과
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
Jamal El Alama
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 은 고품질 진입점을 얻는 지표입니다. 이 지표는 수학적 계산을 용이하게 하고 포지션 진입점 검색을 단순화하기 위해 개발되었습니다. 지표가 작성된 거래 전략은 수년 동안 그 효율성을 입증해 왔습니다. 거래 전략의 단순성은 초보 거래자라도 성공적으로 거래할 수 있다는 큰 장점입니다. VR Cub은 포지션 개시 지점과 이익 실현 및 손절매 목표 수준을 계산하여 효율성과 사용 편의성을 크게 높입니다. 간단한 거래 규칙을 이해하려면 아래 전략을 사용한 거래 스크린샷을 살펴보세요. 설정, 세트 파일, 데모 버전, 지침, 문제 해결 등은 다음에서 얻을 수 있습니다. [블로그] 다음에서 리뷰를 읽거나 작성할 수 있습니다. [링크] 버전 [MetaTrader 5] 진입점 계산 규칙 포지션 개설 진입점을 계산하려면 VR Cub 도구를 마지막 최고점에서 마지막 최저점까지 늘려야 합니다. 첫 번째 지점이 두 번째 지점보다 빠른 경우, 거래자는 막대가 중간선 위에서 마감될 때까지 기다립니다
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
Sergey Kruglov
Утилита  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)
이 프로젝트를 좋아한다면 5 스타 리뷰를 남겨주세요. 이 지표는 열리고, 높은, 낮은 및 마감 가격을 지정합니다. 기간과 그것은 특정한 시간대를 위해 조정될 수 있습니다. 이들은 많은 기관 및 전문가에 의해 보는 중요한 수준입니다 상인은 당신이 더 많은 것일 수있는 장소를 알고 도움이 될 수 있습니다 이름 * 사용 가능한 기간: 이전 날. 이전 주. 지난 달. 이전 분기. 이전 연도. 또는: 현재 날. 현재 주. 현재 달. 현재 분기. 현재 년.
FREE
Harvest GOLD
Sayan Vandenhout
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 지표는 Smart Money(SMC) 개념 내에서 일하는 트레이더를 위한 전문 도구입니다. 가격 차트에서 두 가지 주요 패턴을 자동으로 식별합니다. FVG (공정 가치 갭)는 3개의 캔들의 조합으로, 첫 번째와 세 번째 캔들 사이에 갭이 있습니다. 이는 볼륨 지원이 없는 레벨 사이에 구역을 형성하여 종종 가격 수정으로 이어집니다. BPR (균형 가격 범위)은 두 개의 FVG 패턴의 조합으로, "브리지"를 형성합니다. 이는 가격이 낮은 볼륨 활동으로 움직일 때 브레이크아웃과 레벨로의 복귀 구역으로, 캔들 사이에 갭을 생성합니다. 이러한 패턴은 거래자가 차트에서 거래량과 가격 역학을 분석하여 주요 지지/저항 수준, 돌파 구역 및 진입 지점을 식별하는 데 도움이 되며, 여기서 대형 시장 참여자와 일반 참여자 간의 상호 작용이 발생합니다. 이 지표는 사각형과 화살표 형태로 패턴을 시각화하며 유연한 경고 설정도 지원합니다. 주요 특징: 패턴 표시 모드:
Exp Swing
Vladislav Andruschenko
4.51 (59)
그것은 Swinger(Pendulum, Cheburashka)라고 하는 유명한 전략의 모델을 사용합니다. 전략은 두 개의 반대되는 보류 중인 주문을 배치하는 것입니다. 가격이 특정 방향으로 이동하면 하나의 보류 주문이 트리거되고 다른 주문의 로트 크기가 증가합니다. EA는 세 가지 유형의 개설 보류 주문(TypeofTrade)을 제공합니다. 배치 후 자동 개설(즉시 개설 AutoTrade) 수동 개봉 후 개봉 및 관리 (수동 개봉 ManualTrade) 높음/낮음 수준으로 열기(과거 막대 TFTrade의 경우 높음 낮음) OCO(One-Cancels-the-Other) 주문은 두 개의 주문으로 구성된 조건부 주문의 일종입니다. 두 번째 주문이 체결되면 첫 번째 주문은 자동으로 취소됩니다. 스윙 - 전체 설명 MT5 version 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 작동 원리 시작 시 Expe
FREE
이것은 구매 및 판매 주문 네트워크를 배치하는 일반 패널입니다. 이 전문가 고문은 설정에 정의 된 이익 순서를 닫습니다. 그런 다음 사다리라는 매개 변수가 있습니다.이 매개 변수에는 사다리 매개 변수에 의해 표시된 점(여기서 주요 설정에서는 10 점)으로 주문 사이의 거리가 증가하기 시작하므로 두 번째 순서는 10 점,세 번째 순서는 20 점,네 번째 순서는 40 점 등이 포함됩니다. 그런 다음 설정에 있지 않기 때문에 이 고문에 무엇이 있는지 알아야 하지만 이 고문이 제안한 전략의 논리에 영향을 미칩니다.. 의이 고문이 다섯 개 주문을 엽니 다 여기 설정에서 가정 해 봅시다... 또는 구매... 또는 판매... 좋아.. 그러나,주문을 열 때,그것은 이전에 열린 주문의 절반으로 다음 오픈 주문의 로트를 증가시킬 것입니다. 즉,설정에서 0.1 로트를 설정하면 계획에 따라 5 개의 주문이 열리고 현재 가격에 가까운 첫 번째 주문은 0.1 로트의 가격으로 열립니다. 두 번째는 주어진
Free automatic fibonacci
Tonny Obare
4.67 (49)
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
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
Session High Low
Jerome Asiusin
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 Magnets
Ivan Simonika
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
Ahmad Kazbar
4.67 (3)
Smart FVG 인디케이터 MT4 – MetaTrader 4를 위한 고급 Fair Value Gap 탐지 Smart FVG 인디케이터 MT4는 MetaTrader 4 차트에서 Fair Value Gap(FVG)을 전문적으로 탐지하고, 모니터링하며, 알림까지 제공하는 도구입니다. ATR 기반 필터링과 시장 구조를 인식하는 로직을 결합하여 노이즈를 줄이고, 유동성 환경에 맞게 자동으로 적응하며, 매매 의사결정에 중요한 불균형 구간만 남겨 줍니다. 주요 장점 정확한 FVG 탐지: 단순한 캔들 갭이 아닌 실제 시장 비효율 구간을 식별합니다. ATR 기반 정밀도: 다양한 상품과 시간 프레임에서 저품질 신호를 걸러내는 적응형 민감도. 실시간 유효성 추적: 가격이 해당 구간을 메우거나 돌파하면 존이 자동으로 연장·조정·삭제됩니다. 사용자 정의 가능한 시각화: 색상, 선 스타일, 채우기 옵션을 템플릿에 맞게 자유롭게 설정 가능. 실질적인 알림: 새로 생성된 FVG, 메워진 FVG, 무효화된
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
EasyGRID MT4
Nina Yermolenko
5 (8)
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)
이 정보 표시기는 계정의 현재 상황을 항상 알고 싶어하는 사람들에게 유용합니다. 표시기는 포인트, 백분율, 통화 단위의 이익뿐만 아니라 현재 쌍의 스프레드와 현재 기간에서 막대가 마감될 때까지의 시간과 같은 데이터를 표시합니다. 버전 MT5 -   더욱 유용한 지표 차트에 정보선을 배치하는 데는 여러 가지 옵션이 있습니다. 가격 오른쪽(가격보다 뒤에 있음) 코멘트로(차트의 왼쪽 상단에 있음) 화면의 선택된 모서리에 있습니다. 정보 구분 기호를 선택할 수도 있습니다. | / . \ # 표시기에는 다음과 같은 단축키가 내장되어 있습니다. 키 1 - 정보 표시 유형으로 뒤로 이동(가격, 설명 또는 코너 오른쪽) 키 2 - 정보 표시 유형에서 앞으로 나아갑니다. 키 3 - 정보 라인 표시 위치 변경 단축키는 설정에서 다시 할당할 수 있습니다. 이 표시기는 사용하기 쉽고 매우 유익합니다. 설정에서 불필요한 정보 항목을 비활성화할 수 있습니다. 설정 표시된 정보를 교체하기 위한 단축키(뒤로
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
NAS100 Auto Sl And TP
Moustapha Boulouz
5 (2)
MT4용 NAS100 Auto SL 및 TP 메이커를 소개합니다: 메타트레이더 4에서 나스닥 100 시장을 탐색하는 트레이더에게 필수적인 보조 도구인 NAS100 Auto SL 및 TP 메이커로 손절 및 테이크프로핏 설정을 다시는 놓치지 마세요. 이 도구는 손절 및 테이크프로핏 레벨을 자동으로 관리할 수 있는 원활한 솔루션을 찾는 분들을 위해 설계되었습니다. 주요 특징: 손쉬운 자동화: 스톱로스 및/또는 테이크프로핏 없이 나스닥 100 거래를 자동으로 모니터링합니다. 사용자가 구성한 설정에 따라 레벨을 동적으로 조정합니다. 다양한 주문 유형: 나스닥 100의 시장가 주문과 지정가 주문 모두 호환됩니다. 메타트레이더 4에서 사용할 수 있는 다양한 주문 유형을 지원합니다. 맞춤형 구성: 사용자 친화적인 매개변수 설정으로 추적 기본 설정 및 손절/익절 수준을 사용자 지정할 수 있습니다. 유연한 범위: 실행되는 특정 NAS100 상품 또는 거래되는 모든 상품에 대해 손절 및 이익실현을 설
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
이 제품의 구매자들이 또한 구매함
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (108)
Local Trade Copier EA MT4 를 사용하여 매우 빠른 거래 복사 경험을 해보세요. 1분 안에 간편하게 설정할 수 있으며, 이 거래 복사기를 사용하면 Windows 컴퓨터 또는 Windows VPS에서 여러 개의 MetaTrader 터미널 간에 거래를 0.5초 미만의 초고속 복사 속도로 복사할 수 있습니다. 초보자든 전문가든 Local Trade Copier EA MT4 는 다양한 옵션을 제공하여 사용자의 특정 요구에 맞게 맞춤 설정할 수 있습니다. 이는 수익 잠재력을 높이려는 모든 사람을 위한 최고의 솔루션입니다. 지금 사용해보시고 이것이 왜 시장에서 가장 빠르고 쉬운 무역용 복사기인지 알아보세요! 팁: 여기 에서 데모 계정에서 Local Trade Copier EA MT4 데모 버전을 다운로드하여 사용해 볼 수 있습니다. 다운로드한 무료 데모 파일을 MT4 >> File >> Open Data Folder >> MQL4 >> Experts 폴더에 붙여넣고 터미널
Trade Assistant MT4
Evgeniy Kravchenko
4.42 (193)
거래당 위험 계산, 라인을 사용한 손쉬운 신규 주문, 부분 청산 기능을 통한 주문 관리, 7가지 유형의 트레일링 스탑 및 기타 유용한 기능을 제공합니다. 추가 자료 및 지침 설치 지침 - 애플리케이션 지침 - 데모 계정용 애플리케이션 평가판 라인 기능       - 차트에 개시선, 손절매, 차익실현을 표시합니다. 이 기능을 사용하면 새로운 주문을 쉽게 하고 개봉 전에 추가 특성을 볼 수 있습니다. 위기 관리       -       위험 계산 기능은 설정된 위험과 손절매 주문의 크기를 고려하여 새 주문의 볼륨을 계산합니다. 이를 통해 손절매 크기를 설정하고 동시에 설정된 위험을 존중할 수 있습니다. 로트 계산 버튼 - 위험 계산을 활성화/비활성화합니다. 필요한 위험 값은 위험 필드에 0에서 100 사이의 백분율 또는 예금 통화로 설정됩니다. 설정 탭에서 위험 계산 옵션을 선택합니다. $ 통화, % 잔액, % 지분, % 자유 마진, % 사용자 정의, % AB 이전 일, % AB
Trade Manager EA에 오신 것을 환영합니다. 이 도구는 거래를 보다 직관적이고 정확하며 효율적으로 만들기 위해 설계된 궁극적인 리스크 관리 도구 입니다. 단순한 주문 실행 도구가 아닌, 원활한 거래 계획, 포지션 관리 및 리스크 제어를 위한 종합 솔루션입니다. 초보자부터 고급 트레이더, 빠른 실행이 필요한 스캘퍼에 이르기까지 Trade Manager EA는 외환, 지수, 상품, 암호화폐 등 다양한 시장에서 유연성을 제공합니다. Trade Manager EA를 사용하면 복잡한 계산은 이제 과거의 일이 됩니다. 시장을 분석하고 진입, 손절 및 익절 수준을 차트의 수평선으로 표시한 후 리스크를 설정하면, Trade Manager가 이상적인 포지션 크기를 즉시 계산하고 SL 및 TP 값을 실시간으로 표시합니다. 모든 거래가 간편하게 관리됩니다. 주요 기능: 포지션 크기 계산기 : 정의된 리스크에 따라 거래 크기를 즉시 결정합니다. 간단한 거래 계획 : 진입, 손절, 익절을 위한
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 (복사 고양이 MT4) 는 단순한 로컬 트레이드 카피어가 아니라, 오늘날의 거래 환경을 위해 설계된 완전한 리스크 관리 및 실행 프레임워크입니다. Prop Firm 챌린지부터 개인 계좌 관리까지, 강력한 실행력, 자본 보호, 유연한 설정, 고급 거래 처리 기능을 통해 모든 상황에 적응합니다. 이 카피어는 Master(송신자) 와 Slave(수신자) 모드 모두에서 작동하며, 실시간으로 시장가/지정가 주문, 거래 수정, 부분 청산, Close By 작업을 동기화합니다. 데모 및 실계좌 모두 호환되며, 거래용 비밀번호 또는 투자자 비밀번호로도 사용할 수 있습니다. Persistent Trade Memory 기술을 통해 EA, 터미널, VPS가 재시작되더라도 거래가 복원됩니다. 여러 Master와 Slave를 동시에 관리할 수 있으며, 브로커 간 차이는 접두사/접미사 자동 감지 또는 심볼 매핑으로 처리됩니다. 매뉴얼/설정: Copy C
Crystal Trade Manager PRO – MT4 고급 리스크 및 트레이드 관리 시스템 무료 버전: https://www.mql5.com/en/market/product/150632 개요 Crystal Trade Manager PRO(CTM)는 MetaTrader 4를 위한 전문급 거래 실행 및 리스크 관리 유틸리티입니다. 엄격한 실행, 견고한 자본 보호, 그리고 똑똑한 자동화를 필요로 하는 트레이더를 위해 설계되었습니다. 본 시스템은 계좌 리스크를 관리하고, 자본(EQ)을 보호하며, 일일 제한을 적용하고, SL/TP를 자동으로 설정하며, 전문급 기능을 갖춘 초고속 원클릭 트레이딩 패널을 제공합니다. Prop Firm 챌린지, 데이트레이딩, 스캘핑, 포트폴리오 매니저에게 최적화되어 있습니다. MT5 버전도 제공됩니다. 주요 기능 1. 고급 리스크 및 드로우다운 보호 기능 하루 드로우다운을 1%~70% 범위에서 설정 가능 설정한 한도를 초과할 경우 모든 포지션 즉시 종료 조건
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.65 (66)
MetaTrader 4용 트레이드 복사기.       모든 계정의 외환 거래, 포지션, 주문을 복사합니다. 그것은 최고의 무역 복사기 중 하나입니다       MT4 - MT4, MT5 - MT4       위해       카피롯 MT4       버전(또는       MT4 -  MT5   MT5 - MT5       위해       카피롯 MT5       버전). MT5 버전 전체 설명   +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 복사기   버전         MetaTrader 5   터미널 (   МТ5 - МТ5, МТ4 - МТ5   ) -   Copylot Client MT5 고유한 복사 알고리즘은 마스터 계정에서 고객 계정으로 모든 거래를 정확하게 복사합니다. 이 제품은 또한 높은 작동 속도에서 높은 오류 처리로 유명합니다. 강력한 기능 세트. 프로그램은 여러 터
Trade Dashboard MT4
Fatemeh Ameri
4.96 (53)
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는 거래 계정 간의 거래를 복사하고 동기화하도록 설계된 전문 유틸리티입니다. 복사는 공급자의 계정/단말기에서 동일한 컴퓨터 또는 vps에 설치된 수신자의 계정/단말기로 발생합니다. 구매하기 전에 데모 계정에서 데모 버전을 테스트할 수 있습니다. 데모 버전 여기 . 전체 지침 여기 . 주요 기능 및 이점: 복사기는 "МТ4> МТ4", "МТ4> МТ5", "МТ5> МТ4" 복사를 지원합니다. 복사기는 데모 계정 > 실 계정, 실 계정 > 데모 계정, 데모 계정 > 데모 계정 및 실제 계정 > 실 계정 복사를 지원합니다. 복사기는 읽기 전용 암호가 적용된 투자자 계정에서 복사를 지원합니다. 하나의 공급자 터미널은 여러 수신 터미널로 트랜잭션을 보낼 수 있고 하나의 수신 터미널은 여러 공급자 터미널에서 트랜잭션을 수신할 수 있습니다. 복사기는 귀하 또는 귀하의 고문이 거래하는 동일한 터미널에서 작동할 수 있습니다. 높은 복사 속도(0.5초 미만). 복사기에는 간편
Take a Break
Eric Emmrich
5 (31)
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
TradePanel MT4
Alfiya Fazylova
4.85 (92)
Trade Panel은 다기능 거래 도우미입니다. 이 애플리케이션에는 50개 이상의 수동 거래 기능이 포함되어 있으며 대부분의 거래 작업을 자동화할 수 있습니다. 유용한 링크: 데모 계정에서만 작동하는 앱의 체험판 애플리케이션 사용 안내 거래. 한 번의 클릭으로 거래를 수행할 수 있습니다: 리스크 자동 계산과 함께 예약 주문 및 포지션 열기. 한 번의 클릭으로 여러 주문 및 포지션 열기. 주문 그리드 열기. 예약 주문 및 포지션을 그룹별로 닫기. 포지션 방향 전환 (Buy 닫기 > Sell 열기, Sell 닫기 > Buy 열기). 포지션 잠금 (부족한 포지션을 열어 Buy와 Sell 포지션의 수량을 동일하게 만들기). 모든 포지션 한 번의 클릭으로 부분적으로 닫기. 모든 포지션의 테이크 프로핏과 스톱로스를 같은 가격 수준에 설정. 모든 포지션의 스톱로스를 손익분기점 수준으로 설정. 주문 및 포지션을 열 때 다음 기능들을 사용할 수 있습니다: 계산된 거래량을 여러 주문이나 포지션에 분
일별 및 주별 마감 거래 내역, 현재 진행 중인 거래, 외환 노출을 한 차트에서 즉시 확인하세요! 히트맵을 사용하여 수익성 있는 거래와 거래 포트폴리오 내에서 현재 하락이 있는 위치를 파악하세요. 빠른 마감 버튼 빠른 마감 버튼을 사용하여 단일 심볼에 대한 모든 거래를 마감하거나, 개별 거래를 전체적으로 마감하거나, 버튼을 클릭하여 일부 수익 또는 손실을 실현하세요. 더 이상 목록에서 거래를 찾아 거래의 일부를 마감하는 방법을 알아낼 필요가 없습니다. 대시보드는 외환 쌍을 거래하는 동안 각 통화 심볼에 대한 현재 노출도 표시하므로 주요 뉴스 이벤트에 앞서 과도하게 노출될 수 있는 영역을 파악하는 데 도움이 됩니다. 버튼을 사용하여 뉴스가 나오기 전에 노출을 즉시 빠르게 줄이거나, 이미 뉴스가 발생하여 수익을 창출한 경우 클릭 한 번으로 빠르게 수익을 확보할 수 있습니다! 진행 중인 거래 히트맵 거래 히트맵은 달러 비용 평균화를 사용하여 거래의 확장 및 축소를 수행하는 포지션 거
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
MT4 to Telegram Signal Provider 는 사용하기 쉽고 완전히 사용자 정의가 가능한 도구로, 텔레그램으로 신호를 보내어 계정을 신호 제공자로 변환할 수 있습니다. 메시지 형식은 완전히 사용자 정의가 가능합니다! 그러나 간단한 사용을 위해 미리 정의된 템플릿을 선택하고 메시지의 특정 부분을 활성화하거나 비활성화할 수도 있습니다. [ 데모 ]  [ 매뉴얼 ] [ MT5 버전 ] [ 디스코드 버전 ] [ 텔레그램 채널 ]  New: [ Telegram To MT5 ] 설정 단계별 사용자 가이드 가 제공됩니다. 텔레그램 API에 대한 지식이 필요 없으며, 개발자가 필요한 모든 것을 제공합니다. 주요 기능 구독자에게 보낸 주문 세부 정보를 사용자 정의할 수 있는 기능 예를 들어 브론즈, 실버, 골드와 같은 계층 구독 모델을 만들 수 있습니다. 골드 구독은 모든 신호 등을 받게 됩니다. ID, 심볼 또는 코멘트별 주문 필터링 주문이 실행된 차트의 스크린샷을 포함 보낸
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에서 거래를 계획, 시각화 및 실행하는 방식을 혁신하도록 설계된 전문가급 Expert Advisor입니다. 정밀한 리스크 관리를 중시하는 재량 트레이더이든, 거래 설정을 시각적으로 테스트해야 하는 전략 개발자이든, 이 도구는 우아하고 직관적인 인터페이스에서 필요한 모든 것을 제공합니다. 기본적인 포지션 계산기와 달리, Risk/Reward Tool은 시각적 거래 계획을 즉각적인 실행 기능, 실시간 손익 모니터링 및 포괄적인 거래 관리 기능과 결합합니다. 이 도구는 MT4 전략 테스터와 완전히 호환되어 실제 자본을 위험에 빠뜨리지 않고 거래 전략을 연습하고 접근 방식을 개선할 수 있습니다. 도구의 전체 매뉴얼은 여기에서 확인할 수 있습니다: https://www.mql5.com/en/blogs/post/766244 MT5 version:  https://www.mql5.com/en/market/product/158601 주요 기능
Telegram Signal pro
Sara Sabaghi
4.86 (7)
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)
한 번의 클릭으로 거래할 수 있는 거래 패널.   위치 및 주문 작업!   차트 또는 키보드에서 거래. 거래 패널을 사용하면 차트에서 클릭 한 번으로 거래하고 표준 MetaTrader 컨트롤보다 30배 빠르게 거래 작업을 수행할 수 있습니다. 거래자의 삶을 더 쉽게 만들고 거래자가 훨씬 빠르고 편리하게 거래 활동을 수행할 수 있도록 도와주는 매개변수 및 기능의 자동 계산. 차트의 무역 거래에 대한 그래픽 팁 및 전체 정보. MT5 버전 전체 설명   +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 열기 및 닫기, 반전 및 잠금, 부분 닫기/오토로트. 가상/실제 손절매/이익 실현/후행 정지/손익분기점, 주문 그리드 .... MetaТrader 4   의 주요 요청 거래 제어판   : 구매, 판매, 구매 중지, 구매 제한, 판매 중지, 판매 제한, 닫기, 삭제, 수정, 후행 중지, 손절매,
DrawDown Limiter MT4
Haidar Lionel Haj Ali
5 (8)
Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
Copier4Fee Advanced
Vladimir Tkach
4.75 (16)
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
AW Grids Maker
AW Trading Software Limited
4.33 (3)
"AW_Grids_Maker"는 보류 중인 주문으로부터 그리드를 구축하는 데 사용됩니다. 이 유틸리티는 범용적이며, 유연한 설정과 직관적인 패널 인터페이스를 제공합니다. 이 프로그램은 필요한 단계를 거쳐 STOP 및 LIMIT 주문으로부터 네트워크를 구축하며, 포지션 볼륨 배수를 사용합니다. MT5 버전 -> 여기 / 문제 해결 -> 여기 장점: 모든 유형의 보류 주문을 사용합니다. 간단하고 유연한 구성. 잘 디자인되고 다기능적인 유틸리티 패널입니다. 잘 고안된 정보 모듈 작업의 특징: 피라미딩, 클래식 평균 또는 마팅게일에 적합합니다. 그리드 개설, 주문 추적 및 마감을 자동화합니다. 이는 거래 시스템의 필수적인 부분이 될 수도 있고 독립적인 전략이 될 수도 있습니다. 조정 가능한 거리와 거래량을 통해 모든 유형의 주문 네트워크를 구축하면 계수가 증가합니다. 패널에 대한 자세한 설명: 트레이더는 "Open_Buy" 버튼을 사용하여 보류 중인 매수 지정가 주문과 매수 정지 주문을
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
Exp4 Duplicator
Vladislav Andruschenko
4.5 (22)
Expert Advisor   는   귀하의 계정 MetaTrader 4   에서 사전 설정된 횟수만큼 거래 및 포지션을 반복하거나 신호를 보냅니다. 수동으로 또는 다른 Expert Advisor에 의해 열린 모든 거래를 복사합니다. 신호를 복사하고 신호에서 로트를 늘립니다   ! 다른 EA의 수를 늘립니다. 다음 기능이 지원됩니다: 복사된 거래에 대한 사용자 지정 로트, 손절매 복사, 이익 실현, 후행 정지 사용. MT5 버전 전체 설명 +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 연결 MetaTrader용 무역 복사기는 여기에서 사용할 수 있습니다:   COPYLOT 주목 참고: 터미널 간 거래를 위한 복사기가 아닙니다. 전략 테스터에서 Expert Advisor를 테스트하고 비주얼 모드에서 EAPADPRO 도구 모음과 거래할 수 있습니다! 1개의 통화 쌍에 EA를 설치하는 것
Custom Alerts: 여러 시장을 동시에 모니터링하고 중요한 기회를 놓치지 마세요 개요 Custom Alerts 는 여러 종목에 걸쳐 잠재적 트레이딩 기회를 한눈에 파악하고자 하는 트레이더를 위한 동적인 솔루션입니다. FX Power, FX Volume, FX Dynamic, FX Levels, IX Power와 같은 Stein Investments의 주요 도구들과 통합되어, 여러 차트를 오가거나 기회를 놓치는 일 없이 중요한 시장 변화를 자동으로 알림으로 제공합니다. 이제 브로커가 제공하는 모든 자산군을 지원하며, 기호를 입력할 필요 없이 자산 유형만 선택하면 설정이 완료됩니다. 1. Custom Alerts가 트레이더에게 매우 유용한 이유 올인원 시장 모니터링 • Custom Alerts 는 외환, 금속, 암호화폐, 지수, 주식(브로커가 지원하는 경우)까지 다양한 자산군의 신호를 수집하고 통합합니다. • 여러 차트를 전환할 필요 없이 하나의 창에서 명확한 알림을 받아보
특별 할인 – 40% 할인 고급 거래 관리자 – 더 빠르고, 더 스마트하고, 더 안전한 수동 거래를 위한 최고의 올인원 솔루션 차트엔드 거래 관리자 AI로 수동 거래를 혁신하세요. 즉각적인 주문 실행, 시각적인 거래 계획, 강력한 위험 관리 기능을 하나의 직관적인 도구에 통합한 전문가급 차트 패널입니다. 차트를 벗어나지 않고도 그 어느 때보다 빠르게 주문을 실행하고, 위험을 관리하고, 수익을 보호할 수 있습니다. 정확성과 효율성을 높이고자 하는 모든 트레이더에게 적합합니다. MT4 전략 테스터에서 위험 부담 없이 테스트해 보세요 데모 버전을 다운로드하여 모의 거래 기능을 사용해 보세요. 실제 거래에 들어가기 전에 안전한 시뮬레이션 환경에서 주문 실행 연습, 위험 관리 규칙 테스트, 전략 개선을 할 수 있습니다. 자세한 사용자 설명서 및 단계별 가이드는 다음 링크를 참조하세요. https://www.mql5.com/en/blogs/post/764217 주요 장점: 빠른 거래
복사기->편리하고 빠른 인터페이스 상호작용으로 사용자가 바로 사용 가능       ->>>> Windows 컴퓨터 또는 VPS Windows에서 사용하는 것이 좋습니다. 특징: 다양하고 개인화된 복사 거래 설정: 1. 다양한 신호 소스에 대해 다양한 로트 모드를 설정할 수 있습니다. 2. 다양한 신호 소스를 포워드 및 리버스 복사 거래에 대해 설정할 수 있습니다. 3. 신호는 주석으로 설정할 수 있습니다. 4. 계약 로트에 따라 로트를 교정할지 여부 다양하고 개인화된 복사 주문 설정 2: 1. 다양한 품종에 대해 다양한 로트 모드를 설정할 수 있습니다. 2. 정방향 및 역방향 복사 주문에 대해 다양한 품종을 설정할 수 있습니다. 3. 주석으로 신호를 설정할 수 있습니다. 4. 계약 로트에 따라 로트를 교정할지 여부 댓글 필터링, MAGIC 필터링, 시그널 로트 필터링, 로컬 제품 필터링 근무시간 설정 역동기화 SLAVE 닫힘 주문 바인딩 기능: 모든 주문은 설정된 신호 소스 주문
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 to MT4 Coppy
Sergey Batudayev
3.75 (8)
Telegram에서 MT4로:   최고의 신호 복사 솔루션 최첨단 유틸리티인   Telegram to MT4를   사용하여 거래를 간소화하세요. DLL 없이도 Telegram 채널과 채팅에서 MetaTrader 4 플랫폼으로 거래 신호를 직접 복사할 수 있습니다. 이 강력한 솔루션은 탁월한 정밀도와 맞춤 설정 옵션을 통해 원활한 신호 실행을 보장하여 시간을 절약하고 효율성을 높여줍니다. [ Instructions and DEMO ] 주요 특징 직접 Telegram API 통합 전화번호와 보안 코드를 통해 인증하세요. 사용자 친화적인 EXE 브리지를 사용하여 채팅 ID를 손쉽게 가져오고 관리하세요. 여러 채널/채팅을 추가, 삭제, 새로 고침하여 동시에 신호를 복사합니다. 고급 필터를 사용한 신호 파싱 사용자 정의 예외 단어(예: "보고서", "요약")가 포함된 원치 않는 신호를 건너뜁니다. 유연한 SL 및 TP 형식을 지원합니다: 가격, 핍 또는 포인트. 신호가 가격 대신 지점을 지정
제작자의 제품 더 보기
Overview The Expert Advisor allows you to receive notifications to the mobile phone (or tablet PC), mailbox or play the sound alert when some events occured: opening or closing position (also closing all positions), placing or deleting pending order; changing open price, stop loss or take profit; the account balance, equity, margin level, free margin or drawdown has reached the user specified level. You can specify a notification interval, notification text template and audio file for sound aler
NotifyMe Free for MT5
Denis Zyatkevich
5 (5)
Overview The Expert Advisor sends notifications to a mobile phone, via e-mail or activates an audio alarm in case any changes are detected on the trading account: opening/closing positions, changing order parameters, balance or leverage. Also, the Expert Advisor can inform that Equity on the trading account has dropped below a specified value or Free Margin is small compared to Margin. The Expert does not trade, it only monitors your account and orders. Launching the Expert Advisor You should a
FREE
NotifyMe for MT5
Denis Zyatkevich
5 (4)
Overview The Expert Advisor sends notifications to a mobile phone, via e-mail or activates an audio alarm in case any changes are detected on the trading account: opening/closing positions, changing order and position parameters, balance or leverage. Also, the Expert Advisor can inform that Equity on the trading account has dropped below a specified value or Free Margin is small compared to Margin. The Expert Advisor does not trade, it only monitors your account and orders. Launching the Expert
Overview The script displays information about the trade account: Information about the trade account: Account - account number and type (Real, Contest or Demo); Name - name of the account owner; Company - name of a company that provide the access to trading; Server - trade server name; Connection State - connection state; Trade Allowed - shows whether trading is allowed on the account at the moment; Experts Allowed - shows whether it is allowed to trade using Expert Advisors; Balance - account
FREE
NotifyMe Free for MT4
Denis Zyatkevich
5 (4)
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: 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
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
필터:
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 
 

사용자가 평가에 대한 코멘트를 남기지 않았습니다

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!

리뷰 답변