• 概要
  • レビュー (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メッセンジャーに送信するユーティリティ。 テレグラム->ここ/   MT4-   >   ここ でユーティリティをチャンネルに接続するためのステップバイステップの説明 利点: 簡単なセットアップと詳細な手順、 調整可能なスクリーンショットを送信する可能性、 絵文字を使用してカスタマイズ可能な通知テキスト、 完全または部分的な開始、終了、および注文の変更に関する通知の調整、 デフォルトで通知を送信する場合、テキストファイルは自動的にダウンロードされます。 保留中の注文の発注または削除に関する通知の調整、 記号とマジックナンバーによる便利なフィルタリング。 入力変数: TELEGRAM BOT AND CHAT SETTINGS Telegram bot token - Enter the token number received after registering the bot in "BotFather" Teleg
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
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, 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
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
This script analyzes all symbols in Market Watch for a set timeframe. The result is displayed on the Experts tab and in the specified file. For more convenient viewing and editing, the result is displayed in a csv file. For the calculation, the Pearson formula is used. The value of the correlation coefficient of pairs close to 1 means that the pairs move almost identically. A value close to -1 means that the pairs move in the same way. This tool will be useful to those who use hedging due to the
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
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
チャート上の透かし:シンボル+時間枠/または独自のテキスト 私の#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
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
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 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、
価格が一瞬で変わる可能性のある市場では、注文はできるだけ簡単にすべきだと思いますか? Metatraderでは、注文を開くたびに、開始価格を入力し、損失を止めて利益を得るウィンドウと、取引サイズを開く必要があります。金融市場の取引では、初期預金を維持し、それを増やすために資本管理が不可欠です。それで、あなたが注文をしたいとき、あなたはおそらくあなたがどれくらいの大きさの取引を開くべきか疑問に思いますか?この単一の取引であなたの預金の何パーセントを危険にさらすべきですか?この取引からどれだけの利益を得ることができますか?また、リスクに対する利益の比率はどのくらいですか?トレードサイズを設定する前に、トレードサイズがどうあるべきかという質問に対する答えを得るために必要な計算を行います。 これらすべてを自動的に行うツールがあると想像してみてください。チャートを開き、市場分析を行い、エントリーポイント、ディフェンスポイント(ストップロス)、ターゲット(テイクプロフィット)を水平線でマークし、最後にリスクのレベルを定義します。利用可能な資本の%として、このトランザクションで負担することができ、こ
TradePanel MT5
Alfiya Fazylova
4.86 (113)
Trade Panel は、多機能の取引アシスタントです。 このアプリケーションには手動取引用に設計された 50 以上の機能が含まれており、ほとんどの取引アクションを自動化できます。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 アプリケーションの主な機能: 任意のシンボル(外国為替、CFD、先物など)で機能します。 無制限の文字数での同時作業。 取引ごとのリスクの自動計算とストップロスとテイクプロフィットの比率の設定。 OCO注文を行うことができます(一方が他方をキャンセルします-1つの注文を実行すると別の注文がキャンセルされます)。 タスクを含む行を設定できます(ポジションを開く、保留中の注文を開く、またはグループごとに注文を閉じる)。 仮想テイクプロフィットとストップロスを設定できます。 成行注文を反転またはロックできます。 6種類のトレーリングストップ。 ストップロスを損益分岐点に設定する機能があります。 ポジションを部分的にクローズする機能があります(利益または損失の一部をクローズします)。 価格が特定のライ
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 >> Experts フォルダに貼り付けて、ターミナルを再起動し
Trade Manager は、リスクを自動的に計算しながら、取引を迅速に開始および終了するのに役立ちます。 過剰取引、復讐取引、感情的な取引を防止する機能が含まれています。 取引は自動的に管理され、アカウントのパフォーマンス指標はグラフで視覚化できます。 これらの機能により、このパネルはすべてのマニュアル トレーダーにとって理想的なものとなり、MetaTrader 5 プラットフォームの強化に役立ちます。多言語サポート。 MT4バージョン  |  ユーザーガイド + デモ Trade Manager はストラテジー テスターでは機能しません。 デモについてはユーザーガイドをご覧ください。 危機管理 % または $ に基づくリスクの自動調整 固定ロットサイズを使用するか、ボリュームとピップに基づいた自動ロットサイズ計算を使用するオプション RR、Pips、または価格を使用した損益分岐点ストップロス設定トレーリングストップロス設定 目標に達したときにすべての取引を自動的に終了するための 1 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎます
The product will copy all telegram signal to MT5 ( which you are member) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal,  s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to s
MT5 to Telegram Signal Provider は、Telegramのチャット、チャンネル、またはグループに 指定された シグナルを送信することができる、完全にカスタマイズ可能な簡単なユーティリティです。これにより、あなたのアカウントは シグナルプロバイダー になります。 競合する製品とは異なり、DLLのインポートは使用していません。 [ デモ ] [ マニュアル ] [ MT4版 ] [ Discord版 ] [ Telegramチャンネル ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。必要な全ては開発者から提供されます。 主な特長 購読者に送信する注文の詳細をカスタマイズする機能 例えば、Bronze、Silver、Goldといった階層型のサブスクリプションモデルを作成できます。Goldサブスクリプションでは、すべてのシグナルが提供されます。 id、シンボル、またはコメントによって注文をフィルターできます 注文が実行されたチャートのスクリーンショットが含まれます 追加の
This is exactly what the name says. Visual strategy builder . One of a kind. Turn your trading strategies and ideas into Expert Advisors without writing single line of code. Generate mql source code files with a few clicks and get your fully functional Expert Advisors, which are ready for live execution, strategy tester and cloud optimization. There are very few options for those who have no programming skills and can not create their trading solutions in the MQL language. Now, with Bots Build
Mentfx Mmanage mt5
Anton Jere Calmes
4.43 (7)
The added video will showcase all functionality, effectiveness, and uses of the trade manager. Drag and Drop Trade Manager. Draw your entry and have the tool calculate the rest. Advanced targeting and close portions of a trade directly available in tool (manage trades while you sleep). Market order or limit order on either side with factored spread. Just draw the entry, the tool does the rest. Hotkey setup to make it simple. Draw where you want to enter, and the stop loss, the tool calculates al
Trade copier MT5
Alfiya Fazylova
4.35 (26)
Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT5> MT5、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位置が失われることはありません。 コピーするシンボルを選択できます。また、受信者のシンボルを置き換えることもできます(例:EURUSD> USDJPY)。 バックコピーをサポートします。 特定の注文のみのコピーを有効にする機能。 取引開始価格の最大差と最大遅延時間を
The top-selling EAs on the market cost a lot and one day they are suddenly gone. This is because one strategy will not work in the forex market all the time. Our product is unique from all others in the MQL Marketplace because our EA comes with 34+ built-in indicators that allow develop strategies every time.  You build your strategy and keep updating it. If one strategy does not work, simply build another all using only one EA. This is All-In-One EA   in this market place. You can use as trade
OrderManager をご紹介:MT5用の革新的なユーティリティ 新しく設計されたOrder Managerユーティリティを使用して、MetaTrader 5での取引をプロフェッショナルなものにしましょう。シンプルさと使いやすさに焦点を当てたこのユーティリティは、各取引に関連するリスクを簡単に定義し、視覚化できます。これにより、情報に基づいた意思決定が可能になり、取引戦略を最適化できます。OrderManagerに関する詳細は、マニュアルをご参照ください。 [ マニュアル ] [ MT4 バージョン ] [ Telegram チャンネル ] 主な特長: リスク管理:取引のリスクを素早く簡単に定義し、より良い意思決定を行い、取引パフォーマンスを向上させます。 視覚表現:オープンなポジションとそれに関連するリスクをグラフィカルに表示し、明瞭かつ簡潔な理解が可能です。 注文変更:数回のクリックで注文を簡単に変更またはクローズし、取引プロセスを効率化し、貴重な時間を節約します。 手のひらの上の最新ニュース:ボタン一つで最新の市場ニュースに常にアクセスできます。 MT5トレーダーにと
Tired of complex order placement and manual calculations? Trade Dashboard is your solution. With its user-friendly interface, placing orders becomes effortless, by a single click, you can open trades, set stop loss and take profit levels, manage trade lot size, and calculate risk to reward ratios, allowing you to only focus on your strategy. Say goodbye to manual calculations and streamline your trading experience with Trade Dashboard. Download   demo version   right now. You can find   deta
Grid Manual MT5
Alfiya Fazylova
4.83 (12)
「Grid Manual」は、注文のグリッドを操作するための取引パネルです。 ユーティリティはユニバーサルで、柔軟な設定と直感的なインターフェイスを備えています。 それは、損失を平均化する方向だけでなく、利益を増やす方向でも注文のグリッドで機能します。 トレーダーは注文のグリッドを作成して維持する必要はありません。 すべてが「Grid Manual」によって行われます。 注文を開くだけで十分であり、「Grid Manual」は注文のグリッドを自動的に作成し、非常に閉じるまでそれに付随します。 ユーティリティの主な機能と機能 ユーティリティは、モバイル端末から開かれた注文を含め、あらゆる方法で開かれた注文を処理します。 「制限」と「停止」の2種類のグリッドで機能します。 グリッド間隔の計算には、固定と動的(ATRインジケーターに基づく)の2つの方法で機能します。 オープンオーダーグリッドの設定を変更できます。 チャート上の各注文グリッドの損益分岐点を表示します。 各注文グリッドの利益率を表示します。 ワンクリックでグリッドから収益性の高い注文を閉じることができます。 ワンクリックで各注文
Botトークンや管理者権限の必要なしに、メンバーであるすべてのチャンネルからシグナルをコピーして、MT5に直接送信します。 多くの機能を提供しながら、ユーザーを考慮して設計されています この製品は、使いやすい視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用開始できます! ユーザーガイド + デモ  | MT4バージョン | Telegramバージョン デモを試してみたい場合は、ユーザーガイドを参照してください。 DiscordからMT5への変換は、ストラテジーテスターで動作しません。 DiscordからMT5への変換の特長 メンバーである任意のチャンネルからコピーします。BotトークンやチャットIDは不要です リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズします すべてのシグナルを認識するための単語やフレーズを設定します(デフォルトは99%のシグナルプロバイダーに適用されます) コピーするタイミングと日時の設定をカスタマイズします 一度に
Adam FTMO MT5
Vyacheslav Izvarin
5 (1)
ADAM EA Special Version for FTMO Please use ShowInfo= false for backtesting ! Our 1st EA created using ChatGPT technology Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Tested on EURUSD and GBPUSD only  Use 15MIN Time Frame Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94362 Signal using ADAM  https://www.mql5.com/en/signals/2190554 --------------------
-25% discount ($199 -> $149) Advanced trading tool: One click smart orders that execute under your conditions Developed by trader for trading community:  position size calculator (lot size), open position after price action, strategy builder, set and forget trading, mobile notifications... Risk Management -  Risk percentage position size calculator, gain percentage, target risk reward ratio, spread and commissions are included in calculations 7 Advanced order types  - Set and forget trading w
DrawDown Limiter
Haidar, Lionel Haj Ali
5 (17)
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
あなたがメンバーである任意のチャネルから(プライベートおよび制限されたものを含む)シグナルを直接あなたのMT5にコピーします。  このツールは、トレードを管理し監視するために必要な多くの機能を提供しながら、ユーザーを考慮して設計されています。 この製品は使いやすく、視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用を開始できます! ユーザーガイド + デモ  | MT4版 | Discord版 デモを試してみたい場合は、ユーザーガイドにアクセスしてください。 Telegram To MT5 受信機は、ストラテジーテスターで動作しません! Telegram To MT5の特徴 複数のチャネルから一度にシグナルをコピー プライベートおよび制限されたチャネルからシグナルをコピー BotトークンまたはChat IDは必要ありません   (必要に応じて使用することができます) リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズするかを選択 すべてのシグナ
UTM Manager は、迅速かつ効率的な取引執行を提供する直感的で使いやすいツールです。際立った機能の 1 つは、「スプレッドを無視」モードです。これにより、スプレッドを完全に無視して、ローソク足の価格で取引できるようになります (たとえば、LTF でより高いスプレッドのペアを取引でき、スプレッドによって取引から除外されるのを回避できます)。 UTM Manager のもう 1 つの重要な側面は、独自のローカル取引コピー機であり、各ブローカーで異なる取引戦略と設定 (たとえば、さまざまな TP、BE、およびリスク ルール) を柔軟に実行できます。 取引執行: 迅速かつ効率的な取引執行: チャート上のエントリー価格とストップロス価格をクリックして簡単に取引を入力するか、ワンクリックの固定ストップロスサイズ機能を使用します。 自動ロットサイズ計算: ロットは事前定義されたリスク設定に基づいて計算され、ドラッグによってポジションが変更されると再計算されます。 1 つまたは複数のポジションを同時に処理できる能力。 利益確定と損益分岐点: 柔軟なテイクプロフィット設定: 特定のリスク対報
Trade Assistant 38 in 1
Makarii Gubaydullin
4.87 (15)
多機能ツール 搭載機能: ロット計算機、プライスアクション、リスク/リワードレシオ、トレードマネージャー、需要供給ゾーンなどをはじめ65以上の機能。 バージョ:デモ版   |   ユーザーマニュアル   |    MT5版 このユーティリティはストラテジー テスターでは機能しません。 ここからデモ   バージョンをダウンロードして製品をテストできます。 ご不明な点や改善提案、バグの発見などございましたら、 連絡してください 。 取引プロセスを簡素化、高速化、自動化します。このダッシュボードで標準端末機能を拡張します 1. 新しい取引を開始します : ロット / リスク / RR の計算 1. Lot計算機(リスクサイズに基づく取引量計算 2. リスク計算機(ロットサイズに基づくリスク量) 3. リスク/リワードレシオ (R/R) 4. 注文のアクティベーション トリガー + Buy StopLimit / Sell StopLimit 5. 仮想 SL / TP レベル (隠しSL、TP: ブローカーには見えない) 6.  Smart SL / エントリー レベル: バ
Attention: Demo version for review and testing can be downloaded here . It does not allow trading and can only be run on one chart. Active Lines - a powerful professional tool for operations with lines on charts. Active Lines provides a wide range of actions for events when the price crosses lines. For example: notify, open/modify/close a position, place/remove pending orders. With Active Lines you can assign several tasks to one line, for each of which you can set individual trigger conditions
Hedge Ninja
Robert Mathias Bernt Larsson
Make sure to join our Discord community over at www.Robertsfx.com , you can also buy the EA at robertsfx.com WIN NO MATTER IN WHICH DIRECTION THE PRICE MOVES This robot wins no matter in which direction the price moves by following changing direction depending on in which direction price moves. This is the most free way of trading to this date. So you win no matter which direction it moves (when price moves to either of the red lines as seen on the screenshot, it wins with the profit target yo
Seconds Chart — timeframes in seconds for MetaTrader 5. The utility allows you to create charts in the MetaTrader 5 terminal with a timeframe in seconds. The timeframe on such a chart is set in seconds, not in minutes or hours. Thus, you can create charts with a timeframe less than M1. For example, S15 is a timeframe with a period of 15 seconds. You can apply indicators, Expert Advisors and scripts to the resulting chart. You get a fully functional chart on which you can work just as well as on
Profit or Loss Pad
Vladislav Andruschenko
4.55 (11)
利益追跡機能で総利益/損失に達したときにMetaTrader5のポジションをクローズします。   CloseIfProfitorLoss with Trailing 仮想停止(個別注文)を 有効にできます。 買いポジションと売りポジションを別々に 計算して閉じる(別々の買い売り)、 すべてのシンボルまたは現在のシンボルのみを 閉じて計算する(すべてのシンボル)、 利益のためにトレーリングを有効にする( トレーリング 利益) ポジションは、預金通貨、ポイント、%、およびドローダウンの 値に基づいてクローズされます。 このアプリケーションは、他のEAと一緒に、または手動取引と組み合わせて、任意のアカウントで使用するように設計されています。 MT4のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 一部またはすべてのペアの貿易収支の合計が設定で指定された値以上になるとすぐに、すべてのポジションがクローズされ、注文が削除されます。 このバージ
-25% discount ($149 -> $111) Everything for chart Technical Analysis indicator mt5 in one tool Draw your supply demand zone with rectangle and support resistance with trendline and get alerts to mobile phone or email alert -  Risk reward indicator mt5 Video tutorials, manuals, DEMO download   here .   Find contacts on my   profile . 1.   Extended rectangles and trendlines Object will be extended to the right edge of the chart when price will draw new candles on chart. This is rectangle extend
YuClusters
Yury Kulikov
4.93 (43)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
ワンクリックで取引できるトレーディングパネル。ポジションと注文の操作!チャートまたはキーボードから取引。 当社の取引パネルを使用すると、チャートから直接シングルクリックで取引を実行でき、標準の MetaTrader コントロールよりも 30 倍高速に取引操作を実行できます。 パラメータと関数の自動計算により、トレーダーにとって取引がより速く、より便利になります。 グラフィックのヒント、情報ラベル、取引取引に関する完全な情報はチャート MetaTrader にあります。 MT4のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 手動取引用の取引パネル。チャート(チャートウィンドウ)またはキーボードから取引できます。  開閉、リバース、ロックポジションと注文を処理する МetaТrader5 のメインオーダーのトレーディングコントロールパネル:売買、売却、売却、売却、売却、閉じる、削除、修正、トレーリングストップ、ストップロス、takep
If you'd like to test the product before purchasing please watch the video below. The program doesn't work in the strategy tester! Contact me for user support & advices! If you've bought this EA, you are entitled to a gift!! MT4 Version  With this Expert Advisor, you can: Implement your own Zone Recovery strategy to capitalize on trending markets. Create Grid trading strategies, to profit from ranging markets. Place orders easily and clearly. Display your trades/strategies on the chart. Display
取引パネルは注文の管理に限定されています - ボタンを使用して開かれたものと、ユーザーによって開かれたものの両方です。 シンプルで便利なコレクション。 バイヤーを補完します。 Gold Stuff インジケーターと併用することをお勧めします。 単一注文として取引を設定し、距離のあるグリッドを構築します。 標準グリッドを作成するには、10000 などの大きな距離を設定するだけです。 リアルタイム結果はこちらからご覧いただけます。 設定と個人的なボーナスを得るために、購入後すぐに私に連絡してください!   設定 新しいシリーズを開く - 注文の新しいシリーズのオン/オフの開始。 Lot miltiplier - 次の注文のロット乗数。 TP - ピップで利益を得る。 SL - 最初の注文からのピップ単位のストップロス。 トレイル スタート - トレーリング ストップの有効化。 トレイル ステップ - トレーリング ストップを有効にしたときの価格からの距離。 DD 削減アルゴリズム - 利益のある最後の注文が損失のある最初の注文シリーズでクローズされる場合のドローダウン削減
作者のその他のプロダクト
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:
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
8641
開発者からの返信 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
8641
開発者からの返信 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

レビューに返信