How to Send Line Notifications Using MQL5 (Line Alert MQL5)


Technology and Entertainment > How to Send Line Notifications Using MQL5 (Line Alert MQL5)
06/07/2024 08:30 653




In this article, we will look at how to write MQL5 notifications through Line Notify.

First, you need to create your own Line group and add the official account named LINE Notify to the group. LINE Notify will be the intermediary that sends notifications to the group.

Go to the website https://notify-bot.line.me/my/ to generate an access token (For developers).


Then, select the group you want to send notifications to. The top field will be the default text that appears in every notification. You can put any text or symbol there. After that, you can generate the token. Once you have the token, copy and save it. We will use this token later.



Let’s start writing Line Alerts through MQL5.

Place the Line Token you obtained at the top of the program.


Write a function to trigger a Line alert.


It can be used with this method: LineNotify(LINE_TOKEN, msgLine);


Before using, to ensure that the Line alert works, don't forget to enable it and add the URL at the bottom as well





Please rate your satisfaction with this article

Star 1 Star 2 Star 3 Star 4 Star 5

Post a Comment
Your email address will not be displayed to others. Required fields are marked *

CAPTCHA