Telegram Alerts for MT5

4.8

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


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

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

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


Telegram Setup instruction

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

Properties

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

Integration with your own indicators and experts

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


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

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



Comentários 11
Jafari Sina
18
Jafari Sina 2025.03.31 09:17 
 

really fast . really and easy to setup

Michel
121
Michel 2022.01.11 00:57 
 

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

Rubi Jihantoro
542
Rubi Jihantoro 2021.12.09 19:16 
 

nice, working as expected

Produtos recomendados
The script SphereSample.mq5 illustrates control of graphic objects using the classes from the Standard Library (Base class of objects array CArrayObj , CChartObjectText ).
FREE
Indicator Description 4 Hull MA Color + Envelopes is a powerful trend-following indicator for MetaTrader 5 that combines four Hull Moving Averages (HMA) with Moving Average Envelopes to clearly identify market direction, trend strength, and potential reversal or pullback zones. This indicator is designed to reduce noise, react quickly to price movement, and provide a clean visual structure for professional trading.   Key Features   4 Hull Moving Averages (20, 50, 100, 200) Automatic color change
FREE
Donchian Breakout And Rsi
Mattia Impicciatore
5 (1)
Descrição geral Este indicador é uma versão aprimorada do Canal Donchian clássico, enriquecida com funções práticas para o trading real. Além das três linhas padrão (máxima, mínima e linha do meio), o sistema detecta breakouts e os mostra visualmente com setas no gráfico, exibindo apenas a linha oposta à direção da tendência atual para uma leitura mais limpa. O indicador inclui: Sinais visuais : setas coloridas nos breakouts Notificações automáticas : alerta pop-up, push e e-mail Filtro RSI : pa
FREE
Look Back My Trading History MT5
Sa No Tsuyoshi Kokorozashi
5 (2)
Description This is a utility tool for MT5 reminding traders of all the entry points by highlighting trading history. For those who just started to learn trading, one of the most efficient tips to improve their trading skill is to look back their own trading history. However, trade history arrow shown on MT5 chart is simply too small to find out, which will keep traders away from reviewing their trade, especially stupid mistakes like overtrading. By clearly showing their trade history and face i
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
Product Description PropFirm Risk Manager EA is a dedicated risk-control Expert Advisor designed for prop firm traders (FTMO, MyFunded, E8, and similar). This EA does NOT open trading strategies . Its only job is to protect your account by monitoring equity in real time and enforcing risk rules automatically. It helps you: Prevent daily and maximum drawdown violations Stop trading after reaching daily profit targets Control trading time windows Avoid accidental rule breaks due to emotions or ov
FREE
The script illustrates the usage of the OBJPROP_XOFFSET and OBJPROP_YOFFSET properties. It displays the specified fragment of the .BMP image.
FREE
Reversal Composite Candles
MetaQuotes Ltd.
3.67 (15)
A ideia do sistema é a identificação de padrões de reversão utilizando o cálculo de candles compostos. Os padrões de reversão são semelhantes aos padrões "Martelo" e o " Homem Enforcado " da análise candlestick Japonesa, porém ele usa candles compostos em vez de uma única barra e não precisa do pequeno corpo numa composição para confirmar a reversão. Os parâmetros de entrada: Range - número máximo de barras, utilizada no cálculo de composição dos candles compostos . Minimum - tamanho mínimo dos
FREE
Chart Handler
Gediminas Rucinskas
5 (2)
Have you ever been in a situation when you could not control the chart conveniently or had to make additional clicks to be able to scroll the history or set the scale fix numbers manually to be able to stretch the chart?  Features: Chart centering. Automatic scale fix. Automatic scroll control. This tool is one of many features included in "Trading Essentials" utility application, which can be found on mql5.com
FREE
RegularExpressionsExamples — is an expert, which contains the graphical interface for running examples from the " RegularExpressions in MQL5 " library. The codes of these examples can be found in the library itself. These examples are for demonstration purposes only. They serve only to evaluate the library operation and its capabilities. They can also be found on the official Microsoft‎ website, in the descriptions of classes in the System.Text.RegularExpressions namespace. Each example can be
FREE
The script is intended for synchronization and loading into the Terminal of the desired (or maximum possible) history of quotes of the timeframes specified by the user for the symbols in the "Market Watch" window. The first download of the full history for one "new" symbol takes approximately one and a half to two minutes. Input parameters for running the script: 1. Desired history length (bars) - here we indicate the number of bars in the quote history that we would like to receive from t
FREE
Bneu Trade Manager
Marvinson Salavia Caballero
**Bneu Trade Manager** is a trading utility Expert Advisor for MetaTrader 5 designed to assist traders in managing their trading operations through a visual panel interface. This free version provides essential trade management tools suitable for manual traders who want to manage trades efficiently using a graphical interface. **Main Functionality** **Visual Trade Management:** The utility provides drag-and-drop horizontal lines on the chart for stop loss and take profit placement. Users can
FREE
The Scaled Awesome Oscillator (SAO) represents a refined adaptation of the Awesome Oscillator, aimed at establishing consistent benchmarks for identifying market edges. Unlike the standard Awesome Oscillator, which records the variation in pips across different commodities, the only unchanging reference point is the zero line. This limitation hampers investors and traders from pinpointing specific levels for trend reversals or continuations using the traditional Awesome Indicator, a creation of
FREE
Zigzag Price Arrows
Aiman Saeed Salem Dahbag
The Zigzag Price Arrow indicator is an enhanced version of the classic Zigzag indicator, combining the traditional zigzag pattern with advanced visual features. It not only identifies major market turning points but also provides clear trading signals through: • Directional arrows: Displays colored arrows (green for buy, magenta for sell) indicating potential trend directions. • Price labels: Shows the exact price values at each pivot point directly on the chart. • Improved visual clarity: Make
FREE
VolumeBasedColorsBars
Henrique Magalhaes Lopes
VolumeBasedColorsBars — Free Powerful Volume Analysis for All Traders Unlock the hidden story behind every price bar! VolumeBasedColorsBars is a professional-grade, 100% FREE indicator that colorizes your chart candles based on real, adaptive volume analysis. Instantly spot surges in market activity, identify exhaustion, and catch the moves that matter. This indicator gives you:    • Dynamic color-coded bars for instant volume context    • Adaptive thresholds based on historical, session-awar
FREE
The script ObjChartSample.mql5 illustrates control of chart properties using the classes from the Standard Library .
FREE
Blodsalgo Analitycs
BLODSALGO LIMITED
5 (4)
Your Trading, Decoded. Real-Time Analytics for MetaTrader 5. BLODSALGO Analytics is a free companion utility that connects your MT5 terminal to a professional analytics dashboard at analytics.blodsalgo.com — syncing every trade, metric, and open position in real time. ️ This is NOT a trading EA. It does not open, modify, or close any trades. It is a silent data connector that runs alongside your EAs with zero interference. Available exclusively for owners of BLODSALGO Expert Advisors  . Free.
FREE
RSI abcd
Francisco Gomes Da Silva
4 (2)
RSI ABCD Pattern Finder: Estratégia Técnica 1. Como o Indicador Funciona Combina o RSI clássico com detecção automática de padrões harmônicos ABCD . Componentes Principais RSI Padrão (período ajustável) Marcações de Topos e Fundos (setas) Padrões ABCD (linhas verdes/vermelhas) Filtros de Overbought (70) e Oversold (30) 2. Configuração no MT5 period = 14 ; // Período do RSI size = 4 ; // Tamanho máximo do padrão OverBought = 70 ; // Nível de sobrecompra OverSold = 30 ; // Nível de sobrevenda Filt
FREE
Quick Style MT5
Maxim Polishchuk
4.75 (12)
The Quick Style utility is designed for facilitation and acceleration of working with the properties of graphical objects. Left-click a graphical object while holding the Shift key to open the quick access window for configuring the object properties. In the window, you can change the color, style and line width with one click, including those of other graphical objects. All changes are displayed immediately. To close the Quick Style , simply click the free space on the chart. The utility is eas
FREE
RenkoExpert
Andrey Goida
3.8 (5)
Renko Expert Advisor based on Renko bar simulation.    The EA has two options for building Renko bars. Classic and ATR. In the classic version, renko bars are marked with areas on the main chart; in the ATR version, renko bars are modeled and drawn in the indicator window. Modeling renko bars inside the EA allows you to optimize the robot better than drawing renko bars offline.   Our new product based on artificial intelligence   https://www.mql5.com/ru/market/product/127820   Telegramm channel
FREE
Sylvan Crash500 Heiken Ashi
Quintin Francois Vanwyk
4.86 (7)
FOR CRASH 500 ONLY!! MT5 *This is a smooth heiken ashi setup meant to be used on CRASH 500 in combination with other indicators. *You are welcome to test it on other markets aswell. *I will be posting other indicators aswell to help with trading the crash 500 market. *You can use this to help smooth out price if you do struggle with reading the charts as is. * Just note heiken ashi doesnt represent real price action only smoothes it out for ease of read.
FREE
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.6 (35)
This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL. (you can change the colors). It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more powerful and reliable signals. Get them here: https://www.m
FREE
Utazima Universal AI (MT5 Indicator) Price: Free Overview Utazima Universal AI is a manual trading indicator that provides a dashboard-style view of selected market structure elements and session/time conditions. It does not place trades. What it shows (depending on settings) - Market structure and key zones (optional) - FVG/imbalance zones (optional) - Liquidity sweep style markers (optional) - Trend-direction filtering (optional) - Session/time filters for active periods (optional) - Risk/re
FREE
**Advanced Position Manager EA** is a professional-grade MetaTrader 5 Expert Advisor designed to protect and maximize trading profits through intelligent stop-loss management. It automatically trails stop losses as profits grow, ensuring you lock in gains while giving trades room to run.  Core Functionality - **Automatic Profit Protection**: Trails SL as profits grow - **Works Immediately**: Manages existing positions on startup - **Two Trailing Modes**: STEP-based or CONTINUOUS - **Two Manageme
FREE
Click Trading
Jawad Tauheed
5 (2)
One Click Trading – Auto TP SL Developer TraderLinkz Version 1.00 Category Utility What it does Adds missing TP and SL to your manual trades and pending orders Sets them once per ticket Lets you move TP and SL afterward Works on hedging and netting accounts Scans on every tick and reacts on trade events Why you want it You place faster entries You get consistent risk and exit targets You reduce fat finger errors You keep full manual control Quick start Attach the EA to any chart Keep TP and SL e
FREE
Coral Indi
Dinh Duong Luong
Coral trend is   a trend-following indicator that is widely popular among FOREX traders . It is usually used as a confluence with other indicators. It uses combinations of moving averages with complex smoothing formulas! It has two configurable parameters: Coefficient   - smoothing ratio (*) Applied price Calculation: Coral = (-0.064) * B6 + 0.672 * B5 - 2.352 * B4 + 2.744 * B3
FREE
Nylos Intraday EURUSD
Alex Michael Murray
What is Nylo’s Intraday EA? Nylo’s Intraday EA is a smart, rules-based, institutional-style trading system built specifically for EURUSD on the M15 timeframe . It is designed to adapt to intraday market conditions , focusing on high-probability trend and pullback opportunities , while maintaining strict risk control and capital protection . This EA is not a gambling robot. It is a precision-engineered trading tool built for traders who value consistency, discipline, and longevity .  How It Tr
Portfolio Aggregator
Keni Chetankumar Gajanan -
Portfolio Aggregator — One dashboard, total clarity across all your trading accounts. Portfolio Aggregator unifies account data from multiple brokers and currencies into a single, transparent dashboard. It provides real‑time visibility into equity, margin, P&L, and risk metrics, helping traders maintain control and confidence across diversified strategies. Features Multi‑Currency Consolidation — Converts all values into a chosen base currency with live FX rates. Portfolio Dashboard — Displays e
FREE
ET1 for MT5
Hui Qiu
4 (5)
ET1 for MT5 is new and completely free!! ET1 for MT5 v4.20 Updated!! Now use on XAUUSD(Gold) !!  The success rate is more than 75%   !!! important update: Merge ET9 's breakout strategy Warning!! You can use ET1 completely free, but we do not guarantee ET1 stability, It is recommended that the more powerful ET9 for MT5 version includes the ET1 strategy and guarantees complete and stable returns. The Best Expert Advisor  on   XAUUSD   any timeframes  ET9  for MT5 Updated v4.80 !!  https://www
FREE
This indicator is a zero-lag indicator and displays  strength of trend change . True Trend  Oscillator Pro works best in combination with True Trend Moving Average Pro that displays exact trend as is. Oscillator value is exact price change in given direction of the trend. True Trend Moving Average Pro: https://www.mql5.com/en/market/product/103586 If you set PERIOD input parameter to 1 this indicator becomes a sharpshooter for binary options. Developers can use True Trend Oscillator in Exper
FREE
Os compradores deste produto também adquirem
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (208)
Ajuda a calcular o risco por comércio, a fácil instalação de uma nova encomenda, gestão de encomendas com funções de fecho parcial, trailing stop de 7 tipos e outras funções úteis. Materiais e instruções adicionais Instruções de instalação   -   Instruções para a aplicação   -   Versão de teste da aplicação para uma conta de demonstração Função de linha Mostra no gráfico a linha de Abertura, Stop Loss, Take Profit. Com esta função é fácil definir uma nova ordem e ver as suas características ad
Bem-vindo ao Trade Manager EA—uma ferramenta de gestão de risco criada para tornar o trading mais intuitivo, preciso e eficiente. Não é apenas uma ferramenta para executar ordens, mas uma solução abrangente para planejamento de operações, gerenciamento de posições e controle de risco. Seja você um iniciante, trader avançado ou scalper que precisa de execução rápida, o Trade Manager EA adapta-se às suas necessidades, oferecendo flexibilidade em todos os mercados, desde forex e índices até commodi
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (129)
Experimente uma cópia de negociação excepcionalmente rápida com o Local Trade Copier EA MT5 . Com sua fácil configuração de 1 minuto, este copiador de negociações permite que você copie negociações entre vários terminais MetaTrader no mesmo computador Windows ou em um Windows VPS com velocidades de cópia ultra rápidas de menos de 0.5 segundos. Seja você um trader iniciante ou profissional, o   Local Trade Copier EA MT5   oferece uma ampla gama de opções para personalizá-lo de acordo com suas ne
TradePanel MT5
Alfiya Fazylova
4.86 (148)
O Trade Panel é um assistente comercial multifuncional. A aplicação contém mais de 50 funções de negociação para negociação manual e permite automatizar a maioria das operações de negociação. Atenção, a aplicação não funciona no testador de estratégia. Antes de comprar, pode testar a versão de demonstração numa conta de demonstração. Versão de demonstração aqui . Instruções completas aqui . Comércio. Permite realizar operações de negociação com um clique: Abra as ordens e posições pendentes com
Versão Beta O Telegram to MT5 Signal Trader está quase no lançamento oficial da versão alfa. Alguns recursos ainda estão em desenvolvimento e você pode encontrar pequenos erros. Se tiver problemas, por favor reporte, seu feedback ajuda a melhorar o software para todos. Telegram to MT5 Signal Trader é uma ferramenta poderosa que copia automaticamente sinais de trading de canais ou grupos do Telegram diretamente para sua conta MetaTrader 5 . Suporta canais públicos e privados do Telegram, e você
Trade Dashboard MT5
Fatemeh Ameri
4.97 (117)
Tired of complex order placement and manual calculations? Trade Dashboard is your solution. With its user-friendly interface, placing orders becomes effortless, by a single click, you can open trades, set stop loss and take profit levels, manage trade lot size, and calculate risk to reward ratios, allowing you to only focus on your strategy. Say goodbye to manual calculations and streamline your trading experience with Trade Dashboard. Download  Demo Version  right now. You can find  Details of
Farmed Hedge Yield Farming - Professional Pair Trading Dashboard (Manual - Hybrid - Semi/Automated EA) VERSION 3 - WILD HARVEST UPDATE Trading Approach: - Manual Trading: Primary focus - Auto Pilot: Optional supplementary feature - Full Automation: Not the main purpose Recommended Timeframe: H1-H4 DEMO VERSION Download the free demo to test functionality. Use Strategy Tester with Visual Mode to see how it works. VERSION 3 - NEW FEATURES Summary Dashboard (SRA Panel) - Quick pair selection w
Copy Cat More Trade Copier MT5 (Gato Copiador MT5) é um copiador de negociações local e uma estrutura completa de gestão de riscos e execução projetada para os desafios comerciais de hoje. Desde desafios de prop firms até gestão de portfólio pessoal, ele se adapta a cada situação com uma combinação de execução robusta, proteção de capital, configuração flexível e manuseio avançado de negociações. O copiador funciona tanto no modo Master (remetente) quanto Slave (receptor), com sincronização em t
HINN MagicEntry Extra
ALGOFLOW OÜ
4.69 (13)
HINN MAGIC ENTRY – the ultimate tool for entry and position management! Place orders by selecting a level directly on the chart! full description   ::  demo-version  :: 60-sec-video-description Key features: - Market, limit, and pending orders - Automatic lot size calculation - Automatic spread and commission accounting - Unlimited partitial take-profits  - Breakeven and trailing stop-loss and take-profit  functions - Invalidation leves - Intuitive, adaptive, and customizable interface - Works
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.82 (34)
Copiadora de comércio para MT5 é um  comércio   copiadora para a plataforma МetaТrader 5 . Ele copia negociações forex  entre   qualquer conta   MT5  - MT5, MT4  - MT5 para a versão COPYLOT MT5 (ou MT4  - MT4 MT5  - MT4 para a versão COPYLOT MT4) Copiadora confiável! Versão MT 4 Descrição completa +DEMO +PDF Como comprar Como instalar    Como obter arquivos de log    Como testar e otimizar    Todos os produtos da Expforex Você também pode copiar negociações no terminal МТ4 ( МТ4  - МТ4, МТ5  -
Smart Stop Manager – Execução automática de stop-loss com precisão profissional Visão geral O Smart Stop Manager é a camada de execução da linha Smart Stop, desenvolvido para traders que precisam de uma gestão de stop-loss estruturada, fiável e totalmente automatizada em múltiplas posições abertas. Ele monitora continuamente todas as operações ativas, calcula o nível ideal de stop usando a lógica de estrutura de mercado do Smart Stop e atualiza os stops automaticamente com regras claras e tran
Trade Manager DaneTrades
Levi Dane Benjamin
4.36 (28)
Trade Manager para ajudá-lo a entrar e sair rapidamente de negociações enquanto calcula automaticamente seu risco. Incluindo recursos para ajudar a evitar negociações excessivas, negociações de vingança e negociações emocionais. As negociações podem ser gerenciadas automaticamente e as métricas de desempenho da conta podem ser visualizadas em um gráfico. Esses recursos tornam este painel ideal para todos os traders manuais e ajudam a aprimorar a plataforma MetaTrader 5. Suporte multilíngue. Vers
MT5 to Telegram Signal Provider é uma utilidade fácil de usar e totalmente personalizável que permite o envio de sinais especificados para o chat, canal ou grupo do Telegram, tornando sua conta um fornecedor de sinais . Ao contrário da maioria dos produtos concorrentes, ele não usa importações de DLL. [ Demonstração ] [ Manual ] [ Versão MT4 ] [ Versão Discord ] [ Canal do Telegram ]  New: [ Telegram To MT5 ] Configuração Um guia do usuário passo a passo está disponível. Não é necessário conhec
YuClusters
Yury Kulikov
4.93 (43)
Atenção: A versão demo para revisão e teste está aqui . YuClusters é um sistema profissional de análise de mercado. O trader tem oportunidades únicas para analisar o fluxo de pedidos, volumes de negociação, movimentos de preços usando vários gráficos, perfis, indicadores e objetos gráficos. O YuClusters opera com base em dados de Tempos e Negócios ou informações de ticks, dependendo do que está disponível nas cotações de um instrumento financeiro. O YuClusters permite que você crie gráficos com
Smart Stop Scanner – Sistema multiactivo de análise de stops baseado em estrutura de mercado Visão geral O Smart Stop Scanner oferece aos traders um monitoramento profissional de níveis de stop-loss em múltiplos mercados. O sistema identifica automaticamente as zonas de stop mais relevantes com base na estrutura real do mercado, rupturas significativas e lógica de price action — tudo apresentado em um painel unificado, claro e totalmente compatível com telas de alta resolução (DPI-aware). Func
Trade copier MT5
Alfiya Fazylova
4.63 (38)
Trade Copier é um utilitário profissional projetado para copiar e sincronizar negociações entre contas de negociação. A cópia ocorre da conta / terminal do fornecedor para a conta / terminal do destinatário, instalada no mesmo computador ou vps. Antes de comprar, você pode testar a versão demo em uma conta demo. Versão de demonstração aqui . Instruções completas aqui . Principais funcionalidades e benefícios: Suporta a cópia de MT5> MT5, MT4> MT5, MT5> MT4, incluindo contas "MT5 netting". Os mod
Advanced Dashboard Ultra
Mirel Daniel Gheonu
5 (1)
Stats Dashboard & Journal ULTRA para MT5 O Centro de Comando de Trading Completo: Analytics, Automação e Inteligência de Notícias. O Stats Dashboard ULTRA é a evolução definitiva da ferramenta de análise Pro. Ele transforma o MetaTrader 5 em uma estação de trading profissional, combinando análise de desempenho de nível institucional com proteção automatizada contra notícias e métricas psicológicas avançadas. Projetado para traders manuais e gestores de portfólio de EAs (robôs) que exigem control
Ultimate Extractor
Clifton Creath
5 (9)
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. Check out Ultimate Extractor Cloud on mql5 for the Cloud version****** Ultimate Extractor transforms your MetaTrader 5 trading history into actionable insights with comprehensive analytics, interactive charts, and real-time performance tracking. What It Does Automatically analyzes your MT5 trading history across all Expert Advisors and generates detailed HTML reports with inte
Equity Protect Pro: Seu Especialista em Proteção de Contas Abrangente para Negociação Tranquila Se você está procurando recursos como proteção de conta, proteção de patrimônio, proteção de portfólio, proteção de múltiplas estratégias, proteção de lucro, coleta de lucro, segurança de negociação, programas de controle de risco, controle automático de risco, liquidação automática, liquidação condicional, liquidação programada, liquidação dinâmica, trailing stop loss, fechamento com um clique, liqu
Pulsar Terminal é um produto da Pulsar Technologies, uma marca registrada da Astralys LLC . Pulsar Terminal é um complemento utilitário para MetaTrader 5. É uma interface visual combinada com ferramentas de execução em um aplicativo complementar conectado à sua conta MetaTrader 5 através de um Expert Advisor . Utilizamos um aplicativo complementar para maximizar as capacidades da ferramenta e fornecer uma interface visual e um fluxo de trabalho mais avançados do que os painéis padrão do MT5. Pu
Trade Manager DashPlus
Henry Lyubomir Wallace
5 (13)
DashPlus é uma ferramenta avançada de gerenciamento de operações projetada para melhorar a eficiência e a eficácia das suas transações na plataforma MetaTrader 5. Ela oferece um conjunto completo de funcionalidades, incluindo cálculo de risco, gestão de ordens, sistemas de grade avançados, ferramentas baseadas em gráficos e análise de desempenho. Principais Funcionalidades 1. Grade de Recuperação Implementa um sistema de grade flexível e de média para gerenciar operações em condições adversas de
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
Telegram to MT5 Coppy
Sergey Batudayev
5 (8)
Telegram para MT5:   A solução definitiva para cópia de sinais Simplifique suas negociações com o Telegram para MT5, a ferramenta moderna que copia sinais de negociação diretamente dos canais e chats do Telegram para a sua plataforma MetaTrader 5, sem a necessidade de DLLs. Esta solução poderosa garante execução precisa dos sinais, amplas opções de personalização, economiza tempo e aumenta sua eficiência. [ Instructions and DEMO ] Principais características Integração direta da API do Telegram A
Guia de instalação:    Clique aqui! Analise vários consultores especialistas em conjunto. Comparar resultados de EA por número mágico Acompanhe a rentabilidade e os períodos de retração. Filtrar resultados por intervalo de datas Curva de Equidade Visual e Métricas Detalhadas Pronto para usar em menos de um minuto Analisador de Portfólio EA O EA Portfolio Analyzer é uma   ferramenta de análise profissional   projetada para monitorar o   desempenho em tempo real de múltiplos Expert Advisors   de
Custom Alerts AIO: Monitoramento inteligente de múltiplos mercados – pronto para uso, sem configuração Visão geral Custom Alerts AIO é uma ferramenta avançada de varredura de mercado que funciona imediatamente após a instalação — sem necessidade de configurar indicadores adicionais. Inclui internamente todos os principais indicadores da Stein Investments (FX Power, FX Volume, FX Dynamic, FX Levels e IX Power), permitindo que você monitore facilmente todas as principais classes de ativos: Forex
Anchor: The EA Manager A coordination system for traders running multiple EAs. Anchor ensures only one EA can trade at a time, preventing conflicting positions and keeping your portfolio safer. Attach Anchor to any chart. Configure your EAs and their magic numbers. Anchor handles the rest. Built for portfolios. Built for discipline. Built for prop firms. The Problem Running multiple EAs on the same account creates risk. Two gold EAs can open opposite positions on the same candle. Three EA
Telegram To MT5 Receiver
Levi Dane Benjamin
4.53 (15)
Copie os sinais de qualquer canal do qual você seja membro (incluindo privados e restritos) diretamente para o seu MT5.  Esta ferramenta foi projetada com o usuário em mente, oferecendo muitos recursos que você precisa para gerenciar e monitorar as negociações. Este produto é apresentado em uma interface gráfica fácil de usar e visualmente atraente. Personalize suas configurações e comece a usar o produto em minutos! Guia do usuário + Demo  | Versão MT4 | Versão Discord Se deseja experimentar
Timeless Charts
Samuel Manoel De Souza
5 (3)
Timeless Charts é uma solução avançada de gráficos desenvolvida para traders profissionais que buscam controle total sobre a construção e visualização de gráficos, além das limitações do sistema de gráficos nativo do MetaTrader 5. Diferente dos gráficos offline tradicionais ou indicadores personalizados simplistas, esta solução constrói barras totalmente personalizadas com precisão real de carimbo de tempo , até milissegundos, proporcionando uma experiência de trading poderosa e precisa. Este a
Take a Break MT5
Eric Emmrich
4.75 (24)
One tool to protect all your EAs — news filter, equity protection, time filter and more — free demo available Take a Break has evolved from a basic news filter into a comprehensive account protection solution. It pauses your other Expert Advisors during news events or based on custom filters. When trading resumes, it automatically restores your entire chart setup , including all EA settings. Typical use cases: One news filter for all your EAs. Pause trading during news or high volatility — and c
The News Filter MT5
Leolouiski Gan
4.74 (19)
Este produto filtra todos os consultores especializados e gráficos manuais durante o horário das notícias, para que você não precise se preocupar com picos de preços repentinos que possam destruir suas configurações de negociação manuais ou negociações realizadas por outros consultores especializados. Este produto também vem com um sistema de gerenciamento de pedidos completo que pode lidar com suas posições abertas e ordens pendentes antes do lançamento de qualquer notícia. Depois de comprar o
Mais do 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 Multi-lingual NEW  : version 2 brings integration
FREE
Telegram Alerts
Gad Benisty
4.72 (18)
This application is now replaced by Ofir Notify Light Edition (Free) or Ofir Notify (paid). Thank all for your positive feedbacks. Ofir Notify is a tool which send alerts on trades to Telegram Alert on any event concerning a position : Opening, Closing, modification (SL, TP) Send alerts to Chats, Groups and Channel Alert on Equity change Display Risk, Reward and progress of profit/lost for each position Customization of alerts ( only in full edition ) Sending charts screenshots with alerts   
FREE
Ofir Blue 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 blue is the first full trading application for Telegram. It is proposed in 2 versions : OfirBlueLite (without trading) and OfirBluePro (with trading). The Pro version is still in beta (available on request).  To access Ofir Blue Lite, go to Telegram and open the bot @OfirBlueLite. All demos, tutorials and docs are available in Telegram. Join the Telegram group @OfirBlueUserGroup to get updated information and support. Features: Dashboard  ️ Account summary ️» Profit of the day ️» Eq
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 bot
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 Daily, weekly and monthly summaries Reply mode:
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.
MQL Tool "Ofir Email to Telegram": Never Miss a Trading Alert Again! Tired of missing important alerts from your indicators and Expert Advisors (EAs)? Ofir Email to Telegram   is the solution you've been waiting for!   This revolutionary MQL tool automatically forwards all email alerts from your indicators and EAs directly to your Telegram account. Never again will you miss a trading opportunity or important notification! Here are just a few of the benefits of Ofir Email to Telegram: Quick and e
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
MQL Tool "Ofir Email to Telegram": Never Miss a Trading Alert Again! Tired of missing important alerts from your indicators and Expert Advisors (EAs)? Ofir Email to Telegram is the solution you've been waiting for! This revolutionary MQL tool automatically forwards all email alerts from your indicators and EAs directly to your Telegram account. Never again will you miss a trading opportunity or important notification! Here are just a few of the benefits of Ofir Email to Telegram: Quick and easy
Filtro:
Jafari Sina
18
Jafari Sina 2025.03.31 09:17 
 

really fast . really and easy to setup

Sashin Sobrun
63
Sashin Sobrun 2023.11.09 10:05 
 

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

Gad Benisty
11742
Resposta do desenvolvedor Gad Benisty 2024.03.24 23:05
This indicator is deprecated, it has been replaced by Ofir Notify (search for it here in marketplace).
cbarryftmo
214
cbarryftmo 2023.07.26 05:30 
 

O usuário não deixou nenhum comentário para sua avaliação

Stefano Sharawi
21
Stefano Sharawi 2023.03.04 12:59 
 

O usuário não deixou nenhum comentário para sua avaliação

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

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

Michael Masanga
378
Michael Masanga 2021.12.22 05:46 
 

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

Rubi Jihantoro
542
Rubi Jihantoro 2021.12.09 19:16 
 

nice, working as expected

100pips_eth
15
100pips_eth 2021.07.21 12:51 
 

O usuário não deixou nenhum comentário para sua avaliação

Sebastian Schmidt
1361
Sebastian Schmidt 2020.12.09 02:23 
 

genial nice tool!!

Lau Ka Shun
576
Lau Ka Shun 2020.12.05 06:21 
 

O usuário não deixou nenhum comentário para sua avaliação

Haleim Shah
18
Haleim Shah 2020.11.30 15:52 
 

O usuário não deixou nenhum comentário para sua avaliação

Responder ao comentário