Page 1 of 8 1 2 3 ... LastLast
Results 1 to 10 of 78
Like Tree40Likes

AllMACD

This is a discussion on AllMACD within the Trading tools forums, part of the Trading Forum category; Hi, Please a take a look at the AllMACD which is based on the AllAverages_v3.1 . This version of the ...

      
   
  1. #1
    igorad
    Guest

    AllMACD

    Hi,

    Please a take a look at the AllMACD which is based on the AllAverages_v3.1. This version of the well-known indicator allows you to set the input parameters for each MA separately. Also please note that you can see the Oscillator MACD (MACD - Signal) if OscillatorMode=1.

    AllMACD-allmacd_1.jpg


    Regards,
    Igor


    UPDATES:

    2013.04.22 - version v2.1: 1 minor bug fixed.

  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 Igorad. I updated this thread for new indicator trading forum wiki
    Dr.Fox likes this.

  3. #3
    igorad
    Guest
    Important: Please download fixed version v2.1.
    Dr.Fox 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
    do not know where to post it but as it is related to MACD so I am uploading it here.

    Just interesting indicator: it is showing MA and MACD trends of 16 symbols simultaneously. Indicator is attached.


    AllMACD-macd_dashboard.png
    Attached Files Attached Files

  5. #5
    igorad
    Guest

    AllMACD BBands

    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
    Dr.Fox likes this.

  6. #6
    Junior Member
    Join Date
    May 2013
    Posts
    25
    Quote Originally Posted by igorad View Post
    Hi,

    Please a take a look at the AllMACD which is based on the AllAverages_v3.1. This version of the well-known indicator allows you to set the input parameters for each MA separately. Also please note that you can see the Oscillator MACD (MACD - Signal) if OscillatorMode=1.

    Click image for larger version. 

Name:	allmacd_1.jpg 
Views:	1749 
Size:	72.9 KB 
ID:	637




    Regards,
    Igor


    UPDATES:

    2013.04.22 - version v2.1: 1 minor bug fixed.

    Hi Igorad,

    I like the oscillator mode, is it also applicable to others oscillators like RSI etc..?Thanks.

  7. #7
    Junior Member
    Join Date
    May 2013
    Posts
    10
    Quote Originally Posted by newdigital View Post
    do not know where to post it but as it is related to MACD so I am uploading it here.

    Just interesting indicator: it is showing MA and MACD trends of 16 symbols simultaneously. Indicator is attached.


    Click image for larger version. 

Name:	macd_dashboard.png 
Views:	1596 
Size:	54.1 KB 
ID:	1955
    Thank you very much for this indicator.

    If we want to change the monitored pairs, would you know if simply changing the pairs in the program would be a valid modification?
    I am afraid I am not a programmer.

  8. #8
    igorad
    Guest
    Quote Originally Posted by forexted View Post
    Thank you very much for this indicator.

    If we want to change the monitored pairs, would you know if simply changing the pairs in the program would be a valid modification?
    I am afraid I am not a programmer.
    Hi forexted,

    Please check out the MA-TREND_Multipair 3 with customizable currency list and visual settings.

    Code:
    extern string  symbols        = "EURUSD;GBPUSD;EURCHF;EURJPY;USDCHF;USDJPY;USDCAD;EURAUD;EURGBP;AUDUSD;GBPCHF;GBPJPY;AUDCHF;AUDCAD;AUDJPY;EURCAD;";
    extern int     MaPeriod1      =   5;
    extern int     MaPeriod2      =  75;
    extern int     MaPeriod3      =  85;
    extern int     MacdFast       =  15;
    extern int     MacdSlow       =  26;
    extern string  _              = "=====================================";
    extern string  UniqueName     = "MA-MACD";
    extern int     Window         =   1; //0-chart window,1-1st subwindow,2-2nd subwindow and so on
    extern int     RowsNumber     =   2;
    extern int     StartX         =  10;
    extern int     StartY         =  10;
    extern int     RowStep        = 110;
    extern int     ColumnStep     = 120;
    extern int     LineStep       =  15;
    extern string  TextFontName   = "Arial";
    extern int     TextFontSize   =  10;
    extern string  SymbolFontName = "Impact";
    extern int     SymbolFontSize =  20;
    extern color   SymbolColor    = Silver;
    extern color   BuyColor       = DeepSkyBlue;
    extern color   SellColor      = Tomato;
    extern color   NeutralColor   = DarkKhaki;
    Attachment 3037

    If you want to place this indicator in a subwindow so please use the EmptyWindow indicator and parameter Window > 0.

    Regards,
    Igor

  9. #9
    Member
    Join Date
    Jul 2013
    Location
    witbank
    Posts
    60
    Excellent work with MA-Trend / AllMACD BBands Lines and Bars indicators
    Trying them all tomorrow
    Like the versatile settings of MA-Trend
    Thanks again!

  10. #10
    Junior Member
    Join Date
    May 2013
    Posts
    10
    Quote Originally Posted by igorad View Post
    Hi forexted,

    Please check out the MA-TREND_Multipair 3 with customizable currency list and visual settings.

    If you want to place this indicator in a subwindow so please use the EmptyWindow indicator and parameter Window > 0.

    Regards,
    Igor

    Very grateful, many thanks Igor

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