
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
Eugenio Bravetti:
It's ok?
ok. But if you are working with a private channel, use the Channel ID, not the Channel Name.
ok. But if you are working with a private channel, use the Channel ID, not the Channel Name.
Hi Andrey
Thanks for your availability
only one question for you....
I have need to send from MQL programm a file or simple information to other MQL programms via internet....(the platforms are in different locations)
With Telegram it's possible for you?
Do you have any suggestions?
Many thanks
Eugenio
Eugenio Bravetti:
With Telegram it's possible for you?
I dont know how to exchange files between Telegram Bots.
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
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
:)
Receive message on Telegram and then that sends the execution order to MT4 with my own trade size parameters?
I've use this basic code and tried many times last few days but keep getting this error:
I've tried to use `WebRequest` directly to `getMe` method but same issue. (sometime it return error 1003 as well)
However when I've built localhost API, the `WebRequest` can connect and does return api response successfully.
Please help...! Thank you in advance!
Andrey Voytenko basically i added the files that you use and then modified the script I have to send to telegram instead of email when executing a trade action. That works except when opening a trade it will send the message multiple times