WebRequest Sends HTTP request to the specified server. Code: int WebRequest( const string method, // HTTP request method const string url, // url address const string cookie, // cookie const string referer, // referer int timeout, // timeout const char &data[], // array with HTTP request message int ...
int WebRequest( const string method, // HTTP request method const string url, // url address const string cookie, // cookie const string referer, // referer int timeout, // timeout const char &data[], // array with HTTP request message int
Data Structure in MetaTrader 4 Build 600 and Higher Introduction MetaTarder 4 build 600 features the new structure and location of the client terminal files. Now, MQL4 applications are placed in separate directories according to the program type (Expert Advisors, indicators or scripts). In most cases, the terminal data is now stored in a special data folder separated from the terminal installation location. In this article, we will describe in details how data is transferred, ...