Rui Ferreira: I'm using a DLL to make HTTP requests,
Stop using it and use the WebRequest
WebRequest does not allow you to use different ports.

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
Hi,
I'm using a DLL to make HTTP requests, and noticed that after using this DLL, everytime I remove the EA MT4 freezes up and I have to close the process.
I'm using this wrapper to make the HTTP requests:
https://github.com/sergeylukin/mql4-http
The requests are made to localhost.
I even tried to create an empty EA, include the wrapper, and the same thing happens.
Is there a reason why?