View RSS Feed

All Blog Entries

  1. Latest News in Premium Trading Forum - TickScalper EAs

    by , 06-04-2014 at 02:19 AM
    TickScalper EAs


    ----------


    TickScalper_v3.44 EA with 'super more safe' settings was uploaded for Premium Trading Forum. This EA is using tick indicators and most profitable pairs for this EA/settings are EURUSD, USDCHF, GBPJPY and EURGBP.


    Name:  eurgbp-m1-alpari-limited-tickscalper-supermore-safe-settings.png
Views: 354
Size:  43.3 KB


    ----------

    You need to subscribe to Premium Trading Forum to read and to download.
  2. Step Charts indicators were updated by Igorad

    by , 06-03-2014 at 06:31 PM
    Step Charts indicators were updated by Igorad :

    Step Charts
    - StepChartChannel_v2 600+ indicator is on this post. This version works with Metatrader 4 build 600 and above.
    - StepChartTrend_v2 600+ indicator is on this post. This version works with Metatrader 4 build 600 and above.
    - StepChartAge_v2 600+ indicator is on this post. This version works with Metatrader 4 build 600 and above.

    Name:  stepchartchan_2 600+.png
Views: 836
Size:  14.1 KB
    Categories
    Uncategorized
  3. Latest News in Premium Trading Forum - Swami UniDMI

    by , 06-03-2014 at 01:00 PM
    Swami UniDMI


    ----------


    SwamiUniDMI_v2 indicator was created for Premium Trading Forum. This indicator allows to see the trend strength on any range of lookback periods.






    ----------

    You need to subscribe to Premium Trading Forum to read and to download.
  4. Guppy mod

    by , 06-03-2014 at 12:17 PM
    Quote Originally Posted by cja View Post
    Thought it might be helpful to put all 12 lines into one indicator.

    AllAverages Guppy_v3.3 600+.mq4
    Name:  gbpusd-h4-alpari-limited.png
Views: 633
Size:  28.9 KB

    Name:  gbpusd-h4-alpari-limited-2.png
Views: 443
Size:  27.4 KB
    Tags: cryox, gmma, guppy, gupy, mma Add / Edit Tags
    Categories
    Uncategorized
  5. 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
    ...