Discussing the article: "Sending Messages from MQL5 to Discord, Creating a Discord-MetaTrader 5 Bot"

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
Check out the new article: Sending Messages from MQL5 to Discord, Creating a Discord-MetaTrader 5 Bot.
Similar to Telegram, Discord is capable of receiving information and messages in JSON format using it's communication API's, In this article, we are going to explore how you can use discord API's to send trading signals and updates from MetaTrader 5 to your Discord trading community.
We are no longer living in the early stages of the internet and the primal digital era; nowadays, almost everything can be connected with anything on the internet; it only depends on one's willingness to do the work required.
The presence of API's (Application Programming Interface) which is a set of rules and protocols that allows different software applications to communicate with each other, have made it easier for more than one software or application to connect to another and hence it has made the most connected internet that we see today.
To use any API provided, you have to adhere to the rules and protocols and not to mention you must be granted a secure way (if there is any) to access it by the API provider.
Making a communication between MetaTrader 5 and external applications is not a new thing; it has been done before on several applications that offer reliable API(s) that MQL5 developers use to send and receive information using Web Requests. The most common app that MQL5 traders use for such communications is Telegram.
In this article, we are going to discuss how we can send messages and trading information (signals) from MetaTrader 5 to Discord, using the MQL5 programming language.
Author: Omega J Msigwa