You are missing parse_mode=HTML according to sendMessage syntax in Telegram Bot API, if you want to use HTML tags, but keep in mind, supported tags are little and <br> is not among them.
Simply use "\r\n" instead.
Mohammad Hossein Sadeghi #:
I don't know what is the syntax that I have to use, can you help me?
You are missing parse_mode=HTML according to sendMessage syntax in Telegram Bot API, if you want to use HTML tags, but keep in mind, supported tags are little and <br> is not among them.
Simply use "\r\n" instead.
Files:
Insert %250a to make a line break. (ie replace <br> with %250a)

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
Dear Developers,
I created an EA in MQL4 where I send 3 lines of text to Telegram where each line is ended with <br> as follows
But somehow, the message are shown in Telegram as 1 single line, concatenating all the 3 lines.
Can anyone provide some help for me on how to separate each lines so it is shown neatly in Telegram message?
Thank you.
Alvin