Page 1 of 6 1 2 3 ... LastLast
Results 1 to 10 of 57
Like Tree21Likes

AllAbsoluteStrengthTrend

This is a discussion on AllAbsoluteStrengthTrend within the Trading tools forums, part of the Trading Forum category; Hi, Please take a look at the AllAbsoluteStrengthTrend_v1 indicator with advanced sound/email alerts. So now you can easy build the ...

      
   
  1. #1
    igorad
    Guest

    AllAbsoluteStrengthTrend

    Hi,

    Please take a look at the AllAbsoluteStrengthTrend_v1 indicator with advanced sound/email alerts. So now you can easy build the systems like ASCtrend or AbleTrend (default settings correspond to ASCTrend1).

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


    Regards,
    Igor
    secretcode, Gus4x, puiu288 and 7 others like this.

  2. #2
    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
    Thanks a lot. Yes, you are right - it may be the idea to build ASCtrend system using new indicators.

  3. #3
    Junior Member
    Join Date
    Jun 2013
    Posts
    21
    Thanks a lot Igor for this nice indicator
    Absolutely brilliant
    Last edited by secretcode; 06-24-2013 at 09:21 AM.

  4. #4
    Junior Member
    Join Date
    Sep 2013
    Posts
    5
    Hello Forum..this is my first post : )

    I am using Tradestation for all my coding...if i wanted to convert the above code from MT to Tradestation EL, what is the most efficient way for doing this? Are there coding servicesthat could covert it for me?..or has this been already done?

    thx

  5. #5
    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 Trading2013,

    I am not a coder but I think that Igorad saw your post and will try to make something.

  6. #6
    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
    Anyway - this indicator is really great, and the settings/parameters are very flexible ones - you can see here:


    AllAbsoluteStrengthTrend-great1.png

  7. #7
    Junior Member
    Join Date
    Aug 2013
    Posts
    14
    hi newdigital, which settings are you using? thanks.

  8. #8
    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 dangio View Post
    hi newdigital, which settings are you using? thanks.
    MathMode = 2; // Math method: 0-RSI;1-Stoch;2-DMI;3-MACD

    LevelsMode = 2; // Levels Mode: 0-Standard OverBought/OverSold
    // 1-StdDev Bands
    // 2-High/Low Channel

    Other settings = by default
    jackprobe likes this.

  9. #9
    igorad
    Guest
    Quote Originally Posted by Trading2013 View Post
    Hello Forum..this is my first post : )

    I am using Tradestation for all my coding...if i wanted to convert the above code from MT to Tradestation EL, what is the most efficient way for doing this? Are there coding servicesthat could covert it for me?..or has this been already done?

    thx
    Hi Trading2013,

    Just want to inform that I uploaded the AllAbsoluteStrengthTrend and others in this thread.

    Regards,
    Igor

  10. #10
    Junior Member
    Join Date
    Sep 2013
    Posts
    5
    Awesome!! so helpful!!!!!

    Can you also upload the your Lab Trend code in the TS format? thx!!

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