Discussion of article "How to create bots for Telegram in MQL5" - page 10
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I dont know how to exchange files between Telegram Bots.
Andrey, I confirm you that your code work well on MT4 but not on MT5
The error returned on MT5 are:
2018.06.15 15:12:10.961 Telegram_Signal_EA (EURUSD,M30) CCustomBot::PostRequest res = 1001
2018.06.15 15:12:10.961 Telegram_Signal_EA (EURUSD,M30) CCustomBot::PostRequest _LastError = 5203
2018.06.15 15:12:10.961 Telegram_Signal_EA (EURUSD,M30) Error: Unknown error 1001
thanks
Genio
When working from the Russian Federation via VPN, everything should work.
We switch on VPN, add https://api.telegram.org to the list of permissions, check the request through the browser - everything is OK.
But from bE5 does not work! For some reason, the native WebRequest function gives an undocumented error with code 1001 on a quite valid GetMe request.
On GetUpdates the same error.
Maybe MQ voluntarily blocks telegram.org in the WebRequest part?
Hi,
When i have tested with this Library of Andrey Voytenkoon MT5, It not work well so i have some more simple step. Any people hit same error can try to change like me:
1. Confirm add https://api.telegram.org to Allow WebRequest for listed URL
2. When you using chat_id (like "-1001301234105") instead @channel_name, you will hit some error with this code so i have change it
And now I confirm after i have do two things above, this library work well in MT5.
Thanks Andrey Voytenko again.
thank you Andrey Voytenko
can you explain for what "UserNameFilter"
thank you
:)
Good afternoon! In programming is not strong, tell me how to me or write) how to configure that the signals from the indicator arrowman hit my channel Telegram, how to create a channel and a new bot and give him administrator rights, I know, but how to configure the MT4 terminal or what to install there I do not know, help please.
I need messages like this:
Please update the Telegram.mqh file. It is posted two posts above.
Good evening! Andrey help me to set up sending signals to telegram, my request above in the message
Andrey, I got this problem to use Telegram. The error message is: "Error: Unknown error 1001".
Could you help me?