View RSS Feed

newdigital

  1. Masterforex-V Signals and Analysis

    by , 08-14-2014 at 08:28 AM
    Masterforex-V Training News: How to estimate the effectiveness of training of junior traders

    Evaluation of the trade’s results of a particular trader is a simple process: you need to look at the outcome for some same periods and determine how increases (or conversely, decreases) his trading accounts.
    For comparison of several traders’ work, this approach is inefficient; we already have to take into account the working tool by which trade is conducted, the working timeframe, ...
    Categories
    Uncategorized
  2. MetaTrader 5 is now available to Brazilian traders for trading on the BM&FBovespa Stock Exchange

    by , 07-04-2014 at 02:53 AM
    MetaTrader 5 is now available to Brazilian traders for trading on the BM&FBovespa Stock Exchange

    The MetaTrader 5 trading platform has expanded its global presence and is now available on the Brazilian market. The largest independent Broker in Brazil XP Investimentos has officially launched MetaTrader 5. This means that more than 80,000 customers of the company can now trade in the financial markets using the world famous platform.

    Name:  xp_investimentos_mt5__1.png
Views: 303
Size:  19.7 KB ...
  3. Metatrader 5 Overview

    by , 06-12-2014 at 03:35 PM
    Seven Different Magazines in the MetaTrader Market

    wo new magazines in Italian - TRADERS' Italy and INVESTORS' - have been added today in the MetaTrader Market. Also, ForexPress magazine from China became available two weeks ago. Thus, seven new financial publications are already available in the Market. The number of publications will continue to increase, as we have already concluded contracts with the new publishers.

    Name:  New_magazines_article_cover-1-2__1.png
Views: 566
Size:  246.5 KB
  4. 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
    ...