Guides, manuals and platform references.
AlgoWay AI Telegram Signals is an AI Telegram signal copier that reads trading signals from Telegram channels or groups and routes them to a connected trading platform. Instead of forcing every channel to use one strict message format, AlgoWay uses AI to understand human trading messages, extract the trade parameters, and pass the result into the standard AlgoWay execution flow.
This page explains how to set up Telegram signal automation in AlgoWay, how the AI Telegram copier works, and how Telegram signals can be sent to MetaTrader 5, cTrader, TradeLocker, Tradovate, Binance, Bybit, OKX, and other supported destinations.
The basic workflow is simple:
Telegram signal channel -> AlgoWay AI parser -> AlgoWay routing layer -> connected trading platform
Telegram is the signal source. AlgoWay is the automation and routing layer. The selected trading platform is the execution destination.
An AI Telegram signal copier is a trading automation tool that monitors selected Telegram channels or groups, detects real trading signals, reads the signal content, and sends the extracted command to a trading platform.
A normal Telegram trade copier often depends on fixed templates. If the provider changes the order of the text, adds comments, uses emojis, writes multiple take-profit levels differently, or sends a message in a loose style, a strict parser can fail.
AlgoWay takes a different approach. The Telegram message is first processed by an AI layer. The AI checks whether the message is a trading signal and then extracts the important fields:
After the message is understood, AlgoWay converts it into a normalized trading command and sends it to the selected destination.
Telegram signals can be routed to MetaTrader 5 when the broker account runs through the standard AlgoWayWS-MT5 Expert Advisor.
At the same time, AlgoWay is not limited to MetaTrader 5. The same Telegram signal copier workflow can be used with other supported platforms, depending on the destination selected when the webhook is created.
Common destinations include:
This makes AlgoWay a flexible Telegram trade copier for traders who do not want a separate tool for each execution platform.
Telegram signal channels rarely follow one universal format. One provider may write:
BUY XAUUSD
Entry: 2350
SL: 2340
TP: 2370
Another provider may write:
Gold buy now
Stop 2340
Targets 2360 / 2370 / 2385
Another may send updates later:
Move SL to BE
Close 50%
TP1 reached
The task of AlgoWay AI Telegram Signals is to separate real trading commands from noise and convert usable instructions into a structured command. Profit reports, screenshots, promotions, market commentary, or unrelated messages should not become trades.
Examples of messages that should not open a trade:
Net Profit: +10%
Win rate: 75%
Trade closed in profit
Market looks risky today
Join our VIP group
The goal is simple: copy Telegram trading signals automatically, but only when the message contains a real trading instruction.
Before setting up AlgoWay AI Telegram Signals, prepare the following:
AlgoWay can only load Telegram channels and groups that are visible to the Telegram account you connect. If the account is not a member of the signal channel, that channel will not appear in the list.
Open Telegram Copier from the left-side AlgoWay menu.
Click:
Create New Telegram Copier
Select the available trial or paid access option and continue to the webhook creation page.
Telegram is the signal source. In the Platform (to) field, select the destination where AlgoWay must execute the parsed Telegram signals.
Possible destinations include MetaTrader 5, cTrader, TradeLocker, Tradovate, Binance, Bybit, OKX, and other supported AlgoWay platforms.
Complete the platform-specific connection fields and create the webhook.
The created route appears on the dedicated Telegram Copier dashboard.
Each route has three action icons:
Find the required route on the Telegram Copier dashboard and click the gear icon.
This opens the separate Telegram Copier Settings page. Telegram Copier configuration is no longer located inside the main AlgoWay Settings page.
If the account has several Telegram Copier routes, use the Telegram Source Webhook selector at the top of the page to confirm which route is being configured.
The selected webhook is the broker, exchange, or trading terminal route that will receive orders copied from Telegram.
In Step 1. Connect Telegram, enter the phone number of the Telegram account that already has access to the required signal channel or group.
Use international format:
+374XXXXXXXX
+33XXXXXXXXX
+1XXXXXXXXXX
Click Send Code. Telegram sends a verification code to the Telegram account.
Enter the received code into Verification Code. If Telegram requires an additional password, enter it into 2FA Password.
Click Connect Telegram.
When the connection succeeds, AlgoWay displays Telegram is connected successfully.
The Disconnect button removes the Telegram session from the selected Copier route.
Connecting Telegram does not start trade copying by itself. A source chat must be selected, the copier rules must be saved, and Enable Telegram Copier must remain enabled.
Continue to Step 2. Select Source Chat.
Click:
Load My Chats
AlgoWay loads the Telegram channels and groups visible to the connected Telegram account.
Select the exact signal channel or group from Select Chat.
AlgoWay stores the selected Telegram chat ID automatically.
If the required channel is missing, confirm that the connected Telegram account is already a member of that channel, then click Load My Chats again.
The Default Size Mode determines what AlgoWay does when processing order size from a Telegram signal.
In Auto mode, AlgoWay uses the order size detected in the Telegram signal.
BUY XAUUSD
Lot: 0.10
SL: 2330
TP: 2360
If the message does not contain a usable size, Auto mode has no configured fallback size. The trading command cannot be sent until a valid order size is available.
In Manual mode, a size explicitly detected in the Telegram signal still has priority. If the signal does not provide a usable size, AlgoWay uses the value entered in Default Order Size.
Default Order Size: 1
This mode is useful when the provider sometimes publishes position size and sometimes sends only the symbol, direction, Stop Loss, and Take Profit.
In Per Symbol mode, a size explicitly detected in the Telegram signal also has priority. If the signal does not provide a usable size, AlgoWay looks for the signal symbol in Default Size By Symbol.
BTCUSD:0.2, XAUUSD:2, EURUSD:0.4, ETHUSDT.P:2
The format is:
SYMBOL:size, SYMBOL:size
If the signal contains no usable size and its symbol is not present in this list, no default size can be assigned and the trading command cannot be sent.
Default Size By Symbol is not symbol mapping. The value after the colon is an order size, not another symbol name.
Symbol mapping is configured in Webhook Settings, not in Telegram Copier Settings.
Return to the Telegram Copier dashboard and click the pencil icon for the required route.
Use symbol mapping when the Telegram provider and destination platform use different names for the same instrument.
XAUUSD:GOLD
XBTUSD:BTCUSD
The format is:
SOURCE_SYMBOL:DESTINATION_SYMBOL
For example, if the Telegram message contains XAUUSD but the broker expects GOLD, configure XAUUSD:GOLD.
The Multi Take-Profit Mode controls how AlgoWay handles a new buy or sell signal containing several Take Profit levels.
Example:
BUY XAUUSD
Lot: 0.30
TP1: 2350
TP2: 2360
TP3: 2370
With Split Size Between TPs, the total size is split across the three Take Profit orders. With Full Size For Each TP, each Take Profit receives the full configured size.
The symbol filter determines which instruments may be copied from the selected Telegram channel.
Enter several symbols separated by commas:
XAUUSD, BTCUSD, US30
An empty symbol list does not restrict copying.
The symbol filter is separate from symbol mapping. The filter decides whether a symbol may be processed. Symbol mapping changes the symbol name sent to the destination platform.
Enable:
Enable Telegram Copier
Then click:
Save Copier
AlgoWay displays the save result directly below the button.
Telegram Copier saved successfully.
For active copying, the selected route must have:
The active workflow becomes:
Telegram signal channel -> AlgoWay AI parser -> Telegram Copier rules -> destination webhook -> trading platform
When a new message appears in the selected channel, AlgoWay checks whether it contains a valid trading instruction, applies the configured size mode, symbol filter, Take Profit mode, and destination symbol mapping, then sends the normalized order to the selected trading platform.
AI Telegram Signals is responsible for receiving and understanding Telegram messages. Trade execution is handled by the selected AlgoWay platform connector.
If MetaTrader 5 is selected as the destination, install and connect the standard AlgoWayWS-MT5 Expert Advisor. In MT5, enable algorithmic trading, allow the required EA settings, and enter the webhook UUID in the EA inputs according to the AlgoWay MT5 setup guide.
A separate Telegram EA is not required for MT5. Telegram is the signal source. AlgoWay AI processes the message. AlgoWayWS-MT5 handles execution in MetaTrader 5.
If another destination is selected, use the corresponding AlgoWay manual:
The principle remains the same: select Telegram as the source, select the execution platform as the destination, connect the required account or terminal, and let AlgoWay route recognized trading commands.
A basic Telegram copier is usually built for one source and one destination. AlgoWay is broader: Telegram is only one signal source inside a multi-platform automation system.
With AlgoWay, the same account can work with:
This matters when a trader follows several signal sources or uses different platforms for forex, futures, crypto, or prop firm accounts. AlgoWay keeps Telegram signal automation inside the same routing system instead of creating a separate isolated tool.
To improve reliability, use clear settings and controlled trade size rules.
AI improves flexibility, but no automated trading system should be used blindly. The trader remains responsible for signal provider quality, account risk, and platform settings.
Yes. AlgoWay can process Telegram trading signals and send them to MetaTrader 5 through the standard AlgoWayWS-MT5 Expert Advisor when MT5 is selected as the destination.
No. Telegram is only the signal source. MT5 execution is handled by the standard AlgoWayWS-MT5 EA.
Yes. The purpose of the AI layer is to understand Telegram messages written in normal human language and extract trading instructions when the message contains a valid signal.
That is the intended behavior. Messages such as profit reports, advertisements, market comments, screenshots, and general chat messages should not be treated as trade commands.
Yes. Depending on the selected destination and account setup, AlgoWay can route processed Telegram signals to cTrader, TradeLocker, Tradovate, Binance, Bybit, OKX, and other supported platforms.
Yes, if Manual size mode is configured. If the signal has no size and no default size is set, the trade may not be sent because the destination platform needs a volume value.
No. The workflow can be used for forex, metals, indices, futures, and crypto signals, depending on the connected destination platform and supported symbols.
Auto uses only the size detected in the Telegram message. Manual uses the detected size when present and falls back to Default Order Size when it is missing. Per Symbol uses the detected size when present and otherwise looks up the signal symbol in Default Size By Symbol.
No. Default Size By Symbol uses the format SYMBOL:size, for example XAUUSD:2. Symbol mapping uses the format SOURCE_SYMBOL:DESTINATION_SYMBOL, for example XAUUSD:GOLD, and is configured through the pencil icon in Webhook Settings.
Yes. Exclude listed symbols ignores the symbols in the list, while Allow only listed symbols accepts only the symbols in the list. An empty list does not restrict copying.
AlgoWay AI Telegram Signals turns Telegram channels into an automated trading signal source. The user connects a Telegram account, selects a channel, configures trade size, chooses the destination platform, and enables the copier.
The final workflow is:
Telegram channel -> AlgoWay AI -> AlgoWay routing -> MT5, cTrader, TradeLocker, Tradovate, Binance or another destination
AlgoWay provides a flexible way to connect human Telegram messages with structured trading automation across multiple platforms.