View RSS Feed

All Blog Entries

  1. mql5 possibilities - WebRequest

    by , 06-03-2014 at 12:00 PM
    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
    ...
  2. Data Structure in MetaTrader 4 Build 600 and Higher

    by , 05-16-2014 at 06:45 AM
    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, ...
Page 2 of 2 FirstFirst 1 2