Page 8 of 8 FirstFirst ... 6 7 8
Results 71 to 78 of 78
Like Tree40Likes

AllMACD

This is a discussion on AllMACD within the Trading tools forums, part of the Trading Forum category; Originally Posted by igorad Hi forexted, Please check out the MA-TREND_Multipair 3 with customizable currency list and visual settings. Code: ...

      
   
  1. #71
    Junior Member
    Join Date
    Apr 2021
    Posts
    4
    Quote Originally Posted by igorad View Post
    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
    helo mr.igorad

    could you help this indicator also available for xauusd

  2. #72
    igorad
    Guest
    Quote Originally Posted by dhenz View Post
    helo mr.igorad

    could you help this indicator also available for xauusd
    Hi dhenz,

    Sorry but it works on the forex pairs only.

    Regards,
    Igor

  3. #73
    Junior Member
    Join Date
    May 2017
    Posts
    8
    Dear Sergey,

    Any good news regarding this indicator update..?

    I wish it will come soon..

    Thank you

  4. #74
    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 hendra1020 View Post
    Dear Sergey,

    Any good news regarding this indicator update..?

    I wish it will come soon..

    Thank you
    If it is related to MA-TREND_Multipair (post #71 and post #72) so this MA-TREND_Multipair indicator works for forex pairs only.
    How to know - some pair (XAU/USD for example) is forex pair or not?
    Use those scripts (post #8 at mql5 forum).

    Quote Originally Posted by hendra1020 View Post
    Dear Igorad and Sergey,

    Do you have the update version of AllMACD Histo_v2.1 600+.mq4 which carry complete set of Heiken Ashi prices ?

    AllMACD

    I wish you would update it soon..

    Thank you
    If it is related to your request on the post #69 so I will remind to Igorad once again (he may be overloaded with the premium section requests for now).
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  5. #75
    Junior Member
    Join Date
    May 2017
    Posts
    8
    Dear Sergey,

    I was submitting the post #69

    Hope it will coming soon..

    Thank you

  6. #76
    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 hendra1020 View Post
    Dear Sergey,

    I was submitting the post #69

    Hope it will coming soon..

    Thank you
    Yes, I reminded to Igorad about your request on the post #69
    But I want to repeat: Igor may be overloaded for now, because the requests from the premium members are having high priority for coding.
    So, it may be necessary to wait for example.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  7. #77
    Senior Member
    Join Date
    May 2013
    Posts
    151
    Quote Originally Posted by igorad View Post
    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
    Hi Igor, What Moving averages are used in this indicator? Can there be a selection of various moving averages and prices please? Thanks

  8. #78
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,317
    Blog Entries
    1634

    iMACD Four TimeFrames Full EA (MT5)

    This is advaned and improved version of iMACD Four TimeFrames: some new parameters were added, besides the Ea was optimized for backtesting and optimization with full deskription about the parameters and how to optimize for better setting to be used.
    ----------------
    iMACD Four TimeFrames Full - expert for MetaTrader 5
    The EA creates iMACD (Moving Average Convergence / Divergence, MACD) indicators on four timeframes (' Working timeframe (# 1 timeframe) ', '# 2 timeframe ', '# 3 timeframe ', '# 4 timeframe ' ). As soon as all four indicators fulfill the condition: the main line is above the signal line and they are above zero (a BUY signal) or the main line is below the signal line and they are below zero (SELL signal), the corresponding position will be opened.
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

Page 8 of 8 FirstFirst ... 6 7 8

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
  •