el_kappa / Publications
Forum
Trouble detecting new orders and sending data with WebRequest
Hi everyone, I’m just getting started with writing MQL4 Expert Advisors, and I’m working on one that sends a notification to a local server whenever a new trade opens. I have the server running at http://127.0.0.1:80 , and I’m using the WebRequest() function to send the data. The EA compiles fine