Page 11 of 11 FirstFirst ... 9 10 11
Results 101 to 104 of 104
Like Tree28Likes

AllAbsoluteStrength

This is a discussion on AllAbsoluteStrength within the Trading tools forums, part of the Trading Forum category; Originally Posted by newdigital It may be smooth parameter or some other ... Attachment 41836 Attachment 41834 Attachment 41835 Code: ...

      
   
  1. #101
    Junior Member
    Join Date
    Feb 2021
    Posts
    2

    Quote Originally Posted by newdigital View Post
    It may be smooth parameter or some other ...

    Attachment 41836

    Attachment 41834

    Attachment 41835



    Code:
    extern int     TimeFrame         =     0;    //TimeFrame in min
    extern int     MathMode          =     0;    // Math method: 0-RSI;1-Stoch;2-DMI;3-MACD 
    extern int     Price             =     0;    // Price = 0...10 (see List of Prices)
    extern int     Length            =    10;    // Period of evaluation
    extern int     PreSmooth         =     1;    // Period of PreSmoothing
    extern int     Smooth            =    10;    // Period of smoothing
    extern int     Signal            =     3;    // Period of Signal Line
    extern int     MA_Method         =     3;    // See list above
    extern int     LevelsMode        =     2;    // Levels Mode: 0-Standard OverBought/OverSold 
                                                 //              1-StdDev Bands
                                                 //              2-High/Low Channel
    extern double  StrengthLevel     =    80;    // Strength Level (ex.70)
    extern double  WeaknessLevel     =    20;    // Weakness Level (ex.30)
    extern int     LookBackPeriod    =    20;    // 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

    Thanks

  2. #102
    Junior Member
    Join Date
    Jan 2019
    Posts
    1
    Hello,

    I really like this indicator and was wondering if there's an MT5 version.
    Thank you in advance.

  3. #103
    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
    Quote Originally Posted by kailash_g View Post
    Hello,

    I really like this indicator and was wondering if there's an MT5 version.
    Thank you in advance.
    AllAbsoluteStrength indicator was not coded for MT5 (not yet).
    But there is AbsoluteStrength indicator (similar indicator with less functionality) in MQL5 CodeBase coded by Igorad as well:


    How to use those indicators: read this page https://www.mql5.com/en/forum/9950/page76 at mql5 forum.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  4. #104
    Junior Member
    Join Date
    Apr 2020
    Posts
    1
    Do you have the exert mt5 version, kindly share for download.thanks. the mt4 version really works

Page 11 of 11 FirstFirst ... 9 10 11

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
  •