Page 5 of 10 FirstFirst ... 3 4 5 6 7 ... LastLast
Results 41 to 50 of 99
Like Tree47Likes

Advanced Parabolic SAR

This is a discussion on Advanced Parabolic SAR within the Trading tools forums, part of the Trading Forum category; HI IGORAD, Can you please create a HISTO VERSION of the adaptive sar THANKS...

      
   
  1. #41
    Junior Member
    Join Date
    Nov 2013
    Posts
    1

    adaptive-parabolic-HISTO VERSION

    HI IGORAD,


    Can you please create a HISTO VERSION of the adaptive sar



    THANKS

  2. #42
    Junior Member
    Join Date
    Jan 2014
    Posts
    1
    i'm also looking forward for the histo version of the adaptive version, if it's possible Ignorad? thanks!

  3. #43
    igorad
    Guest
    Quote Originally Posted by Royal Knight View Post
    i'm also looking forward for the histo version of the adaptive version, if it's possible Ignorad? thanks!
    Hi Royal Knight,

    Please check out the AdaptiveParabolic Histo_v2 indicator.

    Code:
    extern int     TimeFrame         =     0;    //TimeFrame in min
    extern int     Price             =     0;    //Price Mode (0...6)
    extern int     HiLoMode          =     0;    //0-off,1-on 
    extern double  StartAF           =  0.02;    //Start value of Acceleration Factor
    extern double  MinStep           =  0.00;    //Minimum Acceleration Factor increment 
    extern double  MaxStep           =  0.02;    //Maximum Acceleration Factor increment 
    extern double  MaxAF             =   0.2;    //Maximum value of Acceleration Factor   
    extern int     AdaptiveMode      =     1;    //0-off,1-Kaufman,2-Ehlers
    extern int     AdaptiveSmooth    =     5;    //Adaptive Smoothing Period 
    extern double  Filter            =   0.0;    //Filter in pips
    extern double  MinChange         =   0.0;    //Min Change in pips  
    extern double  IndicatorValue    =     1;    //Indicator Value (ex.1.0)
    
    extern string  alerts            = "--- Alerts & Emails ---";
    extern int     AlertMode         =     1;    //Alert Mode: 0-off,1-on
    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 4756


    Regards,
    Igor
    Alex-162, A1981 and avibe like this.

  4. #44
    Junior Member
    Join Date
    Jan 2014
    Posts
    9
    Thanks a lot igorad. You make things look so easy.

    Great help indeed.

  5. #45
    Junior Member
    Join Date
    Jan 2014
    Posts
    9
    Quote Originally Posted by igorad View Post
    Hi,

    Please take a look at the Adaptive Parabolic SAR indicator where the Acceleration Factor increment is adaptive to market conditions and can vary between MinStep and MaxStep values.

    Code:
    extern int     TimeFrame         =     0;   //TimeFrame in min
    extern int     Price             =     0;   //Price Mode (0...6)
    extern int     HiLoMode          =     0;   //0-off,1-on 
    extern double  StartAF           =  0.02;   //Start value of Acceleration Factor
    extern double  MinStep           =  0.00;   //Minimum Acceleration Factor increment 
    extern double  MaxStep           =  0.02;   //Maximum Acceleration Factor increment 
    extern double  MaxAF             =   0.2;   //Maximum value of Acceleration Factor   
    extern int     AdaptiveMode      =     1;   //0-off,1-Kaufman,2-Ehlers
    extern int     AdaptiveSmooth    =     5;   //Adaptive Smoothing Period 
    extern double  Filter            =   0.0;   //Filter in pips
    extern double  MinChange         =   0.0;   //Min Change in pips  
    extern int     SignalMode        =     1;   //SignalMode: 0-only Stops,1-Signals & Stops
    
    extern string  alerts            = "--- Alerts & Emails ---";
    extern int     AlertMode         =     1;
    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 3102

    On the picture you can see 2 versions: adaptive(Blue-Red) and non-adaptive(Green-Pink).


    Regards,
    Igor
    Hi igorad,

    Does this version of the AdaptiveParabolic_v2 use the code that is bug free in AdvancedParabolic_v2.1

    Thanks once again.

  6. #46
    igorad
    Guest
    Quote Originally Posted by mxniche View Post
    Hi igorad,

    Does this version of the AdaptiveParabolic_v2 use the code that is bug free in AdvancedParabolic_v2.1

    Thanks once again.
    Yes, sure.

  7. #47
    Member
    Join Date
    Nov 2013
    Posts
    67
    Quote Originally Posted by igorad View Post
    Hi,

    Please take a look at the advanced Parabolic SAR with a lot of additional options:

    • multi timeframe indicator
    • applied to any price(0...6) + HiLoMode(0-off,1-on)
    • starting Acceleration Factor(AF)
    • AF increment or step
    • AF maximum value
    • static filter in pips to avoid the whipsaw losses
    • minimum change filter in pips


    Also I attached the article of famous Dennis Meyers in the TASC, which served as a motive for development of this indicator.

    Attachment 275

    Moreover, I want to note that the default MT4 Parabolic SAR is wrongly coded like and many others default MT4 indicators.

    Regards,
    Igor
    Good morning to all

    Igorad please could modify this version of AvancedParabolic indicator for work in build 600

    Thank you very much.

    FHTrading

  8. #48
    igorad
    Guest
    Quote Originally Posted by FHTrading View Post
    Good morning to all

    Igorad please could modify this version of AvancedParabolic indicator for work in build 600

    Thank you very much.

    FHTrading
    Hi FHTrading,

    Please check out the updated AdvancedParabolic, AdaptiveParabolic and AdaptiveParabolic Histo indicators for the new MT4(bulid 600 and above).

    Regards,
    Igor
    Attached Files Attached Files

  9. #49
    Member
    Join Date
    Jul 2013
    Location
    witbank
    Posts
    60
    Does the AdvancedParabolic Histo_v2.1 need any Changes for build 600 and above?

    Thanks

  10. #50
    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
    You mean - indicator from this post?
    I think - not, because this version was created especially for build 600 and above.

    By the way - old ex4 files will work with no problem. We will need new versions of indicators only if we are compiling them with new build 600.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

Page 5 of 10 FirstFirst ... 3 4 5 6 7 ... 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
  •