Discussion of article "How to create bots for Telegram in MQL5" - page 12

 
and how to deal with this comment 2019.01.12 20:58:35.608 Telegram_Sig_EA GBPUSD,M5: Error: URL is not allowed for WebRequest

 

added to allowed urls now this pops up 2019.01.12.22:12:42.758 Telegram_Sig_EA GBPUSD,M5: Error: HTTP request failed

updated telegram.mqh

vpn is also installed
 

This Telegram lib was not work with Indicators, work with EA only.

Anyone can tell me how to send the message from Indicator (not EA) to Telegram?

Thank.

 

Perfect. Thanks.

I used to send me information about many accounts.

 

Could you please tell me what can be added or changed to allow me to create inline buttons and receive messages from them?



 

Hello everyone, I'm using telegram.mqh on MT4 without any compilation errors.

Is it possible to works as an indicator?

 

Hello!

First of all I would like to thank you for the article!

In the process, one question came up that I haven't found the answer to yet: how can I make partially bold text in the bot's response?

Thank you.

 
Mihail Musihin:

Hello!

First of all I want to thank you for the article!

In the process of work one question appeared, to which I haven't found an answer yet: how can I make partially bold text in the bot's reply?

Thank you.

int SendMessage(const string _channel_name,
                   const string _text,
                   const bool   _as_HTML=false,
                   const bool   _silently=false)
myBot.SendMessage(InpChannelName,"<b> Test message</b> from my EA",true);


 
Cuong Le Van:

This Telegram lib was not work with Indicators, work with EA only.

Anyone can tell me how to send the message from Indicator (not EA) to Telegram?

Thank.

Use telegram4mql dll

 
Emanuel Canuto:

Hello everyone, I'm using telegram.mqh on MT4 without any compilation errors.

Is it possible to works as an indicator?

Use telegram4mql dll