Blog
Copying Telegram signals to MetaTrader: what actually happens
Four things happen between the trader’s message and the position on your account. Knowing them is knowing where a copier can go wrong.
Copying a signal by hand means reading a message, opening MetaTrader, typing the symbol, working out the lot, setting the stop loss and the take profits, confirming. A minute, if all goes well. The market has moved during that minute. That is the problem an automatic copier solves — but they do not all do the same work.
1. Reading the channel
An ordinary Telegram bot can only read channels where it has been added as an administrator. That is a serious limit: most signal providers will never let you add a bot to their channel. A copier that connects as a Telegram client, using your own account, sees what you see — including the private channels you are simply a member of.
It is also what lets you follow several channels at once without asking anyone’s permission, and handle signals posted as images, which plenty of traders use precisely to stop people copying them mechanically.
2. Parsing the message
There is no standard format for a signal. One trader writes "BUY GOLD 2385 SL 2392 TP 2365", another uses emoji and line breaks, a third posts a screenshot. The copier has to extract five things: direction, symbol, entry, stop loss and take profits.
The symbol is the classic trap. Gold is XAUUSD at one broker, GOLD at another, GOLD.m or XAUUSD# elsewhere. A copier that cannot map the name in the signal to the name at your broker fails silently on half your trades.
Check that your copier lets you define symbol aliases. Without them, every change of broker costs you an evening of settings.
3. Working out the volume
This is where copiers really differ. Copying the lot the trader announced makes no sense: he knows neither the size of your account nor the risk you accept. One lot on a €50,000 account and one lot on a €2,000 account are not remotely the same thing.
The correct calculation starts from your equity and the distance to the stop loss. You set a percentage — say 1% — and the copier derives the volume that would lose exactly that percentage if the stop is hit. The trader decides direction; you decide exposure.
- A signal with several take profits should divide the risk, not multiply it: three targets do not mean three times the position.
- A distant stop loss produces a very small volume. If that volume falls below your broker’s minimum, the trade should be refused — not rounded up.
- Your broker’s spread shifts the real entry. A copier that ignores it opens at a different price from the one in the signal.
4. Sending, then managing
Sending the order is not the end of the job. Traders often post instructions afterwards: "move to breakeven", "secure half", "close everything". A copier that only reads the opening message leaves you to handle the follow-ups by hand, which throws away much of the point.
The same rules can also apply without the trader asking: move to breakeven after a set number of pips, or as soon as the first take profit is reached, and trail the stop behind the trend. Those are your rules, applied to somebody else’s signals.
What a copier does not do
It does not choose your trades. It has no opinion on the market and it does not improve a bad signal provider: it executes what that provider publishes, faster and more consistently. If the channel is bad, automation only speeds up the losses.
Which is why the part that matters when choosing a copier is not execution speed: it is what it leaves under your control. Volume, permitted symbols, trading hours, an automatic stop at a loss target.