• Overview
  • Reviews (10)
  • Comments (25)
  • What's new

Telegram Alerts for MT5

4.86

This application is now replaced by Ofir Notify Light Edition (Free) or Ofir Notify (paid).
Thank all for your positive feedbacks.


Telegram Alerts is a tool which send alerts on trades to Telegram

  1. Alert on any event concerning a position : Opening, Closing, modification (SL, TP)
  2. Alert on Equity change
  3. Display Risk, Reward and progress of profit/lost for each position
  4. Send signals from your indicators or experts
  5. Multi-lingual

If you are facing any issue using this utility, please contact me to be solved


Telegram Setup instruction

  1. Open your Telegram APP and search for "BotFather"
  2. Type /start and click/type /newbot to create a new bot
  3. Give your bot a nickname and username (e.g., nickname: MyNameAlerts and username: MyNameAlertsBot <-- username has to be ended by 'bot')
  4. Congratulations! You have created your Telegram bot.
  5. Save your bot API token (e.g. 1324115883:AAH2Z9PlxKX3Fce1e_m_w3AB7vA2EZZ_GAD)
  6. Back in MetaTrader 4, go to Tools > Options > Expert Advisors > tick 'Allowed WebRequest for listed URL' and add https://api.telegram.org.
  7. Attach the utility into your MetaTrader 4 chart and enter the Telegram Bot Token (from step 5)
  8. In Telegram open the Bot (search Bot username and start a chat with it)
  9. Press Start or enter /start
  10. You should get a message that the Chat Id is not correct. This message shows your Chat ID
  11. In Metatrader, open the utility properties and enter the Chat ID with the correct ID. This makes sure you are the only one who can use the Bot
  12. Back to Telegram, type /start . You should get information on your trading account number and equity
  13. Telegram Alerts is ready to work for you

Properties

  1. Bot Api Token: The unique token of your bot. Do not share this information.
  2. Chat ID: Your Telegram Chat ID
  3. Language: Choose English, French,  Spanish or Brazilian portugues (contact me if need more)
  4. Rounding digits: How to display currency values. By default, digits=0, means rounded to the nearest integer (e.g 35€ instead of 35.23€)
  5. Alerts on events: Choose All if you want to be alerted on any events (Open, Closed and Modified). Otherwise choose Open & Closed
  6. Magic Numbers: Enter magic numbers (separated by space) if you want to be alerted on filtered orders (e.g generated by a robot)
  7. Alert Start Time: Choose the time you want to start receiving alerts (from 0 to 24)
  8. Alert End Time: Choose the time you want to stop receiving alerts (from 0 to 24)
  9. % of Equity alert: If you want to be alerted when Equity changes, enter the percentage (e.g 1 for 1%) if Equity variation. Keep 0 for not being alerted. Equity Alert works around the clock (24/24), not taking into account the Alert Start and End time parameters.

Integration with your own indicators and experts

This utility can be used by your own indicators and EA to send signals to Telegram. They just have to create a text file, containing the signal, to the following directory:
<Data Folder>/Telegram Alerts/<Your trading account Number/signals
You can use the following code in your indicator or EA:


string directory="Telegram Alerts/"+IntegerToString(AccountInfoInteger(ACCOUNT_LOGIN))+"/signals";
string filename="Test.txt";
string signal="BUY EURUSD 1.20202 SL=1.201 TP=1.203";
saveStringFile(signal,directory+"/"+filename);

bool saveStringFile(string s,string fileName)
  {
   int handle=FileOpen(fileName,FILE_WRITE|FILE_TXT);
   if(handle==INVALID_HANDLE)
      return(false);
   FileWriteString(handle,s);
   FileClose(handle);
   return(true);
  }



Reviews 10
cbarryftmo
214
cbarryftmo 2023.07.26 05:30 
 

It took me 5 minutes to setup. Seems to be downloading all my order from the last couple of days. So far it is great. It look very professional in Telegram. I am excited to see how it works once I send a trade.

Michel
117
Michel 2022.01.11 00:57 
 

EA works without a problem. It sends alerts almost immediately. Very useful to keep me informed and safeguard my account. Thank you!

ellena
301
ellena 2021.12.09 19:16 
 

nice, working as expected

Recommended products
SphereSample
MetaQuotes Ltd.
3.5 (2)
The script SphereSample.mq5 illustrates control of graphic objects using the classes from the Standard Library (Base class of objects array CArrayObj , CChartObjectText ).
FREE
K Trade Assistant MT5
Kaijun Wang
4.67 (21)
The   best partner for traders!   Trading Assistant: This is a very feature-rich trading aid. Development is not easy, please support Pro Click to jump K Trade Assistant Pro MT5 Trading Assistant Operation Instructions Basic usage settings Basic: Support language selection switch (currently supports Chinese and English)       automatic language recognition Support the binding of   hot key to open and close positions   , use shortcut keys to open and close positions quickly...  
FREE
Look Back My Trading History MT5
Sa No Tsuyoshi Kokorozashi
5 (2)
Description This is a utility tool for MT5 reminding traders of all the entry points by highlighting trading history. For those who just started to learn trading, one of the most efficient tips to improve their trading skill is to look back their own trading history. However, trade history arrow shown on MT5 chart is simply too small to find out, which will keep traders away from reviewing their trade, especially stupid mistakes like overtrading. By clearly showing their trade history and face i
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
DemoBitmapOffset
MetaQuotes Ltd.
3.5 (2)
The script illustrates the usage of the OBJPROP_XOFFSET and OBJPROP_YOFFSET properties. It displays the specified fragment of the .BMP image.
FREE
Reversal Composite Candles
MetaQuotes Ltd.
3.43 (23)
The idea of the system is to indentify the reversal patterns using the calculation of the composite candle. The reversal patterns is similar to the "Hammer" and "Hanging Man" patterns in Japanese candlestick analysis. But it uses the composite candle instead the single candle and doesn't need the small body of the composite candle to confirm the reversal. Input parameters: Range - maximal number of bars, used in the calculation of the composite candle. Minimum - minimal size of the composite can
FREE
The Trend Catcher: The Trend Catcher Strategy with Alert Indicator is a versatile technical analysis tool that aids traders in identifying market trends and potential entry and exit points. It features a dynamic Trend Catcher Strategy , adapting to market conditions for a clear visual representation of trend direction. Traders can customize parameters to align with their preferences and risk tolerance. The indicator assists in trend identification, signals potential reversals, serves as a trail
FREE
Chart Handler
Gediminas Rucinskas
5 (5)
Have you ever been in a situation when you could not control the chart conveniently or had to make additional clicks to be able to scroll the history or set the scale fix numbers manually to be able to stretch the chart?  Features: Chart centering. Automatic scale fix. Automatic scroll control. This tool is one of many features included in "Trading Essentials" utility application, which can be found on mql5.com
FREE
RegularExpressionsExamples — is an expert, which contains the graphical interface for running examples from the " RegularExpressions in MQL5 " library. The codes of these examples can be found in the library itself. These examples are for demonstration purposes only. They serve only to evaluate the library operation and its capabilities. They can also be found on the official Microsoft‎ website, in the descriptions of classes in the System.Text.RegularExpressions namespace. Each example can be
FREE
The script is intended for synchronization and loading into the Terminal of the desired (or maximum possible) history of quotes of the timeframes specified by the user for the symbols in the "Market Watch" window. The first download of the full history for one "new" symbol takes approximately one and a half to two minutes. Input parameters for running the script: 1. Desired history length (bars) - here we indicate the number of bars in the quote history that we would like to receive from
FREE
The Scaled Awesome Oscillator (SAO) represents a refined adaptation of the Awesome Oscillator, aimed at establishing consistent benchmarks for identifying market edges. Unlike the standard Awesome Oscillator, which records the variation in pips across different commodities, the only unchanging reference point is the zero line. This limitation hampers investors and traders from pinpointing specific levels for trend reversals or continuations using the traditional Awesome Indicator, a creation of
FREE
ObjChartSample
MetaQuotes Ltd.
4.33 (3)
The script ObjChartSample.mql5 illustrates control of chart properties using the classes from the Standard Library .
FREE
Quick Style MT5
Maxim Polishchuk
5 (9)
The Quick Style utility is designed for facilitation and acceleration of working with the properties of graphical objects. Left-click a graphical object while holding the Shift key to open the quick access window for configuring the object properties. In the window, you can change the color, style and line width with one click, including those of other graphical objects. All changes are displayed immediately. To close the Quick Style , simply click the free space on the chart. The utility is eas
FREE
RenkoExpert
Andrey Goida
3.67 (3)
Renko Expert Advisor based on Renko bar simulation.    The EA has two options for building Renko bars. Classic and ATR. In the classic version, renko bars are marked with areas on the main chart; in the ATR version, renko bars are modeled and drawn in the indicator window. Modeling renko bars inside the EA allows you to optimize the robot better than drawing renko bars offline.      Telegramm channel   Set file Our second robot RENKOTREND Does not use martingale!  Trades opened by the robot co
FREE
Sylvan Crash500 Heiken Ashi
Quintin Francois Vanwyk
4.83 (6)
FOR CRASH 500 ONLY!! MT5 *This is a smooth heiken ashi setup meant to be used on CRASH 500 in combination with other indicators. *You are welcome to test it on other markets aswell. *I will be posting other indicators aswell to help with trading the crash 500 market. *You can use this to help smooth out price if you do struggle with reading the charts as is. * Just note heiken ashi doesnt represent real price action only smoothes it out for ease of read.
FREE
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.4 (30)
This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL. (you can change the colors). It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more powerful and reliable signals. Get them here: https://www.m
FREE
Show Pips for MT5
Roman Podpora
4.61 (18)
This information indicator will be useful for those who always want to be aware of the current situation on the account. - More useful indicators The indicator displays data such as profit in points, percentage and currency, as well as the spread for the current pair and the time until the bar closes on the current timeframe. There are several options for placing the information line on the chart: - To the right of the price (runs behind the price); - As a comment (in the upper left corner
FREE
ET1 for MT5
Hui Qiu
4.38 (8)
ET1 for MT5 is new and completely free!! ET1 for MT5 v4.20 Updated!! Now use on XAUUSD(Gold) !!  The success rate is more than 75%   !!! important update: Merge ET9 's breakout strategy Warning!! You can use ET1 completely free, but we do not guarantee ET1 stability, It is recommended that the more powerful ET9 for MT5 version includes the ET1 strategy and guarantees complete and stable returns. The Best Expert Advisor  on   XAUUSD   any timeframes  ET9  for MT5 Updated v4.70 !!  https:/
FREE
This indicator is a zero-lag indicator and displays  strength of trend change . True Trend  Oscillator Pro works best in combination with True Trend Moving Average Pro that displays exact trend as is. Oscillator value is exact price change in given direction of the trend. True Trend Moving Average Pro: https://www.mql5.com/en/market/product/103586 If you set PERIOD input parameter to 1 this indicator becomes a sharpshooter for binary options. Developers can use True Trend Oscillator in E
FREE
Stop Out Line MT5
Sergey Batudayev
4.5 (2)
Work logic Stop Out utility is a simple but very convenient indicator showing how many points are left to the Stop Out level / Its benefit lies in the fact that many traders deliberately overestimate the risk in trading in pursuit of profit, use the available margin at the maximum, and for this case it is very important to know where the broker can forcibly close your positions. Just place the indicator on the chart and depending on the open position in Buy or Sell, you will see the borde
FREE
Trailing by SAR MT5
Konstantin Kulikov
Tracking positions using trailing on the Parabolic SAR indicator. It is necessary to allow automated trading in the terminal settings. In testing mode, the utility opens Buy or Sell positions on the first ticks, which allows you to visually observe the given logic, changing the utility parameters. In real mode, the utility does not open positions. Parameters magic  - magic number. If less than 0, positions with any magic number are tracked. only_this_symbol  - only chart symbol. If  false , posi
FREE
PZ The Zone MT5
PZ TRADING SLU
5 (1)
This indicator displays buy or sell signals according to Bill Williams' definition of the Trading Zone. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use and understand Avoid trading flat markets Deterministic indicator with clear rules The indicator is non-repainting It implements alerts of all kinds It has straightforward trading implications. A blue arrow is a buy signal A red arrow is a sell signal According to Bill Williams trading in the zone helps t
FREE
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
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
Bar Color Trend
Germano Chagas
4.5 (10)
Combining the best of Price Action , Directional Movement , and Divergence/Convergence analysis, Candle Color Trend is a easy and reliable way to identify trend direction. The indicator automatically paints the candles according to the assumption that an uptrend is defined by prices that form a series of higher highs and higher lows. In contrast, a downtrend is defined by prices that form a series of lower highs and lower lows. Additionally, ADX Wilder indicator is used to measure trend weakness
FREE
AQ RiskOptimizer MT5
HIT HYPERTECH INNOVATIONS LTD
4 (1)
Risk Optimizer is the absolute solution for applying risk management on your account. Bad risk management is the main reason that causes traders to lose money. Risk Optimizer calculates and suggests the correct lot size for each position according to your personal, customized risk profile. You can give directly your preferred risk as percentage (%) for each position or you can trust our algorithms to calculate and optimize according to your risk category selection. But it is not only that! Selec
FREE
Reverse
Konstantin Chernov
3.33 (3)
A script for quick reversing positions and/or orders. If you need to reverse a position with the same volume, open an opposite position of a different volume, this script will save you from routine! Allow AutoTrading before running the script. Instructions: Run the script on the chart. This script is a limited version of the market product https://www.mql5.com/en/market/product/638 and allows reversing only positions. Input parameters are not required. Parameters such as changing the type of exi
FREE
Rainbow MT5
Jamal El Alama
4.33 (3)
Description : Rainbow MT5 is a technical indicator based on Moving Average with period 34 and very easy to use. When price crosses above MA and MA changes color to green, then this is a signal to buy. When price crosses below MA and MA changes color to red, then this is a signal to sell. The Expert advisor ( Rainbow EA MT5 ) based on Rainbow MT5 indicator is now available here . MT4 version is available here .
FREE
Script for Metatrader 5. One click to Delete the background grid and object, all objects on the chart such as Trend lines you have drawn or created by another program arrows text Fibonacci lines removes the background grid making a clearer clean chart horizontal and vertical lines Easy for clearing a chart or when opening new charts. Please leave a review on how its working.
FREE
J2T Hot Keys
Ivan Pyatkov
5 (5)
Утилита Горячие Клавиши. Работает только на неттинговых типах счетов. Позволяет совершать торговые операции без мыши. Удобно использовать для акций, фьючерсов, валютных пар, криптовалют. В совокупности со стаканом получается полноценный скальперский привод. Реализованные команды : ·          покупка по рынку; ·          продажа по рынку; ·          выставление лимитного ордера на покупку с заданным отступом (может быть отрицательным) от цены Бид; ·          выставление лимитного ордера на прод
FREE
Buyers of this product also purchase
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (171)
It helps to calculate the risk per trade, the easy installation of a new order, order management with partial closing functions, trailing stop of 7 types and other useful functions. Attention, the application does not work in the strategy tester. Manual, Description, Download demo Line function -   shows on the chart the Opening line, Stop Loss, Take Profit. With this function it is easy to set a new order and see its additional characteristics before opening.   Risk management  - The risk
HINN Lazy Trader
Georg Vahi
5 (1)
Set price targets, and leave everything else to HINN Lazy Trader! This tool is designed for automatic position sizing from specified levels to designated targets. Using a VPS is recommended (*). The demo version   limited in functionality, be sure to watch this video before using -->  https://youtu.be/2NE8COr9-Bk A community for users, product discussion, update news, and first line of support are organized in a free Discord: https://discord.gg/zFhEZc7QDQ Use Webmoney For payments in cryptocu
Forex Trade Manager MT5
InvestSoft
4.98 (428)
Do you think that in markets where the price can change in a split second, placing orders should be as simple as possible? In Metatrader, each time you want to open an order, you have to open a window where you enter the opening price, stop loss and take profit, as well as the trade size. In trading the financial markets, capital management is essential to maintain your initial deposit and multiply it. So, when you want to place an order, you probably wonder how big a trade you should open? Wha
Local Trade Copier EA MT5
Juvenille Emperor Limited
5 (65)
Experience exceptionally fast trade copying with the   Local Trade Copier EA MT5 . With its easy 1-minute setup, this trade copier allows you to copy trades between multiple MetaTrader terminals on the same Windows computer or Windows VPS with lightning-fast copying speeds of under 0.5 seconds. Whether you're a beginner or a professional trader, the   Local Trade Copier EA MT5   offers a wide range of options to customize it to your specific needs. It's the ultimate solution for anyone looking t
TradePanel MT5
Alfiya Fazylova
4.86 (115)
Trade Panel is a multifunctional trading assistant. The application contains more than 50 functions for manual trading, and allows you to automate most trading actions. Before purchasing, you can test the Demo version on a demo account. Demo here . Full instructions here . Trade. Allows you to perform basic trading operations in one click: Opening pending orders and positions. Closing pending orders and positions. Reversal of positions (close BUY and open SELL or close SELL and open BUY). Lockin
The product will copy all telegram signal to MT5 ( which you are member) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal,  s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to s
Trade Manager DaneTrades
DaneTrades Ltd
4.75 (24)
Trade Manager to help you quickly enter and exit trades while automatically calculating your risk. Including features to help prevent you from Over Trading, Revenge Trading and Emotional Trading. Trades can be managed automatically and the account performance metrics can be visualised in a graph. These features make this panel ideal for all manual traders and it helps to enhance the MetaTrader 5 platform. Multi Language support. MT4 Version  |  User Guide + Demo The Trade Manager does not work i
The MT5 to Telegram Signal Provider is an easy-to-use, fully customizable utility that enables the sending of signals to Telegram, transforming your account into a signal provider. The format of the messages is fully customizable! However, for simple usage, you can also opt for a predefined template and enable or disable specific parts of the message. [ Demo ] [ Manual ] [ MT4 Version ] [ Discord Version ] Setup A step by step user guide is available. No knowledge of Telegram API is required;
Trade copier MT5
Alfiya Fazylova
4.39 (28)
Trade Copier is a professional utility designed to copy and synchronize trades between trading accounts. Copying occurs from the account / terminal of the supplier to the account / terminal of the recipient, which are installed on the same computer or VPS . Before buying, you can test the demo version on a demo account. Demo version here . Full instruction here . Main functionality and benefits: Supports copying MT5> MT5, MT4> MT5, MT5> MT4, including MT5 netting accounts. * Supports copying Dem
Trade Dashboard MT5
Fatemeh Ameri
5 (31)
Tired of complex order placement and manual calculations? Trade Dashboard is your solution. With its user-friendly interface, placing orders becomes effortless, by a single click, you can open trades, set stop loss and take profit levels, manage trade lot size, and calculate risk to reward ratios, allowing you to only focus on your strategy. Say goodbye to manual calculations and streamline your trading experience with Trade Dashboard. Download   demo version   right now. You can find   deta
Copy Signals from any channel that you are a member (including private and restricted) straight to your MT5.  This tool has been designed with the user in mind while offering many features you need to manage and monitor the trades. This product is presented in an easy-to-use and visually attractive graphical interface. Customise your settings and start using the product within minutes! User Guide + Demo  | MT4 Version | Discord Version If you want to try a demo please go to user guide. The Te
Trade Assistant 38 in 1
Makarii Gubaydullin
4.88 (16)
Multifunctional tool: 65+ functions, including: Lot Calculator, Price Action, R/R ration, Trade Manager, Supply and Demand zones Demo version   |   User manual The utility   doesn't work in the strategy tester : you can download the   Demo Version HERE  to test the product. Contact me   for any questions  / ideas for improvement / in case of a bug found If you need a MT4 version, it is available here Simplify, speed up and automate your trading   process . Expand the standard terminal capabili
Pro Arbitrage EA   trades based on Arbitrage Strategy. The strategy is like a scalping technology but on three cross currency pairs at the same time. Each trade basket involves three pairs (all open at the same time) and they will close at once when any desired profit reaches. The strategy has no SL technically because all opened currencies are hedged. SL can happen if high slippages on order execution on the broker side. So the strategy is one of the safest ones in the world. Using the EA : U
News Trade EA MT5
Konstantin Kulikov
4.55 (11)
Present to you the useful robot that I have been using for several years. It can be used in both semi-automatic mode and fully automatic mode. The program contains flexible settings for trading on the news of the economic calendar. It cannot be checked in the strategy tester. Only real work. In the terminal settings, you need to add the news site to the list of allowed URLs. Click Tools > Options > Expert Advisors. Check the option "Allow WebRequests for listed URL:". Add this (delete the spa
The top-selling EAs on the market cost a lot and one day they are suddenly gone. This is because one strategy will not work in the forex market all the time. Our product is unique from all others in the MQL Marketplace because our EA comes with 34+ built-in indicators that allow develop strategies every time.  You build your strategy and keep updating it. If one strategy does not work, simply build another all using only one EA. This is All-In-One EA   in this market place. You can use as trade
The UTM Trade Manager is a powerful, yet intuitive trading tool offering fast, efficient trade execution and advanced features such as the "Ignore Spread" mode and a built-in local trade copier, and others. Designed to simplify your trading operations, it provides a user-friendly graphical interface and on-chart controls for seamless management. Key Features: Trade Execution: Enter trades easily with one-click by defining the entry and stop loss prices on the chart. The system automatically calc
Grid Manual MT5
Alfiya Fazylova
4.83 (12)
Grid Manual is a trading panel for working with grid strategies. The utility is universal, has flexible settings and an intuitive interface. It works with a grid of orders not only in the direction of averaging losses, but also in the direction of increasing profits. The trader does not need to create and maintain a grid of orders, the utility will do it. It is enough to open an order and the "Grid manual" will automatically create a grid of orders for it and will accompany it until the close. F
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.9 (20)
Trade copier for MT5 is a trade copier for the МetaТrader 5 platform. It copies forex trades  between any accounts   MT5 - MT5, MT4 - MT5 for the COPYLOT MT5 version (or MT4 - MT4 MT5 - MT4 for the COPYLOT MT4 version)    Reliable copier!         MT4 version Full Description +DEMO +PDF   How To Buy    How To Install     How to get Log Files    How To Test and Optimize    All products from Expforex You can also copy trades in the МТ4 terminal (МТ4 - МТ4, МТ5 - МТ4):     COPYLOT CLIENT for
DrawDown Limiter
Haidar, Lionel Haj Ali
5 (17)
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
RiskGuard Management
MONTORIO MICHELE
5 (4)
ATTENTION the expert does not work in strategy tester, for a trial version visit my profile. " Launch offer : throughout the month of June, purchase our product for only 100 USD instead of 150 USD!" Manual RiskGuard Management   RiskGuard management was born with the idea of ​​helping traders from their initial journey to becoming expert and aware traders. Written completely with native MetaTrader 5 functions without any use of external libraries, it is perfectly compatible with any operatin
-25% discount ($149 -> $111) Everything for chart Technical Analysis indicator mt5 in one tool Draw your supply demand zone with rectangle and support resistance with trendline and get alerts to mobile phone or email alert -  Risk reward indicator mt5 Video tutorials, manuals, DEMO download   here .   Find contacts on my   profile . 1.   Extended rectangles and trendlines Object will be extended to the right edge of the chart when price will draw new candles on chart. This is rectangle extend
YuClusters
Yury Kulikov
4.93 (43)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
-25% discount ($199 -> $149) Advanced trading tool: One click smart orders that execute under your conditions Developed by trader for trading community:  position size calculator (lot size), open position after price action, strategy builder, set and forget trading, mobile notifications... Risk Management -  Risk percentage position size calculator, gain percentage, target risk reward ratio, spread and commissions are included in calculations 7 Advanced order types  - Set and forget trading w
Trading Panel for trading in One click.  Working with positions and orders!  Trading from the  chart  or the  keyboard . With our trading panel, you can execute trades with a single click directly from the chart and perform trading operations 30 times faster than with the standard MetaTrader control. Automatic calculations of parameters and functions make trading faster and more convenient for traders. Graphic tips, info labels, and full information on trade deals are on the chart MetaTrader.
The MT5 to Discord Signal Provider is a user-friendly, fully customizable utility designed for sending trading signals directly to Discord. This tool transforms your trading account into an efficient signal provider. Customize message formats to suit your style! For ease of use, select from pre-designed templates and choose which message elements to include or exclude. [ Demo ] [ Manual ] [ MT4 Version ] [ Telegram Version ] Setup Follow our detailed user guide for easy setup. No prior knowled
Take control of your forex portfolio. See instantly where you stand, whats working and whats causing you pain! MT4 VERSION AVAILABLE HERE:  https://www.mql5.com/en/market/product/58375 The Trade Manager Dashboard is designed to show you at a glance where each position you have in the forex market currently is, and make risk management and exposure to currencies easier to understand.   For traders that scale into the market gradually with multiple positions or those trading grid and basket stra
Auto Trade Copier for MT5
Vu Trung Kien
4.24 (21)
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
OrderManager MT5
Lukas Roth
4.88 (17)
Introducing the Order Manager : A Revolutionary Utility for MT5 Manage your trades like a pro with the all-new Order Manager utility for MetaTrader 5. Designed with simplicity and ease-of-use in mind, the Order Manager allows you to effortlessly define and visualize the risk associated with each trade, enabling you to make informed decisions and optimize your trading strategy. For more information about the OrderManager, please refear to the manual. [ Demo ]  [ Manual ]  [ MT4 Version ]  [ Teleg
PZ Equity Guardian EA MT5
PZ TRADING SLU
2.25 (4)
This Expert Advisor constantly monitors the equity of your trading account to prevent costly drawdowns and/or to comply with trading rules. When a certain set of rules are breached, the EA will alert, close all trades and in some cases, delete all pending orders. Optionally, it can also close all charts to remove all EAs operating in the account. This EA is particularly useful for Prop Trading Challenges, such as the FTMO Challenge or PZ Challenge. [ Installation Guide | Update Guide | Troubles
The Local Trade Copier EA is a solution for individual traders or account managers who need to execute trade signals from external sources or who need to manage several accounts at the same time, without the need for a MAM or a PAMM account. It copies from up to 8 master accounts to unlimited slave accounts . [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] 100% self hosted Easy to install and use It can copy from MT4 to MT5 and vice-versa No installer, config
More from author
NEW :    integration with Ofir Signals to send personalized alerts Ofir Notify is a tool which send alerts on trades to Telegram Alert on any event concerning a position : Opening, Closing, modification (SL, TP) Send alerts to Chats, Groups and Channel Alert on Equity change Display Risk, Reward and progress of profit/lost for each position Customization of alerts Sending charts screenshots with alerts Send signals from your indicators or experts Daily, weekly and monthly summaries Reply mode:
NEW :  integration with Ofir Signals to send personalized alerts Ofir Notify is a tool which send alerts on trades to Telegram Alert on any event concerning a position : Opening, Closing, modification (SL, TP) Send alerts to Chats, Groups and Channel Alert on Equity change Display Risk, Reward and progress of profit/lost for each position Customization of alerts Sending charts screenshots with alerts Send signals from your indicators or experts Multi-lingual NEW  : version 2 brings integration
FREE
Telegram Alerts
Gad Benisty
4.8 (25)
This application is now replaced by Ofir Notify Light Edition (Free) or Ofir Notify (paid). Thank all for your positive feedbacks. Ofir Notify is a tool which send alerts on trades to Telegram Alert on any event concerning a position : Opening, Closing, modification (SL, TP) Send alerts to Chats, Groups and Channel Alert on Equity change Display Risk, Reward and progress of profit/lost for each position Customization of alerts ( only in full edition ) Sending charts screenshots with alerts
FREE
Ofir blue is the first full trading application for Telegram. It is proposed in 2 versions : OfirBlueLite (without trading) and OfirBluePro (with trading). The Pro version is still in beta (available on request).  To access Ofir Blue Lite, go to Telegram and open the bot @OfirBlueLite. All demos, tutorials and docs are available in Telegram. Join the Telegram group @OfirBlueUserGroup to get updated information and support. Features: Dashboard  ️ Account summary ️» Profit of the day ️»
FREE
NEW :    integration with Ofir Signals to send personalized alerts Ofir Notify is a tool which send alerts on trades to Telegram Alert on any event concerning a position : Opening, Closing, modification (SL, TP) Send alerts to Chats, Groups and Channel Alert on Equity change Display Risk, Reward and progress of profit/lost for each position Customization of alerts Sending charts screenshots with alerts Send signals from your indicators or experts Multi-lingual NEW  : version 2 brings integratio
FREE
This free utility is a must to manage your risk. Very easy to calculate a new position size (number of lots), based on: Your equity Your risk per trade (% of equity) Your entry price Your stop loss This utility gives the right information to enter the market. A paid version is also available, Ofir Calculator+, to open the trade by a single click. Telegram Setup instruction Open your Telegram APP and search for "BotFather" Type  /start  and click/type  /newbot  to create a new bot Give your b
FREE
Ofir Blue exporter is a handy utility to export your orders history to a JSON file . You'll need it if you want to back-test Ofir blue or Ofir Hedging , using your own trading history. How it works: Install the indicator on a chart Press export all or export <current symbol> (for example GBPUSD) The indicator will create the json file in the directory files/ofirblue/export. This directory is in the common file area. The file will be automatically taken in charge by Ofir blue strategy tester
FREE
Ofir Dashboard is the first level of the Ofir trading solutions. We are building the first full trading application from Telegram. The Dashboard is focused on giving you the best information about your account, positions, risk,... when you are away from keyboard. Everything is accessible from Telegram. More info in my Blog Enjoy! Ofir Notify, our very successful application for sending Notifications to Telegram (chat, channels, groups) is included in Ofir Dashboard.
NEW :    integration with Ofir Signals to send personalized alerts Ofir Notify is a tool which send alerts on trades to Telegram Alert on any event concerning a position : Opening, Closing, modification (SL, TP) Send alerts to Chats, Groups and Channel Alert on Equity change Display Risk, Reward and progress of profit/lost for each position Customization of alerts Sending charts screenshots with alerts Send signals from your indicators or experts Multi-lingual  NEW  : version 2 brings integrati
Filter:
Sashin Sobrun
38
Sashin Sobrun 2023.11.09 10:05 
 

I managed to get everything set up and it works extremely well, the only issue I have is when I make my channel private it stops working, does it only work on public telegram channels?

Gad Benisty
8908
Reply from developer Gad Benisty 2024.03.24 23:05
This indicator is deprecated, it has been replaced by Ofir Notify (search for it here in marketplace).
cbarryftmo
214
cbarryftmo 2023.07.26 05:30 
 

It took me 5 minutes to setup. Seems to be downloading all my order from the last couple of days. So far it is great. It look very professional in Telegram. I am excited to see how it works once I send a trade.

Stefano Sharawi
21
Stefano Sharawi 2023.03.04 12:59 
 

how i can forward indicator alert to telegram ?

Gad Benisty
8908
Reply from developer Gad Benisty 2023.03.04 13:02
This indicator is deprecated, it has been replaced by Ofir Notify (search for it here in marketplace). You can send alert from indicator if you have the source code of this indicator (just a few lines to add in order to send alert through Ofir Notify). Otherwise, contact me in Telegram (GadBen75), I have a tool to export alerts from indicator, even if you don't have the source code.
Michel
117
Michel 2022.01.11 00:57 
 

EA works without a problem. It sends alerts almost immediately. Very useful to keep me informed and safeguard my account. Thank you!

Michael Masanga
288
Michael Masanga 2021.12.22 05:46 
 

the only thing it alerts is the welcome when you open and equity it does nothing when you open or close please explain what could be wrong

ellena
301
ellena 2021.12.09 19:16 
 

nice, working as expected

100pips_eth
15
100pips_eth 2021.07.21 12:51 
 

love you mate!

Sebastian Schmidt
1218
Sebastian Schmidt 2020.12.09 02:23 
 

genial nice tool!!

Lau Ka Shun
576
Lau Ka Shun 2020.12.05 06:21 
 

Nice Alert EA!

Haleim Shah
18
Haleim Shah 2020.11.30 15:52 
 

very good customer service, helps you through everything,. Thanks

Reply to review
Version 1.4 2024.06.11
The purpose of this version is to inform you that it's depecrated : you should move to Ofir Notify. It's free, more reliable with amazing features.
Available there : https://www.mql5.com/en/market/product/77329
Join @OfirBlueUserGroup for support