Page 1 of 34 1 2 3 11 ... LastLast
Results 1 to 10 of 338
Like Tree79Likes

AllAverages

This is a discussion on AllAverages within the Trading tools forums, part of the Trading Forum category; Hi, Please take a look at the latest version of well-known indicator AllAverages_v3.0 with 26 types of moving averages: Code: ...

      
   
  1. #1
    igorad
    Guest

    AllAverages

    Hi,

    Please take a look at the latest version of well-known indicator AllAverages_v3.0 with 26 types of moving averages:
    Code:
    // MA_Method= 0: SMA        - Simple Moving Average
    // MA_Method= 1: EMA        - Exponential Moving Average
    // MA_Method= 2: Wilder     - Wilder Exponential Moving Average
    // MA_Method= 3: LWMA       - Linear Weighted Moving Average 
    // MA_Method= 4: SineWMA    - Sine Weighted Moving Average
    // MA_Method= 5: TriMA      - Triangular Moving Average
    // MA_Method= 6: LSMA       - Least Square Moving Average (or EPMA, Linear Regression Line)
    // MA_Method= 7: SMMA       - Smoothed Moving Average
    // MA_Method= 8: HMA        - Hull Moving Average by Alan Hull
    // MA_Method= 9: ZeroLagEMA - Zero-Lag Exponential Moving Average
    // MA_Method=10: DEMA       - Double Exponential Moving Average by Patrick Mulloy
    // MA_Method=11: T3_basic   - T3 by T.Tillson (original version)
    // MA_Method=12: ITrend     - Instantaneous Trendline by J.Ehlers
    // MA_Method=13: Median     - Moving Median
    // MA_Method=14: GeoMean    - Geometric Mean
    // MA_Method=15: REMA       - Regularized EMA by Chris Satchwell
    // MA_Method=16: ILRS       - Integral of Linear Regression Slope 
    // MA_Method=17: IE/2       - Combination of LSMA and ILRS 
    // MA_Method=18: TriMAgen   - Triangular Moving Average generalized by J.Ehlers
    // MA_Method=19: VWMA       - Volume Weighted Moving Average 
    // MA_Method=20: JSmooth    - Smoothing by Mark Jurik
    // MA_Method=21: SMA_eq     - Simplified SMA
    // MA_Method=22: ALMA       - Arnaud Legoux Moving Average
    // MA_Method=23: TEMA       - Triple Exponential Moving Average by Patrick Mulloy
    // MA_Method=24: T3         - T3 by T.Tillson (correct version)
    // MA_Method=25: Laguerre   - Laguerre filter by J.Ehlers
    // MA_Method=26: MD         - McGinley Dynamic
    In the list you can see there are 2 version of T3: basic by Tilson and my with correct smoothing factor(see on the picture).

    AllAverages-all_avg_1.jpg



    As you see my T3 is something middle between LSMA and ILRS.

    Regards,
    Igor


    Updates:

    2013.03.14 - version 3.1: fixed 2 errors in REMA and ITrend algorithms
    Attached Files Attached Files
    Last edited by igorad; 03-14-2013 at 03:34 PM. Reason: fixed 2 errors
    newdigital, Nodp53, Gus4x and 7 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
    Thanks a lot. This is indicator as a trading system coded on the way as all-in-one.

  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
    Quote Originally Posted by igorad View Post
    ... As you see my T3 is something middle between LSMA and ILRS ...
    It may be good to create simple EA for MT4 and MT5 based on those differences "between" ... just to test or optimize the settings with MT5 strategy tester and use it for trading or next improvement for MT4 for example.

    Just an idea.

  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
    And this is the template file (attached) about what Igorad mentioned in the first post (period = 14 for each in indicator' input):

    - T3 by T.Tillson (correct version)

    - LSMA - Least Square Moving Average (or EPMA, Linear Regression Line)

    - ILRS - Integral of Linear Regression Slope

    AllAverages-asctrend_1.gif


    AllAverages-asctrend_2.gif


    AllAverages-asctrend_3.gif


    How to install:

    • place indicator (download from first post of this thread) to indicators folder of metatrader 4 directory
    • place template file to template folder (for example - to here C:\Program Files\Alpari NZ MT4\templates)
    • compile indicator in MetaEditor or restart Metatrader.
    • open chart, right mouse click on the chart, select Template and our template (by name). And everything will be loaded.

    PS. New template file (allaverages_3_newmt4.tpl) for new build 600+ indicators using is attached. For more information - read first post of the thread.
    Attached Files Attached Files

  5. #5
    Junior Member sohocool's Avatar
    Join Date
    Mar 2013
    Location
    BELGIUM
    Posts
    28
    Follow sohocool On Twitter Add sohocool on Google+
    Hi Igorad,

    Why you don't add on your All averages :the half of channel price (Donchian channel,Kijun,Tekan) ???

    Regards.

  6. #6
    igorad
    Guest
    Quote Originally Posted by sohocool View Post
    Hi Igorad,

    Why you don't add on your All averages :the half of channel price (Donchian channel,Kijun,Tekan) ???

    Regards.
    Sorry, but it's another story because there are so many (periodic, fractal, volatility and so on) channels and I prefer to research them separately.

  7. #7
    Junior Member sohocool's Avatar
    Join Date
    Mar 2013
    Location
    BELGIUM
    Posts
    28
    Follow sohocool On Twitter Add sohocool on Google+
    Thanks , i understand.

  8. #8
    igorad
    Guest
    Important: AllAverages for MT5 was uploaded to the 1st post.

  9. #9
    Member
    Join Date
    Jul 2013
    Posts
    40
    Thanks igorad for this wonderful indicator,

    For the 3.2 version do you think it will be possible to add a NonLagMA (v7.1)

    Thanks for your wonderful job too

    Regards

    Zilliq

  10. #10
    Member
    Join Date
    Jul 2013
    Posts
    40
    Another idea for the next version,

    Do you think it's possible to add the SSA of price in a NON repaint version based on this indy ?

    https://mon-partage.fr/f/qtRFdBfg/

    Thanks a lot Igor and have a nice day

    Zilliq

Page 1 of 34 1 2 3 11 ... 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
  •