• Overview
  • Reviews (6)
  • Comments (8)
  • What's new

Ofir Notify for Telegram Light edition MT5

5

NEW :  integration with Ofir Signals to send personalized alerts


Ofir Notify is a tool which send alerts on trades to Telegram

  1. Alert on any event concerning a position : Opening, Closing, modification (SL, TP)
  2. Send alerts to Chats, Groups and Channel
  3. Alert on Equity change
  4. Display Risk, Reward and progress of profit/lost for each position
  5. Customization of alerts
  6. Sending charts screenshots with alerts
  7. Send signals from your indicators or experts
  8. Multi-lingual
  9. NEW : version 2 brings integration with Ofir Signals to send personalized alerts to your channel subscribers. Position sizes are calculated for each user, taking into account its level of risk. read more 

More info in my Blog



Ofir Notify Setup instruction

  1. Open Telegram 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. Ofir Notify 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
All other settings are made directly by using the application from Telegram. More info in my Blog

Customization

Ofir Notify enables to customize the alerts sent to Chats or Channel.
This is based on using text files as templates.

Example of customization file:

#rocket#TRADE CLOSED ID=#ticket#
#buy##type#: #symbol#
#ilots#Lots: #lots#
#iprice#Entry price: #price#
-------------------
#closed#Close price: #closedprice#
#gain#WIN: #profit%#
#iprofit# Profit: #profit#
-------------------
#coeur##billet#CONGRATULATION #billet##coeur#
#thanks# [MYIB24703143](https://panthe....)
#telegram#[Support Telegram](https://t.me/....)

List of keywords to be used in template files
Keyword Description Example
#ticket# ticket numer 123456789
#symbol# symbol EURUSD
#flag# symbol flag
....AND MUCH MORE (Blog)


Sending screenshots

This feature enables to send chart screenshots with an alert in order to show Opening or Closing positions in a chart.

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>/OfirNotify/<Your trading account Number/Inbox
You can use the following code in your indicator or EA:

string directory="Ofir Notify/"+IntegerToString(AccountInfoInteger(ACCOUNT_LOGIN))+"/Inbox";
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 6
Chua Wee Kiat
2166
Chua Wee Kiat 2024.04.01 13:44 
 

Many thanks for the contribution!

albertyp
54
albertyp 2023.04.20 14:43 
 

really great tools for telegram communication. And the team is supportive, patient and helpful for solving issues. 5/5 starts!

Joao Paulo Botelho Silva
881
Joao Paulo Botelho Silva 2023.03.20 16:44 
 

Awesome, works fine!

Recommended products
Deal multiplier Mt5
Mikhail Mitin
4.5 (8)
The utility opens copies of open trades. It is very convenient if you use the   Signals   service and want to increase the volume of transactions. Settings: Symbols: all symbols only current symbol Orders: Buy Sell Magic Any Magic Input Magic Lot size Original - lot size from original order; Fix Lot - fix lot size (input); Lot X Mult - lot size X koef; Stop Loss From sender - Stop Loss from original; Without - without Stop Loss; Plus Fix - Stop Loss from original order + fix points; Fix Point
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
MB TradingPanel
Evandro Teixeira
3 (8)
MB Trading Panel is a simple, efficient and intuitive graphic tool that provides a couple of controls to open, close and manage all your orders in MetaTrader 5. Hotkeys, trailing stop, manual and automatic breakeven, reverse, increase position and others features for scalping, make this EA a great graphic pack for your daily work as trader. Below all hotkeys and functionalities from the EA: ' -Help 1 - Allow order send. 2 - Enable trailing stop. 3 - Select trailing stop classic mode. 4 - Select
FREE
Draw and Sync Objects
Nguyen Thanh Sang
5 (9)
Draw and Sync Objects Multiple Charts 1. Draw objects by key press. ( You must: 1.  Press Function key => 2. Click where you want to draw => 3. Draw it => 4. Press ESC to complete). (If you don't want to draw after pressing function key, you must press ESC to cancel). 2. Developing  : Sync selected objects to multiple charts by button. 3. Developing: Hide objects that do not belong to the current symbol (Objects drawn with this indicator will belong to the symbol they are plotted on. When your c
FREE
SG InfoBox MT5
Hleb Smoliar
5 (1)
The   "InfoBox"   utility is designed to display the presence of open orders, the number of lots, current profit and much more in one window. The version for the MT4 platform is here . You've probably encountered a situation where you have an advisor that works on a currency pair, but information about its operation: - orders and their number, the size of the spread for the instrument, the volume of lots on the market, drawdown and much more - are scattered in different places of the terminal an
FREE
Market Ticker Free MT5
John Louis Fernando Diamante
5 (1)
A scrolling Market Ticker that displays price changes from all symbols in the Market Watch list. Provides an easy snapshot of symbol prices, and keeps scrolling automatically while you trade and analyse the chart. Options include: - MTF, eg choose to show price changes of the daily chart, or the hourly - use the live candle or the recently completed - font and background coloring
FREE
Correlation for SH
Vladimir Khlystov
5 (1)
Script for quickly selecting a tool with high correlation. The script is placed on the tool to which you need to select the second correlating one. Then you can change the number of bars to calculate and the timeframe. The script iterates through all available symbols in the market overview and returns the 20 most correlated ones. You can use the selected pairs to trade with THE new SH expert Advisor
FREE
Regua MT5
Edgar Lima Uggioni
5 (2)
Convenient tool for measuring the number of points between the prices directly on the chart. Displays in the measurement between points in percentage, points (financial) and time (bars ). Compatible with all graphical timeframes. When fixed on the chart is displayed in all timeframes. Press Ctrl, click the first point, move the mouse and will now display the measurement. Click again and fix. Very fast tool that does not occupy much space. Input Parameters Line Color Line Style Text Color Text Si
FREE
LT Pointer Sync
Thiago Duarte
4.14 (7)
Pointer Sync is a pointer synchronizer between open charts. It makes the MT5 cross (activated by the middle mouse button) to be replicated on all open charts. In addition, it is possible to create horizontal lines (letter H) and vertical lines (letter V), very useful for studying. The appearance of the lines is customizable. Note: Synchronization is through the X and Y scale in pixels , not price and/or date. It is a simple and free utility. Enjoy! This is a free indicator, but it took hours t
FREE
LT Watermark MT5
Thiago Duarte
4.69 (16)
This indicator draw a watermark on the chart, with the timeframe and symbol name. You can change everything, including add a aditional watermark. Functions: Symbol watermark: Size -  text size. Font -  text font. Color -  text color. Background text -  watermark at foreground or background mode. Horizontal correction -  x correction in pixels. Vertical correction -  y correction in pixels. Separator period X symbol -  what will separate the period from symbol. Aditional watermark: Enable custom
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
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
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 Martinware Eye Rest Reminder serves to periodically remind traders to rest their eyes without the need for a tool outside MT5. Input parameters: Periodicity: play the alert every n minutes Alert with sound: define if the alert should include playing a sound Custom sound file: name of the custom sound file to be used instead of the default. It must be inside a folder named "Sounds", this one inside the "Files" folder in the Terminal's MQL5 directory tree. Alert with Alert message: informs
FREE
ZoomIN MT5
Maxim Polishchuk
5 (5)
The ZoomIN MT5 indicator is designed for quickly viewing the selected bar on the smaller timeframes in a pop-up window. Once launched, the indicator works in the background, does not take up space on the chart and does not consume system resources. When the indicator is activated by the Shift + i combination (can be changed in the settings), a pop-up window with a chart of a smaller timeframe is created. The displayed timeframe can be changed by a left-click on the magnifying glass icon. To hide
FREE
Easy and simple tool which close all trades in defined point of time. It can also close all open trades when opened positions reach defined target profit or stop loss. For all pairs, indexes etc. Works with all instruments. All types of orders. All charts. Users inputs: - close time (hour,min,sec) - take profit (in users currency) - stop loss (in users currency) Save & Load settings option. Fast, simple and reliable. Check out other tools provided by our team!
FREE
Phone Trade Manager
Krutik Piyushkumar Parekh
Smart Lot-Size Calculator And Trade Assistant for Mobile Trading Overview: This is the tool every trader in the market must have no matter if you are scalper, swing traders, day trader, or long term trader. This On-The-Go trading tool will help you stay disciplined and also stay free from daily trade management chores, Most traders face common problems like   1. Calculation of proper lot-size of a position to take controlled risk  2. Managing every trade and trailing stop-loss if trades goes in
FREE
SuperGridder
Jere Katainen
4.71 (7)
This utility allows creating any amount of grid orders just by  clicking with the mouse.  Instructions: Trading mode Deleting mode Press ctrl and click with mouse to start drawing a grid While drawing, press shift to cancel Release buttons to send orders Press shift and click with mouse to draw a removal line Release buttons to   confirm removal: EA deletes every pending order that the line touches Inputs: - 3 options to calculate the grid sizing: Fixed points distance between gr
FREE
Percentage Levels
Alexandre Borela
5 (10)
If you like this project, leave a 5 star review. Follow on instagram: borelatech As institutionals trade large volumes, it is not uncommon for them to try to defend their position at specific percentage levels. These levels will serve as a natural support and resistance which you can use either to enter a trade or be aware of possible dangers against your position. An example of a common used percentages are 0.25% and 0.50% on EURUSD for the week, you can see this example on the screenshots.
FREE
This is a decorative utility that replaces the standard marks of completed deals with "Kingdom Come: Deliverance" game style markers. In addition to the graphic display of the price and time of the transaction, the notes also contain a textual representation of the transaction volume. Running utility Drag the utility from the Navigator window to the desired graph. The utility does not use input parameters and does not require configuration. All trademarks available on the chart will be replace
FREE
RoundNum Readme (Traders Club) 特徴: このツールはDOWやNIKKEIなど500や1000ポイントがラウンドナンバーの 指数を取引する際に表示するように開発しました。 もちろんメジャー通貨でも表示はされます。 更新頻度を制限しているのでチャート表示が遅くなるということは ありません。 XMでDOWを取引される場合、Main Levelsを10000 Sub Levelsを5000にしてください。 各パラメータの説明: Number to display lines:表示するライン数を設定します。 Main Levels:メインレベルをポイントで指定します。 Main Line Color:メインラインの色を設定します。 Main Line Style:メインラインで使用されるラインを設定します。 Show Sub Lines:サブラインを表示するか設定します。 Sub Levels:サブレベルをポイントで指定します。 Sub Line Color:サブラインの色を設定します。 Sub Line Style:サブライン
FREE
Hello and welcome ladies & gentlemen :) this is the MT5 version of this free tool for my lovely people :) It's very simple tool to CLOSE your positions by price of last candle close , Sometimes you want to get more confirmation to close your positions and also to avoid unpredictable price movements , So you close your order when there is a closed candle above or below your StopLoss price , Instead of tracking your trade , save your time , Just drop the EA on the chart that you want to close it's
FREE
Lumos
Diego Arribas Lopez
Lumos Lumos is a multifunctional trading assistant. It gives an overview of the current market situation for a better decision making. The strategy tester only provides a visualization of the application. Lumos is highly customizable and gives you information in multiple timeframes about: MAs, price structure, RSI, RSI MA and an overview of the price distance to possible SLs.
FREE
Virtual Targets MT5
Hoang Van Dien
4.71 (7)
This indicator is very useful for day traders or short term traders. (MT5 version) No need to calculate the number of pips manually, just look at the chart and you will see the Virtual Take Profit / Virtual Stop Loss target line and evaluate whether the entry point is feasible to reach the intended target or not. Enter the intended   Take Profit / Stop Loss   pips for your trade. The indicator will display   Virtual Take Profit / Virtual Stop Loss   lines for you to easily see if the target i
FREE
Hi you, I need your help! Be my Patron, let's make it possible! https://www.patreon.com/joaopeuko https://github.com/Joaopeuko/Mql5-Python-Integration Channel: English version - Versão Inglês: https://www.mql5.com/en/channels/Mql5_Python_Integration_EN Portuguese version - Versão Português: https://www.mql5.com/en/channels/Mql5_Python_Integration_PT Paid version with 38 indicator: https://www.mql5.com/en/market/product/58056 I believe that development in PYTHON is easier a
FREE
This indicator show the candle remaining time on the chart and/or in the corner of the window. It also display notificaton (popup and push) when a new candle is formed (optional). You configure the timer on candles and at chart corner. I don't need to explain the functions because are very simple. MT4 version:  https://www.mql5.com/en/market/product/38677 Any doubt or suggestion please contact us. Enjoy! This is a free indicator, but it took hours to develop. If you want to pay me a coffee, I
FREE
VR Watch list and Linker MT5
Vladimir Pastushak
4.89 (9)
VR Watch list and Linker is a screener application for the MetaTrader terminal. Makes it easier to find the most interesting and technical financial instruments. This screener is used by traders for trading on such exchanges as bybit, Moscow Exchange, American Exchange, foreign exchange and cryptocurrencies market, metal market, and is used for trading in prop companies. The selection of financial instruments is carried out manually. The screener connects open charts in the MetaTrader terminal
FREE
ZoomOUT MT5
Maxim Polishchuk
5 (2)
ZoomOUT allows you to have a quick look at a selected bar on a higher timeframe in a pop-up window. After the launch, the indicator works in the background mode occupying no place in the chart and consuming no resources. When activating the indicator by Shift + o (customizable), a pop-up window with a chart displaying bars of higher timeframes is created. To hide a pop-up window, left-click on any clear place on the chart. The indicator is simple and requires no settings.
FREE
Try   My Signal   =   https://www.mql5.com/en/signals/2093706?source=Site+Signals+My If you don't have time to analysis the chart then check out my above trading   SIGNAL . Trade Sentiment or trade assistant is a MT5 Indicatior. That show buy or sell signal of different indicator to assist to take trades. That will help you to take right trades or to get confirmation for your trade. You don't need to have this indicators. Including indicators like  RSI , STOCH , CCI. And the signals are Bas
FREE
Swap Spread Time
Sergey Chepurnykh
4 (2)
Convenient information line on the chart. Displays the cost of the point depending on the selected volume (selection in the settings) Displays a swap of short and long trades depending on the selected volume. Shows a triple swap and indicates the day of the week on which it is charged Displays the current spread for the current instrument Displays the remaining time until the next bar on the current timeframe.       In the settings you can choose the color, font size, placement and volume.
FREE
Buyers of this product also purchase
Trade Assistant MT5
Evgeniy Kravchenko
4.4 (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
Forex Trade Manager MT5
InvestSoft
4.98 (412)
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
TradePanel MT5
Alfiya Fazylova
4.89 (112)
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. Attention! The application does not work in the strategy tester. You can test the utility on a demo account to do this, download the demo version here: Demo version . Main features of the application: Works with any trading instrument (Forex, CFD, Futures and others). Works with all symbols from one terminal window. Can manage or
Local Trade Copier EA MT5
Juvenille Emperor Limited
5 (63)
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
Adam FTMO MT5
Vyacheslav Izvarin
5 (1)
ADAM EA Special Version for FTMO Please use ShowInfo= false for backtesting ! Our 1st EA created using ChatGPT technology Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Tested on EURUSD and GBPUSD only  Use 15MIN Time Frame Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94362 Signal using ADAM  https://www.mql5.com/en/signals/2190554 --------------------
Trade Manager DaneTrades
DaneTrades Ltd
4.73 (22)
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 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
Mentfx Mmanage mt5
Anton Jere Calmes
4.43 (7)
The added video will showcase all functionality, effectiveness, and uses of the trade manager. Drag and Drop Trade Manager. Draw your entry and have the tool calculate the rest. Advanced targeting and close portions of a trade directly available in tool (manage trades while you sleep). Market order or limit order on either side with factored spread. Just draw the entry, the tool does the rest. Hotkey setup to make it simple. Draw where you want to enter, and the stop loss, the tool calculates al
Trade copier MT5
Alfiya Fazylova
4.35 (26)
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
-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
OrderManager MT5
Lukas Roth
4.88 (16)
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
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;
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
-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
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
VirtualTradePad One Click Trading Panel
Vladislav Andruschenko
4.59 (64)
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.
Trade Dashboard MT5
Fatemeh Ameri
5 (25)
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
Ultimate Trailing Stop EA MT5
BLAKE STEVEN RODGER
4.57 (7)
This EA Utility allows you to manage (with advanced filtering) unlimited open orders (manual or EA) with 16 trailing stop methods: fixed, percent, ATR Exit, Chandelier Exit, Moving Average, Candle High Low Exit, Bollinger Bands, Parabolic, Envelope, Fractal, Ichimoku Kijun-Sen, Alligator, Exit After X Minutes or Bars, RSI and Stochastic. The trailing stop can be either real or virtual, and you can exit fully or with a partial close percent on touch or bar close.  Moreover, you can add (overri
Copy Signals from any channel that you are a member ( without the need for a Bot Token or Admin Permissions  straight to your MT5. It has been designed with the user in mind while offering many features you need 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 | Telegram Version If you want to try a demo please go to the User Guide. The   Discord   To MT
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. T
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
Take a Break MT5
Eric Emmrich
4.71 (14)
The most advanced news filter and drawdown limiter on MQL market NEW: Take a Break can be backtested against your account history! Check the " What's new " tab for details. Take a Break has evolved from a once simple news filter to a full-fledged account protection tool. It pauses any other EA during potentially unfavorable market conditions and will continue trading when the noise is over. Typical use cases: Stop trading during news/high volatility (+ close my trades before). Stop trading when
Trade Assistant 38 in 1
Makarii Gubaydullin
4.87 (15)
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
Bots Builder Pro MT5
Andrey Barinov
4.67 (3)
This is exactly what the name says. Visual strategy builder . One of a kind. Turn your trading strategies and ideas into Expert Advisors without writing single line of code. Generate mql source code files with a few clicks and get your fully functional Expert Advisors, which are ready for live execution, strategy tester and cloud optimization. There are very few options for those who have no programming skills and can not create their trading solutions in the MQL language. Now, with Bots Build
Binance Quotes Updater
Andrey Khatimlianskii
5 (1)
This service is designed to stream online cryptocurrency quotes   from the Binance exchange to your MetaTrader 5 terminal. You will find it perfectly suitable if you want to see the quotes of cryptocurrencies in real time — in the Market watch window and on the MetaTrader 5 charts. After running the service, you will have fully featured and automatically updated  cryptocurrency charts in your MetaTrader 5. You can apply templates, color schemes, technical indicators and any non-trading tools to
Auto Trade Copier for MT5
Vu Trung Kien
4.24 (21)
Auto Trade Copier is designed to copy trades between multiple MT4/MT5 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 the provider to the receiver with no delay. This version can be used on MT5 accounts only. For MT4 accounts, you must use Auto Trade Copier (for MT4). Reference: For MT5 receiver, please download "Trade Receiver
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
Trade Copier Agent is designed to copy trades between multi MetaTrader(4/5) accounts/terminals. With this tool, you can act as either a provider (source) or a receiver (destination). All trading actions will be copied from the provider to the receiver with no delay. This tool allows you to copy trades between multiple MetaTrader terminals on the same computer with lightning-fast copying speeds of under 0.5 seconds. Trade Copier Agent Installation & Inputs Guide Please Apply the settings on the
Trade Assistant GS mt5
Vasiliy Strukov
5 (13)
The Trade Assistant mt5 is designed for the manual trader who needs assistance to manage orders.  First analyze the trend by using a good indicator like Gold Stuff .  Once you have established the main trend, start your orders with the Trade Assistant and use the “buy” and “sell” buttons on panel of the chart to open orders.  The trader can choose to build a grid with or without a multiplier, or just use a single trade according to the different options in the setting. Real-time results can b
Basket EA MT5
Juvenille Emperor Limited
5 (6)
Basket EA MT5   is the best profit harvester and the ultimate account protector, all in one very simple to use solution. The idea behind  Basket EA ΜΤ5  is to be able to control your overall trading account's profit and/or loss at a basket level, for all your open positions combined. It offers basket take profit, stop loss, break even and trailing stop loss settings in percentage of account's balance or in account currency (in money) for all managed positions. It allows management or exclusion f
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:
Telegram Alerts is a tool which send alerts on trades to Telegram Alert on any event concerning a position : Opening, Closing, modification (SL, TP) Alert on Equity change Display Risk, Reward and progress of profit/lost for each position Send signals from your indicators or experts Multi-lingual This utility is FREE for a limited time. Please give feedback to make it great. If you are facing any issue using this utility, please contact me to be solved Telegram Setup instruction Open your
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
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
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
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 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:
Chua Wee Kiat
2166
Chua Wee Kiat 2024.04.01 13:44 
 

Many thanks for the contribution!

albertyp
54
albertyp 2023.04.20 14:43 
 

really great tools for telegram communication. And the team is supportive, patient and helpful for solving issues. 5/5 starts!

Joao Paulo Botelho Silva
881
Joao Paulo Botelho Silva 2023.03.20 16:44 
 

Awesome, works fine!

Piotr Drozdek
505
Piotr Drozdek 2022.08.12 11:59 
 

5/5 stars. Excellent product. Thanks!

1528133
18
1528133 2022.04.13 12:07 
 

I love this 😍😍

Đức Tiến
20
Đức Tiến 2022.03.30 15:53 
 

Best of Free!

Reply to review
Version 2.0 2024.04.23
Major upgrade !
version 2 brings integration with Ofir Signals to send personalized alerts to your channel subscribers. Position sizes are calculated for each user, taking into account its level of risk.
Version 1.381 2023.02.06
Fixed error message "user not registered"
New feature, type: /set nopending true
then pending orders (buy limit, buy stop, sell limit, sell stop) will not trigger any notifications. They will only be notified when becoming real market positions
Version 1.363 2022.07.18
Putting NONE in notification templates will prevent notification to be sent for a specific event
Icon management is more easy now: you can put directly the icon code in template. For example \x2721 or \xF920
Version 1.35 2022.04.04
Better performances and minor fixes
Reply mode in modification and closing alerts (only in full edition)
Version 1.34 2022.04.04
Better performances and minor fixes
Reply mode in modification and closing alerts (in full version only)
Version 1.32 2022.03.23
Several bugs have been fixed for MT5 version
Version 1.30 2022.02.16
This is a major upgrade. Now Ofir Notify is 100% based on Telegram to monitor or setup the application.
Version 1.22 2022.01.31
Bug fixed on Alert format sent to channels
Version 1.21 2022.01.29
Bug correction, EA properties were not able to be modified