Page 1 of 8 1 2 3 ... LastLast
Results 1 to 10 of 71
Like Tree47Likes

One More Holy Grail

This is a discussion on One More Holy Grail within the Trading tools forums, part of the Trading Forum category; Multi-order Exponentilal Fitting Hi, Time to time I receive the requests to make profitable strategies using the fitting indicators such ...

      
   
  1. #1
    igorad
    Guest

    One More Holy Grail

    Multi-order Exponentilal Fitting




    Hi,

    Time to time I receive the requests to make profitable strategies using the fitting indicators such as TMA, Hodrick-Prescott filter, SSA, Solar Wind(or Fisher yur4ik) and others that look perfect on the history.
    So I decided to add one more "Holy Grail" to them - the Multi-order Exponentilal Fitting indicator.

    Code:
    extern int     Price          =   0;   //Price Mode (0...6) 
    extern int     Length         =  25;   //Period of Smoothing
    extern int     Order          =   2;   //Fitting Order
    extern double  WeightFactor   =   2;   //WeightFactor(eg. 2-EMA,1-Wilder) 
    extern int     Window         = 500;   //Window size in bars
    Attachment 5130

    Regards,
    Igor
    Dr.Fox, yji, stan18 and 6 others like this.

  2. #2
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Holy Grail in financial market looks like that :

    One More Holy Grail-10000.jpg
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  3. #3
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    The next one is super-signals indicator.

    This indicator was originally created by Nick Beluck as his coding joke (super-signals) but this indicator became a popular one with some next improvements


    One More Holy Grail-eurusd-d1-ibfx-inc.png



    One More Holy Grail-xauusd-m5-ibfx-inc.png
    Attached Files Attached Files
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  4. #4
    igorad
    Guest

    ExFit Bands

    Hi,

    Please take a look at the ExFit Bands indicator.

    Code:
    extern int     Price          =   0;   //Price Mode (0...6) 
    extern int     Length         =  25;   //Period of Smoothing
    extern int     Order          =   2;   //Fitting Order
    extern double  WeightFactor   =   2;   //WeightFactor(eg. 2-EMA,1-Wilder) 
    extern double  Multiplier1    =   1;   //Volatility Multiplier #1  
    extern double  Multiplier2    = 1.5;   //Volatility Multiplier #2
    extern double  Multiplier3    =   2;   //Volatility Multiplier #3
    extern int     Window         = 300;   //Window size in bars
    Attachment 5187

    Regards,
    Igor
    yji, chartartist, rajases and 4 others like this.

  5. #5
    Junior Member
    Join Date
    Dec 2013
    Location
    A, A
    Posts
    10
    Quote Originally Posted by igorad View Post
    Hi,

    Please take a look at the EaxFit Bands indicator.

    Code:
    extern int     Price          =   0;   //Price Mode (0...6) 
    extern int     Length         =  25;   //Period of Smoothing
    extern int     Order          =   2;   //Fitting Order
    extern double  WeightFactor   =   2;   //WeightFactor(eg. 2-EMA,1-Wilder) 
    extern double  Multiplier1    =   1;   //Volatility Multiplier #1  
    extern double  Multiplier2    = 1.5;   //Volatility Multiplier #2
    extern double  Multiplier3    =   2;   //Volatility Multiplier #3
    extern int     Window         = 300;   //Window size in bars
    Attachment 5187

    Regards,
    Igor
    How does it work? How to use it?

  6. #6
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    I think - it is same to use as Bollinger Bands for example :



    But please note that this indicator is Grail
    Dr.Fox 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
    Junior Member
    Join Date
    Dec 2013
    Location
    A, A
    Posts
    10
    Quote Originally Posted by newdigital View Post
    I think - it is same to use as Bollinger Bands for example :



    But please note that this indicator is Grail
    What does it mean by "Holy"?

  8. #8
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    It is an allegory with Holy Grail - read in wikipedia here - people were trying to find this Grail to be rich and so on. It is same here - indicators which are looking on the chart on the same way as 'forex grail' (but in reality - it is not).
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  9. #9
    Junior Member
    Join Date
    Dec 2013
    Location
    A, A
    Posts
    10
    Quote Originally Posted by newdigital View Post
    It is an allegory with Holy Grail - read in wikipedia here - people were trying to find this Grail to be rich and so on. It is same here - indicators which are looking on the chart on the same way as 'forex grail' (but in reality - it is not).
    I knew that-just thought you might be serious

  10. #10
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Many forex forums are having such the threads "I am rich - I found Holy Grail" ... so it was the idea to place some "the grails" on this thread.

    By the way, some traders are using those indicators (for example - super-signal indicator) ... so this thread is not useless... because if we know how to use those indicators - it will be very good for us.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

Page 1 of 8 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
  •