Page 3 of 8 FirstFirst 1 2 3 4 5 ... LastLast
Results 21 to 30 of 75
Like Tree9Likes

MTF indicators

This is a discussion on MTF indicators within the Trading tools forums, part of the Trading Forum category; Originally Posted by emmany4 Hello Great Guy's of this forum, please can you help to make this indicator into a ...

      
   
  1. #21
    igorad
    Guest
    Quote Originally Posted by emmany4 View Post
    Hello Great Guy's of this forum, please can you help to make this indicator into a multi-time frame (MTF) indicator.
    Thanks in advance.
    Hi emmany4,

    Please check out the updated MTF Delta Trend indicator.

    Attachment 9774

    Regards,
    Igor
    Fractlr likes this.

  2. #22
    Junior Member
    Join Date
    Feb 2014
    Posts
    10
    Quote Originally Posted by igorad View Post
    Hi emmany4,

    Please check out the updated MTF Delta Trend indicator.

    Attachment 9774

    Regards,
    Igor
    Thanks Igorad, i appreciate your good efforts. Please can you help to make this one also to mtf.

    Thanks in advance
    Attached Files Attached Files

  3. #23
    Member
    Join Date
    Nov 2013
    Posts
    67
    Good afternoon everyone:


    Hello Emmany4, added the mtf, this version may repaint in any timerame more than a normal fractal, so be careful with it. By mrtools


    MTF indicators-mtf.jpg


    A greeting

    FHTrading
    Attached Files Attached Files
    newdigital likes this.

  4. #24
    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
    Candle Display nmc indicator is on this post. This is indicator to display another timeframe on your chart, for example M15 chart with H4 candles. Coded by cja. This version works with Metatrader 4 build 600 and above.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  5. #25
    Member
    Join Date
    May 2014
    Posts
    39
    Hi , does anyone here has MTF moving average ?

  6. #26
    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 Darren Wcw View Post
    Hi , does anyone here has MTF moving average ?
    This is MTF Moving Averages - wuith many types of MA:

    AllAverages_v3.2 indicator is on this post. The settings for this indicator is here. This version works with Metatrader 4 build 600 and above.

    List of MAs:
    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
    Code:
    // List of Prices:
    // Price    = 0 - Close  
    // Price    = 1 - Open  
    // Price    = 2 - High  
    // Price    = 3 - Low  
    // Price    = 4 - Median Price   = (High+Low)/2  
    // Price    = 5 - Typical Price  = (High+Low+Close)/3  
    // Price    = 6 - Weighted Close = (High+Low+Close*2)/4
    // Price    = 7 - Heiken Ashi Close  
    // Price    = 8 - Heiken Ashi Open
    // Price    = 9 - Heiken Ashi High
    // Price    =10 - Heiken Ashi Low
    ---------------
    Code:
    TimeFrame    =  0;
    Price        =  0;
    MA_Period    = 14;
    MA_Shift     =  0;
    MA_Method    =  0;
    Color_Mode   =  0;
    Sound_Mode   =  0; //0-off,1-on(works only with Color_Mode=1)
    Sound_Shift  =  0; //0-open bar(multiple),1-closed bar(once)
    MTF indicators-eurusd-m30-alpari-limited.png
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  7. #27
    Member
    Join Date
    May 2014
    Posts
    39
    Thanks ND!

  8. #28
    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
    ATR_MTF_G_Bougie_2 600+ indicator is on this post. This is multitimeframe (MTF) indicator. The version works with Metatrader 4 build 600 and above.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  9. #29
    Junior Member
    Join Date
    Jul 2014
    Posts
    19
    Hi Igorad ,please help convert to 600+ version. Thanks before

    Regard
    chartartist
    Attached Files Attached Files

  10. #30
    igorad
    Guest
    Quote Originally Posted by chartartist View Post
    Hi Igorad ,please help convert to 600+ version. Thanks before

    Regard
    chartartist
    Hi chartartist,

    Please check out the updated FiboSequenceMTF indicator for the new MT4.

    Attachment 12299

    Regards,
    Igor

Page 3 of 8 FirstFirst 1 2 3 4 5 ... 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
  •