Nur Nutzer, die das Produkt gekauft oder gemietet haben, können Kommentare hinterlassen
ekoumbaras  
can you send clear instructions how to broadcast from telegram to MT5?  i want to send a signal to my MT5 account. i cannot make it work with botfather.  i followed your instructions and i cant get it to work. thanks
Marcelo Lagos  
Hi friend, can use the public canal of telegram with a manual order?
Nguyen Nghiem Duy  

Installing and configuring the utility:

  1. Service -> Settings -> Expert Advisors -> Allow WebRequest for the following URLs (Add URL: https://api.telegram.org);
  2. You will need to create 2 bots to receive and transmit signals. AT   Telegram   go to @BotFather and create bots. Copy the Token and enter it in the parameters of the advisor. There must be different Tokens for PROVIDER and RECEIVER.
  3. Create your channel and make it public;
  4. Add bots to your channel and make them administrators. Write any first message, for example "HELLO WORLD!";
  5. Follow the link: https://api.telegram.org/bot [TOKEN_BOTA ]/sendMessage?chat_id=@ [USERNAME_KANALA] ]&text= HELLO WORLD!. Replace the brackets [] with your values. In my case, this is: https://api.telegram.org/bot1325027157:AAEBQW4qQprG1ucv-J64r8ZrQMhSlrkkoLY/sendMessage?chat_id=@free_signals_daily&text=HELLO WORLD!
  6. After clicking on the link, the channel ID will be displayed, it will look something like this: -1001210833776 (13 digits), enter the channel ID in the advisor settings for PROVIDER.

- Done. Now you can broadcast your signals to the Telegram channel and copy deals from there in MetaTrader5

ATTENTION: When copying, there are delays of 1-3 seconds.