Page 2 of 8 FirstFirst 1 2 3 4 ... LastLast
Results 11 to 20 of 78
Like Tree40Likes

AllMACD

This is a discussion on AllMACD within the Trading tools forums, part of the Trading Forum category; Moving Average Convergence/Divergence (MACD) As a tool for long term trading the MACD fails and can’t compete with its less ...

      
   
  1. #11
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,474
    Blog Entries
    2911
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Moving Average Convergence/Divergence (MACD)



    As a tool for long term trading the MACD fails and can’t compete with its less evolved relative the Moving Average Crossover. As a tool for short term trading (4 days on average) the MACD is very powerful in theory but with such a small average return the practical applications are limited. As a tool for medium term trading the MACD should not be your first choice on the Long side of the market BUT on the Short side the MACD is simply outstanding! Using a ‘Fast’ Moving Average of 16, a ‘Slow’ Moving Average of 97 and a signal line of 2 you have a powerful indicator for taming the bear.
    In an attempt to limit the length of this article we only published results from trades off the Signal Line when the MACD line was above zero (when Long) or below zero (when short). Please note however that trying the trade the MACD when it is on the wrong side of zero will lead to an unhappy bank account, an unhappy wife and an unhappy life.
    read more here
    levonisyas and Hermo like this.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  2. #12
    Junior Member
    Join Date
    Apr 2013
    Posts
    22
    Hello Igor,

    Is it possible to make the allmacd v2.1 as a simple histogram on zerocross? (red or green, equal size histos)

  3. #13
    igorad
    Guest
    Quote Originally Posted by msepn77 View Post
    Hello Igor,

    Is it possible to make the allmacd v2.1 as a simple histogram on zerocross? (red or green, equal size histos)
    Hi msepn77,

    Please check out the MACD Histo_2.1 indicator with ability to plot all possible color combinations.

    Code:
    extern int     TimeFrame             =   0;   //TimeFrame in min
    extern int     FastPrice             =   0;   //Fast Price Mode (0...6)
    extern int     FastLength            =  12;   //Fast Period of smoothing
    extern int     FastMode              =   1;   //Fast MA Mode
    
    extern int     SlowPrice             =   0;   //Slow Price Mode (0...6)
    extern int     SlowLength            =  26;   //Slow Period of smoothing
    extern int     SlowMode              =   1;   //Slow MA Mode
    
    extern int     SignalLength          =   9;   //Signal Period(<2 - off)  
    extern int     SignalMode            =   0;   //Signal MA Mode
    
    extern int     OscillatorMode        =   0;   //0-off,1-on   
    extern double  IndicatorValue        =   1;   //Indicator Value
    Attachment 4135

    Regards,
    Igor
    mosiskv likes this.

  4. #14
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,474
    Blog Entries
    2911
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    averages_osma_mtf+alerts+arrows indicator (attached) - this is all-in-one indicator :


    • osma
    • multi timeframe
    • alerts, alarm, email alert, message alert, sound alert
    • divergence
    • slope feature
    • histogram feature
    • arrows
    • vertical lines
    • 17 kinds of moving averages
    • Interpolate feature
    • smoothing feature




    AllMACD-eurusd-m30-ibfx-inc.png



    AllMACD-eurusd-m30-ibfx-inc-3.png



    AllMACD-eurusd-m30-ibfx-inc-4.png



    AllMACD-xauusd-m15-ibfx-inc.png
    Attached Files Attached Files
    CamaRon, Tsar, dbg and 2 others like this.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  5. #15
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,474
    Blog Entries
    2911
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    This is Zerolag MACD - alerts & arrows (attached). It can be used for scalping on lower timeframes (M1 and M5 for example).


    AllMACD-eurusd-m1-ibfx-inc-2.png



    AllMACD-eurusd-m5-ibfx-inc121212.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

  6. #16
    Junior Member
    Join Date
    Dec 2013
    Posts
    7
    Quote Originally Posted by igorad View Post
    Hi,

    Please take a look at the AllMACD BBands Lines and Bars indicators that are very similar to the Algoview indicators.

    Code:
    extern int     TimeFrame             =   0;   //TimeFrame in min
    extern int     FastPrice             =   0;   //Fast Price Mode (0...6)
    extern int     FastLength            =  12;   //Fast Period of smoothing
    extern int     FastMode              =   1;   //Fast MA Mode
    
    extern int     SlowPrice             =   0;   //Slow Price Mode (0...6)
    extern int     SlowLength            =  26;   //Slow Period of smoothing
    extern int     SlowMode              =   1;   //Slow MA Mode
    
    extern int     BBandsLength          =  10;   //BBands Period  
    extern int     BBandsMode            =   0;   //BBands MA Mode
    extern double  Deviation             =   2;   //BBands Deviation

    Attachment 3014

    Regards,
    Igor

    dear igorad I'm looking for MT5 indicator ?

  7. #17
    Member
    Join Date
    May 2013
    Posts
    58
    igorad, what about the expertadvisor i sent you here? can you update the indicator?

  8. #18
    Junior Member
    Join Date
    Dec 2013
    Posts
    7
    - AllMACD_v2.1 indicator
    - AllMACD_BB_Lines_v1 indicator
    - AllMACD_BB_Bars_v1 indicator
    - MA-TREND_MultiPair 3 indicator
    - AllMACD Adaptive_v2.1 indicator
    - AllMACD Histo_v2.1 indicator

    igorad, witch MACD indicator your will use for trading? from above list or from mql4.com site witch one is better and why? I'm looking for best MACD indicator.

  9. #19
    igorad
    Guest
    Quote Originally Posted by Dr.Fox View Post
    - AllMACD_v2.1 indicator
    - AllMACD_BB_Lines_v1 indicator
    - AllMACD_BB_Bars_v1 indicator
    - MA-TREND_MultiPair 3 indicator
    - AllMACD Adaptive_v2.1 indicator
    - AllMACD Histo_v2.1 indicator

    igorad, witch MACD indicator your will use for trading? from above list or from mql4.com site witch one is better and why? I'm looking for best MACD indicator.
    Hi Dr.Fox,

    Sure, I prefer mine But I think the AllAbsoluteDifference is more advanced than any MACD indicator.

    Regards,
    Igor
    Dr.Fox likes this.

  10. #20
    Senior Member
    Join Date
    May 2013
    Posts
    151
    This Zerolag MACD above is not working in the current MT4. Could you please update it for me?
    Thanks
    Jozo

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