• Aperçu
  • Avis (6)
  • Commentaires (8)
  • Nouveautés

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);
  }



Avis 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!

Produits recommandés
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
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
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
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
Display rectangles and trendlines list  from Trading box  Technical analysis tool. Objects are ordered in the list by   pip distance   that is difference between object price and Bid price. With this tool you will know which chart to look for next trading opportunity. No more switching between charts and searching for trades where price is close to rectangle zone or trendline support resistance level. Sorted Rectangles and Trendlines by pip distance -  If you are trading on multiple charts, the
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
TradeHistoryParsing
MetaQuotes Ltd.
3.5 (2)
The TradeHistoryParsing is a utility for working with the trade history obtained from the MetaTrader 5 terminal. The product is based on the " RegularExpressions in MQL5 " library. It allows to quickly get the required data on your trading history. The filtering results are displayed as a table, a summary of mathematical statistics is provided below the table. Working with the tool Export the trade report as an html file and place it into the "sandbox". After that, when launching the EA, speci
FREE
CloseAllPosition
Konstantin Chernov
4.67 (3)
A script for closing positions If you need to quickly close several positions, this script will make all the routine for you! The script does not have any input parameters. Allow AutoTrading before running the script. Usage: Run the script on a chart. If you need to specify the maximal deviation and the number of attempts to close positions, use the script with input parameters https://www.mql5.com/en/market/product/625 You can download MetaTrader 4 version here: https://www.mql5.com/en/market
FREE
Current Price
Keni Chetankumar Gajanan -
5 (1)
A simple and functional Current Price Panel that shows magnified Bid, Ask and spread price, that can be moved by using the mouse, to any location of the chart window. The functionality included are: Customize Current Price Panel Width and Height, Row and Column gap. Background color, background transparency and border color. Font, its size and color. Move the panel to any location of chart window. Option to show current spread as pips or points. Highlight spread in different color if it crosses
FREE
The utility draws pivot levels based on a selection from day week month The previous candlestick of the selected timeframe is taken and the values for the levels are calculated using the following formulas: Pivot = (high + close + low) / 3 R1 = ( 2 * Pivot) - low S1 = ( 2 * Pivot) - high R2 = Pivot + (R1 -S1) R3 = high + ( 2 * (Pivot - low)) S2 = Pivot - (R1 - S1) S3 = low - ( 2 * (high - Pivot)); The style and thickness for all lines are adjusted. The colors for the R, Pivot and S line
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
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
DBS Last
Dmitriy Burlachenko
5 (1)
A small utility displays the value of the last price (Last) to the right of the chart. The Last price is the price at which the last deal was executed. Utility is convenient to use for screens with small print, for visual observation of the price level (value) or for people with poor eyesight. You can customize: Growth color Fall color Text font Font size Offset text
FREE
This script will get the lastest price and spread for certain symbol. It will show the Bid/Sell price and Ask/Buy price, and the price difference is the spread between Bid/Sell and Ask/Buy prices. I'm a high-energy, seasoned and self-motivated mathematician. Professional in the capital markets. Professional experience in quantitative analysis, financial modeling and investment strategy. Familiar with macroeconomic and microeconomic conditions along with company fundamentals to make prediction
FREE
MT5toTLGRM
Fernando Morales
4 (4)
Do not use Windows 7 with this EA MT5toTLGRM EA only sends text messages to a Telegram group or channel of your choice. The messages are customizable to show information about any trading activity in the account. Also it shows a daily PnL report. Several instances of this EA can be used simultaneously in the same MT5 terminal for sending messages to different Telegram group/channel but ensure that each one has a different number in [B13] setting. Following are the features of MT5toTLGRM EA send
FREE
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
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
Demo heging tool: Create a panel on chart show detail and button support - Show detail orders running (Buy/Sell): + Total orders + Total profits + All Commission + All Swap - Action(Button):  + Close All Orders + Close All Orders Buy  + Close All Orders Sell + Proactive heged all orders running - Auto Mode: + Close all order when profit reach target + Heged order follow target
FREE
SynchroObjects MT5
Maxim Polishchuk
4.47 (17)
The SynchroObjects utility is designed to facilitate and speed up the work with graphic constructions on different charts of one symbol. The SynchroObjects utility clones the created objects to all charts on which the utility is running and which have the same symbol. And also synchronously changes their properties. The utility is easy to use and requires no configuration. Tip: If you view the history frequently - we also recommend you to also install the free Smart AutoScroll utility. It automa
FREE
One Click MT5
Marzena Maria Szmit
One Click Close MT5 is an EA which allows you close orders quickly. EA display on chart two buttons. The first button "Close All Positions" is using to close all opened orders. The second button "Close Profit Positions" is using to close only profitable orders. EA is closing orders for all available symbols, not only for chart symbol. In EA params you can set distance from upper chart frame (Y Offset) and from left chart frame (X Offset). For installation EA it is only need to copy One Click Clo
FREE
This indicator will mirror the assets in use in another metatrader, being able to choose the timeframe and a template. This is the Metatrader 5 Client, it needs the Metatrader 4 or 5 Server versions: Metatrader 4 Mirror Chart Server:   https://www.mql5.com/en/market/product/88644 Metatrader 5 Mirror Chart Server: https://www.mql5.com/en/market/product/88652 Details of how it works in the video.
FREE
This utility performs 2 simple functions. (On 1 Minute Timeframe*) Counts the number of Ticks - until reset by user defined value. Counts down on the M1 Timeframe - until the new candle forms. Users are able to change the below input values: User Settings: Show Tick Count Label [True/ False] Show Countdown Label [True/ False] Start Tick Counter (Trigger) [Immediate/ After Next Bullish Candle/ After Next Bearish Candle] Tick Count Reset Value Dynamic X & Y Axis Labels [True/ False] Font Size Show
FREE
Know the Candle Close Time
Benbyaanda Silvere Henri Sedric Kabore
This indicator allows to know the remaining time before the closing of the candle. It works on every timeframe. It is very usefull when your trading strategy depend of the close or the open of a specific candle. So use it like you want. Don't forget to leave a comment or a request for a EA or an indicator. Also spread it to your friends and don't hesitate to visit my profile to see others tools.
FREE
Traders Club Clock for MT5 Readme ローソク足のすぐ横にその時間足での 残り時間とスプレッドを表示します。 ※残り時間はサーバ時間から計算しています。 月足、週足、日足、4時間足、1時間足、30分足、15分足、5分足、1分足 で表示可能となっております。 ※スプレッド値ポイント単位での表示になります。 ※時間の更新はティック毎ではなく1秒 毎 に更新するようにしています。   一目で残り時間とスプレッドを確認できます。 機能: 使用しているフォント種類を変更できます。 使用しているフォントサイズを変更できます。 表示しているテキストの色を変更できます。 スプレッド表示を非表示にすることができます。 表示する位置を変更することが出来ます。
FREE
Playback of previously saved data from the order book. Key features: Historical data navigation Adjusting the playback speed with the "---" and "+++" buttons, as well as with the mouse, you can by scrolling the wheel over the area of ​​these buttons and between them Turning Price Centering On and Off Time display accurate to thousandths of a second Attention: This product also needs a utility to save data: https://www.mql5.com/en/market/product/71642
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
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
Assistant_for_Reopen - an Expert Advisor that helps to re-set pending orders. Many brokers force the order to expire at the end of the trading session or at the end of the trading day. Therefore, a trader has to restore all pending orders manually every time at the beginning of a new trading session. Assistant_for_Reopen frees the trader from this routine work. It controls expiration by the order expiration time and resets it if the trader ticked the checkbox. The maximum number of orders the EA
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
Filled Area Chart MT5
Evgeniy Scherbina
5 (1)
The utility Filled Area Chart adds to the standard set of price presentations. It is a brand new, nice price chart. You will certainly like it if you want to feel yourself a trader born under the Bloomber lucky star. The Properties allow to set the colors and other things: Color preset - choose a preset or set to "Custom" and set your own colors using the properties below. Custom area color - color of the area below the price line. Works only with Color preset = Custom. Custom chart color -
FREE
Les acheteurs de ce produit ont également acheté
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
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.86 (113)
Trade Panel est un assistant commercial multifonctionnel. L'application contient plus de 50 fonctions conçues pour le trading manuel. Vous permet d'automatiser la plupart des actions de trading. Avant d'acheter, vous pouvez tester la version démo sur un compte démo. Version démo ici . Instructions complètes ici . Principales fonctionnalités de l'application : Fonctionne avec tous les instruments de trading (Forex, CFD, Futures et autres). Fonctionne simultanément avec un nombre illimité de carac
Local Trade Copier EA MT5
Juvenille Emperor Limited
5 (63)
Découvrez une expérience exceptionnellement rapide de copie de trades avec le   Local Trade Copier EA MT5 . Avec sa configuration facile en 1 minute, ce copieur de trades vous permet de copier des trades entre plusieurs terminaux MetaTrader sur le même ordinateur Windows ou Windows VPS avec des vitesses de copie ultra-rapides de moins de 0.5 seconde. Que vous soyez un trader débutant ou professionnel, le   Local Trade Copier EA MT5   offre une large gamme d'options pour le personnaliser en fonc
Trade Manager DaneTrades
DaneTrades Ltd
4.73 (22)
Trade Manager pour vous aider à entrer et sortir rapidement des transactions tout en calculant automatiquement votre risque. Y compris des fonctionnalités pour vous aider à éviter le sur-trading, le trading de vengeance et le trading émotionnel. Les transactions peuvent être gérées automatiquement et les mesures de performances du compte peuvent être visualisées dans un graphique. Ces fonctionnalités rendent ce panneau idéal pour tous les traders manuels et contribuent à améliorer la plateforme
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
MT5 to Telegram Signal Provider est un utilitaire facile à utiliser et entièrement personnalisable qui permet l'envoi de signaux spécifiés vers un chat, un canal ou un groupe Telegram, transformant ainsi votre compte en fournisseur de signaux. Contrairement à la plupart des produits concurrents, il n'utilise pas d'importations DLL. [ Démonstration ] [ Manuel ] [ Version MT4 ] [ Version Discord ] [ Canal Telegram ] Configuration Un guide utilisateur étape par étape est disponible. Aucune connai
Bots Builder Pro MT5
Andrey Barinov
4.75 (4)
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
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 est un utilitaire professionnel conçu pour copier et synchroniser les commandesentre les comptes de trading. Les commandes sont copiées du compte/terminal du fournisseur vers le compte/terminal du destinataire, qui sont installés sur le même ordinateur ou vps. Avant d'acheter, vous pouvez tester la version démo sur un compte démo. Version démo ici . Instructions complètes ici . Principales fonctionnalités et avantages: Prend en charge la copie des commandes MT5> MT5, MT4> MT5, MT5>
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
OrderManager MT5
Lukas Roth
4.88 (16)
Présentation du   OrderManager   : Un utilitaire révolutionnaire pour MT5 Gérez vos transactions comme un pro avec le tout nouveau utilitaire Order Manager pour MetaTrader 5. Conçu avec simplicité et facilité d'utilisation à l'esprit, l'Order Manager vous permet de définir et de visualiser sans effort le risque associé à chaque transaction, vous permettant de prendre des décisions éclairées et d'optimiser votre stratégie de trading. Pour plus d'informations sur l'OrderManager, veuillez vous réfé
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
Grid Manual MT5
Alfiya Fazylova
4.83 (12)
Grid Manual est un panneau de trading permettant de travailler avec une grille d'ordres. L'utilitaire est universel, possède des paramètres flexibles et une interface intuitive. Il fonctionne avec une grille d'ordres non seulement dans le sens des pertes, mais aussi dans le sens de l'augmentation des profits. Le commerçant n'a pas besoin de créer et de maintenir une grille d'ordres, l'utilitaire le fera. Il suffit d'ouvrir une commande et "Grid Manual" créera automatiquement une grille de comman
Copiez les signaux de n'importe quel canal auquel vous êtes membre ( sans avoir besoin d'un jeton de bot ou de permissions administratives ) directement vers votre MT5. Il a été conçu en gardant à l'esprit l'utilisateur tout en offrant de nombreuses fonctionnalités dont vous avez besoin Ce produit est présenté dans une interface graphique facile à utiliser et visuellement attrayante. Personnalisez vos paramètres et commencez à utiliser le produit en quelques minutes ! Guide de l'utilisateur +
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 --------------------
-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
DrawDown Limiter
Haidar, Lionel Haj Ali
5 (17)
Expert Advisor "Drawdown Limiter"  Vous êtes au bon endroit si vous recherchez un contrôle de drawdown, un limiteur de drawdown, une protection du solde, une protection de l'équité ou une limite quotidienne de drawdown en rapport avec les entreprises de gestion de capitaux (Prop Firm), FTMO, My Forex Fund, ou si vous souhaitez protéger votre compte de trading. Avez-vous déjà eu du mal à contrôler votre drawdown en tradant sur des comptes financés ? Cet EA est fait pour vous. Les entreprises d
Copiez les signaux de n'importe quel canal dont vous êtes membre (y compris les canaux privés et restreints) directement sur votre MT5.  Cet outil a été conçu en pensant à l'utilisateur et offre de nombreuses fonctionnalités nécessaires pour gérer et surveiller les trades. Ce produit est présenté dans une interface graphique conviviale et attrayante. Personnalisez vos paramètres et commencez à utiliser le produit en quelques minutes ! Guide de l'utilisateur + Démo  | Version MT4 | Version Dis
Le gestionnaire UTM est un outil intuitif et facile à utiliser qui offre une exécution rapide et efficace des transactions. L'une des fonctionnalités les plus remarquables est le mode "Ignore Spread", qui vous permet de négocier au prix des bougies, en ignorant complètement les spreads (par exemple, permet de négocier des paires de spreads plus élevés sur LTF, évitez d'être retiré des transactions par spread). Un autre aspect clé du gestionnaire UTM est son copieur de commerce local unique, perm
Trade Assistant 38 in 1
Makarii Gubaydullin
4.87 (15)
Outil multifonctionnel : plus de 65 fonctions, dont : calcul de lot, price action, facteur R/R, gestionnaire des trades, zones d'offre et de demande Version de démonstration   |   Manuel de l'Utilisateur   |    MT4 L'utilitaire ne fonctionne pas dans le testeur de stratégie : vous pouvez télécharger la version de démonstration ICI pour tester le produit. Contactez-moi   pour toutes questions / idées d'amélioration / en cas de bug trouvé Simplifiez, accélérez et automatisez votre processus de tr
Active Lines
Yury Kulikov
5 (4)
Attention: Demo version for review and testing can be downloaded here . It does not allow trading and can only be run on one chart. Active Lines - a powerful professional tool for operations with lines on charts. Active Lines provides a wide range of actions for events when the price crosses lines. For example: notify, open/modify/close a position, place/remove pending orders. With Active Lines you can assign several tasks to one line, for each of which you can set individual trigger conditions
Hedge Ninja
Robert Mathias Bernt Larsson
Make sure to join our Discord community over at www.Robertsfx.com , you can also buy the EA at robertsfx.com WIN NO MATTER IN WHICH DIRECTION THE PRICE MOVES This robot wins no matter in which direction the price moves by following changing direction depending on in which direction price moves. This is the most free way of trading to this date. So you win no matter which direction it moves (when price moves to either of the red lines as seen on the screenshot, it wins with the profit target yo
Seconds Chart MT5
Boris Sedov
4.5 (12)
Seconds Chart — timeframes in seconds for MetaTrader 5. The utility allows you to create charts in the MetaTrader 5 terminal with a timeframe in seconds. The timeframe on such a chart is set in seconds, not in minutes or hours. Thus, you can create charts with a timeframe less than M1. For example, S15 is a timeframe with a period of 15 seconds. You can apply indicators, Expert Advisors and scripts to the resulting chart. You get a fully functional chart on which you can work just as well as on
Profit or Loss Pad
Vladislav Andruschenko
4.55 (11)
Clôture des positions dans MetaTrader 5 après avoir atteint le bénéfice/perte total avec la fonction de suivi des bénéfices.   FermerIfProfitorLoss with Trailing Vous pouvez activer les   arrêts virtuels (ordre séparé)   , calcul et clôture des positions   ACHAT et VENTE séparément (ACHETER VENTE séparé)   , fermeture et calcul de   tous les symboles ou du symbole courant uniquement (Tous les symboles)   , activer le suivi pour le profit (   Trailing   Profit) Les positions sont fermées sur la
-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
Panneau de trading pour trader en 1 clic.   Travailler avec des positions et des commandes!   Trading à partir du graphique ou du clavier. Avec notre panneau de trading, vous pouvez exécuter des transactions en un seul clic directement depuis le graphique et effectuer des opérations de trading 30 fois plus rapidement qu'avec le contrôle MetaTrader standard. Les calculs automatiques des paramètres et des fonctions rendent le trading plus rapide et plus pratique pour les traders. Des conseils grap
ManHedger MT5
Peter Mueller
5 (2)
If you'd like to test the product before purchasing please watch the video below. The program doesn't work in the strategy tester! Contact me for user support & advices! If you've bought this EA, you are entitled to a gift!! MT4 Version  With this Expert Advisor, you can: Implement your own Zone Recovery strategy to capitalize on trending markets. Create Grid trading strategies, to profit from ranging markets. Place orders easily and clearly. Display your trades/strategies on the chart. Display
Trade Assistant GS mt5
Vasiliy Strukov
5 (13)
Le panneau de négociation est limité à la gestion des ordres - à la fois ouverts à l'aide de boutons et ouverts par l'utilisateur. Simple et pratique dans la Collection. Complétera tout acheteur. Je recommande de l'utiliser en tandem avec l'indicateur Gold Stuff. Configurez le trading en tant qu'ordres uniques et construisez une grille avec une distance. Pour créer une grille standard, définissez simplement une grande distance, telle que 10000. Les résultats en temps réel peuvent être consult
Plus de l'auteur
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
Filtrer:
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!

Répondre à l'avis
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