Post trades i take
-
How do my EA post the trades it takes to a webhook
-
@anslembrath The only way I know is creating a link to a phone number and then you phone having an app for connecting them to that webhook.
-
@l-andorrà i want it to post to a discord channel
-
You can get the Discord API documentation to see how to use their GET and POST methods, then use the MQL4/MQL5 native function WebRequest() to create POST or GET method, and interact with the API with this functions on a Custom MQL function block.