Forum

TCP Sockets...

Any good examples of setting up a TCP Socket in MT4 to listen for calls

Configuration at Startup - specify WebRequest allowed URLs...

Hi Folks , Can't see how to get round this problem. I've configured my metatrader terminal to startup with a config script. I dynamically add EAs and scripts before I start it so it can startup and allow trading with EA. I have an EA that sends WebRequests to a local server, but looking at the

Close a chart running a specific EA...

Hi folks, Scratching my head on how to do this. I have about 90 charts open, all running different EAs. I'd like to loop through the charts and check what EA is running. If the EA matches a string then close the chart. I can't seem to find the right function to do this. long chartID=ChartFirst();

JSON HTTP Post...

Hi folks, I'm trying to find a good example of posting JSON data in MQL4. Is there an easy way to do this? Thanks in advance

Automated script to open charts and place EAs

Hi Sorry if a silly question but I'm running multiple EAs in MT4 and find it time consuming to manually open a chart and place the EA on it. Error prone when you are testing 50+ EAs I know in a script you can open a chart but can you add an EA to that chart? Any help much appreciated. Thanks