Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 21
Like Tree7Likes

AllAbsoluteDifference

This is a discussion on AllAbsoluteDifference within the Trading tools forums, part of the Trading Forum category; Originally Posted by levonisyas Hi Gods_Clown Just try this one, perhaps helpful. Not like the igorad coding style but another ...

      
   
  1. #11
    Senior Member matfx's Avatar
    Join Date
    Sep 2013
    Location
    Malaysia
    Posts
    1,178
    Blog Entries
    114
    Follow matfx On Twitter
    Quote Originally Posted by levonisyas View Post
    Hi Gods_Clown
    Just try this one, perhaps helpful.
    Not like the igorad coding style but another interpretation and results are ok.

    Attachment 3931
    There must be a reason why Igorad not include MACD mode.
    Follow my official trading theregulartrader blog

  2. #12
    Senior Member levonisyas's Avatar
    Join Date
    Sep 2013
    Location
    Türkiye
    Posts
    122
    Hi matfx,
    I do not interest. It was Gods_Clown wish.
    Last edited by levonisyas; 11-25-2013 at 08:58 AM.

  3. #13
    igorad
    Guest
    Quote Originally Posted by matfx View Post
    There must be a reason why Igorad not include MACD mode.
    Hi matfx,

    There are no special reasons and the MACD mode can easily added to the indicator but in this case we get something similar to the usual MACD indicator where PreSmooth is the fast MA period and Length is the slow MA period.

    Code:
    extern int     TimeFrame         =     0;    // TimeFrame in min
    extern int     MathMode          =     3;    // Math method: 0-RSI;1-Stoch;2-DMI;3-MACD 
    extern int     Price             =     0;    // Price = 0...10 (see List of Prices)
    extern int     Length            =    26;    // Period of evaluation(Slow MA period for MACD mode)
    extern int     PreSmooth         =    12;    // Period of PreSmoothing(Fast MA length for MACD mode)
    extern int     Smooth            =     1;    // Period of smoothing
    extern int     Signal            =     9;    // Period of Signal Line
    extern int     MA_Method         =     1;    // See list above
    extern int     LevelsMode        =     0;    // Levels Mode: 0-Standard OverBought/OverSold 
                                                 //              1-StdDev Bands
                                                 //              2-High/Low Channel
    extern double  OverboughtLevel   =    90;    // Overbougt Level (ex.70)
    extern double  OversoldLevel     =    10;    // Oversold Level (ex.30)
    extern int     LookBackPeriod    =    30;    // LookBack Period for LevelsMode=1,2 
    extern double  UpperMultiplier   =     1;    // Upper Band Multiplier for LevelsMode=1 
    extern double  LowerMultiplier   =     1;    // Lower Band Multiplier for LevelsMode=1 
                                             
    extern string  alerts            = "--- Alerts & Emails ---";
    extern int     AlertMode         =     0;
    extern int     SoundsNumber      =     5;    // Number of sounds after Signal
    extern int     SoundsPause       =     5;    // Pause in sec between sounds 
    extern string  UpSound           = "alert.wav";
    extern string  DnSound           = "alert2.wav";
    extern int     EmailMode         =     0;    // 0-on,1-off   
    extern int     EmailsNumber      =     1;    // 0-on,1-off
    Attachment 4001

    Regards,
    Igor
    Dr.Fox likes this.

  4. #14
    Senior Member
    Join Date
    May 2013
    Posts
    151
    Hi NewDigital, this AllAbsoluteDifference_v2.4 is not working on my platform. I have tried downloading as you suggest, but it has not worked.
    Help!
    Jozo

  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
    version 2 (ex4 file compiled with 509 build) - works :

    AllAbsoluteDifference-eurusd-h1-ibfx-inc-600.png


    I attached ex4 file compiled with 509 (it works with 600+) - version 2

    ===========

    About version 2.4 so it should be modified ... I made some temporary changes and it should work now with 600+ (version 2.4 is attached too).

    AllAbsoluteDifference-eurusd-h1-ibfx-inc-2.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
    igorad
    Guest
    Hi,

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

    Regards,
    Igor
    mr.green and chartartist like this.

  7. #17
    Member
    Join Date
    Jul 2013
    Location
    witbank
    Posts
    60
    Excellent indicator!
    Works nicely on H4 H1 and M15
    Thanks

  8. #18
    Member
    Join Date
    Oct 2013
    Posts
    42
    This is such a good indicator! ... but the possible settings are a little bit overwhelming for me ... so, does anyone have a hint for good settings for 30M/1H swing trading? ... in a sense that the indicator filters noise and is still reacting fast?

    When I play around, it seems that the EMA is favourable to many of the other more sophisticated averages ... at least I am not able to find a good setting with an LSMA or HMA for example ...

    Any suggestions greatly appreciated!

  9. #19
    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
    Hi mbma,

    I am sorry - I am very busy now.
    I will look at this tomorrow, ok?
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  10. #20
    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
    New version of AllAbsoluteDifference indicator was created and posted to the premium section - just because it is related to
    Swing (or Volty Channel) System from premium:

    AllAbsoluteDifference-allabsdifff_2.5-600-.png


    AllAbsoluteDifference_v2.5 600+ indicator is on this post - premium section link. This is the updated AllAbsoluteDifference indicator with the new set of MAs (excl. GeoMean and McGinley Dynamic) and with abiliity to plot the Up/Down arrows in the main window.

    for information
    chartartist likes this.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

Page 2 of 3 FirstFirst 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
  •