Page 1 of 4 1 2 3 ... LastLast
Results 1 to 10 of 33
Like Tree19Likes

AllTrendEnvelopes

This is a discussion on AllTrendEnvelopes within the Trading tools forums, part of the Trading Forum category; Hi All, Please check out the new version of TrendEnvelopes based on AllAverages_v3.1. Code: extern int TimeFrame = 0; //TimeFrame ...

      
   

Hybrid View

  1. #1
    igorad
    Guest

    AllTrendEnvelopes

    Hi All,

    Please check out the new version of TrendEnvelopes based on AllAverages_v3.1.


    Code:
    extern int     TimeFrame         =     0;       //TimeFrame in min
    extern int     UpBandPrice       =     2;       //Upper Band's Price = 0...10 (see List of Prices)
    extern int     LoBandPrice       =     3;       //Lower Band's Price = 0...10 (see List of Prices)
    extern int     UpBandPeriod      =    10;       //Upper Band's Period
    extern int     LoBandPeriod      =    10;       //Lower Band's Period
    extern int     UpBandMethod      =     0;       //Upper Band MA's Method = 0...26 (see List of MAs) 
    extern int     LoBandMethod      =     0;       //Lower Band MA's Mathod = 0...26 (see List of MAs) 
    extern double  UpBandDeviation   =   0.0;       //Upper Band's Deviation in %
    extern double  LoBandDeviation   =   0.0;       //Lower Band's Deviation in %
    extern int     SignalMode        =     1;       //Switch of Signal mode(0-off,1-on)
    
    extern string  alerts            = "--- Alerts & Emails ---";
    extern int     AlertMode         =     1;       //Alert Mode (0-off,1-on)
    extern int     SoundsNumber      =     5;       //Number of sounds after Signal
    extern int     SoundsPause       =     5;       //Pause in sec between sounds 
    extern string  UpSound           = "alert.wav";
    extern string  DnSound           = "alert2.wav";
    extern int     EmailMode         =     0;       //0-on,1-off   
    extern int     EmailsNumber      =     1;       //0-on,1-off
    extern int     WarningMode       =     0;       //Warning Mode (0-off,1-on)

    Attachment 975

    Regards,
    Igor
    sohocool, Alex-162, brinol and 1 others like this.

  2. #2
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,481
    Blog Entries
    2967
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Just for the history - please find attached the old version of TrendEnvelopes indicator.

    I used this indicator for the long time and as I remember - few EAs were based on it.


    AllTrendEnvelopes-eurusd-h1-alpari-nz-limited-trendenvelope.png
    Attached Files Attached Files
    Hercs likes this.

  3. #3
    Junior Member
    Join Date
    Oct 2015
    Posts
    1
    Quote Originally Posted by newdigital View Post
    Just for the history - please find attached the old version of TrendEnvelopes indicator.

    I used this indicator for the long time and as I remember - few EAs were based on it.


    Click image for larger version. 

Name:	eurusd-h1-alpari-nz-limited-trendenvelope.png 
Views:	1426 
Size:	46.6 KB 
ID:	2547
    ND, would you mind telling me why I can only download one indicator per day?
    I have not been on your webpage for a long time and now that I am, I just want to make sure that I understand all the rules.
    Thanking you most sincerely and continued success to you all.

  4. #4
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,481
    Blog Entries
    2967
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Quote Originally Posted by Hercs View Post
    ND, would you mind telling me why I can only download one indicator per day?
    I have not been on your webpage for a long time and now that I am, I just want to make sure that I understand all the rules.
    Thanking you most sincerely and continued success to you all.
    No, there is no such a limitation.
    You can download many public indicators in a day (all in one day ).

    There is one limitation only: public tools and premium tools (inside premium paid section).
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  5. #5
    Junior Member
    Join Date
    Oct 2013
    Posts
    1
    These are great Igorad I wasn't aware you had made envelopes ...fantastic..thank you

  6. #6
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,481
    Blog Entries
    2967
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    This is interesting indicator - Trend envelopes (averages) - histo - choosable symbol - this is MTF indicator with all kinds of alert :


    AllTrendEnvelopes-eurusd-m30-ibfx-inc.png
    Attached Files Attached Files
    mr.green likes this.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  7. #7
    Member
    Join Date
    May 2013
    Posts
    58
    what is that indicator with red and blue candle?

  8. #8
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,481
    Blog Entries
    2967
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Quote Originally Posted by Dave View Post
    what is that indicator with red and blue candle?
    As I remember - this is TTM_HPBars indicator. This indicator is using Hodrick Prescott Filter indicator. And Hodrick Prescott Filter indicator is using Hodrick-Prescott filter.dll file

    I will try to find them all inside my Metatrader to upload.


    AllTrendEnvelopes-eurusd-h1-ibfx-inc-2.png



    AllTrendEnvelopes-eurusd-h1-ibfx-inc.png
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  9. #9
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,481
    Blog Entries
    2967
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    I uploaded this indicator to premium section on this post.

    Just for information
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  10. #10
    Junior Member
    Join Date
    Sep 2013
    Posts
    28
    Hey Newdigital, Any chance you can upload the jurik ppci diverge1 in premium section
    Thanks

Page 1 of 4 1 2 3 ... LastLast

LinkBacks (?)


Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •