• 概述
  • 评论 (10)
  • 评论 (25)

Telegram Alerts for MT5

4.86

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

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

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



评论 10
cbarryftmo
214
cbarryftmo 2023.07.26 05:30 
 

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

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

ellena
301
ellena 2021.12.09 19:16 
 

nice, working as expected

推荐产品
This tool will remove buttons and text labels from the chart, after you remove Trading box Order management or Trading box Technical analysis . You just need to drag this tool to your chart and after cleanup of objects is finished, the tool will remove itself from the chart. Please check images below that present Before and After using the Removal tool. There is also a short YouTube video at the bottom to show how easy it is to clean your chart after using Trading box tools. - input var
FREE
AW Metatrader to Telegram MT5
AW Trading Software Limited
5 (1)
用于发送通知的自动化系统,这样您的订阅者就不会错过您交易终端上的交易事件。一种实用程序,可向 Telegram Messenger 发送有关您账户上任何交易操作的通知。 将实用程序连接到 Telegram ->   HERE   / MT4 ->   HERE 中的频道的分步说明 优点: 简单的设置和详细的说明, 可以发送可调整的屏幕截图, 使用表情符号可定制的通知文本, 调整有关开仓、全部或部分平仓以及订单修改的通知, 默认发送通知时,会自动下载文本文件, 调整有关放置或删除挂单的通知, 通过符号和幻数方便地过滤。 输入变量: TELEGRAM BOT AND CHAT SETTINGS Telegram bot token - Enter the token number received after registering the bot in "BotFather" Telegram Chat ID - Enter the identification number received from "userinfobot" SETTING TRIGGERS SETTINGS
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
Robot Manual Order Manager is a tool that allows you to automatically include Stop Loss, Breakeven, Take Profit and partials in open trades. Be it a market order or a limit order. Besides, it automatically conducts your trade, moving your stop or ending trades, according to the parameters you choose. To make your operations more effective, the Manual Orders Manager Robot has several indicators that can be configured to work on your trade. Among the options you can count on the features: Conducti
If you want something as below: Sell FOREX trading signal. Manage multiple accounts. Follow the trading from somebody. "TradeCopier_follow" and   "TradeCopier_source"   can help you! Features: Copying from one source (master) account to multiple follower (slave) accounts. Allow investor (read only) password for the source (master) account. There are no complicated settings and input parameters, everything is easy. Works with different Brokers. Works with different symbols (EURUSD_FX, eurusd_m, e
FREE
The   Close script   is a simple tool that allows traders to close their trades by three methods. Just run the script and choose the close method. Closing methods Symbol  - Allows closing all open trades for a specific symbol. All_Trades  - Allows closing all open trades. Magic_Number  - Allows closing all open trades according to their magic number. Recommendation AutoTrading functions must be activated.  If the AutoTrading function is disabled, the script will not work. EA should be stopped
FREE
25% off. Original price: $40 Order Manager is a trade assistant with money manager that helps traders open, modify and close manual trades in a simple way to help them focus more on their market analysis and open orders with just a few clicks. Download Demo here  (It only works on demo accounts) Full guide   here MT4 version here Order Manager features: Works on all instruments such as currency pairs, CFD, metals, cryptocurrencies, etc. Proper money management with a built-in lot calculator
LT Rainbow Trend
Thiago Duarte
5 (1)
Do you, like me, like to trade with the trend? Then this indicator will help you! Rainbow Trend is a trend indicator, which uses several Moving Averages on the chart. It measures different trend strenght zones for different periods: very long term, long term, mid term, short term and very short term. Each zone has its color, and it is possible to have sound alert when the prices leaves a zone and enters another. Its configuration is very simple. If you find any bug or have any suggestions, co
T Manager for Price action Traders
Haidar, Lionel Haj Ali
4.55 (11)
T Manager, the ultimate trade management solution designed by traders for traders. If you are searching for a simple and efficient trade panel, trade manager, or trade assistant, you are at the right place.   The market contains a diverse number of those tools , but this one is designed by traders for traders . I designed this tool, and I am using it daily. Take my advice and stop buying tools blended with un-useful features that you will never use,   T Manager provides you with the essential
ChartColorMT5
Thomas Pierre Maurice Moine
Customize your charts with this simple utility. Choose in the 24 pre-built color sets, or use your own colors, save them to re-use them later. You can also add a text label on your chart. --- Chart Colors-- Color Set : 24 prebuilt color sets (select "Custom" to use colors below) Background color Foreground color Grid color Chart Up color Chart Down color Candle Bull color Candle Bear color  Line color Volumes color --- Label--- Text Label : Type the text you want to appear on the chart Label
StopLoss and TakeProfit Utility MT5 for automatic setting of stop loss and take profit levels. Created by a professional trader for traders.   The utility   works with any market orders opened by a trader manually or using advisors. Can filter trades by magic number. The utility can work with any number of orders simultaneously. WHAT THE UTILITY CAN DO: Set virtual stop loss and take profit from 1 pip Real   stop loss and take profit W ork with each order separately (   stop loss and take pr
CalcLot MT5
Nikita Chernyshov
3 (1)
Version for MT5. Add to the 'Scripts' folder The script for calculating the lotage to comply with the pre-set risk. It can be used on any assets. Parameters: Risk - the amount of risk per transaction Execution mode : Limit (BuyLimit - Bid, SellLimit - Ask) - limit orders at the best prices Market (Buy - Ask, Sell - Bid) - market orders at the best prices. Magic - the individual number with which orders will be placed When the script is running on the chart, it is not recommended to switch
FREE
Ultimate MT5 to Telegram Public Channel sends controlled trades (via symbol, magic, comment) to a public telegram channel. It sends open and closed trades, including pending orders and TP/SL modifications, along with chart screenshots, to this public telegram channel. Additionally, you can send trade reports of open trades and summary profit/pip reports for day, week, or month. You can customize the design of the trade actions or reports with variables and emoticons.  A beautiful panel allow
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
Easy and simple tool which close all trades in defined point of time. It can also close all open trades when opened positions reach defined target profit or stop loss. For all pairs, indexes etc. Works with all instruments. All types of orders. All charts. Users inputs: - close time (hour,min,sec) - take profit (in users currency) - stop loss (in users currency) Save & Load settings option. Fast, simple and reliable. Check out other tools provided by our team!
FREE
Telegram Notif functions to send messages to Telegram for all open and closed position transactions on MT5 terminals. Telegram Bot is attached to one chart, and it will monitor all in out transactions on all charts. Users only need to fill in the token and telegram chat id and activate send message to telegram. How to send a message from MetaTrader 5 to Telegram. 1. From the  Main Menu-> Tools-> Options, tab Expert Advisors , add the following address in the  Allow URLs  section: https: //api.t
FREE
Orion Telegram Notifier Bot  allows the trader to receive trade notifications in his Telegram whenever a position is opened or closed. The EA sends notifications showing the Symbol, Magic Number, Direction, Lot (Volume), Entry Price, Exit Price, Take Profit, Stop-Loss and Profit of the position. How to setup Orion Telegram Notifier? Open Telegram and Search for “BotFather” Click or Type “/newbot” Create a nickname and username (Example: nickname: MT5trades   - username: MT5TelegramBot) *The us
脚本分析设定时间段内的市场观察中的所有交易品种。 结果显示在“专家”选项卡和指定文件中。 为了便于查看和编辑,结果显示在csv文件中。 皮尔逊公式用于计算。 一对相关系数值接近 1 意味着这些对移动几乎相同。 接近 -1 的值意味着对以相同的方式移动。 这个工具对于那些由于其他货币对的变动而使用对冲的人来说非常有用。 参数: glubanal - 酒吧中的分析深度 InpFileName - 输出文件名 InpDirectoryName - 输出目录 precision - 提高精度(使用OHLC而不是O),增加了计算的精度,但在计算过程中加载更多的处理器和网络 spreadmax - 计算最大传播最大传播最大传播最大传播最大传播最大传播最大传播最大传播最大传播最大传播最大传播最大传播最大传播最大传播最大传播 ValuesSeparator - 接收值的值分隔符分隔符字符 ShadowFinder -确定滞后/前导阴影的条形数量。 如果为负值,则表示阴影应位于主线对之前。 AverageMethod -根据Pearson公式计算对应关系的平均方法
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
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
Sigma Risk Management
Italo Martins Coutinho
Funciona em Conta Hedge e Netting: - Máximo de Trades no dia - Sessão Operacional (Horário de Inicio e Termino) - Tempo Mínimo de aguardo entre operações - Ajuste de Lotes (Realiza parte da mão para poder ficar com o risco pré configurado para o risco máximo Trade a Trade) para ordens pendentes para posições em aberto Por agora funciona na gestão Trade à Trade Porém futuramente farei gestão do dia e do mês, baseando no Draw Down Máximo do Dia/Mês Eu salvo os dados em u
The utility is designed for two purposes: Automatic setting of stop loss and take profit levels. Automatic modification of stop loss and take profit levels when a certain profit is reached. Application: When the utility is started, the default values are configured as follows. Stops type:  Default Manual Automatic on/off level moving   - enable/disable moving levels with the price. (true) when begin move tp/sl levels  -  the number of points missing until the take profit level. (25 points) De
FREE
Chart Watermark
Makarii Gubaydullin
图表上的水印:符号+时间帧/或您自己的文本 我的#1实用程序 :包括38+功能 /  如果您有任何问题 ,请与我联系 在指示器的设置中,您可以配置: 字体大小;文字颜色; 字体名称; 职位: 1=左上; 2=右上; 3=左下; 4=右下; 5=中心; 显示当前时间范围:开/关; 要删除的符号的前缀(n_AUDCAD-->AUDCAD); 要删除的符号的后缀(USD CAD pro-->USD CAD); 显示自定义文本:如果启用,将显示您自己的文本,如下所示: 自己的水印; 我的#1实用程序 :包括38+功能 /  如果您有任何问题 ,请与我联系 .....................................................
Trade Mate
Sotirios Apostolos Adaloglou
Trade Mate is the trading tool for manual traders who want to take their trading to the next level. Packed with advanced features like automatic trailing stop loss, lot size calculation, pending orders, partial close, open trade management, and daily drawdown protection(makes it easier to stick to your daily equity risk).  Trade Mate offers everything you need to trade with precision and confidence. Don't settle for less - try Trade Mate today and see the difference for yourself! Check it on You
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
Entry Orders Pro
Tran Nhat Minh
5 (1)
Pro Minimalist Trade Assistant : Focusing on Risk Management and Strict Trade Discipline for Each Trading Style The benefits of this Utility: 1.Intuitive Graphical Interface:  Take control with an excellent graphical dashboard featuring outstanding parameters for swift order execution. Enjoy a sleek and customizable interface with the option to switch between dark and light themes. 2.Support for Cultivating Trading Discipline Habits Adhering to your trading style is essential. Each Trading styl
Сообщения в Telegram из MT5 о торговых событиях: Открытие/закрытие сделок; Выставление/удаление отложенных ордеров. Версия утилиты для MT4 здесь: https://mql5.com/8bjjy Настройки  Telegram: Создайте своего бота. Для этого напишите для пользователя  @BotFather команду  /newbot , и следуйте инструкциям. В результате вы получите Token бота, примерно такой:   1245680170:BBGuDFVkTYIPtjSaXMgQEhdfg7BOQ6rl8xI.  Узнайте свой ID в  Telegram, для этого напишите пользователю  @userinfobot любое сообщение.
AQ RiskOptimizer MT5
HIT HYPERTECH INNOVATIONS LTD
4 (1)
Risk Optimizer is the absolute solution for applying risk management on your account. Bad risk management is the main reason that causes traders to lose money. Risk Optimizer calculates and suggests the correct lot size for each position according to your personal, customized risk profile. You can give directly your preferred risk as percentage (%) for each position or you can trust our algorithms to calculate and optimize according to your risk category selection. But it is not only that! Selec
FREE
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
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
该产品的买家也购买
Trade Assistant MT5
Evgeniy Kravchenko
4.4 (171)
它有助于计算每笔交易的风险,容易安装新的订单,具有部分关闭功能的订单管理, 7 种类型的追踪止损和其他有用的功能。   注意,该应用程序在策略测试器中不起作用。 您可以在描述页面下载演示版  Manual, Description, Download demo 线条功能  - 在图表上显示开仓线、止损线、止盈线。 有了这个功能,就可以很容易地设置一个新的订单,并在开仓前看到它的附加特性。   风险管理  - 风险计算功能在考虑到设定的风险和止损单的大小的情况下,计算新订单的成交量。它允许你设置任何大小的止损,同时观察设定的风险。 批量计算按钮 - 启用 / 禁用风险计算。 在 " 风险 " 一栏中设置必要的风险值,从 0 到 100 的百分比或存款的货币。 在 " 设置 " 选项卡上选择风险计算的变量: $ 货币, % 余额, % 资产, % 自由保证金, % 自定义, %AB 前一天, %AB 前一周, %AB 前一个月。   R/TP 和 R/SL - 设置止盈和止损的关系。 这允许你设置相对于损失的利润大小。 例如, 1 : 1 - 这决定了 TP = SL 的大小。 2 :
您认为在价格可以瞬间变化的市场中,下单应该尽可能简单吗? 在 Metatrader 中,每次您要开单时,您都必须打开一个窗口,您可以在其中输入开盘价、止损和止盈以及交易规模。 在金融市场交易中,资本管理对于维持您的初始存款并使其倍增至关重要。 因此,当您想下订单时,您可能想知道应该开多大的交易? 在这单笔交易中,您应该承担多少百分比的存款? 您可以从这笔交易中获利多少,利润风险比是多少? 在您设置交易规模之前,您需要进行必要的计算,以获得交易规模应该是多少的问题的答案。 想象一下,您有一个工具可以自动完成所有这些工作。 您打开图表,进行市场分析并用水平线标记入场点、防御点(止损)和目标(止盈),最后您定义风险水平,例如 作为可用资本的百分比,您可以在此交易中承担,此时程序提供: 定义风险和止损规模的可接受交易规模 以点数、点数和账户货币计的止损和获利值 风险回报率 现在剩下的就是点击面板上的相应按钮来打开交易。 如果您是黄牛,需要在不设置防御或目标的情况下快速打开和关闭交易,那么您可以在交易管理器面板中轻松掌握一切,您可以在其中定义固定订单参数并通过单击“购买”或 “卖出”按钮。 关闭
TradePanel MT5
Alfiya Fazylova
4.89 (112)
交易面板是一个多功能的交易助手。 该应用程序包含 50 多个专为手动交易而设计的功能。 允许您自动执行大多数交易操作。 应用程序的主要功能: 适用于任何交易工具(外汇、差价合约、期货及其他)。 通过一个终端窗口即可使用所有交易工具。 允许您创建最多四个交易工具工作列表。 允许您选择您最喜欢的交易工具。 允许您在所有(或选定的)终端图表上快速切换交易品种。 允许您使用多种方法来计算交易量。 自动计算每笔交易的风险。 根据止损的大小计算风险。 风险经理。 让您可以在图表上直观地看到新订单的交易水平。 允许您设置虚拟止损和获利。 允许您设置指定的止损和获利比率。 允许您在共同价格水平上为所有头寸设置止损或止盈。 允许您下 OCO 订单(一个订单取消另一个订单)。 允许您根据指定参数关闭订单和平仓。 允许您在达到指定的总利润或损失时平仓。 允许您在图表上设置任务线。 允许您反转“卖出转买入”和“买入转卖出”仓位。 允许您锁定仓位。 允许您设置追踪止损功能。 允许您设置盈亏平衡函数。 允许您设置部分平仓功能。 允许您在达到指定价格水平时设置提醒。 允许您自动和手动截图。 有 5 种界面配色方案
Local Trade Copier EA MT5
Juvenille Emperor Limited
5 (63)
通过 Local Trade Copier EA MT5 获得非常快速的交易复制体验。它的简单1分钟设置,使您可以在同一台Windows计算机或Windows VPS上在多个MetaTrader终端之间复制交易,具有闪电般快速的复制速度,低于0.5秒。 无论您是初学者还是专业交易者, Local Trade Copier EA MT5 都提供了广泛的选项,可根据您的特定需求进行自定义。对于任何希望增加利润潜力的人来说,这都是终极解决方案。 今天就尝试一下,看看为什么它是市场上最快、最简单的贸易复印机! 提示: 您可以在您的模拟账户中下载并试用 Local Trade Copier EA MT5 模拟版: 这里 将下载的免费演示文件粘贴到您的 MT5 >> 文件 >> 打开数据文件夹 >> MQL5 >> 专家文件夹并重新启动您的终端。  免费演示版本每次可在 4 小时内发挥全部功能,仅限演示帐户。 要重置试用期,请转至 MT5 >> 工具 >> 全局变量 >> Control + A >> 删除。 请仅在非关键模拟账户上执行此操作,不要在挑战道具公司账户中执行此操作。 Loc
Trade Manager DaneTrades
DaneTrades Ltd
4.73 (22)
交易管理器可帮助您快速进入和退出交易,同时自动计算风险。 包括帮助您防止过度交易、报复性交易和情绪化交易的功能。 交易可以自动管理,账户绩效指标可以在图表中可视化。 这些功能使该面板成为所有手动交易者的理想选择,并有助于增强 MetaTrader 5 平台。多语言支持。 MT4版本  |  用户指南+演示 交易经理在策略测试器中不起作用。 如需演示,请参阅用户指南 风险管理 根据%或$自动调整风险 可选择使用固定手数或根据交易量和点自动计算手数 使用 RR、点数或价格设置盈亏平衡止损 追踪止损设置 最大每日损失百分比,在达到目标时自动平仓所有交易。 保护账户免遭过多提款并阻止您过度交易 最大每日损失(以美元为单位)在达到目标时自动关闭所有交易。 保护账户免遭过多提款并阻止您过度交易 一键实现所有交易的盈亏平衡 自动计算从手机/电话发送的交易的风险 OCO 在设置中可用 交易和头寸管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 高级挂单管理。 调整何时关闭挂单的规则 追踪挂单 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停
The product will copy all telegram signal to MT5 ( which you are member) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal,  s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to s
Mentfx Mmanage mt5
Anton Jere Calmes
4.43 (7)
The added video will showcase all functionality, effectiveness, and uses of the trade manager. Drag and Drop Trade Manager. Draw your entry and have the tool calculate the rest. Advanced targeting and close portions of a trade directly available in tool (manage trades while you sleep). Market order or limit order on either side with factored spread. Just draw the entry, the tool does the rest. Hotkey setup to make it simple. Draw where you want to enter, and the stop loss, the tool calculates al
MT5 to Telegram Signal Provider 是一个易于使用且完全可自定义的工具,它允许向 Telegram 的聊天室、频道或群组发送 指定 的信号,将您的账户变为一个 信号提供商 。 与大多数竞争产品不同,它不使用 DLL 导入。 [ 演示 ] [ 手册 ] [ MT4 版本 ] [ Discord 版本 ] [ Telegram 频道 ] 设置 提供了逐步的 用户指南 。 不需要了解 Telegram API;开发者提供了您所需的一切。 关键特性 能够自定义发送给订阅者的订单详情 您可以创建分层的订阅模型,例如铜、银、金。其中金订阅获得所有信号等。 通过 id、符号或评论过滤订单 包括执行订单的图表截图 在发送的截图上绘制已关闭的订单,以便额外核实 延迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情完全透明: 新的市场订单*带截图 订单修改(止损、获利) 已关闭的订单*带截图 部分关闭的订单** 新的挂单 修改的挂单(进场价格) 挂单激活(作为新的市场订单附加) 已删除的挂单 历史订单报告*** 可自定义的评论 注意: *
Adam FTMO MT5
Vyacheslav Izvarin
5 (1)
ADAM EA Special Version for FTMO Please use ShowInfo= false for backtesting ! Our 1st EA created using ChatGPT technology Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Tested on EURUSD and GBPUSD only  Use 15MIN Time Frame Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94362 Signal using ADAM  https://www.mql5.com/en/signals/2190554 --------------------
Trade copier MT5
Alfiya Fazylova
4.35 (26)
Trade Copier 是一种专业实用程序,旨在复制和同步交易账户之间的交易。 复制发生从供应商的帐户/终端到收件人的帐户/终端,安装在同一台计算机或 vps 上。 在购买之前,您可以在演示帐户上测试演示版本。 演示 这里 。 完整说明 这里 。 主要功能和优点: 支持复制MT5>MT5、MT4>MT5、MT5>MT4,包括МТ5 netting账户。 供应商和收件人模式在同一产品中实现。 简单直观的界面,允许您直接从图表中实时控制复制。 连接中断或终端重新启动时不会丢失设置和位置。 允许您选择要复制的符号,也可以替换接收者的符号,例如 EURUSD> USDJPY。 支持回拷贝。 能够仅复制某些订单。 允许您设置开仓交易价格的最大差异和最大时间延迟。 正确复制部分订单关闭的执行。 计算复制手数的几种方法。 同步止盈和止损。有几种方法可以计算它们的位置。 支持通过执行在“Market account”上工作,其中 SL / TP 仅在开仓后设置。 如何使用简单的设置复制交易 将供应商终端和接收终端安装在同一台计算机或 VPS 上。 在供应商终端上以“Master”模式安装复印机,然后
将信号从任何您是会员的渠道(无需机器人令牌或管理员权限)直接复制到您的 MT5。 它的设计以用户为中心,同时提供您需要的许多功能 该产品采用易于使用且具有视觉吸引力的图形界面。 自定义您的设置并在几分钟内开始使用该产品! 用户指南 + 演示  | MT4版本 | 电报版本 如果您想尝试演示,请参阅用户指南。 Discord To MT5 在策略测试器中不起作用。 Discord MT5 功能 从您是会员的任何频道复制。 无需机器人令牌或聊天 ID 使用风险百分比或固定手数进行交易 排除特定符号 选择复制所有信号或自定义要复制的信号 配置单词和短语以识别所有信号(默认值应适用于 99% 的信号提供商) 配置时间和日期设置以仅在需要时复制信号 设置一次打开的最大交易量 交易和头寸管理 使用信号或自动设置的管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止过度交易 确保仓位的每日最大利润目标(%) 最大开放交易以限制风险和敞口。 使用 RR、点数或价格自动获取部分内容 使用固
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
-25% discount ($199 -> $149) Advanced trading tool: One click smart orders that execute under your conditions Developed by trader for trading community:  position size calculator (lot size), open position after price action, strategy builder, set and forget trading, mobile notifications... Risk Management -  Risk percentage position size calculator, gain percentage, target risk reward ratio, spread and commissions are included in calculations 7 Advanced order types  - Set and forget trading w
OrderManager MT5
Lukas Roth
4.88 (16)
介绍 OrderManager :MT5的革命性工具 使用全新的Order Manager实用程序,像专业人士一样管理您在MetaTrader 5上的交易。Order Manager设计简单,易于使用,可让您轻松定义和可视化每笔交易的风险,从而做出明智的决策并优化您的交易策略。有关OrderManager的更多信息,请参阅手册。 [ 手册 ] [ MT4版本 ] [ Telegram 频道 ] 主要功能: 风险管理:快速轻松地定义您交易的风险,让您做出更好的决策并提高交易性能。 视觉表示:图形化地查看您的交易和相关风险,以清晰简洁地了解您的开放头寸。 订单修改:只需几次点击即可轻松修改或关闭您的订单,简化您的交易过程,为您节省宝贵的时间。 掌握新闻:一键获取最新市场新闻。 不要错过这个MT5交易员的必备工具。用Order Manager提升您的交易体验,将您的交易游戏提升到新的水平。 OrderManager在startegyTester中 不 工作! OrderManager 仅与 Windows 兼容。 请考虑给这个产品一个5星级评价。您的优秀反馈将激励作者加快更新
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
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
UTM Manager 是一款直观且易于使用的工具,可提供快速高效的交易执行。其中一项突出的功能是“忽略价差”模式,该模式使您能够以蜡烛的价格进行交易,完全忽略价差(例如,允许在 LTF 上交易更高价差的货币对,避免因价差而退出交易)。 UTM Manager 的另一个关键方面是其独特的本地交易复印机,允许在每个经纪商中灵活地运行不同的交易策略和设置,例如不同的 TP、BE 和风险规则。 交易执行: 快速高效的交易执行:通过点击图表上的入场价格和止损价格或使用一键固定止损尺寸功能轻松进入交易。 自动手数计算:根据预定义的风险设置计算手数,当通过拖动修改仓位时会重新计算手数。 能够同时处理一个或多个职位。 止盈和盈亏平衡: 灵活的止盈设置:通过特定的风险回报 (RR) 比率设置灵活的部分止盈水平。 可配置的自动盈亏平衡功能:当达到一定的利润水平时,将止损移至盈亏平衡点。 用户友好的界面: 用户友好的图形界面 (GUI),可轻松保存和加载设置。 内置帮助工具提示来解释其他功能。 职位定制: 仓位定制和调整:经理将所有仓位绘制在图表上,通过拖动线条即可轻松定制和调整。 图表上的按钮: 图
将信号从您所属的任何渠道(包括私人和受限渠道)直接复制到您的 MT5。 该工具在设计时充分考虑了用户的需求,同时提供了管理和监控交易所需的许多功能。 该产品采用易于使用且具有视觉吸引力的图形界面。 自定义您的设置并在几分钟内开始使用该产品! 用户指南 + 演示  |   MT4版本  |   不和谐版本 如果您想尝试演示,请参阅用户指南。 Telegram To MT5 接收器在策略测试器中不起作用! Telegram 至 MT5 功能 一次复制多个通道的信号 从私人和受限频道复制信号 不需要机器人令牌或聊天 ID(如果出于某种原因需要,您仍然可以使用这些) 使用风险百分比或固定手数进行交易 排除特定符号 选择复制所有信号或自定义要复制的信号 配置单词和短语以识别所有信号(默认值应适用于 99% 的信号提供商) 配置时间和日期设置以仅在需要时复制信号 设置一次打开的最大交易量 交易和头寸管理 使用信号或自动设置的管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止过度交易
Grid Manual MT5
Alfiya Fazylova
4.83 (12)
Grid Manual是一个交易面板,用于处理订单网格。 该实用程序是通用的,具有灵活的设置和直观的界面。 它不仅可以在亏损方向上设置订单网格,还可以在盈利方向上设置订单网格。 交易者不需要创建和维护订单网格,实用程序会这样做。 打开一个订单就足够了,Grid manual会自动为它创建一个订单网格,并伴随它直到非常关闭。 该实用程序的主要特性和功能: 伴隨以任何方式打開的訂單,包括從移動終端打開的訂單。 適用於兩種類型的網格:“限制”和“停止”。 使用兩種方法計算網格間距:固定和動態(基於 ATR 指標)。 允許您更改未結訂單網格的設置。 顯示圖表上每個網格的盈虧平衡水平。 顯示每個網格的利潤率。 允許您一鍵關閉網格中的盈利訂單。 讓您一鍵關閉每個訂單網格。 允許您對訂單網格應用追踪止損功能。 允許您在訂單網格上應用將訂單網格的止損轉移到盈虧平衡水平的功能。 相對於訂單網格的盈虧平衡水平自動重新排列止盈(僅在限價網格模式下,距離取決於所選的計算類型:“保守”或“激進”)。 最多可管理 20 個訂單網格,每個網格最多可包含 100 個訂單。 計算初始手數時,要考慮入金的大小,不要讓大手
交易面板一键交易。 处理仓位和订单! 通过 图表 或 键盘 进行交易 。 使用我们的交易面板,您只需单击一下即可直接从图表中执行交易,执行交易操作的速度比使用标准 MetaTrader 控件快 30 倍。 参数和函数的自动计算使交易者的交易更加快捷、方便。 图形提示、信息标签和有关贸易交易的完整信息均位于图表 MetaTrader 上。 MT4版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 打开和关闭、反转和锁定、部分关闭/Autolot。虚拟/真实止损/止盈/追踪止损/盈亏平衡,订单网格... МetaТrader 5 中主要订单的交易控制面板 :买入、卖出、buystop、buylimit、sellstop、selllimit、平仓、删除、修改、追踪止损、止损、获利。 有 5 个选项卡 可用:头寸、挂单、账户信息、信号和总利润。 Description on English VirtualTradePad在“  MQL5语言最佳图形面板  ”竞赛中 获得二等奖 。 注意
Trade Assistant 38 in 1
Makarii Gubaydullin
4.87 (15)
多功能工具:超过65个功能,其中包括:手数计算,价格行为,盈亏比,交易管理,供需区域。 演示版   |   用户手册   |  MT5版 任何问题 / 改进意见 / 如果发生了故障或错误    都可以联系我 该实用程序在策略测试器中不起作用:您可以在此处下载 演示版来测 试产品。 Trading functions require permitted auto trading (including on the broker's side) 简化,加快并且自动化你的交易过程。利用这款工具的控制功能就能增强普通交易端的执行力。 建立一笔新的交易:手数 / 风险 / 盈亏计算 1. 手数计算工具 (基于风险规模的交易量计算) 2. 风险计算工具 (基于手数大小的风险额计算) 3. 盈亏比 4. 订单的激活和触发,买入或卖出限价/买入或卖出止损 5. 虚拟的止损/止盈 (隐藏的止损,止盈:交易商不可见) 6.  智能的止损/入场点:当价格柱在收盘时已超越了才入场 (避免无效触发) 7. 隐藏掉挂单 (虚拟的订单) 8. 预订挂单:在市场关闭的时候你也可以下挂单 (适合周末
Ultimate Trailing Stop EA MT5
BLAKE STEVEN RODGER
4.57 (7)
This EA Utility allows you to manage (with advanced filtering) unlimited open orders (manual or EA) with 16 trailing stop methods: fixed, percent, ATR Exit, Chandelier Exit, Moving Average, Candle High Low Exit, Bollinger Bands, Parabolic, Envelope, Fractal, Ichimoku Kijun-Sen, Alligator, Exit After X Minutes or Bars, RSI and Stochastic. The trailing stop can be either real or virtual, and you can exit fully or with a partial close percent on touch or bar close.  Moreover, you can add (overri
Hedge Ninja
Robert Mathias Bernt Larsson
請務必在 www.Robertsfx.com 加入我們的 Discord 社區,您也可以在 robertsfx.com 購買 EA 無論價格向哪個方向移動,都能贏得勝利 無論價格向哪個方向移動,該機器人都會根據價格的移動方向改變方向,從而獲勝。這是迄今為止最自由的交易方式。 因此,無論它向哪個方向移動,您都會贏(當價格移動到屏幕截圖中的任何一條紅線時,它會以您設置的利潤目標獲勝)。 您面臨的唯一風險是價格是否正在整合(停留在一個地方)。 對沖忍者是一種半自動交易工具,您可以使用下面的對沖設置進行設置。當您告訴它進行交易時,購買或出售它,然後為您處理一切。 每次機器人改變方向時,它都會彌補你之前的損失,所以當你到達任何一條紅線時,你的利潤將是你決定的。 一個好的經驗法則是使用相當高的風險來獲得回報,但是你在這個鏈接上知道如何交易這個機器人的交易秘密。你想要的是價格移動,一旦它開始移動,你就直接走向你的利潤資金:) 設置 ADR / 平均點差 ADR 是平均每日範圍,顯示該工具在一天內通常平均移動多少點。很高興知道這一點,因為您不希望該機器人在點差變得更高
Take a Break MT5
Eric Emmrich
4.71 (14)
The most advanced news filter and drawdown limiter on MQL market NEW: Take a Break can be backtested against your account history! Check the " What's new " tab for details. Take a Break has evolved from a once simple news filter to a full-fledged account protection tool. It pauses any other EA during potentially unfavorable market conditions and will continue trading when the noise is over. Typical use cases: Stop trading during news/high volatility (+ close my trades before). Stop trading when
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
Auto Trade Copier 被设计成多的MT5账户/端子,绝对精度之间复制交易。 有了这个工具,你可以充当要么提供商(源)或接收(目的地) 。每一个交易行为将由提供商克隆到接收器,没有延迟。 以下是亮点功能:     在一个工具提供商或接收器之间转换角色。     一个供应商可以交易复制到多个接收者的账户。     绝对兼容MT5的顺序/位置管理规则,该规则允许与调整容积为每个符号只有一个位置。     自动识别和同步代理之间的符号后缀。     允许高达5特殊符号的设置(即: GOLD - > XAUUSD ,等等) 。     多lotsize设置选项。     允许过滤的订单类型将被复制。     关断端子或电源关闭后恢复以前的设置和状态。     实时控制面板。     使用方便,界面友好。 用法: - 安装工具提供的MT5终端,并选择角色“提供者” ,然后启用它。 - 安装工具接收的MT5终端,并选择角色的“接收器” ,输入提供商的帐号,然后启用它(你可以有很多接收者的帐户,只要你想) 。 设置和参数:      特殊符号设置(菜单)
Basket EA MT5
Juvenille Emperor Limited
5 (6)
篮子 EA MT5   是最好的利润收割机和终极账户保护器,是一个非常简单易用的解决方案。   篮子 EA ΜΤ5   背后的理念是能够在篮子级别控制您的整体交易账户的利润和/或损失,针对您所有的未平仓头寸。 它以账户余额的百分比或账户货币(货币)为所有托管头寸提供篮子获利、止损、盈亏平衡和追踪止损设置。 它允许根据其幻数或符号对某些交易进行管理或排除在管理之外。 它还具有账户保护设置,当账户达到止盈或止损净值时,关闭所有未平仓交易,删除所有挂单并关闭所有图表,删除附加在其上的任何其他 EA。 提示 :您可以下载 篮子 EA MT5   演示版并在您的模拟账户上试用: 这里 将下载的免费演示文件粘贴到您的 MT5 >> 文件 >> 打开数据文件夹 >> MQL5 >> 专家文件夹并重新启动您的终端。   免费演示版本每次可在 4 小时内发挥全部功能,仅限演示帐户。 要重置试用期,请转至 MT5 >> 工具 >> 全局变量 >> Control + A >> 删除。 请仅在非关键模拟账户上执行此操作,不要在挑战道具公司账户中执行此操作。 产品安装      |    Bas
-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
Trade Assistant GS mt5
Vasiliy Strukov
5 (13)
交易面板僅限於管理訂單 - 使用按鈕打開和由用戶打開。 收藏中簡單方便。 將補充任何買家。 我建議將它與 Gold Stuff 指標一起使用。 將交易設置為單個訂單並構建有距離的網格。 要創建標準網格,只需設置一個較大的距離,例如 10000。 可以在此處查看實時結果。 購買後立即聯繫我以獲得設置和個人獎勵!   設置 打開新系列 - 打開/關閉新系列訂單的開始。 Lot miltiplier - 以下訂單的手數乘數。 TP - 獲利,以點為單位。 SL - 止損,以第一個訂單的點數為單位。 Trail Start - 激活追踪止損。 Trail Step - 激活追踪止損時與價格的距離。 DD Reduction Algoritm - 回撤減少算法,當最後一個有利潤的訂單將與第一個有虧損的訂單系列關閉時。 Number order for DD Reduction Algoritm - 減少回撤算法被激活的順序。 DD 減少算法的利潤百分比 - 在回撤減少模式下關閉訂單時的利潤百分比。 Magic - 是 EA 分配給其訂單的特殊編號。 Fix distance -
MT4 to Discord Signal Provider 是一款用户友好、完全可定制的工具,专为直接向 Discord 发送交易信号而设计。这个工具将您的交易账户转变为一个高效的信号提供者。 自定义消息格式以适应您的风格!为了方便使用,您可以从预先设计的模板中选择,并决定包括或排除哪些消息元素。 [ 演示 ] [ 手册 ] [ MT4 版本 ] [ Telegram 版本 ] 设置 遵循我们详细的 用户指南 进行简单设置。 不需要预先了解 Discord API;我们提供所有必要工具。 主要特性 为订阅者更新自定义订单详情。 实施分层订阅模型,如铜牌、银牌、金牌,每一层都提供不同级别的信号访问。 附加执行订单的图表截图。 在这些截图上显示已关闭的订单,以增加清晰度。 提供延迟发送新订单消息的选项,以便在发送前进行最后调整。 透明和详细的订单信息: 带截图的新市场订单。 订单修改(止损、获利)。 已关闭和部分关闭的订单。 新的和修改的挂起订单。 挂起订单的激活和删除。 关于历史订单的详细报告。 每个订单的可定制评论。 注意: * 截图包括图表上的任何对象,如指标。 ** 在报
作者的更多信息
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
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 integration
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
筛选:
Sashin Sobrun
33
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
8623
来自开发人员的回复 Gad Benisty 2024.03.24 23:05
This indicator is deprecated, it has been replaced by Ofir Notify (search for it here in marketplace).
cbarryftmo
214
cbarryftmo 2023.07.26 05:30 
 

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

Stefano Sharawi
21
Stefano Sharawi 2023.03.04 12:59 
 

how i can forward indicator alert to telegram ?

Gad Benisty
8623
来自开发人员的回复 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
274
Michael Masanga 2021.12.22 05:46 
 

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

ellena
301
ellena 2021.12.09 19:16 
 

nice, working as expected

100pips_eth
15
100pips_eth 2021.07.21 12:51 
 

love you mate!

Sebastian Schmidt
1184
Sebastian Schmidt 2020.12.09 02:23 
 

genial nice tool!!

Lau Ka Shun
576
Lau Ka Shun 2020.12.05 06:21 
 

Nice Alert EA!

Haleim Shah
18
Haleim Shah 2020.11.30 15:52 
 

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

回复评论