• Overview
  • Reviews
  • Comments
  • What's new

Easy mt4 to telegram

Jarfac Mt4ToTelegram

Introduction

Jarfac Mt4ToTelegram  is an MT4 system designed to facilitate real-time communication between the MetaTrader 4 platform and Telegram.  This script allows traders to receive customizable instant notifications based on different trade types, ensuring optimal responsiveness without having to constantly monitor the trading platform.

main Features

  • Real-time notifications  : Receive notifications directly on Telegram as soon as an action occurs on MT4.
  • Emoji support  : Notifications can include emoji for better viewing.
  • Configuration settings  : Customize your Telegram messages based on various trading actions (buy, sell, close in profit/loss, etc.).
  • HTML messages and links  : Embed links directly into your notifications.
  • Test button  : A button is provided to test the functionality of the script directly from MT4.
  • Automatic calculation of pips  : The script is able to calculate the difference in pips depending on the currency pair and the type of order.
  • Support for multiple currencies  : The script supports a wide variety of currencies and displays the corresponding flag for each pair.
  • Daily report message : It is possible to customize it and add trade details with {TRADES_DETAILS}, {TRADESD}{PROFITMONEYD},  {PROFIT%D} and manage the sending time.

Instructions d'installation

  1. Make sure you have a Telegram bot and know the token and chatId. 
  2. You must authorize WebRequest and add the URL  https://api.telegram.org  in "Tools" → "Options" → "Expert Consultant".
  3. Configure external parameters with your own values, such as your bot's token, chatId, custom messages, etc.
  4. Run the script and verify that you receive the notifications on Telegram.

Tutorial Creating a bot with BotFather:

Step 1: Start BotFather
  • Open the Telegram app.
  • Search "BotFather" in the Telegram search bar.
  • Click on the chat with BotFather to start it.
Step 2: Create a new bot
  • In the BotFather chat, type or click /newbot .
  • BotFather will ask you to name your bot.  Enter the desired name.
  • Next, you will be asked to create a username for the bot.  It must end with "_bot" (for example, "mychatbot_bot").
Step 3: Collect your TOKEN
  • Once you have created the bot, BotFather will provide you with a TOKEN.  Keep it secret and don't share it!  You will need it to interact with the Telegram API.

2. Find the ChatId

To get the ChatId, follow these steps:

Step 1: Start your bot
  • In Telegram, search for your bot's username (eg "@mychatbot_bot") and start a conversation with it by clicking "Start".
Step 2: Use Telegram API
  • Open your web browser.
  • Type  https://api.telegram.org/bot  [YOUR_TOKEN]/getUpdates replacing [YOUR_TOKEN] with the TOKEN that BotFather gave you.
  • You will see a JSON return of the messages your bot received.  Locate an entry that looks like "chat":{"id":123456789,"first_name":"YourName",... .
  • The numeric ID (for example, 123456789 ) is your ChatId.

Note  : If you don't see your ChatId immediately, try sending a few messages to your bot via Telegram and then refreshing the API page.

And There you go !  You have now created a bot with BotFather and obtained the ChatId to communicate with your bot.


Manual

  1. Once the script is installed and configured, notifications will automatically be sent to Telegram based on trading actions.
  2. Use the test button to verify that everything is working properly.

FormatMessage User Guide

The formatMessage function allows customizing messages sent to Telegram based on transaction details.  Each message can contain variables that will be replaced with real values ​​at runtime.

Possible variables to use in your message:

  1. {SYMBOL}  : The currency pair traded (eg: EUR/USD) accompanied by their respective flags (eg: 🇪🇺🇺🇸).
  2. {TICKET}  : The transaction ticket number.
  3. {TIMEFRAME}  : The time period of the transaction (for example: M5, H1).
  4. {BUYSELL}  : The type of transaction (for example: BUY, SELL).
  5. {ORDERLOTS}  : The number of lots traded.
  6. {OPENPRICE}  : The open price of the trade.
  7. {TAKEPROFIT}  : The price from which the profit will be made.
  8. {PROFIT%}  : Percentage of profit made in relation to the total account balance.
  9. {PROFITPIPS}  : Profit or loss in pips.
  10. {PROFITMONEY}  : Profit or loss in monetary terms (for example: $50).
  11. {STOPLOSS}  : The price from which the loss will be realized.
  12. {CLOSINGPRICE}  : The closing price of the transaction.
  13. {ORDERCOMMENT}  : Comments or remarks associated with the transaction.
  14. {TRADES_DETAILS}  : Specific details of the transaction or trades made.
  15. {TRADESD} : Number of trades for the day.
  16. {PROFITMONEYD} : Total profits in $ for the day.
  17. {PROFIT%D} : Total profit in % for the day.
  18. {MONTH}  : The current month.
  19. {LINK1}  ,  {LINK2}  ,  {LINK3}  : Customizable links to direct the user to external resources.
  20. {BR}  : To create a new line in the message.
  21. {B}  and  {/B}  : To put the text between these tags in bold.
  22. {U}  and  {/U}  : To underline the text between these tags.
  23. {I}  and  {/I}  : To put the text between these tags in italics.

Example of use :

Suppose you want to create a message with the following format:

{U+1F916} {B}TRADE CLOSED{/B} {U+1F916}{BR}---------------{BR}{U+1F44D}{BuySell}:{Symbol}{BR}{U+2705}Prix CLOSE:{ClosingPrice}{BR}{U+1F3C6}{ProfitPips},{ProfitMoney},{Profit%}{U+1F60D}{BR}---------------

At runtime, if a new trade for  GBPJPY  was closed at a closing price of  185.174  , the resulting message would be:


🤖   TRADE CLOSED  🤖 
---------------
👍 SELL:GBPJPY.4x
 Prix CLOSE:185.174
🏆 0.58 pips,14.37 $,0.29% 😍
---------------

Explanation of Emojis substitutions:

  • {U+1F600} will be replaced by 😀 (Grinning Face).
  • {U+1F602} will be replaced by 😂 (Face with Tears of Joy).
  • {U+1F604} will be replaced by 😄 (Grinning Face with Smiling Eyes).
  • {U+1F606} will be replaced by 😆 (Grinning Squinting Face).
  • {U+1F609} will be replaced by 😉 (Winking Face).
  • {U+1F60E} will be replaced by 😎 (Smiling Face with Sunglasses).
  • {U+1F60D} will be replaced by 😍 (Smiling Face with Heart-Eyes).
  • {U+1F618} will be replaced by 😘 (Face Blowing a Kiss).
  • {U+1F61C} will be replaced by 😜 (Winking Face with Tongue).
  • {U+1F622} will be replaced by 😢 (Crying Face).
  • {U+1F44D} will be replaced by 👍 (Thumbs Up).
  • {U+1F44E} will be replaced by 👎 (Thumbs Down).
  • {U+274C} will be replaced by ❌ (Cross Mark).
  • {U+2705} will be replaced by ✅ (Check Mark Button).
  • {U+1F3C6} will be replaced by 🏆 (Trophy).
  • {U+1F947} will be replaced by 🥇 (1st Place Medal).
  • {U+1F948} will be replaced by 🥈 (2nd Place Medal).
  • {U+1F949} will be replaced by 🥉 (3rd Place Medal).
  • {U+1F916} will be replaced by 🤖 (Robot).
  • {U+1F535} will be replaced by 🔵 (Blue Circle).
  • {U+1F534} will be replaced by 🔴 (Red Circle).
  • {U+2734} will be replaced by ✴️ (Eight-Pointed Star).
  • {U+2747} will be replaced by ❇️ (Sparkle).
  • {U+1F4C8} will be replaced by 📈 (Chart Increasing).

Note  : Always be sure to test your custom messages to ensure they are formatted correctly before using them live.


FAQ

  • Can I personalize the messages sent?
    Yes, you can define your own messages for each type of transaction in the script's external parameters.

  • Does the script support emojis?
    Yes, you can add emojis in your messages using the "{U+Code}" format.  For example, "{U+1F600}" will be replaced by the emoji 😀.

Feedback et support

If you have any suggestions, comments, or encounter any issues with the script, please don't hesitate to contact us.

Disclaimer / Disclaimer

Trading involves risk.  Although this script aims to improve your trading experience, it is essential to use it wisely and fully understand the implications of each trading action.  We are not responsible for any loss or damage that may arise from the use of this script.

Good luck with  Jarfac Mt4ToTelegram  and your trading on MT4!


Recommended products
Trade Dashboard MT4
Fatemeh Ameri
5 (20)
Tired of complex order placement and manual calculations? Trade Dashboard is your solution. With its user-friendly interface, placing orders becomes effortless, by a single click, you can open trades, set stop loss and take profit levels, manage trade lot size, and calculate risk to reward ratios, allowing you to only focus on your strategy. Say goodbye to manual calculations and streamline your trading experience with Trade Dashboard. Download   demo version  right now. You can find details
Pending Orders Grid Complete System opens any combination of Buy Stop, Sell Stop, Buy Limit and Sell Limit pending orders and closes all existing pending orders. You will be able to Drag-and-Drop the Script on the chart and it will pick up the start price for the first position in the grid from the "Drop" point. Usually it should be in the area of Support/Resistance lines. Input Parameters Before placing all pending orders, the input window is opened allowing you to modify all input parameters
Drawdown Partial Closure
Jerome Thierry Francois Delobel
Drawdown Partial Closure Expert Advisor Description: The Drawdown Partial Closure Expert Advisor is a tool designed for MetaTrader 4 that assists traders in managing their positions during drawdown periods. It monitors the drawdown of the trading account in real-time and automatically closes a portion of losing positions when the drawdown exceeds a specified threshold. This helps traders to mitigate losses during adverse market conditions while allowing profitable positions to remain open. Featu
Auto risk manager Free is a utility for order management. Regardless of whether the orders are opened manually or by Expert Advisors, the utility removes pending orders (if needed) and disables the terminal (not letting the EAs open new trades) when a specified profit or loss percentage is reached. This demo versions allows you to understand the work of the full version of Auto risk manager . The demo works only with AUDNZD orders only. Profit_Percent and Loss_Percent may have either positive or
FREE
PRODUCT description: Market Data Logger   PRO  is a utility tool specially created for the sole purpose of logging your Broker's market data to a text file. With this tool, you will be able to record and export metrics from your MT4 Broker such as the "MT4 Market Watch Time", "Bid Price", "Ask Price", "High Price", "Low Price" and various measures of "Spread". This tool may be of interest to traders, data scientists wanting to capture and analyze market data, entrepreneurs, archival purpose
Trailing and SL TP
Konstantin Kulikov
5 (2)
The utility places trailing stop, breakeven, stop loss and take profit.‌ It is necessary to allow automated trading in the terminal settings. In testing mode, the utility opens Buy or Sell positions on the first ticks, which allows you to visually observe the given logic, changing the utility parameters. In real mode, the utility does not open positions. Parameters magic  - magic number. If less than 0, positions with any magic number are tracked. only_this_symbol  - only chart symbol. If  false
HotKeys MT4
Alexey Valeev
4 (2)
This utility provides the ability to use hot keys in manual trading instantly responding to the current market situation. You can assign hot keys to open/close positions by their type, close all positions on the current chart and remove all orders on the current chart. You can also assign hot keys for five predefined trade volumes and switch between them if necessary with no need to change the volume manually from time to time. It is also possible to set the auto calculation of a trade volume in
LMBF Executor
Graeme Dakers
5 (1)
**IMPORTANT** THIS TOOL REQUIRES YOU TO FIRST PURCHASE "Graphical Trade Planner" https://www.mql5.com/en/market/product/56702. Without it, this tool will do nothing of any use. -------------------------- Use "Graphical Trade Planner"  to plan your trades directly on your charts and get instant feedback on account risk, trade risk to reward and  required position size. Plus, purchase LMBF Executor separately to easily convert planned trades into orders and manage them from your charts. Features i
One Click Trader is a tool designed for MetaTrader 4 platform, which enables you to take your trading to the next level. It enables you to open, manage and close your trades in simple an efficient way by just one click of your mouse button. Up arrow minimizes the OCT panel Down arrow maximizes the OCT panel Right arrow displays the next panel with additional features Left arrow hides the panel with additional features Red SELL button enables you to open short market orders Red SELL STOP button e
The informer provides information on the current state of open market positions. The visual presentation consists of two parts.  The left side contains the latest transactions executed on the account. Transactions are sorted by time. The right part shows the current state of the aggregate positions of the instruments. Sorting of positions is carried out in descending order of the margin load on the account. Updating and recalculating the status of positions is performed automatically and/or by
One more Copier MT4
Oleksii Chepurnyi
5 (1)
Yet another signal copier. Nothing special. Demo version can be downloaded here . Key Features The utility copies trades between terminals: by market, pending orders (optional), as well as their stop loss and take profit levels (optional as well). You can copy from one Master account to several Slave accounts, as well as from several Master accounts to one Slave account. Volume calculation At the moment, there are two options for calculating the volume: The trade volume is taken 1 to 1 from
AW Metatrader to Telegram
AW Trading Software Limited
An automated system for sending notifications so that none of your subscribers miss your trading events from your trading terminal. A utility that sends notifications to the Telegram messenger about any trading operations on your account. Step-by-step instructions for connecting the utility to a channel in Telegram ->  HERE  / MT5 -> HERE  Advantages: Easy setup and detailed instructions, Possibility to send adjustable screenshots, Customizable notification text using emoji, Adjustment of notif
BuyLimit_SellLimit_Grid script opens BuyLimit and SellLimit pending orders. You just need to drop this script on the chart with a desired currency pair.  Before placing all pending orders, the input window is opened allowing you to modify all input parameters: LongPos - if TRUE, BuyLimit order is opened. ShortPos - if TRUE, SellLimit order is opened. InitLot - initial lot. LotCoeff - if 1, all pending orders will have the same lot size. InitStep - difference between two consecutive orders in poi
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 can manually enter the desired ones. You can use all 28 or any numb
Chart Button is a very useful indicator that allows you to navigate all charts with a simple click. This tool has been designed to work both vertically and horizontally. The particularity of this navigator is that you can change more charts simultaneously setting the input value. This tool will give you the ability to optimize your navigation and speed up all your analyzes. Input Values Direction (the direction of symbols buttons) Horizontal Vertical 32 SYMBOLS Forex_Suffix_Symbols (add Forex
The  Silver Volatility Trend Line for MT4 is an EA that helps you trade using the trendlines, drawn on your chart. It basically allows you to send and manage orders using trend lines. It automatically calculates the True Range of your asset to allow you to send orders well calibrated with the market volatility. Take Profit and Stop Loss are calculated in number of True Range. You can do that for two different orders at the same time , so that you can trade two different kind of risk / profit rat
Telegram Signal Sender
Biswarup Banerjee
5 (1)
Whether you're a seasoned forex trader or just starting, Telegram Signal Sender is a must-have tool for anyone looking to start their telegram channel as a forex signal provider. With its user-friendly interface and advanced features, you can easily set up your signals and watch as your followers start to grow. So, what are you waiting for?  Features:  Highly customizable panel for calculating stop loss and take profit values  User-friendly interface for easy setup of forex signals Ability to se
Risk Controller Expert Advisor, a program that allows you to control the total risk of your trading advisors on your account. With this program, you can control the maximum risk that will be allowed on the account for all advisors. For example, you set the risk of 30% of the maximum drawdown, which means that if your equity trading robots exceed the risk of 30%, the Risk Controller will close all positions of advisers, and can also close all open charts, thereby preventing advisers from working
This QuickClose help you to close all orders having profit immediately with only ONE CLICK, its work is very fast. You can choose which symbol you want or close all symbols so it will helpful for you in your trading to manage trading faster. This EA can quick close all Buy and Sell Orders by a selected symbol or total. This SymbolButton is designed for closing orders. There is available Manual and Automatic closing functions. Automatic closing function will close the orders according the paramet
Pointer synchronization
Roger Perez Lugo
4 (1)
Pointer synchronization is an indicator with which the pointer can be synchronized in all the visible charts of the terminal. It shows a crossed cursor in all the visible charts of the terminal, in position relative to the cursor of the active chart. To activate the indicator, simply press the button that appears in one of the corners of the chart once the indicator is added to the chart. To deactivate the indicator, simply press the button again. Once the indicator has been deactivated, the cr
Hello This EA for send Orders Signals when you open or close order and send statics to your channel in Telegram with sum of profit or Loss Pips you can share your orders with your clients in your telegram please watch our video  to see how it is fast. https://www.youtube.com/watch?v=u_7twtYZhyI you must have Telegram channel then make bot and give it Permission and get token (watch this video to know how do it) https://www.youtube.com/watch?v=x1bKWFOjSBE and you must download this files h
Pending Orders Grid Complete System opens any combination of Buy Stop, Sell Stop, Buy Limit and Sell Limit pending orders and closes all existing pending orders. You will have a possibility to put a legitimate Open Price for the first position in the grid. Usually it should in the area of Support/Resistance lines. You just need to drop this script on the chart of a desired currency pair. Input Parameters Before placing all pending orders, the input window is opened allowing you to modify all i
This trade panel is able to greatly simplify the work for news traders. The utility allows to place market or pending orders with a single mouse click. The trade panel is a good assistant for scalping, news trading and for opening a multitude deals. The orders are placed manually, the lines indicate distance for placing the orders. The trailing stop and breakeven features will take care of the deal, in case it is unable to reach the take profit level. The trade panel can work with both limit and
News Calculator and Trading Panel is a high-tech exclusive calendar indicator, which shows news for many currencies. At the same time, it is a versatile trading panel. The News Calculator indicator shows the news on the chart in a detailed form and draws vertical lines: for low, medium and high-impact news. The indicator contains multiple features. Many buttons are displayed on the chart, each button is responsible for a certain action. When a news event occurs, the indicator generates notificat
Quick Lines
Andrey Vasilenko
A simple tool for trading on trend and horizontal lines. A small panel of buttons on the chart allows you to set trigger lines in one click and track their status. Market orders open automatically when the price touches the lines. The order direction (Buy or Sell) is set by the line color when it is installed. Allows you to apply an unlimited number of lines, they will work as the price touches. You can create any graphic patterns: levels, channels, triangles, flags, grids, etc. The principle
Advanced Pending Orders
Fernando Jose Velasco Borea
This EA facilitates sending multiple orders simultaneously. It also facilitates a function designed to be executed in a specific hour, ideal to facilitate its operation during the night, allowing to schedule positions while we are not next to the graph. The system can send direct orders at the market price or pending orders, speeding up the execution of operations with multiple Take Profit as well as controlling the Slippage of each order. The parameters of the system are: •          Broker Info
This tool monitors your current Expert Advisors and manages stop losses and take profits. You can customize which EAs and/or which currencies to monitor. It is primarily meant for EAs that you feel manage stop losses and/or take profits poorly. If you want this tool to be able to monitor manual trades, please use '0' (zero) as the magic number. Supports hidden stoploss and take profit Supports ATR-calculated dynamic stoploss Supports Breakeven for individual trades Supports Trailing stop Lower r
MT4 Telegram Management (from now simply “EA”) will be attached on specific MT4 chart user want to manage from remote. Note to developer: if possible, EA will be able to read info from command from user to select automatically the correct pair to work on, even if EA is attached only on one pair. EA should open/close position or manage opened or pending position. The MT4 Telegram Management l (form now simply “panel”) will be a simple Telegram group setted from user. By panel, user should be able
Risk Control Utility MT4   designed for manual trading. It helps to calculate and control your risks, transfer transactions to breakeven and accompany positions with trailing stop. Easy to set up and use. It can be used for calculating a trading lot, calculating stop loss and take profit levels. Works with currency pairs, CFDs, stocks, indices, futures, cryptocurrencies Displays   volume,   potential loss and profit before   placing an order Ability to set the expiration time of a pending order
Hello Trader, This EA let you manage your daily drawdown and profit. The EA close All market & pending orders  when your account reach a choosen level in daily drawdown and choosen level in profit. The level of the loss and the profit can be choosen by 3 ways;  - a pourcentage amount of your account - an amount in USD (profit and loss) - an equity target (minimum equity/maximum equity target)
Buyers of this product also purchase
Trade Assistant MT4
Evgeniy Kravchenko
4.46 (181)
It helps to calculate the risk per trade, the easy installation of a new order, order management with partial closing functions, trailing stop of 7 types and other useful functions. Attention, the application does not work in the strategy tester. Manual, Description, Download demo Line function -   shows on the chart the Opening line, Stop Loss, Take Profit. With this function it is easy to set a new order and see its additional characteristics before opening.   Risk management  - The risk
Forex Trade Manager MT4
InvestSoft
4.98 (368)
Do you think that in markets where the price can change in a split second, placing orders should be as simple as possible? In Metatrader, each time you want to open an order, you have to open a window where you enter the opening price, stop loss and take profit, as well as the trade size. In trading the financial markets, capital management is essential to maintain your initial deposit and multiply it. So, when you want to place an order, you probably wonder how big a trade you should open? Wha
Local Trade Copier EA MT4
Juvenille Emperor Limited
5 (80)
Experience exceptionally  fast trade copying with the Local Trade Copier EA MT4 . With its easy 1-minute setup, this trade copier allows you to copy trades between multiple MetaTrader terminals on the same Windows computer or Windows VPS with lightning-fast copying speeds of under 0.5 seconds. Whether you're a beginner or a professional trader, the Local Trade Copier EA MT4 offers a wide range of options to customize it to your specific needs. It's the ultimate solution for anyone looking to inc
TradePanel MT4
Alfiya Fazylova
4.91 (87)
Trade Panel is a multifunctional trading assistant. The application contains more than 50 functions for manual trading, and allows you to automate most trading actions. Works with any trading instrument (Forex, CFD, Futures and others). Can work with all symbols from one terminal window. Customizable panel size (up to 4K resolution). It has a flexible and intuitive interface that allows you to customize the panel for yourself, hide all unused functions and tabs. The application is designed as a
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
The MT4 to Telegram Signal Provider is an easy-to-use, fully customizable utility that enables the sending of signals to Telegram, transforming your account into a signal provider. The format of the messages is fully customizable! However, for simple usage, you can also opt for a predefined template and enable or disable specific parts of the message. [ Demo ] [ Manual ] [ MT5 Version ] [ Discord Version ] Setup A step by step user guide is available. No knowledge of Telegram API is required;
Take control of your forex portfolio. See instantly where you stand, whats working and whats causing you pain! MT5 VERSION AVAILABLE HERE:  https://www.mql5.com/en/market/product/58658 The Trade Manager Dashboard is designed to show you at a glance where each position you have in the forex market currently is, and make risk management and exposure to currencies easier to understand. For traders that scale into the market gradually with multiple positions or those trading grid and basket strate
Trade Manager to help you quickly enter and exit trades while automatically calculating your risk. Including features to help prevent you from Over Trading, Revenge Trading and Emotional Trading. Trades can be managed automatically and the account performance metrics can be visualised in a graph. These features make this panel ideal for all manual traders and it helps to enhance the MetaTrader 4 platform. Multi Language support. MT5 Version  |   User Guide + Demo The Trade Manager does not work
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.66 (67)
Trade copier for MetaTrader 4.   It copies forex trades, positions, and orders from any accounts. It is one of the best trade copiers   MT4-MT4, MT5 - MT4   for the   COPYLOT MT4   version (or   MT4 - MT5 MT5 - MT5   for the   COPYLOT MT5   version).        MT5 version Full Description +DEMO +PDF   How To Buy    How To Install     How to get Log Files    How To Test and Optimize    All products from Expforex Copier  version for      MetaTrader 5  terminal ( МТ5 - МТ5, МТ4 - МТ5 )-  Copylot 
CAP Strategy Builder EA
MEETALGO LLC
4.83 (29)
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 ma
-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
DrawDown Limiter MT4
Haidar, Lionel Haj Ali
5 (9)
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
Trade Assistant GS
Vasiliy Strukov
5 (33)
The Trade Assistant is designed for the manual trader who needs assistance to manage orders.  First analyze the trend by using a good indicator like Gold Stuff .  Once you have established the main trend, start your orders with the Trade Assistant and use the “buy” and “sell” buttons on panel of the chart to open orders.  The trader can choose to build a grid with or without a multiplier, or just use a single trade according to the different options in the setting. Real-time results can be view
Risk Manager for MT4
Sergey Batudayev
4.5 (8)
Expert Advisor Risk Manager for MT4 is a very important and in my opinion necessary program for every trader. With this Expert Advisor, you will be able to control the risk in your trading account. Risk and profit control can be carried out both in monetary terms and in percentage terms. For the Expert Advisor to work, simply attach it to the currency pair chart and set the acceptable risk values ​​in the deposit currency or in % of the current balance. Version for MT5 -  https://www.mql5.c
The product will copy all  Discord  signal   to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up. Work with almost signal formats, support to translate other language to English Work with multi channel, multi MT4. Work with Image signal. Copy order instant, auto detect symbol. Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. How to setup and guide: Let read all details about setup and download Discord To MetaTrade
Mentfx Mmanage
Anton Jere Calmes
5 (16)
The added video will show you the full functionality, effectiveness, and simplicity of this 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 c
Take a Break
Eric Emmrich
5 (27)
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
Copy Signals from any channel that you are a member (including private and restricted) straight to your MT4.  This tool has been designed with the user in mind while offering many features you need to manage and monitor the trades. This product is presented in an easy-to-use and visually attractive graphical interface. Customise your settings and start using the product within minutes! User Guide + Demo  | MT5 Version | Discord Version If you want to try a demo please go to user guide. The Te
Trade Copier Pro
Vu Trung Kien
4.6 (15)
Trade Copier Pro is a tool to copy trade remotely between multiple MT4/MT5 accounts at different computers/locations over internet. This is an ideal solution for signal provider, who want to share his trade with the others globally on his own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not be able to receive the signal after that
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.88 (60)
Trading Panel for trading in 1 click.  Working with positions and orders!  Trading from the chart or the keyboard. Using our trading panel, you can trade in one click from the chart and perform trading operations 30 times faster than the standard MetaTrader control. Automatic calculations of parameters and functions that make life easier for a trader and help a trader conduct their trading activities much faster and more conveniently. Graphic tips and full information on trade deals on the chart
The Expert Advisor will help you forward all pop-up alert with screenshot from  MetaTrader 4 to Telegram channel/ group, also forward all notifications to Telegram. Parameters  -  Telegram Bot Token - create bot on Telegram and get token.  -  Telegram Chat ID  - input your Telegram user ID,  group / channel ID  -  Forward Alert - default true, to forward alert.  -  Send message as caption of Screenshot - default false, set true to send message below Screenshot  How to setup and guide  - Telegram
Grid Manual MT4
Alfiya Fazylova
4.71 (17)
Grid Manual is a trading panel for working with grid strategies. The utility is universal, has flexible settings and an intuitive interface. It works with a grid of orders not only in the direction of averaging losses, but also in the direction of increasing profits. The trader does not need to create and maintain a grid of orders, the utility will do it. It is enough to open an order and the Grid manual will automatically create a grid of orders for it and will accompany it until the close. The
Custom Ultimate Sniper Dashboard
Hispraise Chinedum Abraham
5 (2)
Custom Ultimate Sniper Dashboard MT4 Once you purchase, send a message to my inbox for manual. Are you tired of missing out on profitable trades because you can't keep up with market movements? Look no further because the Custom Ultimate Sniper Dashboard is here to help. This EA upgrade to the original Ultimate Sniper Dashboard indicator is specifically designed for users of the Meta Trader 4 (MT4) platform, and it packs a punch with its impressive arsenal of 98 algorithms. These algorithms wo
MT4 to Discord
Trinh Dat
4.29 (7)
The Expert Advisor will send notifications via Discord when orders are opened/modified/closed on your MetaTrader 4 account. - Send message and screenshot to Discord group/channel.  - Easy to customize message.  - Support custom message for all languages - Support full Emoji.  - Send report Daily, Weekly, Monthly ( must show all history of orders ) Parameters - Discord url Webhook - create webhook on your Discord channel. - Magic number filter - default all, or input magic number to notify with
MT4 Alert Signal Trader
Nguyen Van Anh
4.5 (4)
MT4 Alert Signal Trader  is an EA that helps you trade MT4 Alert popup. Some indicators can provide signals by showing an alert popup containing signal texts. This EA will read and trade these signal texts. The alert texts should contain at least 2 elements:  (1) a symbol text   (ex: "EURUSD") and  (2) a command type   (ex: "Buy", "Sell", "Close") that trigger EA's trading activities. Some other contents that may have or not are open price, stop loss, take profit values... The EA needs an aweso
The MT4 to Discord Signal Provider is a user-friendly, fully customizable utility designed for sending trading signals directly to Discord. This tool transforms your trading account into an efficient signal provider. Customize message formats to suit your style! For ease of use, select from pre-designed templates and choose which message elements to include or exclude. [ Demo ] [ Manual ] [ MT5 Version ] [ Telegram Version ] Setup Follow our detailed user guide for easy setup. No prior knowled
OrderManager MT4
Lukas Roth
4.63 (19)
Introducing the OrderManager : A Revolutionary Utility for MT4 Manage your trades like a pro with the all-new Order Manager utility for MetaTrader 4. Designed with simplicity and ease-of-use in mind, the Order Manager allows you to effortlessly define and visualize the risk associated with each trade, enabling you to make informed decisions and optimize your trading strategy. For more information about the OrderManager, please refear to the manual. [ Demo ]  [ Manual ]  [ MT5 Version ]  [ Telegr
TPSpro Trade PRO
Roman Podpora
5 (3)
-  Version MT5  (Coming soon) An instrument capable of instantly calculating position size or risk based on a specified stop-loss level is critically important for both professional traders and beginners. Trading utility  TRADE PRO   provides fast and accurate calculations, helping you make decisions in conditions of limited time and increased market volatility. Main functions: Original. Simple. Effective. Original and convenient opening of the main trading panel: Simply hover your mouse over th
TakePropips TradePad Pro
Eric John Pajarillaga Aldana
5 (4)
TakePropips TradePad Pro  (MT4) includes a powerful trade manager, equity protection, currency strength meter, account reporting tools, risk management tools, and more! It is the perfect companion for manual traders and prop-firm traders. It is one of the most advanced forex trade manager and trade assistant that you will ever come across! It is the perfect solution for traders who wants a more efficient way of managing trade transactions. You can download the user manual and installation guide
RedFox Copier Pro
Rui Manh Tien
4.75 (12)
FREE SIGNAL CHANEL:  https://t.me/redfox_daily_forex_signals Time saving and fast execution Whether you’re traveling or sleeping, always know that Telegram To Mt4 performs the trades for you. In other words, Our   Telegram MT4 Signal Trader  will analyze the trading signals you receive on your selected Telegram channels and execute them to your Telegram to MT4 account. Reduce The Risk Telegram To Mt4   defines the whole experience of copying signals from   Telegram signal copier to mt4  p
More from author
Trades Extractor
Medilane Bernard Philippe Couratier
Jarfac Trades Extractor Description: Le "Jarfac Trades Extractor" est un script MQL4 conçu pour les traders qui souhaitent exporter et analyser leurs trades historiques. En un seul clic, le script génère un fichier CSV contenant des informations détaillées sur chaque trade exécuté pendant une période spécifiée. Caractéristiques principales : Filtrage par Période : Définissez une période personnalisée pour l'extraction. Possibilité de désactiver le filtrage par période. Filtrage par Commentaire :
FREE
Filter:
No reviews
Reply to review
Version 1.4 2023.09.07
-Customizable daily report message
Time management for sending the message

-In case of an error in sending messages, 3 attempts

-Various minor improvements