Forum

WebRequest send always null

Hi I'm trying to test WebRequest in mql5 but every time I send a message to the server, it receive just {} with no data in //+------------------------------------------------------------------+ //| Test.mq5 | //| Copyright

EMA Alert Cross on multi currency

Hi all, I'm trying to build a simple cross alert ea, but I would like to make it for every pair in the same code. It is bugged because sometimes it alert me for crosses that doesn't exist, and also spam a lot.. I'm working with mql5 #property copyright "Copyright 2020, MetaQuotes Software Corp."

Couldn't find anyone who know how to solve this, ERROR 5203

Hi I'm trying to send a webrequest, but it says "Http request failed" error code: 5203 I searched so much on the internet but i couldn't find something that resloves this. I added the "http://localhost" permission on the setting, but it's not the problem. It doesn't work neither with GET, or POST