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

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 was not used to curl. it had no "Setup.exe". Just extracted an ran it with both your an my own tokens!
SOLVED "Error: Unknown error 1001" =======> my ISP Problem.
Now I have this outputs from cURL and Webrequest tester:
Andrey you helped me find it.
Hi Aboozar,
I saw you solved the issue with Error 1001. I have the same Error message and I have done all necessary actions as per article and Andrey Voytenko recommendations, but problem still there. Would you please share how did you solve the issue.
Thanks,
Does everyone compile the file successfully on mq4 or 83 errors (TelegramBot)?
Changed mq5 extension to mq4. Put include where it should be.
When compiling, I get this error...
Amarket
win 10x64
Who has such an error. It is necessary to compile include
Hi all! How can I make it so that just the activity on my account is sent to the channel: opening/closing a trade, modification of SL/TP? I trade manually, without Expert Advisors. It's just too much trouble for me to write into the channel all the time.
Hi all! How can I make it so that just the activity on my account is sent to the channel: opening/closing a trade, modification of SL/TP? I trade manually, without Expert Advisors. It's just too much trouble for me to write into the channel all the time.
I will have to write an Expert Advisor that will catch trading operations by OnTrade(), for example, and send them to the cart, even though it will not trade itself.
We will have to write an Expert Advisor that will catch trade operations, onTrade() for example, and send them to the cart, even though it will not trade itself.
Are there any off-the-shelf solutions of this type?
I may have to look for it.
Are there any ready-made solutions of this type available?
There are ready-made solutions in the market
Please add this URLs:
in the "Expert Advisors" tab of the "Options" window.
I have a basic problem in first step. i recieve "unknown error 1001" in mt5 like the sc in my attach file. check and help me plz.. :(
MQ don't want to fix (or even investigate) this issue.
I started to use DLL (wininet.dll) for sending notifications to the Telegram.
So far so good.