NotifyMe for MT5

5

Overview

The Expert Advisor sends notifications to a mobile phone, via e-mail or activates an audio alarm in case any changes are detected on the trading account: opening/closing positions, changing order and position parameters, balance or leverage. Also, the Expert Advisor can inform that Equity on the trading account has dropped below a specified value or Free Margin is small compared to Margin. The Expert Advisor does not trade, it only monitors your account and orders.


Launching the Expert Advisor

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

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


Expert Advisor's Input Parameters

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


Calculating Free Margin Level

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

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

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


Sending Notifications to the Mobile Terminal

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

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

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

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

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

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

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

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

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


Sending Notifications Via E-Mail

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

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

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

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

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

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

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

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


Audio Alarm Notifications

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

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

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

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

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

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


Displaying the Data on Screen

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

Examples of messages sent by the program:

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


Free Version and Version for MetaTrader 4

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


Warning

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


Contact Information

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

리뷰 4
Johan Julien Aubry
919
Johan Julien Aubry 2021.06.06 09:50 
 

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

PETER LUISI
1981
PETER LUISI 2021.01.23 09:16 
 

Just what I was looking for. Works well.

Wan Ping Fei
1690
Wan Ping Fei 2019.02.09 04:25 
 

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

추천 제품
Lock Bot
Artem Alekseev
This utility is designed to automatically maintain a "locking" position and reopen it when necessary, which is suitable for position maintenance and protection strategies. A simple utility (hereinafter referred to as the bot) that implements a locking strategy with an infinitely reloadable locking trade. How the bot works: - When launched, select a buy or sell order with a specified TP - Set the SL parameter for the locking trade - The bot monitors the distance between the opening price of the f
Core function Intelligent transaction management one-click opening and closing operation, which supports user-defined lots to set multiple closing modes: all closing, closing by direction and closing by profit and loss status. Professional risk control, real-time risk monitoring and spread control to avoid high-cost trading environment. Visual control panel has an intuitive graphical interface, and all functions can be operated with one button to display position information, profit and loss sta
FREE
Donchian Breakout And Rsi
Mattia Impicciatore
5 (1)
개요 이 지표는 클래식 돈치안 채널(Donchian Channel) 의 향상된 버전으로, 실전 트레이딩을 위한 다양한 기능이 추가되었습니다. 표준 세 개의 선(상단, 하단, 중앙선) 외에도 브레이크아웃 을 감지하여 차트에 화살표로 시각적으로 표시하며, 차트를 깔끔하게 보기 위해 현재 추세 방향의 반대 라인만 표시 합니다. 지표 기능: 시각적 신호 : 브레이크아웃 시 컬러 화살표 표시 자동 알림 : 팝업, 푸시 알림, 이메일 RSI 필터 : 시장의 상대 강도를 기반으로 신호 검증 사용자 맞춤 설정 : 색상, 선 두께, 화살표 코드, RSI 임계값 등 동작 원리 돈치안 채널은 다음을 계산합니다: 상단선 : 최근 N개의 종가 완료 캔들에서 가장 높은 고가 하단선 : 최근 N개의 종가 완료 캔들에서 가장 낮은 저가 중앙선 : 고가와 저가의 평균값 상방 브레이크아웃 은 종가가 상단선을 돌파할 때 발생하며, 하방 브레이크아웃 은 종가가 하단선 아래로 내려갈 때 발생합니다. 이 지표는: 세 개의
FREE
Mirror Chart MT5
Andrej Hermann
5 (1)
The Mirror Chart MT5 is a overlay indicator specifically designed to project a second financial instrument directly onto the main chart window. This tool is invaluable for traders who rely on correlation analysis, as it visualizes the price movements of two different instruments in real time. Unlike traditional overlays, this indicator utilizes intelligent, dynamic centering and scaling logic. It continuously analyzes the visible price range in the current window for both symbols and calculates
FREE
이 EA는 주로 XAUUSD 스캘핑에 사용됩니다. 목적   거래 관리에서 감정을 제거 — 포지션을 자동으로 보호하고 이익을 실현함으로써 당신이 압박 속에서 어려운 결정을 내릴 필요가 없게 합니다. 기능   ️ 자동 손절 (Stop Loss)   최근 고점/저점 + 버퍼를 기반으로 SL 설정   수동 배치 스트레스 없음   자동 부분 이익 실현   두 가지 모드:   고정 이동: 가격이 X만큼 움직이면 50% 청산   R-비율: 1.2R 이익 목표 시 50% 청산   승자(이익나는 포지션)를 남기면서 수익을 확보합니다.    ️ 원클릭 버튼   모두 닫기 매도 / 매수 / 이익 / 전체   선택사항: 시간별 필터 (최근 60분)   일반적인 문제 해결   이익을 너무 빨리 취함   신경질적으로 스톱 이동   감정적 의사결정   일관성 없는 리스크 관리   ️ 핵심 설정   Lookback: 20분 (SL 배치용)   버퍼: 추가 안전용 0.2 핍  
Trading Room Indcator
Meshari F M Alkhawaled
Trading Room Indicator is a professional market-structure tool built to give traders a clear, complete trading framework — combining CPR levels, dynamic targets, and trend direction in one clean view. Instead of guessing direction or overloading the chart with indicators, Trading Room Indicator focuses on what actually matters : levels, direction, and potential price expansion. What This Indicator Provides CPR Structure BUY level SELL level Pivot Point (PP) Designed to highlight equilibrium
VM Auto SLTP Basic
Van Minh Nguyen
5 (1)
VM Auto SLTP Basic - Intelligent Trade Management for Scalpers Enhance your scalping strategy to a higher level. VM Auto SLTP Basic automatically manages Stop Loss and Take Profit for orders that are opened manually or by other Expert Advisors. This tool does not open trades on its own, allowing you to maintain full control while enjoying precise risk management. Key Features SL/TP based on ATR or fixed price Automatic SL move to Breakeven Risk management as a percentage of account balance Suppo
FREE
Crash5 EA ,I s a automatic robot that has the level of professional decision when to take a trade without any emotion. The bot will help in your scalping decision making with its own TP (take profit) and SL (stop loss) with the trail stop when in profit. This is a trend based spike catching ,looking on whats happening in real time charts no repainting of any signals. The robot helps in making decisions on the candle stick pattern opened and closed lat price with the help of RSI ,MACD and the EMA
Click Trading
Jawad Tauheed
5 (2)
One Click Trading – Auto TP SL Developer TraderLinkz Version 1.00 Category Utility What it does Adds missing TP and SL to your manual trades and pending orders Sets them once per ticket Lets you move TP and SL afterward Works on hedging and netting accounts Scans on every tick and reacts on trade events Why you want it You place faster entries You get consistent risk and exit targets You reduce fat finger errors You keep full manual control Quick start Attach the EA to any chart Keep TP and SL e
FREE
Important Lines
Terence Gronowski
4.87 (23)
This indicator displays Pivot-Lines, preday high and low, preday close and the minimum and maximum of the previous hour. You just have to put this single indicator to the chart to have all these important lines, no need to setup many single indicators. Why certain lines are important Preday high and low : These are watched by traders who trade in a daily chart. Very often, if price climbs over or falls under a preday low/high there is an acceleration in buying/selling. It is a breakout out of a
FREE
Introducing a powerful MetaTrader 5 Expert Advisor designed to enhance your trading strategy – the Auto Breakeven EA! This feature-rich EA is tailored to bring your stop-loss to breakeven, ensuring a risk-free trade once the market moves in your favor up to a specified price. Explore the full potential of the Auto Breakeven EA. Download it for free now, and find the download link at the bottom of our page. Elevate your trading experience and take control of your risk management strategy. Happy
FREE
Binary Profit Gainer
Myo Min Aung
5 (2)
This indicator is especially for the binary trading. Time frame is 1 minutes and exp time 5 or 3 minutes only. You must be use martingale 3 step. So you must put lots size is 10 % at most. You should use Mt2 trading platform to connect with my indicator to get more signal without human working. This indicator wining rate is over 80% but you may get 100% of profit by using martingale 3 step. You should use MT2 Trading Platform to connect meta trader platform and binary platform . You can get mt2
FREE
ZumikoFx Trading Stats
Michal Piotr Kochanski
ZumikoFX Trading Stats - Professional Account Dashboard Overview ZumikoFX Trading Stats is a comprehensive, real-time account monitoring dashboard designed for serious traders who need complete visibility of their trading performance. This indicator displays all crucial trading statistics in an elegant, easy-to-read panel positioned in the top-right corner of your chart. Key Features Complete Account Monitoring Balance & Equity - Real-time account status with current balance and equity includ
FREE
Order Book, known also as Market Book, market depth, Level 2, - is a dynamically updated table with current volumes of orders to buy and to sell specific financial instument at price levels near Bid and Ask. MetaTrader 5 provides the means for receiving market book from your broker, but in real time only, without access to its history. The indicator OrderBook Cumulative Indicator accumulates market book data online and visualizes them on the chart. In addition, the indicator can show the market
Quick Trade Panel Pro
Nicolas Olivier Menetrey
자동 랏 및 리스크 관리 원클릭 트레이딩 패널 Quick Trade Panel Pro 는 리스크를 완벽하게 통제하면서 빠르게 주문을 실행하고자 하는 트레이더를 위해 설계된 직관적인 트레이딩 패널입니다. 주요 기능 사용 가능한 마진 비율에 따른 자동 랏 크기 계산 포인트 단위로 설정 가능한 스탑로스, 모든 거래에 자동 적용 일관된 포지션 크기를 보장하기 위해 거래 시리즈 동안 랏 크기 고정 스마트 헤지 시스템 헤지 모드로 기존 거래와 반대 방향의 포지션 개설 가능 독립적인 헤지 비율 (50%, 100%, 200% 이상) 정밀한 컨트롤을 위한 방향별 거래 제한 자동 수익 보호 Auto Secure : 일정 수익 도달 시 스탑로스를 손익분기점으로 이동 Trailing Stop : 가격을 추적하여 수익을 보호하면서 승리 거래 유지 두 시스템을 함께 사용하여 최적의 보호 가능 현대적이고 심플하며 전문적인 인터페이스 실시간 표시: 최대 랏, 최종 랏, 헤지 랏 한도 도달 시 BUY/SE
BoxFibo MT5
Sergei Kiriakov
It is just an alternative fibo lines. mt4 have is a very strange drawing of fibo lines, this utilites was written for mt4, but for mt5 it may not be particularly useful. A simple Box (Rectangle) graphic element with adjustable levels binding: it is possible to specify up to 17 custom levels, all rectangles on the chart with the given prefix in their name are processed. Levels are specified in % of the height of the rectangle. A convenient graphical element for analyzing charts by growth-correct
FREE
Fvg Edge
Ahmad Meftah Abdulsalam Alawwami
5 (2)
FVG Smart Zones – 무료 버전 MetaTrader 5 (MT5)용 공정 가치 갭(FVG) 탐지 지표 단순한 지표가 아닌 실제 트레이딩 도구 를 찾고 계신가요? FVG Smart Zones – 무료 버전 은 **공정 가치 갭(FVG)**을 자동으로 감지하고 차트에 고확률 거래 구역 을 표시하여 전문적인 시장 통찰력을 제공합니다. 다음을 따르는 트레이더를 위해 설계됨: 스마트 머니 컨셉(SMC) ICT 트레이딩 컨셉 가격 행동(Price Action) 수요와 공급 분석 기관 트레이딩 전략 이 지표는 가격이 반응할 가능성이 높은 구역 에 집중할 수 있도록 도와줍니다. 주요 기능: 스마트 존 감지 상승 및 하락 FVG 자동 감지 깔끔하고 전문적인 시각적 구역 약하거나 관련 없는 갭 제거를 위한 지능형 필터링 고급 확인 기능 상위 시간대(HTF) 컨플루언스 확인 가격이 채워지면 유효하지 않은 구역 자동 제거 활성 구역과 채워
FREE
The Goat Scalper
Giordan Cogotti
The Goat Scalper EA — Smart, Fast, and Built for Real Market Performance Overview The Goat Scalper EA is a next-generation trading system built to capture decisive market moves with surgical precision. Unlike typical scalpers that rely on risky methods such as martingale, grid, hedging, or arbitrage, The Goat uses a pure breakout logic based on advanced supply and demand zone detection, ensuring stable and transparent results in any condition. Core Strengths Smart Risk Management Stop Loss on
Stamina HUD
Michele Todesco
STAMINA HUD – Advanced Market & Trend Dashboard (MT5) STAMINA HUD   is a professional   market information panel   designed for traders who want   clarity, speed, and control   directly on the chart. It provides a   clean heads-up display (HUD)   with essential market data and   multi-timeframe trend direction , without cluttering the chart or generating trading signals. What STAMINA HUD Shows   Current Price   Spread (in real pips)   Today High–Low range (pips)   Average D
FREE
Total trade manager allows you to manage your trade to maximise your profits and minimise your losses. This is an essential for traders that are looking for consistency within their trading.  The features: Partial Stop Loss: This feature allows you to close a partial percentage of your trade once it goes into negative. So if your stop loss is 20 pips, you could close 75% of your trade at 10 pips and let the remainder of the position to continue running. Auto Stop Loss: This means that once you p
High Low Open Close
Alexandre Borela
4.98 (43)
이 프로젝트를 좋아한다면 5 스타 리뷰를 남겨주세요. 이 지표는 열리고, 높은, 낮은 및 마감 가격을 지정합니다. 기간과 그것은 특정한 시간대를 위해 조정될 수 있습니다. 이들은 많은 기관 및 전문가에 의해 보는 중요한 수준입니다 상인은 당신이 더 많은 것일 수있는 장소를 알고 도움이 될 수 있습니다 이름 * 사용 가능한 기간: 이전 날. 이전 주. 지난 달. 이전 분기. 이전 연도. 또는: 현재 날. 현재 주. 현재 달. 현재 분기. 현재 년.
FREE
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.6 (35)
This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL. (you can change the colors). It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more powerful and reliable signals. Get them here: https://www.m
FREE
Eabotpro Copy Trade is a simple and robust file-based trade copier EA for MetaTrader 5. It can work in two modes inside the same file: MASTER (writes all trades to a common file) and SLAVE (reads the file and copies the trades to another account). This makes it easy to copy trades between multiple MT5 accounts on the same PC or VPS without DLLs or external servers. Main features: - Single EA with dual mode: MASTER or SLAVE (selectable by input) - Copies market orders (BUY/SELL) and pending ord
Candle Perspective Structure Indicator MT5 is a simple indicator that defines and displays the candlestick structure of the market. This indicator will suit both experienced traders and beginners who find it difficult to follow the structure visually. If you want to see more high-quality products or order the development/conversion of your own products, visit my partners' website: 4xDev Get 10% OFF on manual strategies automation services or indicator development/conversion services at 4xDev
FREE
SMC Venom Model BPR 지표는 Smart Money(SMC) 개념 내에서 일하는 트레이더를 위한 전문 도구입니다. 가격 차트에서 두 가지 주요 패턴을 자동으로 식별합니다. FVG (공정 가치 갭)는 3개의 캔들의 조합으로, 첫 번째와 세 번째 캔들 사이에 갭이 있습니다. 이는 볼륨 지원이 없는 레벨 사이에 구역을 형성하여 종종 가격 수정으로 이어집니다. BPR (균형 가격 범위)은 두 개의 FVG 패턴의 조합으로, "브리지"를 형성합니다. 이는 가격이 낮은 볼륨 활동으로 움직일 때 브레이크아웃과 레벨로의 복귀 구역으로, 캔들 사이에 갭을 생성합니다. 이러한 패턴은 거래자가 차트에서 거래량과 가격 역학을 분석하여 주요 지지/저항 수준, 돌파 구역 및 진입 지점을 식별하는 데 도움이 되며, 여기서 대형 시장 참여자와 일반 참여자 간의 상호 작용이 발생합니다. 이 지표는 사각형과 화살표 형태로 패턴을 시각화하며 유연한 경고 설정도 지원합니다. 주요 특징: 패턴 표시 모드
Trade2Telegram
Strifor (Mauritius) Ltd
Trade2Telegram — MetaTrader에서 Telegram으로 자동 거래 알림을 보내는 플러그인입니다. 이 도구는 자금을 관리하는 트레이더, 시그널 채널을 운영하는 사람, 또는 교육 커뮤니티를 이끄는 사람을 위해 설계되었습니다. 이 플러그인은 터미널의 모든 거래를 복사하여 선택한 Telegram 채팅, 그룹 또는 채널에 게시합니다. 포지션이 열리거나 닫힐 때, 손절/익절 수준이 변경될 때, 미결 주문이 실행될 때, 또는 거래가 부분적으로 종료될 때 메시지가 자동으로 전송됩니다. 메시지 형식은 다음을 포함하도록 맞춤 설정할 수 있습니다: 거래 상품, 거래 방향, 거래량, 진입 및 청산 가격, SL/TP 수준, 포인트 및 금액 기준 결과. 해시태그와 코멘트 추가, 서버 시간 또는 로컬 시간 선택도 지원합니다. 이 플러그인은 제3자 서비스 없이 Telegram Bot API를 직접 사용하여 작동합니다. 연결하려면 봇 토큰과 원하는 채팅 또는 채널 ID를 제공하면 됩니다. 주요
FREE
수동 거래를 간소화하는 다기능 거래 대시보드. 거래 및 주문 시각화, 손익 계산, 원클릭 거래, 주문 수정, 손익분기점, 트레일링 스톱, 부분적 손절매, 부분적 이익 실현, 시간별 마감, 주식 손절매 및 이익 실현 - 이 모든 것이 단축키를 사용하거나 차트의 레벨을 마우스로 간단히 드래그하여 한 번 또는 몇 번의 클릭으로 가능합니다. 사용자 친화적인 인터페이스를 통해 필요한 시나리오를 테스트하고 거의 즉시 응용 프로그램을 사용할 수 있습니다. 주문 전송이 몇 분의 1초만 지연되어도 결국 빠른 시장에서 전반적인 재무 결과에 영향을 미치므로 수동 사전 거래 계산에 시간을 허비하지 마십시오. Trade Master로 더 빠르고 효율적으로 거래하십시오. 데모 계정을 위한 체험판 설치 | 사용자 매뉴얼 기능 - 새로운 시장 및 보류 주문. 거래 및 주문 시각화, 진입 가격 수정, 손절매, 마우스 드래그를 사용한 이익 실현. 주어진 거래량에 대한 자동화된 위험 및 이익 계산. 주어진 위험에 대
Global Market Risk Sentiment Meter 1. Abstraction The   Global Market Risk Sentiment Meter   is a sophisticated analytical tool designed for the MetaTrader 5 (MQL5) platform. Unlike traditional indicators that analyze a single asset in isolation, this utility employs an   Inter-Market Analysis   approach to reconstruct the psychological state of the global financial markets. By aggregating real-time data from US Indices, Global Equities, Cryptocurrencies, and Safe Haven assets (Gold and the US
FREE
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
Expert TP SL v04 - Professional Trading Assistant with AI Motivation System Advanced manual trading tool with automatic risk management, overtrading protection, and intelligent psychological support for disciplined trading. PRODUCT OVERVIEW Expert TP SL v04 is a comprehensive trading assistant designed for manual traders who want to maintain emotional discipline while automating risk calculations. This isn't just another order placement tool - it's a complete trading psychology system that pr
이 제품의 구매자들이 또한 구매함
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (208)
거래당 위험 계산, 라인을 사용한 손쉬운 신규 주문, 부분 청산 기능을 통한 주문 관리, 7가지 유형의 트레일링 스탑 및 기타 유용한 기능을 제공합니다. 추가 자료 및 지침 설치 지침   -   애플리케이션 지침   -   데모 계정용 애플리케이션 평가판 라인 기능       - 차트에 개시선, 손절매, 차익실현을 표시합니다. 이 기능을 사용하면 새로운 주문을 쉽게 하고 개봉 전에 추가 특성을 볼 수 있습니다. 위기 관리       -       위험 계산 기능은 설정된 위험과 손절매 주문의 크기를 고려하여 새 주문의 볼륨을 계산합니다. 이를 통해 손절매 크기를 설정하고 동시에 설정된 위험을 존중할 수 있습니다. 로트 계산 버튼 - 위험 계산을 활성화/비활성화합니다. 필요한 위험 값은 위험 필드에 0에서 100 사이의 백분율 또는 예금 통화로 설정됩니다. 설정 탭에서 위험 계산 옵션을 선택합니다. $ 통화, % 잔액, % 지분, % 자유 마진, % 사용자 정의, % AB 이전
Trade Manager EA에 오신 것을 환영합니다. 이 도구는 거래를 보다 직관적이고 정확하며 효율적으로 만들기 위해 설계된 궁극적인 리스크 관리 도구 입니다. 단순한 주문 실행 도구가 아닌, 원활한 거래 계획, 포지션 관리 및 리스크 제어를 위한 종합 솔루션입니다. 초보자부터 고급 트레이더, 빠른 실행이 필요한 스캘퍼에 이르기까지 Trade Manager EA는 외환, 지수, 상품, 암호화폐 등 다양한 시장에서 유연성을 제공합니다. Trade Manager EA를 사용하면 복잡한 계산은 이제 과거의 일이 됩니다. 시장을 분석하고 진입, 손절 및 익절 수준을 차트의 수평선으로 표시한 후 리스크를 설정하면, Trade Manager가 이상적인 포지션 크기를 즉시 계산하고 SL 및 TP 값을 실시간으로 표시합니다. 모든 거래가 간편하게 관리됩니다. 주요 기능: 포지션 크기 계산기 : 정의된 리스크에 따라 거래 크기를 즉시 결정합니다. 간단한 거래 계획 : 진입, 손절, 익절을 위한
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (127)
Local Trade Copier EA MT5 를 사용하여 매우 빠른 거래 복사 경험을 해보세요. 1분 안에 간편하게 설정할 수 있으며, 이 거래 복사기를 사용하면 Windows 컴퓨터 또는 Windows VPS에서 여러 개의 MetaTrader 터미널 간에 거래를 0.5초 미만의 초고속 복사 속도로 복사할 수 있습니다. 초보자든 전문가든   Local Trade Copier EA MT5 는 다양한 옵션을 제공하여 사용자의 특정 요구에 맞게 맞춤 설정할 수 있습니다. 이는 수익 잠재력을 높이려는 모든 사람을 위한 최고의 솔루션입니다. 지금 사용해보시고 이것이 왜 시장에서 가장 빠르고 쉬운 무역용 복사기인지 알아보세요! 팁: 여기 에서 데모 계정에서 Local Trade Copier EA MT5 데모 버전을 다운로드하여 사용해 볼 수 있습니다. 다운로드한 무료 데모 파일을 MT5 >> File >> Open Data Folder >> MQL5 >> Experts 폴더에 붙여넣고 터
TradePanel MT5
Alfiya Fazylova
4.86 (148)
Trade Panel은 다기능 거래 보조원입니다. 이 애플리케이션에는 수동 거래를 위한 50개 이상의 거래 기능이 포함되어 있으며 대부분의 거래 작업을 자동화할 수 있습니다. 전략 테스터에서는 애플리케이션이 작동하지 않습니다. 구매하기 전에 데모 계정에서 데모 버전을 테스트할 수 있습니다. 데모 버전 여기 . 전체 지침 여기 . 거래. 한 번의 클릭으로 거래 작업을 수행할 수 있습니다: 자동 위험 계산을 통해 지정가 주문 및 포지션을 엽니다. 한 번의 클릭으로 여러 주문과 포지션을 열 수 있습니다. 주문 그리드를 엽니다. 그룹별 대기 주문 및 포지션을 마감합니다. 포지션 반전(매수 청산 후 매도 개시 또는 매도 청산 후 매수 개시). 포지션 고정(매수 포지션과 매도 포지션의 양을 동일하게 하는 추가 포지션 개설). 한 번의 클릭으로 모든 포지션을 부분 청산합니다. 모든 포지션의 이익실현과 손절매를 동일한 가격 수준으로 설정합니다. 모든 포지션에 대한 손절매를 해당 포지션의 손익 분기
베타 출시 Telegram to MT5 Signal Trader 는 곧 공식 알파 버전을 출시할 예정입니다. 일부 기능은 아직 개발 중이며, 작은 버그가 발생할 수 있습니다. 문제가 있으면 꼭 보고해 주세요. 여러분의 피드백은 소프트웨어 개선에 도움이 됩니다. Telegram to MT5 Signal Trader 는 Telegram 채널 또는 그룹의 거래 신호를 자동으로 MetaTrader 5 계정으로 복사하는 강력한 도구입니다. 공개 및 비공개 채널을 모두 지원하며, 여러 신호 제공자를 여러 MT5 계정에 연결할 수 있습니다. 소프트웨어는 빠르고 안정적으로 동작하며, 복사된 거래를 완벽히 제어할 수 있습니다. 인터페이스는 깔끔하며 대시보드와 차트가 시각적으로 구성되어 있고, 직관적인 네비게이션이 가능합니다. 여러 Signal Account를 관리하고, 공급자별 설정을 세밀하게 조정하며, 모든 동작을 실시간으로 모니터링할 수 있습니다. 필수 조건 MQL의 제한으로 인해 EA는 Te
Trade Dashboard MT5
Fatemeh Ameri
4.97 (117)
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 MT5
Alfiya Fazylova
4.62 (37)
Trade Copier는 거래 계정 간의 거래를 복사하고 동기화하도록 설계된 전문 유틸리티입니다. 복사는 공급자의 계정/단말기에서 동일한 컴퓨터 또는 vps에 설치된 수신자의 계정/단말기로 발생합니다. 구매하기 전에 데모 계정에서 데모 버전을 테스트할 수 있습니다. 데모 버전 여기 . 전체 지침 여기 . 주요 기능 및 이점: 복사기는 "МТ5> МТ5", "МТ4> МТ5", "МТ5> МТ4" 복사를 지원합니다. 복사기는 데모 계정 > 실 계정, 실 계정 > 데모 계정, 데모 계정 > 데모 계정 및 실제 계정 > 실 계정 복사를 지원합니다. 복사기는 읽기 전용 암호가 적용된 투자자 계정에서 복사를 지원합니다. 하나의 공급자 터미널은 여러 수신 터미널로 트랜잭션을 보낼 수 있고 하나의 수신 터미널은 여러 공급자 터미널에서 트랜잭션을 수신할 수 있습니다. 복사기는 귀하 또는 귀하의 고문이 거래하는 동일한 터미널에서 작동할 수 있습니다. 높은 복사 속도(0.5초 미만). 복사기에는 간편
Copy Cat More Trade Copier MT5 (복사 고양이 MT5) 는 오늘날의 거래 과제를 위해 설계된 로컬 거래 복사기이자 완전한 위험 관리 및 실행 프레임워크입니다. 프롭펌 챌린지부터 개인 포트폴리오 관리까지, 견고한 실행, 자본 보호, 유연한 구성 및 고급 거래 처리의 조합으로 모든 상황에 적응합니다. 복사기는 마스터(송신자)와 슬레이브(수신자) 모드 모두에서 작동하며, 시장 주문과 예약 주문, 거래 수정, 부분 청산 및 헷지 청산 작업의 실시간 동기화를 제공합니다. 데모 및 실계좌, 거래 또는 투자자 로그인과 호환되며, EA, 터미널 또는 VPS가 재시작되어도 지속적인 거래 메모리 시스템을 통해 복구를 보장합니다. 고유 ID로 여러 마스터와 슬레이브를 동시에 관리할 수 있으며, 브로커 간 차이는 접두사/접미사 조정 또는 사용자 정의 심볼 매핑을 통해 자동으로 처리됩니다. 매뉴얼/설정  | Copy Cat More MT4 | 채널  특별 기능: 설정이 간편함 —
Telegram to MT5 Coppy
Sergey Batudayev
5 (8)
Telegram에서 MT5로:   최고의 신호 복사 솔루션 DLL 없이도 Telegram 채널과 채팅에서 MetaTrader 5 플랫폼으로 거래 신호를 직접 복사하는 최신 도구인 Telegram to MT5를 사용하여 거래를 간소화하세요. 이 강력한 솔루션은 정밀한 신호 실행, 광범위한 사용자 정의 옵션을 제공하고 시간을 절약하며 효율성을 높여줍니다. [ Instructions and DEMO ] 주요 특징 직접 Telegram API 통합 전화번호와 보안 코드를 통해 인증하세요. 사용자 친화적인 EXE 브리지를 통해 채팅 ID를 쉽게 관리하세요. 여러 채널/채팅을 추가, 삭제, 새로 고침하여 동시에 신호를 복사합니다. 고급 필터를 사용한 신호 파싱 예외 단어(예: "보고서", "결과")가 포함된 원치 않는 신호를 건너뜁니다. 유연한 SL 및 TP 형식을 지원합니다: 가격, 핍 또는 포인트. 가격 대신 포인트를 지정하는 신호에 대한 진입 포인트를 자동으로 계산합니다. 주문 맞춤화 및
ApexGuard Suite — профессиональная панель контроля риска и дисциплины для MetaTrader 5 ApexGuard Suite — это комплексный инструмент для трейдеров, который помогает структурировать торговлю, контролировать риски и принимать более взвешенные решения прямо внутри терминала MetaTrader 5. Приложение не совершает сделки за вас — его задача дать полный контроль над состоянием счёта, рисками и торговым процессом в удобном визуальном формате. Интерфейс построен как единая панель с вкладками, где каждая о
PhantomBreak Radar — индикатор для MetaTrader 5, предназначенный для выявления ложных пробоев уровней (fake breakout) и рыночных ловушек. Инструмент помогает трейдерам находить моменты, когда цена прокалывает экстремум диапазона, но затем возвращается обратно — формируя потенциальную точку входа в противоположном направлении. Индикатор автоматически анализирует ценовой диапазон за выбранный период, отслеживает выход за его границы и фиксирует повторный вход цены внутрь диапазона. В таких ситуаци
Только сейчас вы можете приобрести  TradeOps Command Center с 10% скидкой всего за 630$. Акция действует до 01.04.2026 Для получение инструкции об использование утилиты обратитесь в личные сообщения! TradeOps Command Center — Профессиональный инструмент контроля риска и дисциплины в трейдинге TradeOps Command Center — это многофункциональная утилита для MetaTrader 5, разработанная для трейдеров, которые стремятся к системному и дисциплинированному подходу к торговле. Продукт объединяет в себе у
Trade Manager DashPlus
Henry Lyubomir Wallace
5 (13)
DashPlus 는 MetaTrader 5 플랫폼에서 거래 효율성과 효과를 향상시키기 위해 설계된 고급 거래 관리 도구입니다. 리스크 계산, 주문 관리, 고급 그리드 시스템, 차트 기반 도구 및 성과 분석 등 포괄적인 기능을 제공합니다. 주요 기능 1. 리커버리 그리드 불리한 시장 상황에서 거래를 관리하기 위한 평균화 및 유연한 그리드 시스템을 구현합니다. 거래 회복을 최적화할 수 있도록 전략적인 진입 및 종료 포인트를 제공합니다. 2. 스택 그리드 강한 시장 움직임 동안 포지션을 추가하여 유리한 거래에서 잠재적 수익을 극대화하도록 설계되었습니다. 유리한 시장 트렌드에서 승률을 높이며 거래를 확장할 수 있도록 합니다. 3. 손익(P&L) 라인 차트에서 잠재적인 수익 및 손실 시나리오를 시각적으로 표현합니다. 설정을 조정하고 P&L 라인을 드래그하여 실행 전에 다양한 거래 결과를 평가할 수 있습니다. 4. 바스켓 모드 동일한 심볼에 여러 포지션을 단일 집계 포지션으로 결합하여 관리합니
Smart Stop Manager – 전문 트레이더 수준의 자동 스톱로스 실행 개요 Smart Stop Manager는 Smart Stop 라인업의 실행 계층으로, 여러 개의 오픈 포지션을 보유한 트레이더를 위해 설계된 구조적이고 신뢰할 수 있으며 완전 자동화된 스톱로스 관리 시스템입니다. 모든 활성 거래를 지속적으로 모니터링하고, Smart Stop 시장 구조 로직을 사용해 최적의 스톱레벨을 계산하며, 명확하고 투명한 규칙에 따라 스톱을 자동으로 업데이트합니다. 단일 자산부터 전체 멀티심볼 포트폴리오까지, Smart Stop Manager는 모든 거래에 규율, 일관성, 그리고 완전한 리스크 가시성을 제공합니다. 감정적 판단을 제거하고, 수동 작업을 줄이며, 모든 스톱이 항상 시장 구조 기반의 논리적 진행을 따르도록 보장합니다. 하이라이트 시장 구조 기반 자동 스톱 배치 • 모든 오픈 포지션을 평가하여 Smart Stop 로직에 기반한 최적의 스톱로스를 자동 적용합니다. 포트폴
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.82 (34)
MT5용 트레이드 복사기는 metaТrader 5 플랫폼용 트레이드 복사기입니다   . 그것은 사이의   외환 거래를 복사합니다       모든 계정   COPYLOT MT5 버전의 경우   MT5   -   MT5, MT4   -   MT5 (또는 COPYLOT MT4 버전의 경우   MT4 -   MT4 MT5   -  MT4) 믿을 수 있는 복사기! MT4 버전 전체 설명   +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 МТ4 터미널에서 거래를 복사할 수도 있습니다(   МТ4   -   МТ4, МТ5   -   МТ4   ):   COPYLOT CLIENT for MT4 이 버전은 МТ5   -   МТ5, МТ4   -   МТ5   터미널 간을 포함합니다. 거래 복사기는 2/3/10 터미널 사이의 거래/포지션을 복사하기 위해 만들어졌습니다. 데모 계정 및 투자 계정에서
Smart Stop Scanner – 실제 시장 구조 기반의 멀티자산 스톱로스 분석 시스템 개요 Smart Stop Scanner는 여러 시장에서 스톱로스 구조를 전문적으로 모니터링하기 위해 설계된 강력한 도구입니다. 실제 시장 구조, 핵심 브레이크아웃, 가격 행동 로직을 기반으로 가장 의미 있는 스톱 영역을 자동으로 감지하며, 고해상도(DPI 지원)의 깔끔하고 일관된 패널에 모든 정보를 표시합니다. 포렉스(FOREX), 금, 지수, 금속, 암호화폐 등 다양한 자산군을 지원합니다. 스톱 레벨 계산 방식 이 시스템은 기존의 인디케이터 공식을 사용하지 않습니다. 대신 브레이크아웃, 더 높은 고점, 더 낮은 저점 과 같은 실제 시장 구조 이벤트를 분석합니다. 스톱 레벨은 이러한 구조적 지점에서 직접 생성되므로 시장의 실제 움직임과 자연스럽게 일치하며, 더 신뢰도 높은 스톱 시스템을 제공합니다. 주요 기능 • 고정밀 멀티자산 호환성 포렉스, 금속, 금, 지수, 암호화폐 등 다양한
HINN MagicEntry Extra
ALGOFLOW OÜ
4.67 (12)
HINN MAGIC ENTRY – the ultimate tool for entry and position management! Place orders by selecting a level directly on the chart! full description   ::  demo-version  :: 60-sec-video-description Key features: - Market, limit, and pending orders - Automatic lot size calculation - Automatic spread and commission accounting - Unlimited partitial take-profits  - Breakeven and trailing stop-loss and take-profit  functions - Invalidation leves - Intuitive, adaptive, and customizable interface - Works
Ultimate Extractor
Clifton Creath
5 (9)
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. Check out Ultimate Extractor Cloud on mql5 for the Cloud version****** Ultimate Extractor transforms your MetaTrader 5 trading history into actionable insights with comprehensive analytics, interactive charts, and real-time performance tracking. What It Does Automatically analyzes your MT5 trading history across all Expert Advisors and generates detailed HTML reports with inte
MT5 to Telegram Signal Provider 는 사용하기 쉽고 완전히 커스터마이즈 가능한 유틸리티로, 특정 신호를 Telegram의 채팅, 채널 또는 그룹으로 전송하고, 귀하의 계정을 신호 제공자 로 만듭니다. 경쟁 제품과 달리 DLL 임포트를 사용하지 않습니다. [ 데모 ] [ 매뉴얼 ] [ MT4 버전 ] [ 디스코드 버전 ] [ 텔레그램 채널 ]  New: [ Telegram To MT5 ] 설정 단계별 사용자 가이드 가 제공됩니다. 텔레그램 API에 대한 지식은 필요하지 않습니다; 개발자가 제공하는 모든 것이 필요합니다. 주요 특징 구독자에게 보낸 주문 상세 정보를 커스터마이즈할 수 있습니다. 예를 들어, 브론즈, 실버, 골드와 같은 계층 구독 모델을 만들 수 있습니다. 골드 구독에서는 모든 신호를 받습니다. id, 심볼, 또는 코멘트로 주문을 필터링할 수 있습니다. 주문이 실행된 차트의 스크린샷이 포함됩니다 보낸 스크린샷에 닫힌 주문을 그려 추가 검증을 합니다
The product will copy all telegram signal to MT5 ( which you are member) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal,  s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to s
Seconds Chart MT5
Boris Sedov
4.59 (17)
Seconds Chart — MetaTrader 5에서 초 단위 차트를 생성하는 독특한 도구입니다. Seconds Chart 를 사용하면 초 단위로 설정된 타임프레임으로 차트를 작성할 수 있어, 표준 분 또는 시간 단위 차트에서는 불가능한 유연성과 정밀한 분석이 가능합니다. 예를 들어, S15 타임프레임은 15초 동안의 캔들로 구성된 차트를 의미합니다. 사용자 정의 심볼을 지원하는 모든 인디케이터와 전문가 어드바이저를 사용할 수 있습니다. 이를 사용하는 것은 표준 차트에서 거래하는 것만큼 편리합니다. 표준 도구와 달리, Seconds Chart 는 초고속 타임프레임에서도 높은 정확도와 지연 없이 작업할 수 있도록 지원합니다. Seconds Chart의 장점 1초부터 900초까지 의 타임프레임 지원. 내장 틱 데이터베이스 덕분에 역사 데이터 즉시 로딩 . 실시간 데이터 업데이트로 지연이나 차이 없음 . 여러 초 단위 차트를 동시에 생성 가능. Seconds Chart가 이상적인 경우
Risk Manager for MT5
Sergey Batudayev
4.35 (17)
MT5의 Expert Advisor Risk Manager는 매우 중요하며 제 생각에는 모든 거래자에게 필요한 프로그램입니다. 이 Expert Advisor를 사용하면 거래 계정의 위험을 제어할 수 있습니다. 위험 및 이익 통제는 금전적 측면과 백분율 측면에서 모두 수행될 수 있습니다. Expert Advisor가 작동하려면 통화 쌍 차트에 첨부하고 예금 통화 또는 현재 잔액의 %로 허용되는 위험 값을 설정하기만 하면 됩니다. [Instruction for Risk Manager parameters] 어드바이저 기능 이 위험 관리자는 위험을 제어하는 ​​데 도움이 됩니다. - 거래를 위해 - 하루 - 일주일 동안 - 한 달 동안 당신은 또한 제어할 수 있습니다 1) 거래 시 최대 허용 랏 2) 1일 최대 주문 수 3) 하루 최대 수익 4) 지분 인수 이익 설정 그게 다가 아닙니다. 설정에서 자동 설정을 지정하면 고문이 기본 SL 및 TP를 설정할 수도 있습니다. 상
Farmed Hedge Yield Farming - Professional Pair Trading Dashboard (Manual - Hybrid - Semi/Automated EA) VERSION 3 - WILD HARVEST UPDATE Trading Approach: - Manual Trading: Primary focus - Auto Pilot: Optional supplementary feature - Full Automation: Not the main purpose Recommended Timeframe: H1-H4 DEMO VERSION Download the free demo to test functionality. Use Strategy Tester with Visual Mode to see how it works. VERSION 3 - NEW FEATURES Summary Dashboard (SRA Panel) - Quick pair selection w
Grid Manual MT5
Alfiya Fazylova
4.9 (20)
"Grid Manual"은 주문 그리드 작업을 위한 거래 패널입니다. 이 유틸리티는 보편적이며 유연한 설정과 직관적인 인터페이스를 제공합니다. 그것은 손실을 평균화하는 방향뿐만 아니라 이익을 증가시키는 방향으로 주문 그리드와 함께 작동합니다. 거래자는 주문 그리드를 만들고 유지할 필요가 없으며 유틸리티에서 수행합니다. 거래자가 주문을 시작하는 것으로 충분하며 "Grid Manual"는 자동으로 그를 위한 주문 그리드를 생성하고 거래가 마감될 때까지 그와 동행할 것입니다. 전체 설명 및 데모 버전 여기 . 유틸리티의 주요 기능: 모바일 터미널을 포함하여 어떤 방식으로든 열린 주문과 함께 작동합니다. "제한" 및 "중지"의 두 가지 유형의 그리드와 함께 작동합니다. 고정 및 동적(ATR 표시기 기반)의 두 가지 유형의 그리드 간격 계산과 함께 작동합니다. 오픈 오더 그리드의 설정을 변경할 수 있습니다. 차트에서 각 주문 그리드의 손익분기점 수준을 표시합니다. 각 주문 그리드에 대한 이익
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
Anchor: The EA Manager A coordination system for traders running multiple EAs. Anchor ensures only one EA can trade at a time, preventing conflicting positions and keeping your portfolio safer. Attach Anchor to any chart. Configure your EAs and their magic numbers. Anchor handles the rest. Built for portfolios. Built for discipline. Built for prop firms. The Problem Running multiple EAs on the same account creates risk. Two gold EAs can open opposite positions on the same candle. Three EA
Equity Protect Pro: 안심 거래를 위한 종합 계좌 보호 전문가 계좌 보호, 자산 보호, 포트폴리오 보호, 다중 전략 보호, 수익 보호, 수익 확보, 거래 보안, 위험 관리 프로그램, 자동 위험 관리, 자동 청산, 조건부 청산, 예약 청산, 동적 청산, 추적 손절매, 원클릭 종료, 원클릭 청산, 원클릭 복원 등의 기능을 찾고 있다면 Equity Protect Pro가 바로 필요한 프로그램입니다. 설정이 간편하고 사전 설정된 조건이 충족되면 모든 차트를 닫을 수 있으며 신호 구독 취소도 지원합니다(이는 모든 거래 프로그램도 중지됨을 의미합니다). 이 시점에서 새로운 주문이 생성되지 않으며 최종적으로 모든 주문이 종료되어 예상치 못한 손실을 효과적으로 방지하고 안심하고 거래할 수 있습니다. Equity Protect Pro Demo Version for yo u to test   Equity Protect Pro MT4 Demo.ex4 Equity Protect Pro M
한 번의 클릭으로 거래할 수 있는 거래 패널.   위치 및 주문 작업!   차트 또는 키보드에서 거래. 당사의 거래 패널을 사용하면 차트에서 직접 클릭 한 번으로 거래를 실행할 수 있으며 표준 MetaTrader 컨트롤보다 30배 빠르게 거래 작업을 수행할 수 있습니다. 매개변수와 기능의 자동 계산을 통해 트레이더는 더욱 빠르고 편리하게 거래할 수 있습니다. 그래픽 팁, 정보 라벨, 무역 거래에 대한 전체 정보는 MetaTrader 차트에 있습니다. MT4 버전 전체 설명   +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 열기 및 닫기, 반전 및 잠금, 부분 닫기/오토로트. 가상/실제 손절매/이익 실현/후행 정지/손익분기점, 주문 그리드 ... MetaТrader 5   의 주요 주문 거래 컨트롤 패널: 구매, 판매, 구매 중지, 구매 제한, 판매 중지, 판매 제한, 닫기, 삭제, 수
Auto Trade Copier is designed to copy trades to multiple MT4, MT5 and cTrader accounts/terminals with 100% accuracy. The provider and receiver accounts must be on the same PC/VPS. With this tool, you can copy trades to receiver accounts on the same PC/VPS. All trading actions will be copied from provider to receiver perfectly. This version can be used on MT5 accounts only. For MT4 accounts, you must use Auto Trade Copier (for MT4). Reference: - For MT4 receiver, please download Trade Receiver Fr
설치 가이드:    여기를 클릭하세요! 여러 전문가 자문가의 의견을 종합적으로 분석합니다. 매직 넘버를 기준으로 EA 결과를 비교해 보세요. 수익성 및 손실 추이 추적 날짜 범위를 기준으로 결과 필터링 시각적 형평성 곡선 및 상세 지표 1분 안에 사용 준비 완료 EA 포트폴리오 분석기 EA 포트폴리오 분석기는   여러 전문가용 투자 자문 시스템(EA)의 실시간 성과를   명확하고 체계적인 방식으로   모니터링하도록 설계된   전문 분석 도구 입니다. 동일한 계정에서 여러 개의 EA를 실행할 때 각 EA가 전체 결과에 어떻게 기여하는지 파악하기 어려울 수 있습니다. EA 포트폴리오 분석기를 사용하면   매직 넘버를 기준으로 EA를 필터링하고 조합하여 특정   EA 하나, 선택한 몇 개의 EA 또는 전체 포트폴리오   의 성과를 확인할 수 있습니다   . 이를 통해 다양한 EA 조합을   쉽게 테스트하고   자산 곡선이 어떻게 함께 움직이는지 확인할 수 있습니다. 이를 통해   보다
제작자의 제품 더 보기
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
NotifyMe Free for MT5
Denis Zyatkevich
5 (5)
Overview The Expert Advisor sends notifications to a mobile phone, via e-mail or activates an audio alarm in case any changes are detected on the trading account: opening/closing positions, changing order parameters, balance or leverage. Also, the Expert Advisor can inform that Equity on the trading account has dropped below a specified value or Free Margin is small compared to Margin. The Expert does not trade, it only monitors your account and orders. Launching the Expert Advisor You should a
FREE
Overview The script displays information about the trade account: Information about the trade account: Account - account number and type (Real, Contest or Demo); Name - name of the account owner; Company - name of a company that provide the access to trading; Server - trade server name; Connection State - connection state; Trade Allowed - shows whether trading is allowed on the account at the moment; Experts Allowed - shows whether it is allowed to trade using Expert Advisors; Balance - account
FREE
Overview The script displays information about the trade account: Account - account number and type (Real or Demo); Name - name of the account owner; Company - name of a company that provide the access to trading; Server - trade server name; Connection State - connection state; Trade Allowed - shows whether trading is allowed on the account at the moment; Balance - account balance; Equity - account equity; Credit - amount of credit; Profit - profit size; Free Margin - free margin on the account;
FREE
NotifyMe for MT4
Denis Zyatkevich
5 (4)
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
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
필터:
Johan Julien Aubry
919
Johan Julien Aubry 2021.06.06 09:50 
 

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

PETER LUISI
1981
PETER LUISI 2021.01.23 09:16 
 

Just what I was looking for. Works well.

Nulltinull
29
Nulltinull 2019.10.01 15:41 
 

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

Wan Ping Fei
1690
Wan Ping Fei 2019.02.09 04:25 
 

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

리뷰 답변