Telegram to MT4 MultiChannel Copier

5

Telegram to MT4 Multi-Channel Copier automatically copies trading signals from your Telegram channels straight to MetaTrader 4. No bots, no browser extensions, no manual copying. A signal arrives in Telegram and the EA opens the trade in your terminal within seconds. And before you copy a channel, the built-in backtester shows you what that channel would have done in your account.

The product has two components: a Windows application that listens to your Telegram channels, and this Expert Advisor that executes the signals in your MT4 terminal. An MT5 version is also available here.

Setup guide and application download: https://www.mql5.com/en/blogs/post/768988

The current price will go up in the future.

How it works

The Windows application connects to Telegram using your own API credentials — not a bot. This means it can read any channel, group or topic you are subscribed to, including private and VIP channels. You can also use signal bots that message you directly, private chats and even your own Saved Messages as sources. When it detects a signal, it parses it and hands it to the EA. The EA resolves the symbol name for your broker, calculates the lot size according to your risk settings and opens the trade.

The whole process is automatic. You don't need to sit in front of the computer. Built to run 24/7 unattended: if the Telegram connection drops, the application reconnects automatically.

  1. Open the application and log in to Telegram (first time only).
  2. Select the channels or topics you want to listen to.
  3. Press Start. The EA does the rest.

Complete setup in 5-10 minutes. And if the Telegram verification code never reaches you, you can log in by scanning a QR code with your phone — no code needed.

The application is available in 11 languages: English, Spanish, Portuguese, German, French, Italian, Russian, Turkish, Chinese, Japanese and Korean. Choose it in the Setup tab.

Backtest: test a channel before you copy it

The Backtest tab of the application downloads a channel's message history, reads every signal with the same parser the copier uses and replays it on real M1 candles of your broker, exported automatically by the EA. Choose the channel, how many days back to read and the lot, press Backtest and the report opens in your browser.

The report shows:

  • Net result, win rate, profit factor and maximum drawdown, with the equity curve.
  • Results by day, week or month, to compare them with the summaries the channel itself publishes.
  • A chart for every signal with the entry line, the exact time the message arrived, the SL, every TP and the exit, with zoom and timeframe switching.
  • The signals the provider edited after posting, marked.

The simulation is conservative (if SL and TP fall in the same candle, the SL counts) and applies the same execution rules as the EA: pending orders when the entry is far, 'BUY/SELL NOW' at market and fallback SL. The Analyze parsing button shows, without simulating anything, how every message of the channel was understood: signal, update or ignored.

Supported signal formats

The built-in signal parser recognizes a wide variety of formats from real Telegram providers with no configuration needed. It detects keywords in both English and Spanish, and also handles messages full of decorative emojis, bold text and mixed languages.

It correctly reads both US-style and European number notation — including thousands separators — and automatically recognizes the most common indices, stocks and ETFs, the dollar index and natural gas, in addition to forex, metals, oil and crypto. When the provider tags the instrument with a hashtag, the parser uses it to identify the symbol with extra precision.

The parser also handles update messages: move to breakeven, close the position fully or partially, cancel pending orders or change SL and TP. They work whether they are sent as a reply to the original signal or as separate messages. When a channel edits a signal to add or change values, the EA applies the update to the correct position. And if the provider posts a "BUY NOW" first and the complete order with its levels a few seconds later, both messages are handled as one trade.

Built-in smart filters:

  • Result summaries: channel balance or performance messages are ignored automatically so they are never mistaken for new signals.
  • Informational messages: target-reached announcements are identified as status and never processed as price changes on open positions.
  • Market commentary: analysis posts with price zones and narrative phrases that merely mention a close or a breakeven trigger no action — only real instructions are executed.
  • Explicit breakeven: if a channel edits a signal setting the SL equal to the entry price, the EA interprets it as a move-to-breakeven instruction.
  • Cancel on TP hit (optional): when the provider announces that a TP was reached, the application can automatically cancel that signal's remaining pending orders. Checkbox "Cancel the signal's remaining pendings when a TP hit is announced", off by default.
  • OCR support: channels that send signals as images are also supported. Requires installing Tesseract OCR (free, external).

Smart symbol resolution

The EA includes an alias table covering forex, metals, indices, stocks, oil, natural gas and crypto, and automatically detects broker suffixes. The usual variants of each instrument resolve with no configuration at all.

For non-standard cases, the application includes a Custom Symbol Matches dialog where you can map any term to the exact symbol name your broker uses.

Risk management

Four risk modes available:

  • Fixed lot — always trades the same lot size.
  • Percent of balance — risks a fixed percentage per trade. Requires an SL in the signal.
  • Fixed money — risks a fixed amount per trade. Requires an SL in the signal.
  • From the signal — uses the lot size sent by the provider directly, with a configurable safety cap (MaxSignalLot) that protects your account if the provider mistypes the lot size.

If the signal has no SL and you use the percent or money modes, the EA falls back to a configurable backup lot so the trade is not discarded.

Order execution

Market vs pending orders. The EA automatically decides whether to open a market or a pending order based on the distance between the signal price and the current market. The threshold is configurable in pips, and you can also force every signal to execute at market. "BUY NOW" or "SELL NOW" signals are executed at market even if they carry a price, with the input "Execute 'BUY/SELL NOW' signals at market even if they carry a price".

Spread compensation. Providers publish their levels on the Bid chart, but BUY entries and SELL exits execute at Ask. The CompensateSpread option adds your broker's live spread to those levels only, so your executions line up with the provider's chart.

Multiple take profits. When a signal includes several TP levels, you can open one position per TP or use only the first one. You can also limit how many TPs are used.

Multiple entries. When a signal carries several entry prices, you can use just one, open a separate order per price, or distribute a grid of orders across the range.

Default SL and TP. If the signal has no Stop Loss, the EA applies one at a configurable distance from the entry price. Same for the Take Profit.

Discard rules. You can choose to ignore signals with no entry price, or with no Stop Loss. Useful for prop firm rules.

SL and TP override

Sometimes the channel's SL and TP don't fit your risk plan. Custom SL and Custom TP let you completely override what the channel sends and always use your own fixed pip distance from the entry price.

Each override is independent — you can force your own SL while keeping the channel's TP, or the other way around.

This is different from the default SL and TP, which only act as a fallback when the signal carries none. Custom SL/TP always overrides.

Trade management

Three independent features you can enable separately or combine, to manage open positions without waiting for manual channel updates.

Partial close + breakeven. Automatically closes a percentage of the position when it reaches a profit in pips, then moves the Stop Loss of the remainder to breakeven. Supports a single level or a multi-level ladder (pips:percent) to replicate your provider's TP1/TP2/TP3 management.

Standalone breakeven. Moves the Stop Loss to the entry price once the trade reaches a configurable profit — without closing any part of the position.

Trailing stop. A dynamic Stop Loss that follows the price at a fixed distance while the trade moves in your favor. It activates after a configurable threshold and keeps a configurable gap. Two optional behaviors: cancel the related pending orders from the same channel when the trailing kicks in, or remove the position's TP to let the move run as long as the trail holds.

Filters

Fine control over which signals the EA executes:

  • Allowed symbols — trade only specific instruments.
  • Blocked symbols — ignore specific instruments.
  • Allowed channels — trade only signals from specific channels.
  • Blocked channels — ignore signals from specific channels.

Symbol filters support aliases. Channel filters use partial matching, accept the full channel title pasted as-is, and also work with individual topics of forum-style channels. Channel names with emojis are accepted as they are.

These filters are especially useful when you run several EA instances in different terminals, each processing a different set of channels or instruments.

Custom keywords. From the application you can add your own keywords for each action — useful for providers using unusual phrases or other languages.

Multi-terminal support

The Windows application detects every MT4 and MT4 installation on your computer and lets you choose which terminals receive the signals. You can use the default shared mode or route signals to a specific terminal — any combination of MT4 and MT4 is supported.

Each EA copy can carry its own identifier (input "Unique ID per EA"), so several instances — even inside the same terminal — process each signal independently, each with its own filters.

Combined with the channel and symbol filters, this lets you run independent strategies on different accounts.

The license covers 5 MT4/MT5 terminal activations per purchase.

Performance panel

A visual panel drawn directly on your chart shows real-time statistics for every signal source: number of trades, win rate, net result and total pips. The panel updates automatically as trades open and close.

Interactive period buttons let you switch the analysis window with a single click.

When you listen to a forum-style channel, every topic gets its own row.

Update and close handling

When a channel sends an update about a previous signal, the EA applies it to the correct position automatically. If the update is sent as a reply to the original Telegram message, the matching is exact. Otherwise the EA finds the right position by comparing symbol and prices — and only accepts real instruments as the target, so a channel comment never touches the wrong trade.

Both open positions and pending orders are managed: a close command will close the market positions and delete the pending orders of the same signal.

Reliable subscriptions. If an admin renames the channel on Telegram, your subscription is preserved automatically. Channels that become unreachable are cleaned up on refresh.

Support Bundle

A one-click button in the application packages the log, the current configuration and the recent EA logs into a single ZIP file, ready to attach to a support message. Sensitive data is stripped or masked before the file is created. If the app is connected to Telegram, the bundle also includes an automatic analysis of how every recent message of your listening channels was interpreted. The app also includes a live Diagnosis button that checks the whole chain (Telegram, channels, queue, EA heartbeat) with a suggested fix per problem, and a message tester to see instantly how any pasted message is parsed. The bundle also includes an analysis of how every message of the last 30 days of your listening channels was understood, and the reports of the Backtest tab.

Requirements

  • Windows 10 or later (also works on any Windows VPS)
  • MetaTrader 4 terminal with AutoTrading enabled
  • A personal Telegram account (not a bot)
  • Telegram API credentials from my.telegram.org — free, obtained in 2 minutes

What you get

  • The Expert Advisor — installed automatically from the MQL5 Market into your terminal.
  • The Windows application (.exe) — no installation required. Setup guide and download link: https://www.mql5.com/en/blogs/post/768988

The Windows application is mandatory — it is the component that connects to Telegram and feeds the EA with signals.

Frequently asked questions

Can I use it with any Telegram channel? Yes. The application uses your personal Telegram account, so it can read any channel you are subscribed to, including private and VIP ones. No bot token needed.

Can I test a channel before copying it? Yes. The Backtest tab replays the channel's history on real M1 candles of your broker and gives you the real result of its signals, day by day, to compare with what the channel publishes.

Does it support forum-style channels with multiple topics? Yes. Each topic appears individually in the application and is tracked separately in the Performance Panel.

Does it work with channels that send images? Yes. Enable OCR in the Setup tab. Requires installing Tesseract OCR (free, external).

Can I listen to several channels at the same time? Yes. You can add and remove channels without stopping the listener. Every signal is tagged with its source channel or topic.

How do I check that it reads my provider's signals correctly? Forward any signal to your Saved Messages and listen to them as a source — you will see in the log exactly how it is interpreted. And the EA works identically on demo accounts, so you can validate the whole flow without risking money.

My provider manages trades with messages (breakeven, closes, SL changes)? Supported. Those instructions are detected and applied to the correct trade automatically, with no need for them to be replies to the original message.

What if my broker uses a different symbol name? The EA resolves it automatically in most cases. For non-standard cases, use the Custom Symbol Matches dialog to map the term to your broker's exact symbol.

Which languages is the application in? 11: English, Spanish, Portuguese, German, French, Italian, Russian, Turkish, Chinese, Japanese and Korean. The EA inputs are in English.

What do I do if I need help with a problem? Use the application's Support Bundle button to generate a ZIP with logs and configuration, and attach it to a message through my MQL5 profile.

How many accounts can I use with one license? 5 separate MT4/MT5 terminal activations per MQL5 Market purchase.

Is my Telegram account safe? Yes. The application uses the official Telegram API through your own credentials. It is 100% local: it talks directly to Telegram, with no third-party servers in between, and nothing leaves your computer. The session appears in Telegram → Settings → Devices and you can revoke it at any time.

Telegram copier, Telegram to MT5, Telegram to MT4, signal copier, trade copier, multi-channel copier, forum topics, OCR signals, prop firm copier, trading signals, signal provider, XAUUSD signals, gold signals, forex signals, indices signals, stocks signals, crypto signals, auto trading, backtest

Reviews 4
pikachu879
39
pikachu879 2026.07.12 05:39 
 

This is a great utility, exactly what I have been looking for. It works perfect and is easy to set up. And the support from Sergio is excellent.

Modesta Margarita Drullard Barett
136
Modesta Margarita Drullard Barett 2026.05.06 12:48 
 

I bought it this morning and after a few minutes it was already running smoothly!!! I had a few problems but because I needed to put Default (all MT4/MT5) INSTEAD OF A SPECIFIC ONE (that didnt match so...) the software is smooth and light...love it!!! dunno if you can open the image but it's the panel in mt4. very cute tho!!! thanks sergio!!!!! LINK TO IMAGE: blob:https://web.telegram.org/ab89b4a8-dcd5-4d7d-9bea-b446511f9387

Have a problem with BE... it is triggered before tp1 and even if i put 110 pips with a 100 pips tp sometimes it put the trades in BE. I have to put it manually.

I would love it to enter the trades even is the signal is just SELL or BUY but it doesnt

Berwyn Riveral
1603
Berwyn Riveral 2026.05.01 15:24 
 

Have issues with keeping the settings after a VPS restart in the previous version but a quick message to the developer and he resolved the issue straightaway on the next version. So far it has been working as expected. It hasn't missed any trade yet.

Recommended products
Chart Button
Chantal Sala
3 (1)
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 S
MagicExcel
Alessandro Brunelli
MagicExcel will allow you to extrapolate, from your trades, reports split down by Expert Advisor. The generated reports allow you to quickly compare statistics of trades data from different Expert Advisors, different symbols and also the behavior of an Expert Advisor against different symbols. Additionally, if selected, a report will be created that shows the behavior of the Expert Advisor over time. This is a very useful tool for a trader who works with many Expert Advisors at the same time. R
This tool working You can buy or sell from the button of this tool, the lot size can be filled manually, as for the close all buy button to end all buy positions, close all sell button to end all sell positions, Close All profit button to end  All  profit position, Close All Loss button to end all loss position, Delete Pending button to delete all Pending order, close all orders to end all orders. The variable, you can use close all percent for close all orders when profit in percent, if close
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
MQL5 Blogs : https://www.mql5.com/en/blogs/post/761446 MT4 Version : https://www.mql5.com/en/market/product/136790 MT5 Version : https://www.mql5.com/en/market/product/136791 Time Wizard is a professional trading assistant built for traders who need speed, timing, and execution control in one clean dashboard. This Expert Advisor is designed for event-based trading, scheduled execution, and fast semi-automatic order management. It allows you to prepare your orders in advance, define the exact e
Signalator Local Trade Copier MT4 is a fast local trade copier for running Master and Receiver terminals on the same computer or VPS. It supports cross-platform copying between MT4, MT5 and cTrader terminals in any direction: MT4 ↔ MT5 ↔ cTrader , and all other combinations. Copy trades locally without an external cloud relay. The Master publishes trade activity into a local bridge, and each Receiver controls what to copy, which Master accounts to accept, how to map symbols, how to size lots, an
BreakevenBoost
Sergey Batudayev
BreakevenBoost automatically sets Take Profit levels for all open orders on the current symbol to the breakeven price plus a specified offset in points. Whenever a new order is opened, the utility recalculates and updates the TP for all positions based on their combined weighted entry price. Key Features Supports Buy and/or Sell orders Filters orders by a specified Magic Number Automatically recalculates and applies TP whenever the number of orders changes Logs success messages and errors to the
Waddah Attar Easy Positions Risk Management This EA gives you a full ability to close one position or close all positions . Close buy or sell trades in any position . Close profit or loss position . by clicking on a command button on the chart with confirmation message . Show you  a full information about your positions like : count - lots - average price - points - profit -  profit % - used margin for this position and the risk percent . and also the scrolled table of trades that position has
EA Target MM Dollar
Raudhah Hayatun Nufus
It's very easy, you only need to enter the amount of profit you want to get, then when your account has grown this EA will close the order, even though you are not monitoring the chart. Now you don't need to worry if the profit you have achieved turns into a loss because you don't use this EA, because this EA will help you whenever, wherever you are. Good luck trying it, hopefully you will become a very profitable trader
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
This Expert provides a panel to manage all positions you have on different pairs or any instruments. not only you can close your positions just by clicking the amount of profit or loss shown on the related cell, but also you can customize whatever you see on the panel from font size  to lines and background colors. Remember ,  auto trading on MT4 panel must be active, but in our Expert we have provided a key on the panel to activate or deactivate the panel to avoid closing by accident. Any qu
NAM Chart Info New
NAM TECH GROUP, CORP.
4 (1)
This wonderful tool will allow you to manage the risk of each operation in an easy and fast way. Its innovative interface allows you to calculate the number of lots and the risk-benefit ratio in seconds, keep your operations within the risk range you want and avoid bad times in your trade. Once you have open operations, the panel displays a section with the details of each operation and a summary of all specifying highly relevant data. Do not complicate yourself by opening a lot of windows, our
Mt4 EA Opportunity Finder
Wilhelmsson Bjoern Daniel
Mt4 EA Opportunity Finder is a MetaTrader 4 utility script designed to help traders and EA developers compare symbols and timeframes before spending time on deeper strategy research. The tool exports historical MT4 candle data to CSV and automatically creates a professional HTML opportunity report. The report ranks symbol/timeframe combinations using an Opportunity Score based on historical candle movement, volatility, directional clarity, active-hour behavior, follow-through behavior, spike ris
DYJ NewsForexFactory is calendar trading utilities and Indicators of macroeconomic events for fundamental market analysis. Therein you will find financial news and indicators for the largest global economies – from the US and the EU to Australia and Japan, a total of 9 economies, involving more than 60 currency pairs. More than 800 macroeconomic indicators and events are collected from public sources in real time. Historical, current and forecast values, as well as importance characteristics are
Chart State Saver for MT4 is utility which helps to save states of all your charts even if they will be closed. And then all saved charts' states can be easily loaded back to charts. It stores templates for each particular currency pair and automatically applies them to charts once they will be opened at next time. Also they can be applied to the charts by your own needs. Thus you can close any chart at your MT4 without scaring to lose chart's data like drawls, messages, chart styling and so on
BuyStop_SellStop_Grid script opens BuyStop and SellStop 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, BuyStop orderi is opened. ShortPos - if TRUE, SellStop 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 points.
Trading Special – 40% OFF Advanced Trade Manager – The Ultimate All-in-One Solution for Faster, Smarter, and Safer Manual Trading. Transform your manual trading with NextGen Trade Manager AI – the professional on-chart panel that combines instant execution, visual trade planning, and powerful risk management into one intuitive tool. Execute orders, manage risk, and protect profits faster than ever before, all without leaving your chart. Perfect for all traders looking to enhance their precisi
如果产品有任何问题或者您需要在此产品上添加功能,请联系我 Contact/message me if you encounter any issue using the product or need extra feature to add on the base version. Dashboard Super Currency Strength is an intuitive, and handy graphic tool to help you to: Have 28 pairs under control with one dashboard. Monitor price movement, identify possible trend based on currency strength gap of two currency on 3 timeframe. Provide trading signals based on the CSM (currency Strength Meter) selected. Manage order automatically onc
TPSpro Risk Manager
Roman Podpora
3.67 (3)
TPSpro Risk Manager       – is a unique system of professional risk control for traders of any level and any capital. Allows you to avoid losses in trading and serious mistakes in transactions. TPSpro Risk Manager is a must have for risk management and is primarily used by scalpers and day traders, but is successfully used by traders of any trading style. The panel has 3 columns, each of which contains useful information. The first column displays information about the account as of the beginn
Expert candle finder for forex in MetaTrader 4 Expert candle finder is one of the practical trader assistant experts that is used in the forex financial market, this expert accurately identifies the candlestick patterns on the price chart as a signal, all the found candles. informs you. This expert is run on your Meta trader platform and in a very precise way, it examines all the currency pairs that are in your watch list and every currency pair that had a professional and good candlestick patt
New Market Sentiment Indicator
Udawaththa Kankanamge Don Raveen Asela Jayasingha
5 (1)
Market Sentiment Indicator  Market Sentiment is a Trading Tool which allows you to see the positions of other currency traders. Until now, only institutional traders had access to such data which gave them a serious advantage over retail traders because of obvious reasons. With Market Sentiment, you too will finally know what other traders are doing which makes it easy to beat them on the forex battlefield. Data comes from MyFxbook Community Outlook data feed and is based on up to 100 000 live
Telegram to MT4 Signal Copier  Transform the way you trade with the Telegram to MT4 Signal Copier. This powerful utility bridges your favorite Telegram signal channels directly to your MetaTrader 4 terminal, allowing you to receive and execute trade signals automatically with precision and speed. Why Traders Choose This Copier Manual copying is slow and error-prone. This solution removes human delay, reduces emotional trading, and ensures every valid signal is processed consistently. Whether you
ATTENTION: the utility cannot work in the Strategy Tester, if you want to try the demo version for free for a week, or have any questions, write me an email! You can find my address on my user profile. TrendLine Auto Executor   is a software capable of identifying the trendlines you have drawn on the chart and opening orders as soon as they are touched or exceeded. The software allows you to manage two orders at a time for each chart by tracking two groups of trendlines, one for each order, and
This tool can help you close all open orders with one click, just click "Close all". If you only want to close the profitable orders, click the "Close profitable" button. After clicking, all the floating orders will be closed. All orders will be liquidated; if you only want to close the orders with floating losses, click the "Close losable" button. After clicking, all orders with floating losses will be liquidated.
RainbowTrend
Sergey Rozhnov
4 (2)
A visual indicator of currency trends and strengths, featuring a histogram and table on the main chart, a currency trend chart, and an analysis block on an additional chart window. It analyzes 28 currency pairs made up of 8 major currencies (EUR, USD, GBP, JPY, AUD, CAD, CHF, and NZD). Indicator capabilities Determines the direction and strength of the trend of currencies and symbols and builds multi-colored histograms, tables, informing with digital values and graphs based on this Shows the re
All the buttons  and info you need as a trader in just one interface No need to navigate between multiple interfaces and waste time and money This cutting-edge trading tool is designed bu a trader for a trader to meet all your trading needs and more, offering an array of features and functionalities to enhance your trading success. 45 Features: Buy       :Open long positions Sell       :Open short positions  HG        : HEDGE :Buy and Sell(same lot) S.Pdg    : Sell-Stop and Sell-Limit  Red X 
红盘手交易助手,该EA不会自动交易,属于辅助工具,参考4小时图表波动率参数,自动给订单设置止损和止盈,以及追踪止损。策略带有风控标准,如下<1K为50 >1K<1W为100, >1W<5W为500, >5W<10W为1000, >10<20为2000。最大的特色是资金管理和风控功能。显示信号为5日平滑均线方向,布林线中轨平仓功能,开仓警报提醒功能,手数资金恢复功能,该EA可以在历史数据测试时下单,所以它相当于复盘工具。注意EA会修改所不带止损和止盈品种的定单,并执行风控标准。EA参数经过实盘反复验证和优化,可以直接使用默认参数。        参数与功能: FixBuy_target 指定后统一修改当前品种所有多单的止盈价; FixSell_target 指定后统一修改当前品种所有空单的止盈价; 一比一恢复资金 默认不启用,启用盈利按固定亏损金额数字平仓; Boll_close_order 默认不启用,启用后价格遇到布林线(周期30)中轨平仓; Lots 设置固定手数,开启UseMM后无效; UseMM 默认启用资金管理; 风险系数 启用; ATR止损基数 默认按4小时
Trade Info
Johannes Schoeman
Trade and Account Information Panel The Trade Info Panel allows you to easily see the status of you trading by pair and account. Minimise the panel by clicking on it to reduce the display area. Easily Identify loosing pairs/ instruments traded by the change of header colour. The HEADER change colour should the months losses exceed the months gains. Displayed information: General Account information Account Leverage Spread Bar Time remaining Account Balance  Account Equity Margin Free Margin Acc
Trade Copier Global
Laszlo Tormasi
5 (15)
Trade Copier Global: The name speaks for itself. This copier allows you to copy orders between MT4 terminals even if they are not installed on the same computer. Features Copying trades between MT4 terminals around the world with a short delay. Automatically recognizes symbol prefixes. Can connect many Slaves to the same Master. Supports pending and market orders. Supports partial order close (with limitations, see below) Can send messages and notifications to the Slaves from the Master Several
A simple script that closes all current orders. Terminate once close all positions, so please don't worry about constantly closing your order. How to use : Drag the script from the navigator to the chart to activate it. Do remember to enable algo trading to use this script. There are different versions of the script that can choose whether to close all buy/sell posiitons, if you need this, do contact me in MQL5.
Buyers of this product also purchase
Trade Indicator Assistant is a powerful MT4 utility designed to turn indicators into automated trading systems. Its main feature is the ability to automatically detect an indicator’s   BUY and SELL signal buffers , without requiring you to know the buffer numbers, search through indicator settings, or modify the indicator source code. Bonus Indicator: After purchasing Trade Indicator Assistant, contact me to receive Trade Signal Pro completely free as a bonus indicator. [Download Demo Version]
Forex Trade Manager MT4
InvestSoft
4.98 (445)
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
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
Prop Guardian Risk Manager MT4 – Drawdown, Risk & Hedge Protection for Prop Firm and Managed Accounts Prop Guardian Risk Manager is a professional risk-control utility for MetaTrader 4, designed for prop firm traders, money managers and anyone who wants strict account-level risk protection. It does not generate trading signals, strategy entries or trading decisions. Instead, it runs in the background, monitors your account risk and can automatically block new exposure, close managed trades or ac
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
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
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
VirtualTradePad PRO SE MT4 — advanced trading panel and chart workspace for MetaTrader 4 VirtualTradePad PRO SE is a professional trading panel and trade-management workspace for MetaTrader 4 . It helps traders open, manage, protect, close and analyze trades faster from one chart-based interface. The product was created for active manual traders who need more than a simple set of buttons. PRO SE combines one-click execution, pending orders, position control, partial close, basket profit/loss log
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
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. Ful
Zone Trader MT4
Lee Samson
5 (1)
Trade support and resistance or supply and demand zones automatically once you have identified the key areas you want to trade from. This EA allows you to draw buy and sell zones with a single click and then place them exactly where you expect price to turn. The EA then monitors those zones and will automatically take trades based on price action you specify for the zones. Once the initial trade is taken, the EA will then get out in profit at the opposite zone you place, which becomes the target
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
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
Trade panel Sniper
Andrey Kaunov
5 (4)
Простая в управлении Торговая панель обеспечит безопасную торговлю. Вычислит объём сделки от заданного уровня Stop Loss и величины убытка. Поможет рассчитать сейф, и в ноль закрыть неверную сделку. Интуитивно понятный интерфейс делает панель удобной в управлении, освобождая внимание трейдера для принятия решения о входе в сделку. Программа сделает все расчёты за вас. Поэтому работа с помощью панели Снайпер - оптимальное решение для торговли с соблюдением Мани-менеджмента. А это главный ключ к по
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
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
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
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
The FFx Hidden Manager panel will help you to manage easily your orders directly on the chart. Below all features described: TP, SL and TrailingStop are hidden Each order has its own lines on chart Drag & Drop any line to change the TP/SL as per your need Option to move automatically the SL line at breakeven when TP #1 is reached Option to choose the TP/SL type (by pips or price) Option to choose the TrailingStop type (by pips, MA, Fractals, PSAR or ATR) Define which order(s) you want to manage
FFx Risk Calculator
Eric Venturi-Bloxs
FFx Risk Calculator panel will help you to calculate very easily your trades size, SL or the risk directly on the chart. All features are described below: Option to select which parameter to calculate: Risk, Stop Loss or Lot Size The panel will show if the lot size is allowed according to the current account free margin Button to maximize/minimize the panel Drag and Drop the panel anywhere on the chart How to use it? Select the parameter you want to be calculated. It will be based on the 2 other
Trade Copier Pro
Vu Trung Kien
4.29 (14)
Trade Copier Pro is a tool to copy trade remotely to 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 be able to receive t
News Trader Pro
Vu Trung Kien
4.38 (16)
News Trader Pro is a unique robot that allows you to trade the news by your predefined strategy. It loads every piece of news from several popular Forex websites. You can choose any news and preset the strategy to trade it, and then News Trader Pro will trade that news by selected strategy automatically when the news comes. News release gives opportunity to have pips since the price usually has big move at that time. Now, with this tool, trading news becomes easier, more flexible and more exciti
FFx Watcher PRO
Eric Venturi-Bloxs
The FFx Watcher PRO is a dashboard displaying on a single chart the current direction of up to 15 standard indicators and up to 9 timeframes. It has 2 different modes: 1. Watcher mode: Multi Indicators User is able to select up to 15 indicators to be displayed User is able to select up to 9 timeframes to be displayed 2. Watcher mode: Multi Pairs User is able to select any number of pairs/symbols User is able to select up to 9 timeframes to be displayed This mode uses one of the standard indicat
THE [VIZUALIZER] is a MetaTrader (MT4) Script designed to visualize an account history. It will read the account statement and then will visualize the positions on chart in form of rectangles, showing the OpenTime, OpenPrice, CloseTime and ClosePrice. Generally, it has been developed to analyze the trading history, to observe how risky the particular positions were, allowing you to analyze the trading strategy from the account statement. It is working with standard MS Excel CSV files It is visua
NickZ Tool
Nicolas Zouein
This is a must have tool for a serious trader. It saves your precious time spent for opening/closing trades, creating pending trades and modifying your TP/SL in bulk according to either pips or price. If you need to quickly open several pending orders (Buy Stop, Sell Stop) at a certain distance from each other, this script will do all the routine for you! The first time you use this handy tool, you will realize it has already paid for itself. Instructions: Drag and drop this script onto a chart.
The product combines a manual trade panel with the ability to perform actions automatically in a highly configurable way. Actions include capturing indicator values and then based on those values raising alerts, open/close or partially close trades, scale-in, setting up pending orders, adjusting stop loss, take profit and more. On-chart controls can be configured, such as tick boxes and buttons, so can be fully interactive. The EA also handles money management, news events, hidden stop loss, tak
Binary Options Copier Remote is an EA that allows to copy binary options trades between MT4 accounts at different computers. This is an ideal solution for signal provider, who want to share his trade with the others globally on his own rules. Provider can give free bonus license to 10 receivers. That means those 10 receivers can copy from provider by using Binary Options Receiver Free (no cost). From 11th one, receiver have to buy Binary Options Receiver Pro (paid version) in order to copy from
One Click FX Panel
Chantal Sala
5 (2)
This panel is very simple to use and it is a very ally to manage your positions and orders. Also you can modify your risk, writing in fields directly on Panel. One click on buttons and the operation on market is done! Operations possible: BUY/SELL Break Even Split (close 50% all orders) Close All positions Hedging (opens reverse positions to cover) Close only BUY positions Close only SELL positions Close All pending orders Reverse all positions Please watch the video to verify the very simple u
Slow Pips OCO Trade Panel is an advanced trading panel for placing pending orders. Traders can use this panel to place two pending orders at once. One pending order would be of buy entry type and the other one would be of sell entry type. Both orders will have Stop Loss and Take Profit parameters. Since two pending orders are placed at the same time, the pending order for which the price hits first gets converted into a market order and the other pending order gets deleted (one order cancels the
This indicator changes the timeframe and chart profile for multiple charts. If you dispatched many charts (10~20 or more) in single MetaTrader terminal, it is very boring and difficult work to manage the timeframe and chart profile individually. If the indicators you use in a chart are numerous and the setting values are different from the default one, you might give up adding all the indicators to all charts. The changing of timeframes on multiple charts has the same problem, too. Whenever you
More from author
Telegram to MT5 MultiChannel Copier
Sergio Marquez Uroz
4.46 (13)
Telegram to MT5 Multi-Channel Copier   automatically copies trading signals from your Telegram channels straight to MetaTrader 5. No bots, no browser extensions, no manual copying. A signal arrives in Telegram and the EA opens the trade in your terminal within seconds. And before you copy a channel, the built-in backtester shows you what that channel would have done in your account. The product has two components: a Windows application that listens to your Telegram channels, and this Expert Advi
Multi Account Local Trade Copier   is a fast local trade copier for MetaTrader: copy trades between MT4/MT5 terminals running on the same Windows PC or VPS, from one master account to multiple receiver accounts. It is   event-driven : the master publishes every trade the instant it happens, and the receiver   measures and logs the real copy latency   of every single trade — typically   50-150 ms . No DLLs, no internet bridge, no configuration files. One EA, two modes Attach it as   MASTER   on t
ThemeManager
Sergio Marquez Uroz
ThemeManager is a free chart theme utility for MetaTrader 5 that changes the color scheme and appearance of ALL your open charts with one click. Choose between 8 professionally designed themes — including dark mode, light mode, webtrader-style and more — or build your own custom color scheme. No more configuring chart colors one by one: apply a complete MT5 chart theme instantly, on every chart at once. WHY THEMEMANAGER Tired of the default MT5 chart colors? Setting up background, candle colo
FREE
QuickBar Pro MT4
Sergio Marquez Uroz
A single-line trading toolbar: risk-based lot sizing, draggable SL/TP lines and one-click execution — without covering your chart. QuickBar Pro is a risk management and order execution panel for traders who need speed, precision and a clean chart. Unlike traditional panels that clutter the screen, it integrates as a compact single-line toolbar at the top of the chart, keeping your full chart visible at all times. No floating windows. No invasive panels. Just a discrete bar with everything you n
AutoJournal MT4
Sergio Marquez Uroz
Your trading journal, written for you. Every closed trade is logged automatically — with a chart screenshot, full statistics and a calendar dashboard. 100% local, no subscriptions. AutoJournal is a utility that runs silently in the background and turns your trading history into a professional HTML journal. No manual data entry, no spreadsheets, no external services: everything is generated and stored on your own computer, and it works the same whether you trade manually or with EAs. Bonus tip:
Multi Account Local Trade Copier   is a fast local trade copier for MetaTrader: copy trades between MT4/MT5 terminals running on the same Windows PC or VPS, from one master account to multiple receiver accounts. It is   event-driven : the master publishes every trade the instant it happens, and the receiver   measures and logs the real copy latency   of every single trade — typically   50-150 ms . No DLLs, no internet bridge, no configuration files. One EA, two modes Attach it as   MASTER   on t
QuickBar Pro MT5
Sergio Marquez Uroz
A single-line trading toolbar: risk-based lot sizing, draggable SL/TP lines and one-click execution — without covering your chart. QuickBar Pro is a risk management and order execution panel for traders who need speed, precision and a clean chart. Unlike traditional panels that clutter the screen, it integrates as a compact single-line toolbar at the top of the chart, keeping your full chart visible at all times. No floating windows. No invasive panels. Just a discrete bar with everything you n
AutoJournal MT5
Sergio Marquez Uroz
Your trading journal, written for you. Every closed trade is logged automatically — with a chart screenshot, full statistics and a calendar dashboard. 100% local, no subscriptions. AutoJournal is a utility that runs silently in the background and turns your trading history into a professional HTML journal. No manual data entry, no spreadsheets, no external services: everything is generated and stored on your own computer, and it works the same whether you trade manually or with EAs. Bonus tip:
Aureon NASDAQ
Sergio Marquez Uroz
A patient, rule-based trend system for the NASDAQ 100. One position at a time, real Stop Loss on every trade, no martingale. Aureon NASDAQ is a fully automated Expert Advisor for the NASDAQ 100 index (NAS100 / US100 / USTEC). It trades long-only on H1 with a higher-timeframe H4 filter, holds a single position at a time, and protects every trade with a real, server-side Stop Loss and Take Profit. It was developed with   walk-forward (out-of-sample) validation   to reduce curve-fitting and favor
One EA. Four uncorrelated strategies. One risk setting. Aureon Multi-Strategy Portfolio I combines four independent Aureon strategies into a single Expert Advisor, each trading its own market with its own logic and its own magic number. No single symbol decides your month. The goal is   diversification : by spreading risk across weakly correlated currencies and indices, the equity curve tends to be smoother than that of a single strategy. Launch price: $459 — the price increases by $100 every 1
Aureon DAX
Sergio Marquez Uroz
A patient, rule-based trend system for the DAX 40 — built for capital preservation: 2.34% maximum drawdown across four years of backtest. Aureon DAX is a fully automated Expert Advisor for the DAX 40 index (DAX40 / GER40 / DE40). It trades long-only on H1, holds a single position at a time, and protects every trade with a real, server-side Stop Loss and Take Profit plus an automatic move to breakeven. It was developed with   walk-forward (out-of-sample) validation   to reduce curve-fitting and f
Aureon GBPJPY
Sergio Marquez Uroz
A patient, rule-based trend system for GBPJPY — the growth profile of the Aureon series: +113% across seven years of backtest with a maximum drawdown of 8.35%. Aureon GBPJPY is a fully automated Expert Advisor for GBP/JPY. It trades long-only on M15, holds a single position at a time, and protects every trade with a real, server-side Stop Loss and Take Profit plus a trailing stop that locks in profit as the trade advances. It was developed with   walk-forward (out-of-sample) validation   to redu
Aureon USDJPY
Sergio Marquez Uroz
A patient, rule-based trend system for USDJPY — the workhorse of the Aureon series: +120% across seven years of backtest, built on the largest trade sample of the family. Aureon USDJPY is a fully automated Expert Advisor for USD/JPY. It trades long-only on H1, holds a single position at a time, and protects every trade with a real, server-side Stop Loss and Take Profit plus an automatic move to breakeven. It was developed with   walk-forward (out-of-sample) validation   to reduce curve-fitting a
Filter:
pikachu879
39
pikachu879 2026.07.12 05:39 
 

This is a great utility, exactly what I have been looking for. It works perfect and is easy to set up. And the support from Sergio is excellent.

Sergio Marquez Uroz
1255
Reply from developer Sergio Marquez Uroz 2026.07.12 10:42
Thank you very much!
Modesta Margarita Drullard Barett
136
Modesta Margarita Drullard Barett 2026.05.06 12:48 
 

I bought it this morning and after a few minutes it was already running smoothly!!! I had a few problems but because I needed to put Default (all MT4/MT5) INSTEAD OF A SPECIFIC ONE (that didnt match so...) the software is smooth and light...love it!!! dunno if you can open the image but it's the panel in mt4. very cute tho!!! thanks sergio!!!!! LINK TO IMAGE: blob:https://web.telegram.org/ab89b4a8-dcd5-4d7d-9bea-b446511f9387

Have a problem with BE... it is triggered before tp1 and even if i put 110 pips with a 100 pips tp sometimes it put the trades in BE. I have to put it manually.

I would love it to enter the trades even is the signal is just SELL or BUY but it doesnt

Sergio Marquez Uroz
1255
Reply from developer Sergio Marquez Uroz 2026.05.06 14:54
Thank you very much! If you have any problems, please send me a private message and I'll try to help you out. P.S. The image isn't showing up.
Berwyn Riveral
1603
Berwyn Riveral 2026.05.01 15:24 
 

Have issues with keeping the settings after a VPS restart in the previous version but a quick message to the developer and he resolved the issue straightaway on the next version. So far it has been working as expected. It hasn't missed any trade yet.

Sergio Marquez Uroz
1255
Reply from developer Sergio Marquez Uroz 2026.05.06 14:52
Thank you very much!
mmswe
460
mmswe 2026.04.30 00:42 
 

I have tested few days and working very well! Copied trade to MT4 almost immediately from multiple TG Signals. Support from Sergio is also amazing. Just get this App to copy your trades easily. This is really a great App guys believe me!

Sergio Marquez Uroz
1255
Reply from developer Sergio Marquez Uroz 2026.05.06 14:52
Thank you very much!
Reply to review