MQL4 EA Communicate with website

 

Hey dear Dev friend, I’m trying to create an MQL4 EA that can communicate with a web site

I had to go through the MQL4 documentation and the only way to communicate with the outside environment is through the file functions

Or should try to import a dll?

I’m looking for idea, how to set this up

 
Yerim Rayann Gon Diarra:

Hey dear Dev friend, I’m trying to create an MQL4 EA that can communicate with a web site

I had to go through the MQL4 documentation and the only way to communicate with the outside environment is through the file functions

Or should try to import a dll?

I’m looking for idea, how to set this up

I guess you are looking for WebRequest.