HI IGORAD,
Can you please create a HISTO VERSION of the adaptive sar
THANKS
Printable View
HI IGORAD,
Can you please create a HISTO VERSION of the adaptive sar
THANKS
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.
Attachment 4756Code: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
Regards,
Igor
Thanks a lot igorad. You make things look so easy.:o:
Great help indeed.
Does the AdvancedParabolic Histo_v2.1 need any Changes for build 600 and above?
Thanks
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.