View RSS Feed

newdigital

  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. Bearded ladies, from Ribera to Eurovision

    by , 05-17-2014 at 04:39 AM
    Bearded ladies, from Ribera to Eurovision

    As Conchita Wurst swept to victory last week, the art historian Noah Charney was reminded of another famously hirsute woman

    By Noah Charney. Web only



    There is a long history of public fascination for women with beards

    The 2014 Eurovision song contest was won last week by Austria’s Tom Neuwirth, performing the song ...
  3. Introduction to Technical Indicators

    by , 05-09-2014 at 10:13 AM
    Introduction to Technical Indicators (based on dailyfx aticle)


    Trend Following

    Trend following indicators were created to help traders trade currency pairs that are trending up or trending down. We have all heard the phrase “the trend is your friend.” These indicators can help point out the direction of the trend and can tell us if a trend actually exists.

    Moving Averages

    A Moving Average (MA for short) is a technical tool that ...
    Categories
    Uncategorized
Page 3 of 3 FirstFirst 1 2 3