• Información general
  • Comentarios (6)
  • Discusión (8)
  • Novedades

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



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

Productos recomendados
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)
MT5toTLGRM EA sólo envía mensajes de texto a un grupo o canal de Telegram de su elección. Los mensajes son personalizables para mostrar información sobre la actividad de trading en la cuenta. También muestra un informe diario de PnL. Se pueden utilizar varias instancias de este EA simultáneamente en el mismo terminal MT5 para enviar mensajes a diferentes grupos/canales de telegramas, pero asegúrese de que cada uno tenga un número diferente en el ajuste[B13]. A continuación se presentan las car
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
Market book player
Aliaksandr Hryshyn
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
Los compradores de este producto también adquieren
Trade Assistant MT5
Evgeniy Kravchenko
4.4 (171)
Ayuda a calcular el riesgo por operación, la fácil instalación de una nueva orden, gestión de órdenes con funciones de cierre parcial, trailing stop de 7 tipos y otras funciones útiles. Atención, la aplicación no funciona en el probador de estrategias. Puede descargar la versión Demo en la página de descripción  Manual, Description, Download demo Función de línea -   Muestra en el gráfico la línea de apertura, Stop Loss, Take Profit. Con esta función es fácil establecer una nueva orden y ver
¿Crees que en mercados donde el precio puede cambiar en una fracción de segundo, realizar pedidos debería ser lo más sencillo posible? En Metatrader, cada vez que desee abrir una orden, debe abrir una ventana donde ingrese el precio de apertura, stop loss y take profit, así como el tamaño de la operación. Al operar en los mercados financieros, la gestión del capital es fundamental para mantener su depósito inicial y multiplicarlo. Entonces, cuando quiera realizar un pedido, probablemente se preg
TradePanel MT5
Alfiya Fazylova
4.86 (113)
Trade Panel es un asistente comercial multifuncional. La aplicación contiene más de 50 funciones diseñadas para el comercio manual. Le permite automatizar la mayoría de las acciones comerciales. Antes de comprar, puede probar la versión de demostración en una cuenta de demostración. Versión de demostración aquí . Instrucciones completas aquí . Características principales de la aplicación: Funciona con cualquier instrumento comercial (Forex, CFD, futuros y otros). Funciona con todos los instrumen
Local Trade Copier EA MT5
Juvenille Emperor Limited
5 (63)
Experimente una copia de operaciones excepcionalmente rápida con Local Trade Copier EA MT5 . Con su fácil configuración de 1 minuto, este copiador de operaciones le permite copiar operaciones entre múltiples terminales de MetaTrader en la misma computadora con Windows o en Windows VPS con velocidades de copiado ultra rápidas de menos de 0.5 segundos. Ya seas un trader principiante o profesional, el   Local Trade Copier EA MT5   ofrece una amplia gama de opciones para personalizarlo según tus ne
Trade Manager DaneTrades
DaneTrades Ltd
4.73 (22)
Trade Manager para ayudarle a entrar y salir rápidamente de operaciones mientras calcula automáticamente su riesgo. Incluye funciones que le ayudarán a evitar el exceso de operaciones, las operaciones de venganza y las operaciones emocionales. Las operaciones se pueden gestionar automáticamente y las métricas de rendimiento de la cuenta se pueden visualizar en un gráfico. Estas características hacen que este panel sea ideal para todos los operadores manuales y ayuda a mejorar la plataforma Meta
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 es una utilidad fácil de usar y completamente personalizable que permite enviar señales especificadas al chat, canal o grupo de Telegram, convirtiendo tu cuenta en un proveedor de señales . A diferencia de la mayoría de los productos competidores, no utiliza importaciones DLL. [ Demo ] [ Manual ] [ Versión MT4 ] [ Versión Discord ] [ Canal de Telegram ] Configuración Está disponible una guía del usuario paso a paso. No se requiere conocimiento de la API de Tele
Trade copier MT5
Alfiya Fazylova
4.35 (26)
Trade Copier es una utilidad profesional diseñada para copiar y sincronizar operaciones entre cuentas comerciales. La copia ocurre desde la cuenta / terminal del proveedor a la cuenta / terminal del destinatario, instalada en la misma computadora o vps. Antes de comprar, puede probar la versión de demostración en una cuenta de demostración. Versión de demostración aquí . Instrucciones completas aquí . Principales funcionalidades y beneficios: Admite la copia de MT5> MT5, MT4> MT5, MT5> MT4, incl
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
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
-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
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 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 es un panel de negociación para trabajar con una cuadrícula de órdenes. La utilidad es universal, tiene configuraciones flexibles y una interfaz intuitiva. Funciona con una cuadrícula de pedidos no solo en la dirección de promediar pérdidas, sino también en la dirección de aumentar las ganancias. El usuario no necesita crear y mantener una cuadrícula de pedidos, la utilidad lo hará. Basta con abrir un pedido y el "Grid manual" creará automáticamente una grilla de pedidos para el mism
Copie señales de cualquier canal del que sea miembro ( sin necesidad de un Token de Bot o Permisos de Administrador ) directamente en su MT5. Ha sido diseñado pensando en el usuario y ofreciendo muchas características que necesita Este producto se presenta en una interfaz gráfica fácil de usar y visualmente atractiva. ¡Personalice su configuración y comience a usar el producto en minutos! Guía del usuario + Demo  | Versión MT4 | Versión Telegram Si desea probar una demostración, consulte la G
OrderManager MT5
Lukas Roth
4.88 (16)
Presentamos el   OrderManager : Una herramienta revolucionaria para MT5 Gestiona tus operaciones como un profesional con la nueva utilidad Order Manager para MetaTrader 5. Diseñado con la simplicidad y la facilidad de uso en mente, Order Manager te permite definir y visualizar fácilmente el riesgo asociado con cada operación, permitiéndote tomar decisiones informadas y optimizar tu estrategia de trading. Para más información sobre OrderManager, por favor consulta el manual. [ Manual ] [ Versión
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 --------------------
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
UTM Manager es una herramienta intuitiva y fácil de usar que ofrece una ejecución comercial rápida y eficiente. Una de las características más destacadas es el modo "Ignorar spread", que le permite operar al precio de las velas, ignorando los spreads por completo (por ejemplo, permite operar con pares de spread más altos en LTF, evita que el spread lo saque de las operaciones). Otro aspecto clave del UTM Manager es su copiadora comercial local única, que permite la flexibilidad para ejecutar dif
Copie las señales de cualquier canal del que sea miembro (incluidos los privados y restringidos) directamente a su MT5.  Esta herramienta ha sido diseñada pensando en el usuario al ofrecer muchas características que necesita para gestionar y monitorear las operaciones. Este producto se presenta en una interfaz gráfica fácil de usar y visualmente atractiva. ¡Personalice su configuración y comience a usar el producto en minutos! Guía del usuario + Demo  | Versión MT4 | Versión Discord Si desea
-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
VirtualTradePad One Click Trading Panel
Vladislav Andruschenko
4.59 (64)
Panel de comercio para operar en 1 clic. ¡Trabajando con posiciones y pedidos! Operar desde el gráfico o desde el teclado. Con nuestro panel de operaciones, puede ejecutar operaciones con un solo clic directamente desde el gráfico y realizar operaciones comerciales 30 veces más rápido que con el control estándar de MetaTrader. Los cálculos automáticos de parámetros y funciones hacen que las operaciones sean más rápidas y cómodas para los operadores. Consejos gráficos, etiquetas informativas e in
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
Asegúrate de unirte a nuestra comunidad Discord en www.Robertsfx.com , también puedes comprar el EA en robertsfx.com GANE SIN IMPORTAR EN QUÉ DIRECCIÓN SE MUEVA EL PRECIO Este robot gana sin importar en qué dirección se mueva el precio al seguir la dirección cambiante dependiendo de en qué dirección se mueva el precio. Esta es la forma más libre de operar hasta la fecha. Por lo tanto, gana sin importar en qué dirección se mueva (cuando el precio se mueve a cualquiera de las líneas rojas como s
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
Trade Assistant 38 in 1
Makarii Gubaydullin
4.87 (15)
Herramienta multifuncional con más de 65 funciones, incluidas: Calculadora de lotaje, Acción del precio, Calculo RR, Gestor de posiciones, Zonas de Oferta y Demanda Versión demo   |   Manual de usuario   |   MT4 La utilidad no funciona en el probador de estrategias: puede descargar la   Versión Demo AQUÍ   para probar el producto. Pongase en contacto   conmigo para cualquier pregunta / ideas para mejorar / en caso de encontrar un problema Simplifica, acelera y automatiza su operativa de tradi
YuClusters
Yury Kulikov
4.93 (43)
Atención: la versión de demo para revisión y prueba está aquí . YuClusters es un sistema de análisis de mercado profesional. El comerciante tiene oportunidades únicas para analizar el flujo de órdenes, volúmenes comerciales, movimientos de precios utilizando varios gráficos, perfiles, indicadores y objetos gráficos. YuClusters opera con datos basados ​​en Time & Sales o información de ticks, dependiendo de lo que esté disponible en las cotizaciones de un instrumento financiero. YuClusters le pe
Profit or Loss Pad
Vladislav Andruschenko
4.55 (11)
Cerrar posiciones en MetaTrader 5 al alcanzar la ganancia / pérdida total con la función de seguimiento de ganancias.   CloseIfProfitorLoss con seguimiento Puede habilitar las   paradas virtuales (orden separada)   , cálculo y cierre para   posiciones de COMPRA y VENTA por separado (COMPRA VENTA separada)   , cerrar y calcular   todos los símbolos o solo el símbolo actual (Todos los símbolos)   , habilitar trailing con fines de lucro (   Trailing   Profit) Las posiciones se cierran en función d
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)
El panel de operaciones se limita a la gestión de órdenes, tanto las que se abren mediante botones como las que abre el usuario. Simple y conveniente en la Colección. Complementará a cualquier comprador. Recomiendo usarlo junto con el indicador Gold Stuff. Configure el comercio como órdenes individuales y construya una cuadrícula con una distancia. Para crear una cuadrícula estándar, simplemente establezca una distancia grande, como 10000. Los resultados en tiempo real se pueden ver aquí. ¡
Otros productos de este autor
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
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
Filtro:
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!

Respuesta al comentario
Versión 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.
Versión 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
Versión 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
Versión 1.35 2022.04.04
Better performances and minor fixes
Reply mode in modification and closing alerts (only in full edition)
Versión 1.34 2022.04.04
Better performances and minor fixes
Reply mode in modification and closing alerts (in full version only)
Versión 1.32 2022.03.23
Several bugs have been fixed for MT5 version
Versión 1.30 2022.02.16
This is a major upgrade. Now Ofir Notify is 100% based on Telegram to monitor or setup the application.
Versión 1.22 2022.01.31
Bug fixed on Alert format sent to channels
Versión 1.21 2022.01.29
Bug correction, EA properties were not able to be modified