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

 
Edgar Akhmadeev:
There are a lot of browser vpn's for Windows, quite a few proxy programmes (e.g. TOR/Orbot), and only a few system level programmes that intercept all traffic, and they are paid. Intercepting all traffic is wrong in my opinion, there speed is low. And WebRequest ignores the proxy settings of theterminal.

This looks like an answer.

All that's left is to write your own proxy for telegram bots, stupidly forwarding all traffic to api.telegram.org, and place it somewhere on neutral territory.

 
Andrey Khatimlianskii:

Now that sounds like an answer.

All that's left is to write your own proxy for Telegram bots, stupidly sending all traffic to api.telegram.org, and place it somewhere on neutral territory.

I have already answered such a question.
Nobody is interested in a public proxy. For the owner it's costs and hassle, for clients - distrust to the server through which sensitive information will be sent.
Proxy for yourself - is it worth it? There are other channels with API.
 
Edgar Akhmadeev:
I have already answered such a question.
Nobody is interested in a public proxy. For the owner, it means costs and hassle, for the clients - distrust to the server, through which sensitive information will be sent.
Proxy for yourself - is it worth it? There are other channels with API.

I will join the discussion.

I solved this issue by renting a simple vps in the Netherlands. Costs 400 rubles per month with a real IP. There is no blocking for this server. Telegram bot from MT4 works without vpn and proxies.

 
Sergey Likho:

I'll get into the discussion.

I have solved this issue by renting a simple vps in the Netherlands. Costs 400 rubles a month with a real IP. There is no blocking for this server. Telegram bot from MT4 works without vpn and proxies.

Of course. It's only about the edges where telegram is blocked. But not everyone uses VPS.
 
good evening.  I would like to know if I can change the MACD indicator in the example to a cluster of two indicators, in this case the ADX and DIDIN EX indicator?
 
Fernando:
good evening.  I would like to know if I can change the MACD indicator in the example to a cluster of two indicators, in this case the ADX and DIDIN EX indicator?
MACD is just an example. 
Same way Expert MACD example is found in the default metaeditor files. 


Yes is answer to ur qtn
 
Jefferson Metha:
MACD is just an example. 
Same way Expert MACD example is found in the default metaeditor files. 


Yes is answer to ur qtn
Thanks for listening.  But could you show me how I can do this?
 
So the current library, we can receive messages from Groups n directly chat with bot. 

I want to receive messages from channel to MetaTrader how is this done. 
 

there is such a bot in telegram for reading gmail mail - @gmailbot.

How can I make it so that everything that this bot receives can be sent to other places as well, say to a file?

 
Hi! Maybe someone knows... Is it possible to programmatically manage (need to delete) the messages that are sent to the bot? I.e. there is a bot in Telegram. I send signals to it from MQL. If I do not have time to process them in real time, they are accumulated. Then I process a ticket and delete all signals on it manually from the bot. I have implemented the addition of hashtag (#) before the ticket in the message, so you can quickly select all messages in the bot by this hashtag and quickly delete them by hand. But still, if there is no possibility to look through charts for a couple of days, it is already difficult to delete by hand 15 messages by one ticket, for example. Is there any way to automate this? Thank you!