
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 change from for(int i=0;i<=1;i++) to for(int i=0;i>=1;i--) on signal ea,
now i got no signal from telegram, can help/guide me ;(
are need to change in
include <Telegram.mqh>
#include <Arrays\List.mqh>
#include <Arrays\ArrayString.mqh>
#include <Common.mqh>
#include <Jason.mqh> too?
i>=1;i--?
this is the code from the int GetUpdates() procedure
Yes, the msg structure is filled perfectly, but the only thing copied from it to the pointer to the chat room is
If there is not enough information, you can add it this way:
If there is not enough information, you can add it this way:
Error pops up in CCustomMessage msg = {0}; and when sending a message to the channel, Error: HTTP request failed. What could be the problem?
The error pops up in CCustomMessage msg = {0};
Please update the Telegram.mqh file. It is posted two posts above.
Please update the Telegram.mqh file. It is posted two posts above.
Thanks, I didn't pay attention to it.
Can the bot read information from the channel it is in?
Thank you for the message. However, your corrected version works only with Latin characters.
Logically, you should convert the string into a UTF-8 encoded array and insert it as caption in the request body.
My variant is in the attachment.
I have added this file to the article.
Hello everyone.
I am not strong in programming, but still decided to make a telegram bot for my channel.
Can you tell me how to implement that the bot would send data about open trades to mt4?