PipVanta Telegram Notifier

PipVanta Telegram Notifier


PipVanta Telegram Notifier is a professional MetaTrader 4 utility designed to send trading activity from MT4 directly to Telegram in real time.


It is built for traders, signal providers, account managers, and private trading communities that need fast, clean, and structured trade notifications without manual posting.


The utility does not open trades, close trades, modify trades, analyze the market, or provide trading signals. It only monitors trading activity on the MT4 account and sends organized Telegram notifications automatically.


Main Features


- New market trade alerts

- Pending order alerts

- Pending order update alerts

- Pending order activation alerts

- Pending order cancellation alerts

- Entry price update alerts

- Stop Loss update alerts

- Take Profit update alerts

- Break-even notifications

- Smart partial close detection

- Trade close reports

- Daily performance summaries

- Weekly performance summaries

- Monthly performance summaries

- Unique signal number for every trade

- Forex results displayed in pips

- Gold results displayed in points

- Privacy-friendly messages for public or private Telegram channels


Supported Trade Types


- Buy

- Sell

- Buy Limit

- Sell Limit

- Buy Stop

- Sell Stop


Every Trade Alert Can Include


- Signal number

- Trade ID

- Trade status

- Symbol

- Trade type

- Direction

- Entry price

- Stop Loss

- Take Profit

- Risk-to-Reward ratio

- Broker time


Smart Trade Updates


When a trade is modified, the utility sends only the changed values. For example, if only the Stop Loss is changed, the Telegram message shows only the Stop Loss update. This keeps the channel clean and easy to follow.


Pending Order Tracking


The utility detects new pending orders, pending order changes, pending order activation, and pending order cancellation.


Break-Even Alert


When the Stop Loss is moved close to the entry price, the utility can send a break-even notification to show that the trade has moved into a protected area.


Smart Partial Close Detection


Some brokers reduce the volume of the same ticket after a partial close. Other brokers close the original ticket and create a new ticket for the remaining position. PipVanta Telegram Notifier is designed to detect both behaviors whenever possible and preserve the same signal number for the remaining trade.


Trade Close Reports


When a trade is closed, the utility can send:


- Signal number

- Trade ID

- Symbol

- Trade type

- Direction

- Entry price

- Close price

- Result in pips or points

- Close reason

- Trade duration

- Open broker time

- Close broker time


Privacy-Friendly Notifications


The utility does not display:


- Lot size

- Account balance

- Equity

- Profit in money

- Loss in money

- Private account information


This makes it suitable for public channels, private groups, account managers, and signal providers.


Performance Summaries


The utility can send daily, weekly, and monthly summaries including:


- Total trades

- Winning trades

- Losing trades

- Break-even trades

- Win rate

- Forex net pips

- Gold net points

- Best trade

- Worst trade


What You Receive After Purchase


After purchase, PipVanta Telegram Notifier is added automatically to the Purchases section of your MQL5 account.


The buyer receives the protected compiled MetaTrader 4 product through the official MQL5 Market installation system.


The source code is not included.


How to Install After Purchase


1. Open MetaTrader 4.

2. Log in using the same MQL5 account used for the purchase.

3. Open the Market or Purchases section inside MetaTrader 4.

4. Find PipVanta Telegram Notifier.

5. Click Install.

6. Open Navigator and locate the product under Utilities or Expert Advisors.

7. Attach the utility to one active chart.


The utility only needs to be attached to one chart. It monitors eligible trading activity across the entire MT4 account.


Requirements


- MetaTrader 4

- Telegram bot token

- Telegram personal Chat ID, group ID, channel ID, or public channel username

- Permission for the Telegram bot to send messages

- WebRequest enabled for https://api.telegram.org

- MT4 must remain open and connected to the internet


A reliable Windows VPS or MetaTrader VPS is recommended for continuous operation.


How to Set Up


Step 1: Enable WebRequest


In MetaTrader 4, go to:


Tools -> Options -> Expert Advisors


Enable:


Allow WebRequest for listed URL


Add:


https://api.telegram.org


DLL imports are not required.


Step 2: Create a Telegram Bot


Open Telegram and search for BotFather.


Send:


/start


Then send:


/newbot


Follow the instructions and save the Bot Token provided by BotFather.


Keep the Bot Token private.


Step 3: Prepare the Telegram Destination


The utility can send messages to:


- Personal chat

- Telegram group

- Telegram channel


For a personal chat, open the bot and send it a message.


For a group, add the bot to the group and send a message in the group.


For a channel, add the bot as an administrator and allow it to post messages.


Step 4: Get the Chat ID


Open this address in a browser:


https://api.telegram.org/botYOUR_BOT_TOKEN/getUpdates


Replace YOUR_BOT_TOKEN with the real bot token.


Find the chat ID in the response.


Personal Chat IDs are usually positive numbers.


Group and private channel IDs are usually negative numbers and often start with -100.


For a public channel, the public username may also be used when supported, for example:


@ChannelUsername


Step 5: Configure the Inputs


Attach the utility to one MT4 chart and open the Inputs tab.


Enter:


BotToken:

The Telegram Bot Token provided by BotFather.


ChatID:

The personal Chat ID, group ID, channel ID, or public channel username.


BrandName:

The name shown at the bottom of Telegram messages.


Recommended first connection test:


IgnoreExistingOrdersOnStart = true

NotifyExistingOrdersOnStart = false

SendActivationMessage = true


Click OK.


If the connection is correct, the utility sends an activation message to Telegram.


After the activation test, set:


SendActivationMessage = false


Recommended Live Settings


IgnoreExistingOrdersOnStart = true

NotifyExistingOrdersOnStart = false

SendActivationMessage = false


EnableNearAlerts = true

ForexNearTargetPips = 10.0

ForexNearStopLossPips = 10.0

GoldNearTargetPoints = 50.0

GoldNearStopLossPoints = 50.0


EnableBreakEvenAlert = true

BreakEvenTolerancePips = 5.0


EnableSmartPartialCloseDetection = true

PartialCloseMatchWindowSeconds = 30

PartialCloseEntryTolerancePips = 10.0

PartialCloseOpenTimeToleranceSeconds = 30


EnableDailySummary = true

DailySummaryHour = 23

DailySummaryMinute = 59


EnableWeeklySummary = true

WeeklySummaryDayOfWeek = 5

WeeklySummaryHour = 23

WeeklySummaryMinute = 58


EnableMonthlySummary = true

MonthlySummaryHour = 23

MonthlySummaryMinute = 57


CloseReasonTolerancePips = 5.0


Important Usage Notes


- The utility does not open, close, or modify trades.

- It does not provide trading signals.

- It must remain attached to one active chart.

- MetaTrader 4 must remain open and connected to the internet.

- Telegram delivery depends on the Telegram API, internet connection, MT4 terminal status, broker execution, and correct user settings.

- Test the utility on a demo account before using it on a live account.

- Existing open trades can be ignored by keeping IgnoreExistingOrdersOnStart enabled.


Troubleshooting


No Telegram message received:


- Check BotToken and ChatID

- Make sure the bot is active

- Make sure the bot can post messages

- Make sure the bot is an administrator in the channel

- Enable WebRequest for https://api.telegram.org

- Enable AutoTrading in MT4

- Check the Experts tab for error messages


Old trades are reported:


- Set IgnoreExistingOrdersOnStart to true

- Set NotifyExistingOrdersOnStart to false

- Attach the utility before opening new trades


Channel messages are not received:


- Check the channel ID

- Include the negative sign when required

- Private channel IDs often start with -100

- Make sure the bot is an administrator


Support


Support is provided through MQL5 product comments and MQL5 private messages.


Recommended products
AccountTracker
Vladimir Knyshov
Account tracker for a personal use. Collect account balance, equity, margin, initial margin, p/l and push to a webserver. Lifetime license. Settings: Allow dll import Allow webrequest for certain urls drag and drop expert advisor on a new chart, minimize the chart and leave on the backgroud. Statistics will be update every 3 second and push it to the server.
DrawDownControl
Andrey Shvecov
This Expert Advisor is designed to control drawdown by the symbol it is set to. The Expert Advisor does not carry out trading operations on opening positions, only closing open positions on the symbol on which it is set under certain conditions! There are three drawdown levels implemented in the Expert Advisor. The drawdown size for each level is set in the input parameters and the profit size is assigned (it can be either positive or negative), upon reaching which the ADVISER will close all po
Partial Close EA
Rimantas Petrauskas
3.25 (4)
The most simple and easy to use Partial Close EA (by Rimantas Petrauskas ) The main idea of this EA is to apply partial close to your positions. EA will automatically find your open market positions and apply partial close according to your settings. For those who do not know what Partial Close is: it is simply an action to close only a part of your position. For example, if your trade lot size is 1.2 and you close 25% of it (which is 0.3) you will still have 0.9 lot size trade running and exist
Manage trades
Makarii Gubaydullin
Management of active and pending orders: automatic breakeven, TP/SL changes, partial / full closing, visual display of levels on the chart Check out my #1  Utility : 66+ features, including PRO trade management   |    Contact me  if you have any questions 1) Main window: to manage orders, you can set a specific symbol [Symbol], or select all symbols [ALL] Close all active positions [ALL] Close all profitable trades [profits] Close all loosing trades [losses] Close all long trades (for buy) [long
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
MT4 for Telegram Signals
Sergey Batudayev
5 (4)
The utility is designed to send signals from MT4 to Telegram. It has several unique features, allowing not only the sending of trade signals but also the following functionalities: Send messages directly from the terminal to Telegram Send emojis along with custom text Send text and images from Telegram All of these features enable users to manage a signal channel while focusing on trading and finding quality signals. [DEMO and  Instruction for utility] Customizable Signal Messages You can fully
Send periodic (Health Check) notification from your MT4 terminal to your mobile phone to be sure that your MT4 terminal is still running. When you did not receive the notification, it means that your terminal is unavailable. Optional information like Account Equity and Trading Pairs are also available. Notification Period - 1 Hour, 2 Hours, 4 Hours, 8 Hours, 12 Hours, 24 Hours Attach EA to any H1 chart
Modify SELL orders
Hafis Mohamed Yacine
Modify SELL orders v1.0    Managing Orders   During trading, you may need to modify   orders, i.e.   to change stop levels or  take profit. This can be done with one click with  the script Modify SELL orders v1.0 The script modifies all orders (market )  with specified Take Profit and Stop Loss.(pip or price) If the take profit or(and) stop loss is incorrect, then the value is not changed. Parameters script : Take Profit (PIP) Stop Loss (PIP) Take Profit (price) Stop Loss (price)
Manual Trade Panel EA MT4
Juvenille Emperor Limited
5 (5)
Manual Trade Panel EA MT4 is the most straightforward and easy to use trade panel you can find for MT4. It has all its options and functions in one surface, without the need of opening additional windows or panels. It is an order management, risk calculator, partial closure and account protector utility all in one extremely convenient to use interface! By using Manual Trade Panel EA MT4 you can trade many times faster and more accurate than traditional manual trading methods and that gives you m
For MT5: TP SL Calculator This tool helps you to automatically calculate profit at Take - Profit price and loss at Stop - Loss price. Feature: - Calculate profit at TP price. Apply to all operators (BUY / BUY LIMIT / BUY STOP / SELL / SELL LIMIT / SELL STOP), with TP price is greater than 0. Profit is expressed in money and points. - Calculate loss at SL price. Apply to all operators (BUY / BUY LIMIT / BUY STOP / SELL / SELL LIMIT / SELL STOP), with SL price is greater than 0. Loss is express
ReChartPro
Lasha Kvantchiani
This expert advisor is particularly beneficial for traders using paid indicators that include built-in backtesting features. This expert advisor does automation and refreshes charts. With this feature, your indicator's built-in backtest function will do a backtest in the time that you put in 'input' settings. You will have a fresh backtest every time with this expert advisor. It's very necessary for indicators like it. You can set the time you want it to refresh the backtest or the time you want
ChartSync MT4
Alfiya Fazylova
Chart Sync indicator - designed to synchronize graphic objects in terminal windows. Can be used as an addition to TradePanel . Before purchasing, you can test the Demo version on a demo account. Demo here . To work, install the indicator on the chart from which you want to copy objects. Graphic objects created on this chart will be automatically copied by the indicator to all charts with the same symbol. The indicator will also copy any changes in graphical objects. Input parameters: Exception —
RegimeMatrix
Farell Edson Mazarin
Regime Matrix is a multi-timeframe market-state indicator designed to classify current market conditions across selected timeframes. It displays a compact analytical panel directly on the chart and provides buffers for Expert Advisors through iCustom() . The indicator helps traders evaluate whether the market is trending, ranging, compressed, expanding, or overextended. Each timeframe is calculated independently, allowing short-term and higher-timeframe conditions to be compared in a single view
FREE
Chart Carousel
EARL CRISTOPHER GONZALES BIHIS
Chart Carousel is a utility that helps you manage your charts and symbols. Depending on how many symbols you set, the chart will automatically browse through each symbol in the order you put in the settings.   It will automatically change the symbol in the chart base on the set delay. - Press X to move forward to the next symbol. - Press Z to move backward to the previous symbol. Use comma(,) to separate each symbol.
The ScriptForOrders utility is intended for placing orders with the required Magicnumber parameter manually! Manually opened orders have Magicnumber = 0. Expert Advisors often open orders with a Magicnumber parameter other than zero. This is done so that the EA can distinguish its own orders from those of others, or apply different control algorithms to different orders. Sooner or later, a trader has a situation when he needs to intervene in the work of the adviser and place an order manually
Risk Order Panel Торговая панель для выставления отложенных ордеров при ручной торговле. Панель позволяет не задумываться о расчетах параметров ордера, типа сделки, размера лота. При необходимости выставления ордера достаточно мышью определить точки входа, Stop Loss, Take Profit, указать сумму риска и нажать на кнопку выставления ордера. Всё остальное панель сделает сама. Основные возможности: Установка точек входа, Stop Loss, Take Profit путем перетаскивания линий прямо на графике. Автоматиче
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
HotKeys MT4
Alexey Valeev
3 (1)
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
DD Stopper
Michail Manelidis
DD Stopper for MT4 | Protect Your Account from Excess Drawdown DD Stopper is a lightweight and powerful risk management utility for MetaTrader 4 that automatically closes all trades when your account drawdown reaches a defined amount in USD. Protect your capital. Trade with discipline. Eliminate emotional decisions. What This Tool Does DD Stopper continuously monitors your account and: Tracks real-time drawdown (Balance vs Equity or floating loss) Closes all open trades instantly when the
FREE
MTSBSPanel
Andrei Kossarev
MTSBSPanel is a multifunctional trading panel with an integrated risk manager. Main features of the trading panel Placement of pending orders directly from the chart with the ability to divide a position into multiple orders Opening by market in one click with the ability to divide a position into multiple orders Risk management: risk per trade and per day Dynamically calculated lot depending on the specified risk per trade Brief information on the account, result of trades for the day, week, m
The utility is designed for manually placing the first order in trading with a user-defined magic number that corresponds to the magic number of the currently running EA. You can choose the direction for opening an order and open it using "The First Order". After that, disable "The First Order" and enable your trading expert, which picks up the newly placed order and considers it to be its own, managing it accordingly. Trading experience helps traders to better determine the trade direction than
Smart Trail Manager
Joseph Gerard Ganzon Mejia
Smart Trail Manager – The Ultimate Trade Management EA Take Full Control of Your Trades – Smart, Fast & Reliable! Smart Trail Manager is an advanced trade management Expert Advisor (EA) designed for traders who demand precision, automation, and speed . Whether you’re a prop firm trader, scalper, swing trader, or news trader , this EA ensures your trades are managed efficiently and securely with fully customizable features. Key Features & Functionalities: Profit & Loss Management: Set Take
Overview The script displays information about the trade account and the current financial instrument. Information about the trade account: Account - account number and type (Real or Demo); Name - name of the account owner; Company - name of a company that provide the access to trading; Server - trade server name; Connection State - connection state; Trade Allowed - shows whether trading is allowed on the account at the moment; Balance - account balance; Equity - account equity; Credit - amount
Copy Trade EA(Expert Advisor)是一种自动交易软件,可以帮助投资者自动复制其他交易者的交易策略和操作,从而获得类似于其它交易者的交易结果。该软件基于MetaTrader平台,具有易于使用、高效、灵活和自适应的特点,为投资者提供了自动化交易的一站式解决方案。 该软件支持多种交易品种,包括外汇、商品、股票和指数。其主要功能包括: 复制交易:该软件可以在实时模式下复制其他交易者的交易操作,自动将交易操作应用到您的账户中。您可以根据其他交易者的历史表现选择要跟随的交易者,并设置复制比例和风险管理策略,以满足您的投资需求。 风险管理:该软件支持多种风险管理策略,如止损、追踪止损和限价订单,可以帮助投资者最大限度地降低风险和保护资金。此外,该软件还提供了实时的交易报告和交易统计信息,以便投资者对其交易行为进行分析和调整。 自定义设置:该软件支持用户自定义设置,包括复制比例、交易量、止损和追踪止损距离、交易时间和其他参数。这些自定义设置可以根据投资者的偏好和风险承受能力进行调整。 高效运行:该软件基于MetaTrader平台,具有高效、灵活和自适应的特点。该软件
This script searches for all positions for the current currency pair and calculates the sum of all lots for those positions with negative profit and offers to open a hedge (opposite) position with a lot size equal to the calculated sum of lots multiplied by LotCoeff. You just need to drop this script on the chart with a desired currency pair. Before placing opposite orders, the input window is opened allowing you to modify all the input parameters: LotCoeff = 1.5; BuySearch = true; SellSearch =
A Utility used for accounts with multiple open positions with Magic numbers added via Expert Advisors or manually. The Utility closes specific Magic number open positions when a certain profit in currency $ has been reached. The Utility also closes specific Magic numbers open positions with a break-even feature when the Expert Advisors or manually a certain amount of open positions has been placed. The Utility also closes all buy stops and sell stops when the "Take profit sum $" has been reache
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
Hidden SL and TP EA Hide Your Stop Loss, Take Profit, and Protect Your Trades from Broker Visibility StealthGuard EA is a professional trade protection tool designed for traders who want complete control over their exits while keeping Stop Loss and Take Profit levels hidden from their broker. Instead of placing SL and TP directly on the trading server, the EA monitors your positions locally and closes trades automatically when your hidden targets are reached. This means your broker only sees an
Nest balance
Yriy Doronin
The robot works by calculating the offset of the balance between buyers and sellers, depending on the market situation, the preservation of previously opened orders continues, upon reaching the profit specified in the settings, profit is fixed and the adviser again becomes in the operating mode. The adviser uses the hedging mode of transactions with a preponderance of more orders in the direction of the trend. The EA works on the MT4 platform. ATTENTION. Before starting work, it is necessary t
The utility is designed to send signals from MT4 to Telegram. It has several unique features, allowing not only the sending of trade signals but also the following functionalities: Send messages directly from the terminal to Telegram All of these features enable users to manage a signal channel while focusing on trading and finding quality signals. User-Friendly Interface Installation Telegram bot Create a Telegram bot that sends messages from the MT4 to the chat, channel or group. Set Up Tele
Buyers of this product also purchase
Forex Trade Manager MT4
InvestSoft
4.98 (442)
Trade Manager MT4 is an advanced position size calculator and trade management tool for MetaTrader 4, designed to help traders plan trades faster, control risk more precisely, and manage open positions directly from the chart. It combines order placement, risk based lot calculation, Stop Loss and Take Profit management, Break Even, Trailing Stop, Partial Close, Equity Protection, and external trade management in one panel. Whether you trade forex, indices, metals, commodities, or crypto, Trade M
PZ Trade Pad Pro MT4
PZ TRADING SLU
3.67 (3)
Effortlessly calculate lot sizes and manage trades to save time and avoid costly errors The Trade Pad Pro EA is a tool for the Metatrader Platform that aims to help traders manage their trades more efficiently and effectively. It has a user-friendly visual interface that allows users to easily place and manage an unlimited number of trades, helping to avoid human errors and enhance their trading activity. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] One of the k
A professional panel for manual trading that keeps the whole trade cycle in one window on the chart, from a precise entry to protecting your account. Size every position strictly to a defined risk, build the trade with lines directly on the chart using the RR Tool, and place market and pending orders, grids and OCO. The panel takes position management off your hands: partial closing across up to five levels, six types of trailing stop, breakeven and Virtual SL/TP. Daily, weekly and monthly limit
TradePanel MT4
Alfiya Fazylova
4.84 (95)
Trade Panel is a multi-functional trading assistant. The app contains over 50 trading functions for manual trading and allows you to automate most trading tasks. Before making a purchase, you can test the demo version on a demo account. Download the trial version of the application for a demonstration account: https://www.mql5.com/en/blogs/post/750865 . Full instructions here . Trade. Allows you to perform trading operations in one click: Open pending orders and positions with automatic risk cal
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
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 to Telegram Signal Provider   turns your trading account into a signal provider. Every trade action, whether manual, by EA or from your phone, is instantly sent as a message to Telegram. You can fully customize the format or use a ready-made template for quick setup. [ Demo ] [ Manual ] [ MT5 Version ] [ Discord Version ]  New: [ Telegram To MT5 ] Setup A step by step user guide is available. Key Features Ability to customize order details sent to subscribers You can create a tiered subs
TradeMirror is a trade copier EA for MT4/MT5 platform. Tutorial Please click the Trademirror Tutorial link to view more tutorials. Why TradeMirror We understand the importance of security, stability and privacy for financial software, so we've gone the extra mile to harden these three elements in detail: Provides a user-friendly graphical interface that is easy to operate Focus on privacy and security, suitable for various financial scenarios with privacy requirements for order distribution Prec
Trade panel Sniper
Andrey Kaunov
5 (4)
Простая в управлении Торговая панель обеспечит безопасную торговлю. Вычислит объём сделки от заданного уровня Stop Loss и величины убытка. Поможет рассчитать сейф, и в ноль закрыть неверную сделку. Интуитивно понятный интерфейс делает панель удобной в управлении, освобождая внимание трейдера для принятия решения о входе в сделку. Программа сделает все расчёты за вас. Поэтому работа с помощью панели Снайпер - оптимальное решение для торговли с соблюдением Мани-менеджмента. А это главный ключ к по
Trader Evolution MT4
Siarhei Vashchylka
5 (2)
" Trader Evolution " - A utility designed for traders who use wave and technical analysis in their work. One tab of the utility is capable of money management and opening orders, and the other can help in making Elliott wave and technical analysis. Manual (Be sure to read before purchasing) | Version for MT5 Advantages 1. Trading in a few clicks. Immediate and pending orders are available in the panel 2. Money management. The program automatically selects the appropriate lot size 3. Simplifies
Custom Alerts AIO: All-in-One Market Scanner – No Setup Required Overview Custom Alerts AIO is the fastest and easiest way to monitor multiple markets for real-time trading signals—without any setup or extra licenses. It comes with all required Stein Investments indicators already embedded, making it the perfect plug-and-play solution for traders who value simplicity and performance. Just load it to any chart and start receiving alerts across Forex, Metals, Crypto, and Indices. Shares can be a
EasyInsight AIO MT4
Alain Verleyen
4 (2)
EASY Insight AIO – All-In-One Power for AI-Driven Trading Want to skip the setup and start scanning the entire market – Forex, Gold, Crypto, Indices, and even Stocks – in seconds? EASY Insight AIO is the complete plug-and-play solution for AI-powered trade analysis. It includes all core Stein Investments indicators built-in and automatically exports clean, structured CSV files – perfect for backtesting, AI prompts, and live market decision-making. No need to install or configure indicators manu
Trade Manager MT4 DaneTrades
Levi Dane Benjamin
4.09 (11)
DaneTrades Trade Manager is a professional trade panel for MetaTrader 4, designed for fast, accurate execution with built‑in risk control. Place market or pending orders directly from the chart while the panel automatically calculates position size from your chosen risk, helping you stay consistent and avoid emotional decision‑making. The Trade Manager is built for manual traders who want structure: clear risk/reward planning, automation for repeatable management, and safeguards that help reduc
Unlimited Trade Copier Pro is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your 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 b
In the current version this filter will only work with my   night scalpers and the EA Profitection Filter  or with other EAs that utilize the global variables set by this EA.  An MT5 version is availalble   here .  Many scalpers these days have a "normal" news filter, which filters calendar news such as interest rate decisions or CPI releases.  However, this breaking news filter is able to filter non-standard breaking news. It will check every minute for news and if it finds a news event, it w
ManHedger MT4
Peter Mueller
5 (2)
THIS EA IS A SEMI-AUTO EA, IT NEEDS USER INPUT. Manual & Test Version Please TEST this product before   BUYING  and watch my video about it. Contact me for user support or bug reports, or if you want the MT5 version! MT5 Version I do not guarantee any profits or financial success using this EA. 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 easil
Smart Channel M4
Vahidreza Heidar Gholami
The trend in the market can be predicted using trend lines but the problem is you don’t know where exactly the price is going to touch the trend line where you can put your pending orders on. Smart Channel Expert Advisor makes it possible to put an advanced channel around the price data, which can be configured to handle placing orders, opening and closing positions, managing risk per trade, spread, slippage, and trailing stop-loss and take-profit automatically. Features Money Management (Calcul
Effortlessly manage multiple trading accounts The Local Trade Copier EA is a solution for individual traders or account managers who need to execute trade signals from external sources or who need to manage several accounts at the same time, without the need for a MAM or a PAMM account. It copies from up to 8 master accounts to unlimited slave accounts . [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] 100% self hosted Easy to install and use It can copy from MT4 to
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 ]  New: [ Telegram To MT5 ] Setup Follow our detailed user guide for eas
Ultimate Trailing Stop EA
BLAKE STEVEN RODGER
4.33 (15)
This EA Utility allows you to manage (with advanced filtering) unlimited open orders (manual or EA) with 16 trailing stop methods: fixed, percent, ATR Exit, Chandelier Exit, Moving Average, Candle High Low Exit, Bollinger Bands, Parabolic, Envelope, Fractal, Ichimoku Kijun-Sen, Alligator, Exit After X Minutes or Bars, RSI and Stochastic. The trailing stop can be either real or virtual, and you can exit fully or with a partial close percent on touch or bar close.  Moreover, you can add (overrid
Riskless Pyramid
Snapdragon Systems Ltd
5 (1)
Introduction This powerful MT4 trade mangement EA offers a way potentially to aggressively multiply trade profits in a riskfree manner. Once a trade has been entered with a defined stoploss and take profit target then the EA will add three pyramid add-on trades in order to increase the overall level of profit. The user sets the total combined profit target to be gained if everything works out. This can be specified either as a multiple of the original trade profit or as a total dollar amount. Fo
MultiOrder Assistent V3.0   - Your professional trading assistant for MetaTrader 4 The  MultiOrder Manager  is a powerful trading tool designed to optimize your trading while managing risk efficiently. With intuitive features and a user-friendly interface, this Tool is ideal for traders who want to manage multiple orders simultaneously without losing track.   Symbols: FX pairs, gold and cryptocurrencies Here you get a detailed description of the parameters and functions Manual     Features and
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
Crystal Trade Manager PRO – Advanced MT4 Risk & Trade Control System Overview Free :- https://www.mql5.com/en/market/product/150632 Crystal Trade Manager PRO (CTM) is a fully–featured trade execution and risk management utility for MetaTrader 4. It is built for traders who require disciplined execution, strong risk protection, and intelligent automation on MT4. The system manages risk, protects equity, enforces daily limits, automates SL/TP logic, and provides a fast one-click trade panel with p
RedFox Copier Pro
Rui Manh Tien
4.7 (10)
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 platforms. Users not only can follow all instructions from the signa
If you need an advisor on any arrow indicator signals - this utility will definitely help you.  You will be able, with the help of this utility to form an unlimited number of EAs on YOUR signals , with your set of settings, with your copyright and complete source code . You will be able to use the resulting EAs unlimitedly , including adding them to the Market and other resources. Free simple version of the generation script to help you understand how it works - here What does the utility do? 
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 MetaTrader
EchoTrade Telegram to MT4 Copier
Perpetual Chinemerem Vincent
5 (2)
EchoTrade Telegram to MT5 Copier Seamless, Instant, and Reliable Signal Copying - Direct from Telegram to MetaTrader 4! The product does not run in the strategy tester but you can get free trial version   here  for testing before purchase. Tired of manually executing trades from Telegram signals? EchoTrade automates the process, instantly copying trades from any Telegram channel or group directly into your MT5 account—accurately, efficiently, and without delay. Key Features: Universal Compatib
Dashboard Trade Manager
Moegamat Luqmaan Titus
Dashboard.mq4 – The Ultimate All-In-One Trading Command Center In trading, time is money. Stop wrestling with clunky interfaces, scattered tools, and slow execution. **Dashboard** is not just a trade manager; it is a complete professional trading terminal designed for MT4. It combines execution, risk management, technical analysis, and market news into one lightning-fast, intuitive interface. Designed for the serious manual trader, Dashboard replaces your chart clutter with precision tools that
Auto Trade Driver
Vu Trung Kien
4.6 (15)
Auto Trade Driver is an automatic powerful tool (run as Expert Advisor) that helps you to manage risk and control orders and maximize your profit in multi-protect/trailing-stop rules. This tool is very useful for both scalpers and trend followers. It not only calculates the trade risk exactly, but also protects and maximizes your profits in real-time. With this tool, the only thing you have to do is to enter trade by your own strategy, then it will auto-drive your position with exit strategy you
Filter:
No reviews
Reply to review