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

AllHullMA

This is a discussion on AllHullMA within the Trading tools forums, part of the Trading Forum category; Hi, I think you know that the well-known Hull Moving Average (HMA) is the Kalman Filter based on the Linear ...

      
   
  1. #1
    igorad
    Guest

    AllHullMA

    Hi,

    I think you know that the well-known Hull Moving Average (HMA) is the Kalman Filter based on the Linear Weighted Moving Average(LWMA). But we can try to use another MAs from our collection instead of the LWMA. Also we can use Damping Factor to avoid overshoots that are characteristic for such kind of filters.

    Code:
    extern int     TimeFrame      =     0;
    extern int     Price          =     0;
    extern int     Length         =    14;
    extern double  DampingFactor  =     1;    //0...1.0(ex.0.7)
    extern int     Shift          =     0;
    extern int     MA_Method      =     3;
    extern int     ColorMode      =     1;
    extern int     SoundMode      =     0;    //0-off,1-on(works only with ColorMode=1)
    extern int     SoundShift     =     0;    //0-open bar(multiple),1-closed bar(once)
    extern string  BuySound       =  "alert.wav";
    extern string  SellSound      =  "alert2.wav";

    Attachment 2101

    Regards,
    Igor
    sohocool, Gus4x, Alex-162 and 4 others like this.

  2. #2
    Member
    Join Date
    Jul 2013
    Posts
    40
    Thanks a lot Igor

    Zilliq

  3. #3
    Member
    Join Date
    Jul 2013
    Location
    witbank
    Posts
    60
    Thanks for indicator

    Would you consider making histo?

    Thanks
    sohocool likes this.

  4. #4
    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
    Hull Moving Average Technical Indicator

    ==============

    Developed by Alan Hull.

    This indicator looks exactly like the common moving average. This is an extremely fast moving and smooth moving average. The Hull indicator main objective is to remove the lag, it almost eliminates lag completely and manages to improve the smoothing of the indicator at the same time.

    AllHullMA-hull.png


    Technical Analysis of Hull Indicator

    This Hull can be used to trade Forex instead of the traditional MA. The technical analysis of Hull indicator is the same as that of the conventional MA indicator.

    The Hull averages uses the MA Price, MA Periods, and MA Type inputs to calculate how to plot the indicator. These values are parameterized to allow a trader full customization of the Hull Average indicator.

  5. #5
    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
    Just for the history

    =========

    This is old EA (HMAExpert_v2 EA) developed by Igorad in 2007 based on his old version of HMA indicator (HMA_v2). Old indicator with this old EA are attached.

    I did some job to find good settings for this EA (it was in 2007 - 2008) for EURUSD, GBPUSD and USDJPY. EA was created for 4 digit broker but I changed pips value in the settings by adding "0" to it. So, please find 3 EAs for those 3 pairs with default settings. H1 timeframe.

    As I see - my old settings are still working for now.
    Attached Files Attached Files
    vitoingletto and goi like this.

  6. #6
    igorad
    Guest
    Quote Originally Posted by mosiskv View Post
    Thanks for indicator

    Would you consider making histo?

    Thanks
    Hi mosiskv,

    Please check out the AllHullMA Histo_v3.1 indicator.

    Code:
    extern int     TimeFrame      =     0;
    extern int     Price          =     0;
    extern int     Length         =    14;
    extern double  DampingFactor  =     1;    //0...1.0(ex.0.7)
    extern int     Shift          =     0;
    extern int     MA_Method      =     3;
    extern double  IndicatorValue =     1;    //Indicator Value (ex.1.0)
    extern int     SoundMode      =     0;    //0-off,1-on(works only with ColorMode=1)
    extern int     SoundShift     =     0;    //0-open bar(multiple),1-closed bar(once)
    extern string  BuySound       =  "alert.wav";
    extern string  SellSound      =  "alert2.wav";
    Attachment 4771

    Regards,
    Igor
    siegfriednovell and goi like this.

  7. #7
    Member
    Join Date
    Jul 2013
    Location
    witbank
    Posts
    60
    Hi Igor

    Thank you for this - I appreciate and will put to good use

    Thanks again

  8. #8
    Senior Member
    Join Date
    May 2013
    Posts
    151
    Hello NewDigital, have these HMA based EAs been reconfigured for the new MT4 Build 600+? Thanks
    Jozo
    Last edited by Jozo; 05-22-2014 at 06:06 PM.

  9. #9
    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
    Are you talking about this post with indicator and EA? or AllHMA by Igorad?

    I think - Igorad may check and improve it.

    As to the EA from this post - I can say that indicator (HMA_v2) is good (but I did not check it fior new build) but EA should be improved ... (for new build and more)

    I think - Igorad may check it.
    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
    Apr 2014
    Posts
    27
    Hi Newdigital, I tried to use the Hull EA, and noticed from the Journal that is requires the Efficiency_v1 indicator.
    I took a screenshot here - Gyazo - fa286e8527ff5e3d9b4a7abe80fecdfa.png

    AllHullMA-fa286e8527ff5e3d9b4a7abe80fecdfa.png


    Can you please find the indicator in your library?

    Quote Originally Posted by newdigital View Post
    Are you talking about this post with indicator and EA? or AllHMA by Igorad?

    I think - Igorad may check and improve it.

    As to the EA from this post - I can say that indicator (HMA_v2) is good (but I did not check it fior new build) but EA should be improved ... (for new build and more)

    I think - Igorad may check it.

Page 1 of 4 1 2 3 ... LastLast

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
  •