Ofir Notify for Telegram Light edition

3

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



评分 4
Natthachai Phiphatsart
140
Natthachai Phiphatsart 2022.02.27 10:33 
 

Good Good Good !!!!!!

推荐产品
You can check out comment #1 how does it work This is a very useful tool, enter the currency charts you need to open, use the symbol "/" to distinguish them, and select the periodicity /TF of the chart, press the button and they will open the charts for you in batches without you having to manually open them each! Because some EA use multiple currency pairs strategy, but do not support one chart to support all currency pairs, so I developed this tool, hope you like it, if you are satisfied with
FREE
Deal multiplier Mt4
Mikhail Mitin
4.46 (13)
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 - fix
FREE
Shutdown
Abraham Correa
Ever needed to declutter your entire POV of the platform? Have the choice to delete ever chart window! When attaching this script, permission is required to close every chart window, no matter the symbol, timeframe, or amount of indications or EA's, ACTIVE. The autonomy of nullifying every chart and to be on the gray screen, happens with this script, essentially. I could go ahead and tell you, the Market Watch List of Symbols has always remained opportune to the traders of the internet, so car
FREE
VisualTicksEA
Dariusz Grywaczewski
VisualTicks_EA is an Expert Advisor dedicated to the VisualTicks chart. Works ONLY on the VisualTicks chart. Is a tool that lets you open and close transactions directly on the VisualTicks chart. There is only one parameter in EA settings: magic - next EA number. If you use more than one VisualTicks_EA on MT4, you must enter a different magic number. After starting VisualTicks_EA, the following buttons will appear on the chart: Open BUY - opens one BUY transaction of a specified lot size. Cl
FREE
BackTester FX
Mikhail Nazarenko
BackTester FX — симулятор  ручной торговли MetaTrader 4 . Позволяет моделировать рыночные условия на исторических данных в тестере стратегий, вручную открывать и закрывать сделки, анализировать торговые стратегии без рисков потерять. Ключевые возможности Эмуляция ручной торговли в визуальном тестере стратегий Совместимость с любыми инструментами и таймфреймами Быстрое управление ордерами (открытие/закрытие) Настройки объема сделки, Stop Loss, Take Profit Работает как в тестере стратегий так и на
FREE
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 MT5 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 and
FREE
Save Template
Dominik Kaczorowski
A very fast way to save your chart template. Set the keyboard shortcut to further speed up the operation. The script allows you to save a template with a specific prefix, with the current date or with the chart timeframe. The symbol is saved automatically. Script parameters: Prefix - prefix for the template name. Can be empty. With date - true = template name will containt current date With timeframe - true = template name will containt timeframe of the current chart
FREE
SyncObjects 是一个工具,允许您在 MetaTrader 中实时同步绘制在多个图表上的对象。趋势线、水平线和文本标签等对象可以自动反映在其他图表上。这使得跨不同时间框架和货币对的无缝分析成为可能,从而提高了您的交易效率。此外,它与诸如 PracticeSimulator 等交易练习和测试工具配合良好,可以更高效地进行图表分析和模拟测试。 主要功能 实时同步:在一个图表上绘制的对象将自动同步到同一平台内的其他图表上。您可以在不同的时间框架和货币对之间共享分析。 支持多种对象类型:同步各种对象,包括趋势线、水平线、箭头、文本标签等。 策略测试器支持:与 MetaTrader 的策略测试器配合使用,轻松进行回测和分析。 离线图表支持:可与离线图表一起使用,使其在自定义时间框架和测试中具有更大的灵活性。 与 PracticeSimulator 兼容:SyncObjects 与 PracticeSimulator 工具高度集成,增强了模拟交易测试和验证的功能。 参数设置 仅同步相同的符号:设置为 true 时,对象仅在相同货币对的图表之间同步。设置为 false 时,仅垂直线将在不同
FREE
The script closes all positions for which the profit is more than 5 pips. Works only on an open pair (on an open chart). The terminal must have the "Algo trading" mode enabled. Effective if there are many open positions that need to be closed quickly. The script does not replace trailing stop or advisor.   The script checks all open deals and closes those that meet the condition (profit is more than 5 pips) once at the time of launch. For the subsequent closing of new profitable positions, y
FREE
Alert Time Line
Sergey Bocharov
Alert TIME LINE indicator warns that the price has reached a specified time level. Drag the indicator onto the chart, press the SET TIME LINE button, move the line that appears to the desired time, when the chart reaches the specified time, an alert will be triggered. This indicator is used as an auxiliary tool when trading time zones, using the free TIME LINE Forex System , see the results and screenshots below. You can get the system for free in the technical support chat https://t.me/Cycl
FREE
Left4Trade MT4 Script  A script allows displaying the closure of a trade on the current chart. It helps to see where the trade was opened and closed and how it affects the overall trading result. When using this script, arrows indicating the opening and closing of trades are displayed on the chart. They can be configured with different colors according to your preferences. One of the main advantages of using this script is the ability to quickly analyze trading operations, which allows you to
FREE
This Tool Allow you close all open Orders automatics when Equity reach to specific value:  - When Equity is less than  specific value - When Equity is greater than  specific value - And Allow you close all open orders in manual - It will notification to MT4 Mobile app when it execute close all orders. __________________________________________ It very helpful for you when you trade with prop funds. Avoid reach daily drawdown and automatics close all orders when you get target.
FREE
ZoomIN
Maxim Polishchuk
4.5 (2)
The ZoomIN 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 the
FREE
Alert Relay Helper (EA) – MT5  & MT4 Encrypted bridge that forwards indicator alerts to external messengers *   in real-time. Plug-and-play   utility – simply attach it to   one   chart. Zero trading functions   – does   not   open, modify or close orders. End-to-end AES-256 encryption   – only custom indicators that support the same key can broadcast messages (e.g.  VWAP Ultimate Pro   v1.20+). Multi-platform   – MT5 build 4150+, MT4 build 1380+. Before you turn it on : Open Tools > Options >
FREE
This is a script for quick and easy placement of orders (Buy Stop, Sell Stop, Buy Limit, Sell Limit) to the user's choice. Simply drop the script on a chart part where you want to place the selected order. You can also set the automatic calculation of the lot size for the position, depending on the risk as a percentage. Also, you can use the script as a supplement to your trading strategy, since it is possible to specify a magic number. Features Fast placing of a required order (Buy Stop, Sell S
FREE
Phone Trade Assistant
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
This Expert Advisor monitors all open trades and saves them to a CSV file whenever a change is detected. It’s a lightweight tool for exporting trade data from MetaTrader 4 in real time. What it does: Monitors all open positions on the terminal Detects changes (order type, volume, price, SL, TP, etc.) Writes updated trade data to a .csv file ( TradeCopy.csv ) Includes order ID, symbol, type, lot size, price, SL, and TP Saves files in the Common Files folder for easy access by other applications H
FREE
Show Pips
Roman Podpora
4.27 (59)
对于那些总是想了解帐户当前情况的人来说,此信息指示器将很有用。该指标显示诸如利润点数、百分比和货币等数据,以及当前货币对的点差以及柱在当前时间范围内收盘的时间。 MT5版本 -   更多有用的指标 有多种选项可用于在图表上放置信息线: 价格右侧(运行在价格后面); 作为评论(在图表的左上角); 在屏幕的选定角落。 还可以选择信息分隔符: | / 。 \ # 该指标具有内置热键: 键 1 - 退一步显示信息类型(价格、评论或角落的右侧) 关键2——信息显示类型的进步 键 3 - 更改信息行显示的位置 可以在设置中重新分配热键。 该指标易于使用且信息丰富。可以在设置中禁用不必要的信息项目。 设置 替换显示信息的热键(向后)   - 后退信息显示类型 用于替换显示信息的热键(前进)       - 信息显示类型向前迈进了一步 用于更改外观/角信息字符串类型的热键     - 更改信息行显示的位置 文字颜色     - 文字颜色 盈利颜色     - 有浮动利润时的文字颜色 失色     - 存在浮动损失时的文本颜色 分离器     - 一行中的数据分隔符。可以采用五个值:“|”、“/”、
FREE
This script is a part of the Sounder_TopBottomLevels product which is intended to alarm the trader by sound when a Symbol's price goes above or below certain level(s). One of the product's features is a handy operation. You manage the levels by dragging lines on the chart with the mouse. Another feature is an optional Windows application which shows the chart that currently alarms the trader (this script contains this application, when you launch this script in the terminal it unpacks the applic
FREE
This script is a part of the Sounder_TopBottomLevels product which is intended to alarm the trader by sound when a Symbol's price goes above or below certain level(s). One of the product's features is a handy operation. You manage the levels by dragging lines on the chart with the mouse. Another feature is an optional Windows application which shows the chart that currently alarms the trader. And the sounds are customizable which   may be useful for office with a number of the terminals running
FREE
This script is a part of the Sounder_TopBottomLevels product which is intended to alarm the trader by sound when a Symbol's price goes above or below certain level(s). One of the product's features is a handy operation. You manage the levels by dragging lines on the chart with the mouse. Another feature is an optional Windows application which shows the chart that currently alarms the trader. And the sounds are customizable which   may be useful for office with a number of the terminals running
FREE
Account Cash Status
Boguslaw Nejmanowski
Account Cash Status This indicator shows actual account balance and equity. Can be placed in any position on chart even in subwindow. Account Balance is displayed in gray color. When there is no opened position the account equity is displayed in dark gray color. When there is opened position and equity value is lower than balance value the color is changed for red. When there is opened position and equity value outperforms balance value the color is changed for lime. Colors may be set freely by
FREE
根据波动性,奖励交易头寸的潜在风险基于平均真实范围显示。 点击"买入或卖出"按钮时,会显示风险回报框! ATR计算的一个效用,为一个不属于何时关闭交易的艰难决定的问题感到高兴。 这件事将有助于你的风险管理决定.  规格说明 平均真实范围是一个常用的指标,以点或价格衡量市场的波动性。 真实范围是在任何给定时间段内烛台的最低交易价格和最高交易价格之间的差额。 平均真实范围,在所有,平均这些高点和低点的"前"天。 例如,ATR指标的默认设置为我们提供了14天的周期。 ATR收集点值的高点和低点,除以14天。 但当然,这超出了通用指标ATR。 事实上,三个完全不同的TPs完全依赖于他们自己的时间框架来实现不同的pip消耗。 烛台的规则在技术上是不同的每个时间框架。 因此,当我们使用相同的时间段时,我们会发现每个时间段的结果不同。  例子:: 时间段/天数占:14/时间段:M30   时间段/天数占:14/时间段:H1 时间段/天数占:14/时间段:H4  ^这些将提供不同的平均真实范围^  这里是我喜欢3TP的权力所在和原因:理论上,尾随可以发生在第一个TP朝向第二个TP。 第三个T
FREE
One Click Close All Script
Joaquin Nicolas Metayer
5 (1)
One Click Close All is a script that when thrown on any chart will automatically close all orders regardless of the asset or what type of orders they are, it will close everything much faster than a human could. You will find paid versions of the same style of this script, but read carefully and you will see that it performs the same function ... here you have it for free, enjoy it.
FREE
This is a demo version of CyberTrader Assistant tool. In demo version you cannot change lots value (it is set to the minimal value for the given symbol) and price rounding function for pending orders is unavailable This tool simplifies routine trading tasks (like opening market orders, setting up pending orders, closing of all orders and orders by parameter), helps to control losses by use of break even stop and trailing stop, and adds a little bit of cyber punk edge to your trading Control Ele
FREE
Session High Low
Jerome Asiusin
This indicator help to mark the high and low of the session Asian,London,Newyork , with custom hour setting This indicator is set to count from minute candle so it will move with the current market and stop at the designated hour and create a accurate line for the day. below is the customization that you can adjust : Input Descriptions EnableAsian Enables or disables the display of Asian session high and low levels. EnableLondon Enables or disables the display of London session high and
FREE
This is a free version of our Great tool with limited functions. The ChartChanger is a great utility tool to reduce the number of open charts on your terminal. There is three section to it: Symbols, Time frames and Templates. You need only one chart to be open and still you can scroll up to multiple ones. Symbols: With the push of a button you can change from one symbol to another, and your applied indicators will stay on the next chart. For the symbols there is an auto detection mode, or you ca
FREE
Spread Data
Harry Gunadi Permana
4.5 (2)
Spread Data tool will display current spread and average spread. It will record spread for every hour (from 0 to 23) and can give better data about your broker spread. Run it for 2 days or more to get better spread data . Every spread smaller than MinSpread will be recorded as MinSpread Every spread larger than MaxSpread will be recorded as MaxSpread It help to decide what spread to be used when do backtest, EA spread settings, EA that trade in specific time interval, especially for scalping EA
FREE
One Click MT4
MQL TOOLS SL
5 (3)
One Click Close MT4 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 4 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
该产品的买家也购买
欢迎来到 Trade Manager EA——这是一个终极风险管理工具,旨在使交易变得更直观、精准和高效。它不仅仅是一个下单工具,而是一个用于无缝交易计划、仓位管理和风险控制的全面解决方案。不论您是新手交易员、资深交易员,还是需要快速执行的剥头皮交易员,Trade Manager EA 都可以满足您的需求,适用于外汇、指数、大宗商品、加密货币等各种市场。 借助 Trade Manager EA,复杂的计算已成过去。只需分析市场,在图表上用水平线标记入场、止损和止盈,设置您的风险水平,Trade Manager 就会立即计算出理想的头寸规模,并实时显示以点、账户货币计价的止损和止盈。每笔交易都得以轻松管理。 主要功能: 头寸规模计算器 :根据定义的风险瞬间确定交易规模。 简单的交易计划 :在图表上用可拖动的水平线直接计划交易,设置入场、止损和止盈。 实时显示 SL 和 TP :以账户货币、点或分显示止损和止盈,便于分析。 高级保护工具 盈亏平衡选项 : 基本盈亏平衡 :当您的交易达到设定水平时自动保护利润。 多级盈亏平衡 :设置多达 4 个级别以逐步保护利润。 尾随止损选项 : 基本尾随
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.69 (65)
MetaTrader 4 专业交易复制器 快速、专业、可靠的 MetaTrader 4 交易复制器。 COPYLOT 可在 MetaTrader 4 与 MetaTrader 5 终端之间复制外汇交易,并为不同账户类型和交易场景提供灵活的同步方案。 COPYLOT MT4 版本支持: MetaTrader 4 → MetaTrader 4 MetaTrader 5 Hedge → MetaTrader 4 MetaTrader 5 Netting → MetaTrader 4   MT5 版本 完整说明 + DEMO + PDF 如何购买 如何安装 如何获取日志文件 如何测试与优化 Expforex 的全部产品 您也可以使用 MetaTrader 5 版本,在 MetaTrader 5 → MetaTrader 5 和 MetaTrader 4 → MetaTrader 5 之间进行复制: COPYLOT CLIENT for MT5 COPYLOT 是一款专业级交易复制器,可稳定运行于 2、3 甚至 10 个终端之间。 支持从模拟账户和投资者密码账户进行复制 可同时运行在多个终端上
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (110)
通过 Local Trade Copier EA MT4 获得非常快速的交易复制体验。它的简单1分钟设置,使您可以在同一台Windows计算机或Windows VPS上在多个MetaTrader终端之间复制交易,具有闪电般快速的复制速度,低于0.5秒。 无论您是初学者还是专业交易者, Local Trade Copier EA MT4 都提供了广泛的选项,可根据您的特定需求进行自定义。对于任何希望增加利润潜力的人来说,这都是终极解决方案。 今天就尝试一下,看看为什么它是市场上最快、最简单的贸易复印机! 提示: 您可以在您的模拟账户中下载并试用 Local Trade Copier EA MT4 模拟版: 这里 将下载的免费演示文件粘贴到您的 MT4 >> 文件 >> 打开数据文件夹 >> MQL4 >> 专家文件夹并重新启动您的终端。  免费演示版本每次可在 4 小时内发挥全部功能,仅限演示帐户。 要重置试用期,请转至 MT4 >> 工具 >> 全局变量 >> Control + A >> 删除。 请仅在非关键模拟账户上执行此操作,不要在挑战道具公司账户中执行此操作。 如果您无法在
Trade Assistant MT4
Evgeniy Kravchenko
4.43 (197)
它有助于计算每笔交易的风险,容易安装新的订单,具有部分关闭功能的订单管理, 7 种类型的追踪止损和其他有用的功能。 附加材料和说明 安装说明 - 应用程序说明 - 模拟账户应用程序的试用版 线条功能  - 在图表上显示开仓线、止损线、止盈线。 有了这个功能,就可以很容易地设置一个新的订单,并在开仓前看到它的附加特性。   风险管理  - 风险计算功能在考虑到设定的风险和止损单的大小的情况下,计算新订单的成交量。它允许你设置任何大小的止损,同时观察设定的风险。 批量计算按钮 - 启用 / 禁用风险计算。 在 " 风险 " 一栏中设置必要的风险值,从 0 到 100 的百分比或存款的货币。 在 " 设置 " 选项卡上选择风险计算的变量: $ 货币, % 余额, % 资产, % 自由保证金, % 自定义, %AB 前一天, %AB 前一周, %AB 前一个月。   R/TP 和 R/SL - 设置止盈和止损的关系。 这允许你设置相对于损失的利润大小。 例如, 1 : 1 - 这决定了 TP = SL 的大小。 2 : 1 - 这意味着 TP 是 SL 的两倍。 RR - 它禁用比率。  
PZ Trade Pad Pro MT4
PZ TRADING SLU
3.67 (3)
这是一个可视化的交易面板,可帮助您轻松进行交易管理,避免人为错误并增强交易活动。它结合了易于使用的视觉界面以及完善的风险和位置管理方法。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 易于使用 从图表轻松交易 精确的风险管理交易,无忧 保本是重中之重 让利润不受您的关注 尽快享受无风险交易 所有已开通交易的自动追踪止损 交易开始后立即设置初始止损 进行交易后,EA将执行以下任务: 初始止损/获利被自动放置 它会尽快锁定自由行(可选) 它将止损首次移动到盈亏平衡点(可选) 它使用您所需的方法跟踪止损,直到止损为止 其他很酷的功能是: 出色的终端活动报告 单一但功能强大的尾随止损方法 干净的图表界面 没有输入参数 我进行交易后会怎样? 这是您进行交易后EA的操作: 它放置初始止损并获利订单。 尽快搭便车并确保保本。默认情况下,这是通过在达到盈亏平衡点时关闭50%的交易来完成的,默认情况下为5点。这意味着,如果您日后被淘汰,您将一无所获(可选)。 盈亏平衡后,跟踪止损开始运行。 它跟踪止损,直到止损为止,让利润运行。 尾随止损如何运作? 追踪止损表示为所管
一款面向手动交易的专业面板,把完整的交易流程都收进图表上的一个窗口,从精准入场到账户防护。按设定的风险精确计算手数,借助 RR Tool 直接在图表上用线条搭建交易,开立市价单和挂单、网格与 OCO。持仓的后续管理交给面板打理:最多五级分批平仓、六种跟踪止损、保本以及 Virtual SL/TP。日、周、月三档限额守护本金,一旦被突破即自动触发。 使用指南与免费 Live 演示 免费的 Live 演示版可在此获取 ( Free Live Demo )。 产品的使用指南见此 ( User Manual )。 NT Trade Manager 把交易者的整套工作流程收进图表上一块紧凑的面板,无需在终端各窗口之间反复切换,也不必在每次入场前埋头计算。它为坚持手动、独立判断的交易者而打造:主观交易者、剥头皮和波段交易者,外汇、金属、指数、大宗商品乃至加密货币等任何品种都适用。决策由你拍板,执行的琐碎操作、风控纪律和持仓跟踪则交给面板。没有你的指令,什么都不会发生:这是一件实战工具,而不是全自动交易程序,也不是信号服务。 功能概览 每笔交易的手数都严格按设定的风险算出:可取账户余额的百分比
达到目标利润时自动锁定利润 EquityTargetCloser   — 是一款 MetaTrader 5 实用工具型专家顾问,当   净值(Equity)超过当前余额达到指定的利润金额时 ,它会自动平掉所有市价单并删除挂单。平仓后目标自动提高:新门槛 = 新余额 + 指定利润。该 EA 不负责开仓,仅管理现有头寸,帮助可靠地锁定利润并保护积累的资金。 MT5-version:  https://www.mql5.com/en/market/product/169839 工作原理 该专家顾问持续将   净值(Equity)   与动态目标进行比较: 目标 =   当前余额(Balance) + plusMoney   (美元)。 当净值大于或等于该金额时,触发保护机制: 平掉   所有市价单   (任何品种)。 如果参数   Delete pending orders = true ,则删除   所有挂单 。 平仓后余额更新,目标重新计算:   新余额 + plusMoney 。这样,EA 在每个成功周期后逐步提高利润锁定门槛。 重要提示 :触发条件取决于   累计浮动利润 ,而不是
MACD Divergence Scanner is a multi-timeframe and multi-symbol dashboard and alert that checks all timeframes and symbols to find regular and hidden divergences between price chart and MACD indicator. This divergence scanner is integrated with support and resistance zones so you can check the MACD divergences in the most important areas of the chart to find trend reversals in the price chart. Download demo version   (works on M 1,M5,M30,W1   timeframes) Full description of scanner parameters ->  
Trading History MT4
Siarhei Vashchylka
5 (9)
Trading History - A program for trading and money management on the history of quotes in stratagy tester. It can work with pending and immediate orders, and is equipped with trailing stop, breakeven and take profit functions. Very good for training and testing different strategies. Manual (Be sure to read before purchasing) Advantages 1. Allows you to test any trading strategy in the shortest possible time 2. An excellent simulator for trading training. You can gain months of trading experience
King Trade Copier MT4
Mohammed Maher Al-sayed Mohammed Ahmed Saleh
King Trade Copier MT4 – Lightning-Fast Local Trade Copier (Master + Slave in ONE file) King Trade Copier is a professional local trade copier that mirrors every trading action from one Master account to unlimited Slave accounts on the same PC or VPS — with an internal copy latency of just a few milliseconds. It was built by a real trader for daily real-money use, with one goal: whatever happens on the Master must happen on the Slave, instantly and without exceptions. Watch the demo video to s
SmartFastTrade AI
Muhammad Faisal Sagala
Transform Your Trading with SmartFastTrade AI: Speed and Ease at Your Fingertips! Introduction Are you a trader struggling with slow order execution? Do you want a tool that can assist you in making quick and accurate trading decisions? If yes, then SmartFastTrade AI is the answer to all your trading needs. With its unique combination of speed, user-friendliness, and advanced features, SmartFastTrade AI will help you unlock your full trading potential. Let's delve deeper into why this innovativ
试用版下载 Copy Cat More (跟单猫) MT4 交易跟单器 (Trade Copier) 不仅仅是一个简单的本地交易跟单器;它是一套 完整的风险管理与执行框架 (risk management and execution framework), 专为当今的交易挑战而设计。从自营公司 (prop firm) 挑战到个人投资组合管理,它凭借 稳健的执行、资金保护、灵活的配置和先进的交易处理的结合,适应各种情况。 该跟单器同时支持   主控端 (Master,发送方) 与 受控端 (Slave,接收方)   两种模式,可实时同步市价单与挂单、交易修改、部分平仓以及对锁平仓 (Close By) 操作。它兼容模拟与真实账户、交易或投资者登录,并通过持久化交易记忆 (Persistent Trade Memory) 系统确保恢复——即使 EA、终端或 VPS 重启也不例外。可借助唯一 ID 同时管理多个主控端与受控端,跨经纪商差异则通过前缀/后缀调整或自定义品种映射自动处理。 试用版:  先试用看看 :   你可以从下方链接下载并体验   Copy Cat More (跟单猫
Equity Protect Pro:全方位账户保护专家,让您的交易更安心 如果您正在寻找账户保护、净值保护、投资组合保护、多策略保护、利润保护、利润收割、交易安全、风控程序、自动风控、自动清仓、条件清仓、定时清仓、动态清仓、跟踪止损、一键关闭、一键清仓、一键还原等功能,Equity Protect Pro 就是您要找的程序。 它配置简单,当到达预设条件时,可关闭所有图表,同时支持关闭信号订阅(这意味着所有交易程序也将停止运行)。此时,将不再有新订单产生,最后再关闭所有订单,有效防止意外损失,让您在交易过程中高枕无忧。 Equity Protect Pro (Technical Manual) Equity Protect Pro Demo Version for yo u to test   Equity Protect Pro MT4 Demo.ex4        Equity Protect Pro MT5 Demo.ex5 Equity Protect Pro 拥有 14 个核心功能,它们都是独立运行的。您可以根据您的交易策略,选择合适的功能组合使用。这些功能默认为关闭状态
Telegram to MT4 Multi-Channel Copier 可自动将您 Telegram 频道中的交易信号直接复制到 MetaTrader 4。无需机器人,无需浏览器扩展,无需手动复制。您在 Telegram 上收到信号,EA 会在几秒钟内在您的终端上开仓。 本产品包含两个组件:一个监听您 Telegram 频道的 Windows 应用程序,以及在您的 MT4 终端上执行信号的 EA。同时也提供 MT5 版本。 设置指南和应用程序下载: https://www.mql5.com/en/blogs/post/768988 工作原理 Windows 应用程序使用您自己的 API 凭据连接到 Telegram,而不是机器人。这意味着它可以读取您订阅的任何频道、群组或话题,包括私人和 VIP 频道。检测到信号后,它会进行解析并发送给 EA。EA 根据您的经纪商解析交易品种名称,基于您的风险设置计算手数,然后开仓。 整个过程都是自动的。您无需守在电脑前。 打开应用程序并登录 Telegram(仅第一次)。 选择要监听的频道或话题。 按下 Start。EA 会处理其余的一切。 支持的
The product will copy all telegram signal to MT4   ( 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
TradePanel MT4
Alfiya Fazylova
4.84 (95)
交易面板是一款多功能交易助手。该应用包含超过50种手动交易功能,并允许您自动执行大多数交易任务。 在购买之前,您可以在演示账户上测试演示版本。下载用于演示账户的试用版应用程序: https://www.mql5.com/zh/blogs/post/762579 。 完整说明 这里 。 贸易. 只需单击一下即可执行交易操作: 打開掛單和頭寸,並自動計算風險。 一鍵打開多個訂單和頭寸。 打開訂單網格。 按組別關閉掛單和頭寸。 反轉頭寸方向(關閉買入>打開賣出,關閉賣出>打開買入)。 鎖定頭寸(通過開啟缺少的頭寸,使買入和賣出頭寸的數量相等)。 一鍵部分關閉所有頭寸。 將所有頭寸的止盈和止損設置在同一價格水平。 將所有頭寸的止損設置在盈虧平衡水平。 開倉時,可使用以下功能: 在多個訂單或倉位之間分配計算出的數量(在單擊一次時開啟多個訂單和倉位)。 在開啟訂單前在圖表上可視化交易水平。 僅在當前點差不超過設定值時才開啟倉位。 止盈和止損之間的自動比例。 虛擬止損和止盈。 自動將止損和止盈的大小增加為當前點差的大小。 基於ATR指標讀數計算止盈和止損。 設置掛單的到期日期。 為掛單設置追蹤(掛單
Strategy Builder offers an incredible amount of functionality. It combines a trade panel with configurable automation (covert indicators into an EA), real-time statistics (profit & draw down) plus automatic optimization of SL, TP/exit, trading hours, indicator inputs. Multiple indicators can be combined into an single alert/trade signal and can include custom indicators, even if just have ex4 file or purchased from Market. The system is easily configured via a CONFIG button and associated pop-up
MT4 至 Telegram 信号提供者 是一款易用、可完全自定义的工具,它使发送信号到 Telegram 成为可能,将您的账户变成信号提供者。 消息的格式 可以完全自定义! 但是,为了简便使用,您也可以选择一个预设模板,并能够启用或禁用消息的特定部分。 [ 演示 ]  [ 手册 ] [ MT5 版本 ] [ Discord 版本 ] [ Telegram 频道 ]  New: [ Telegram To MT5 ] 设置 可通过 用户指南 获取逐步说明。 无需了解 Telegram API;开发者提供所需的一切。 主要特性 自定义发送给订阅者的订单详情的能力 您可以创建分层订阅模型,例如铜牌、银牌、金牌。金牌订阅可获得所有信号等。 按订单号、符号或备注过滤订单 包括执行订单的图表的屏幕截图 在发送的屏幕截图上绘制已关闭的订单,以便额外验证 推迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情的全透明度: 新的市场订单 *附带屏幕截图 订单修改(止损、获利点) 已关闭订单 *附带屏幕截图 部分关闭订单 ** 新的挂起订单 修改的挂起订单(进场价格) 挂起订单激活(
Exp Averager
Vladislav Andruschenko
4.82 (22)
MetaTrader 4 用 Averager —— 专业的持仓均价管理与交易篮子恢复系统 这是一款为回撤中的持仓而打造的专业 Expert Advisor,核心任务不是寻找入场点,而是通过均价管理、追加开仓和整组仓位控制,帮助交易者更从容地处理亏损仓位与价格回撤。 Averager 并不是一个独立的自动交易系统,它不会像完整策略那样自动寻找市场信号并主动交易。它的价值在于:当你已经有持仓之后,它可以按照你的设定,对整组交易进行更聪明、更系统化的管理。 如果你希望在 MetaTrader 4 中获得一套更成熟的交易恢复逻辑,让仓位管理不再只是简单补单,而是围绕平均价格、统一止盈和整组追踪进行完整控制,那么这款产品正是为此而设计。 MT5版本 | 详细描述 + DEMO + PDF | 如何购买 | 如何安装 | 如何获取日志文件 | 如何测试和优化 | Expforex 的所有产品 为什么选择 Averager 针对回撤仓位进行均价管理 支持 顺势追加开仓 与 逆势均价开仓 整组仓位统一追踪止损 自动重算平均价格与整组共同退出点 支持灵活控制距离、手数增长和最大仓位数量 非常适合配合
神速EA跟单(TradeMirror)是一款MT4/MT5平台的订单复制软件。 使用教程 请点击 神速EA跟单使用教程 链接以查看更多使用教程 为什么选择神速EA跟单 我们深知对于金融软件而言安全、稳定和隐私的重要性,因此我们在细节处对这三大要素进行了额外的加固: 提供用户友好的图形界面,操作简单易用 注重隐私安全,适合对订单分发有隐私要求各种金融场景 精准复制订单,毫秒级分发 支持全平台,MT4/MT5全面覆盖 智能感知系统状态,邮件通知守护交易安全 核心功能列表 对于跟单软件而言,功能并不是越多越好的,因此经过严谨的需求分析,我们对程序进行了精简,并最终保留了如下核心功能: 多重连接 邮件通知 手数缩放 信号过滤 反向跟单 重置止盈/止损 免费演示 在购买Trademirror之前,你总是可以尝试免费演示。 点击本页面上的免费演示按钮 点击是的,我有Metatrader 4/5 允许浏览器打开Mt4/5 在Mt4/5中,找到专家顾问/市场/TradeMirror,打开它并点击测试 启用复盘显示(否则你将看不到GUI界面)。 点击开始 现在你可以在可视化图表上看到TradeMirro
FORBEX Market Watch Trading Hours PRO NEWS  Feel free to contact me for support, installation assistance, and upgrade. Professional Market Session, Trading Schedule & Economic News Dashboard for MetaTrader 4 FORBEX Market Watch Trading Hours PRO NEWS is an advanced all-in-one MT4 dashboard designed to provide traders with real-time market session monitoring, broker trading schedules, live countdowns, intelligent voice alerts, and economic news awareness from one clean professional interface. The
RenkoChart
Boris Sedov
5 (1)
Renko Chart — opens renko charts for MetaTrader 4. Renko charts can be created using this utility with all bars being in the form of Renko "bricks". All bars on the renko chart are the same size, which can be changed to get the desired chart. You can add indicators, EAs and scripts to the resulting chart. You get the completely operational chart which can be processed just like a regular one. The Renko Chart utility is not only history based, but also builds online. At the same time, the data is
CloseIfProfitorLoss with Trailing
Vladislav Andruschenko
4.87 (31)
Close If Profit or Loss with Trailing for MetaTrader 4 — 按总盈利或总亏损自动平仓 这是一款适用于 MetaTrader 4 的实用型交易管理工具。当总盈利或总亏损达到您设置的水平时,EA 可以自动关闭选定的持仓。 Expert Advisor 会监控当前交易,计算浮动盈亏,并可使用利润跟踪功能,帮助交易者比手动操作更快地管理风险和锁定结果。 MetaTrader 4 仍然被大量手动交易者、剥头皮交易者、网格交易者和 EA 用户使用。但 MT4 本身没有一个方便的内置工具,可以按一组订单的总结果来自动平仓。这个工具正是为了解决这个问题。 Close If Profit or Loss with Trailing 可用于手动交易,也可以与其他 Expert Advisors、网格系统、加仓策略、恢复策略和多品种交易一起使用。您设置规则,EA 负责监控结果,并在条件达到时执行平仓。 MT5 版本 | 完整说明 + DEMO + PDF | 如何购买 | 如何安装 | 如何获取日志文件 | Expforex 的所有产品 为什么 MT4
RS Trade Copier - 超快 本地跟单系统,配备 真正的 图形界面。别再手动输入账号了。告别200多个晦涩的参数设置。 一款可靠且灵活的工具,用于在 MT4 和 MT5 多个终端之间复制交易操作。适合专业交易员、信号服务商以及个人投资者使用。能够以高精度和低延迟将一个或多个信号源(Provider)的 交易操作同步 到一个或多个接收端(Client)。支持简单自动配置和高级手动设置。不会干扰手动或其他 EA 开的订单。完全 在 MT4 本地运行 ,无需第三方服务器。 RS Trade Copier 与其他解决方案的对比 RS Trade Copier 其他解决方案 设置 可视化分步向导。 设置大约需要 1 分钟。 200 多个晦涩的输入参数。 设置大约需要 20 分钟。 速度 异步交易操作。* 批量平仓 50 个头寸仅需 ~1 秒。 缓慢的顺序执行。 批量平仓 50 个头寸需要约 25 秒。 界面 真正的图形界面,支持 11 种语言的工具提示。 无需手册即可上手。 EA 属性中“输入参数”选项卡下的长长参数列表。 需要阅读所有文档。 批量操作 完全支持。 接收端上的批量平仓
您在寻找 MT5 版本吗? 如果您使用的是 MetaTrader 5,请点击此处获取原生版本: https://www.mql5.com/zh/market/product/155546 Multi-Currency Strength Dashboard PRO — 专业货币强弱指标 (MT4) Multi-Currency Strength Dashboard PRO 是一款专为 MetaTrader 4 设计的高级指标,用于实时测量外汇市场主要货币的相对强弱。它分析多达 28 个主要货币对,计算 8 种主要货币的标准化强度,并通过一个完整的仪表盘显示,帮助您快速识别最值得关注或应避免的货币对。 指标目标 提供货币强弱的清晰、直观视图。 通过突出显示“强 vs 弱”的组合,帮助识别强劲趋势。 作为过滤器,优化交易货币对的选择。 综合外汇市场分析,无需打开多个图表。 主要功能 多货币分析 :同时计算 8 种主要货币(USD, EUR, GBP, JPY, CHF, CAD, AUD, NZD)的强度。 分析多达 28 个货币对 :自动检测经纪商提供的可用货币对。 完整的可
Trade copier MT4
Alfiya Fazylova
4.56 (32)
Trade Copier 是一种专业实用程序,旨在复制和同步交易账户之间的交易。 复制发生从供应商的帐户/终端到收件人的帐户/终端,安装在同一台计算机或 vps 上。 促销活动 - 如果您已经购买了“Trade copier MT5”,您可以免费获取“Trade copier MT4”(用于 MT4 > MT5 和 MT4 < MT5 的复制)。欲了解更多详细条款,请通过私人消息与我们联系! 在购买之前,您可以在演示帐户上测试演示版本。 演示 这里 。 完整说明 这里 。 主要功能和优点: 支持复制MT4>MT4、MT4>MT5、MT5>MT4,包括МТ5 netting账户。 供应商和收件人模式在同一产品中实现。 简单直观的界面,允许您直接从图表中实时控制复制。 连接中断或终端重新启动时不会丢失设置和位置。 允许您选择要复制的符号,也可以替换接收者的符号,例如 EURUSD> USDJPY。 支持回拷贝。 能够仅复制某些订单。 允许您设置开仓交易价格的最大差异和最大时间延迟。 正确复制部分订单关闭的执行。 计算复制手数的几种方法。 同步止盈和止损。有几种方法可以计算它们的位置。 支持
Trade Copier Global
Laszlo Tormasi
5 (15)
Trade Copier Global: The name speaks for itself. This copier allows you to copy orders between MT4 terminals even if they are not installed on the same computer. Features Copying trades between MT4 terminals around the world with a short delay. Automatically recognizes symbol prefixes. Can connect many Slaves to the same Master. Supports pending and market orders. Supports partial order close (with limitations, see below) Can send messages and notifications to the Slaves from the Master Several
跟单->方便快捷的界面交互,用户上手即用       ->>>> 推荐在windows电脑,或者VPS Windows上使用 特色功能: 多样化个性跟单设置: 1.对不同的信号源可以设置不同的手数模式 2.不同的信号源分别设置正向反向跟单 3.信号分别设置注释 4.是否根据合约手数校准手数 多样化个性跟单设置2: 1.对不同的品种可以设置不同的手数模式 2.不同的品种分别设置正向反向跟单 3.信号分别设置注释 4.是否根据合约手数校准手数 注释过滤,MAGIC过滤,信号手数过滤,本地品种过滤 净持仓模式(该模式下手数计算仅支持倍率) 工作时间设置 反向同步接收端的平仓 订单绑定功能:任意订单可以绑定到设置信号源订单上 (双击表格更改) 账户风险控制  基本功能: 跟单正常交互速度0.5s以下 自动检测信号源,并显示信号源账号列表 自动匹配品种,不同平台常用交易品种(后缀不同等特殊情况)95%自动匹配,基本无需手动设置,品种映射表可随意双击更改对应品种.(映射表具有快速搜索品种功能) 4种手数计算模式(1.倍率 2.固定手数 3.自适应资金风险 4.源账户资金比例风险) 特殊手数模式
News Filter EA: Advanced Algo Trading Assistant News Filter EA is an advanced algo trading assistant designed to enhance your trading experience. By using the   News Filter EA , you can integrate a Forex economic news filter into your existing expert advisor, even if you do not have access to its source code. In addition to the news filter, you can also specify   trading days   and   hours   for your expert. The News Filter EA also includes   risk management   and   equity protection   features
Простая в управлении Торговая панель обеспечит безопасную торговлю. Вычислит объём сделки от заданного уровня Stop Loss и величины убытка. Поможет рассчитать сейф, и в ноль закрыть неверную сделку. Интуитивно понятный интерфейс делает панель удобной в управлении, освобождая внимание трейдера для принятия решения о входе в сделку. Программа сделает все расчёты за вас. Поэтому работа с помощью панели Снайпер - оптимальное решение для торговли с соблюдением Мани-менеджмента. А это главный ключ к по
作者的更多信息
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 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 If you are facing any issue using this utility, please contact me to
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
Telegram Alerts
Gad Benisty
4.74 (19)
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
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
筛选:
Shawn Saunders
32
Shawn Saunders 2025.11.24 16:14 
 

Demo doesn't work at all. Useless. If demo doesn't work wondering about the validity of reviews.

Gad Benisty
12026
来自开发人员的回复 Gad Benisty 2025.11.24 21:05
EA needs connection to Telegram. This is why demo mode can not work. Same issue with any EA who needs an internet connection. Strategy tester can not be used
[删除] 2022.12.07 20:46 
 

用户没有留下任何评级信息

Natthachai Phiphatsart
140
Natthachai Phiphatsart 2022.02.27 10:33 
 

Good Good Good !!!!!!

[删除] 2022.01.26 15:37 
 

用户没有留下任何评级信息

Gad Benisty
12026
来自开发人员的回复 Gad Benisty 2022.01.26 21:51
Thanks!
回复评论