How to process signal from Telegram to execute it

Assuming you have already:

  1. Installed TradingConnector.EXE and TradingConnectorEA inside MetaTrader

  2. Set up TradingConnector.EXE as Telegram Listener

You can execute signal coming from Telegram.

Let’s say you have subscribed to a channel Royal Forex Trading (can be ANY other, this is only an example). Whenever this channel posts alert, it looks like this:

This alert, intercepted by TradingConnector.EXE in text-only format looks like this: 🟧 GOLD BUY NOW. 2320 ❌ SL. 2313 🟠 TP 1. 2325 🟠 TP 2. 2330 OPEN....

It is not exactly compliant with TradingConnector’s AlertSyntax, but there is a way to make it complaint. All that’s required is to add some adjusting rules in Search&Replace Alerts Modifier. These rules would be:

Incoming alert would become this: GOLD BUY NOW. 2320 ❌ SLPRICE= 2313 🟠 TPPRICE1= 2325 🟠 TPPRICE2= 2330 OPEN....

A Buy (aka Long) position on GOLD would be entered as market order with StopLoss set at 2313 and two TakeProfits: one at 2325 and another at 2330.

NOW. 2320 ❌ 🟠 OPEN.... - these letters would be ignored by TradingConnector and have no impact on the trade.