Elite indicators :) - page 1299

 
mladen:
You can use a 4 time frame version, but, believe it or not, it is easier to use a simple indicator (and simply have 4 different time frame parameters in the iCustom() call)

mladen

Thank you!

Ray

 

mladen

Do you have the non MTF version of this XO, I would like to use this XO do to its MA flexibility or will the following work:

 

extern string TimeFrame1          = "Current time frame"; //5 minute chart

extern string TimeFrame2          =15;

extern string TimeFrame3          = 30;

extern string TimeFrame4          = 60;

 

timeFrame1         = stringToTimeFrame(TimeFrame1);

timeFrame2         = stringToTimeFrame(TimeFrame2);

timeFrame3         = stringToTimeFrame(TimeFrame3);

timeFrame4        = stringToTimeFrame(TimeFrame4);

 

trend5 = iCustom(NULL,timeFrame1,indicatorFileName,"",BoxPeriod,XOcleanForHA_On,haMaMetod,haMaPeriod,haMaMetod2,haMaPeriod2,4);

trend15 = iCustom(NULL,timeFrame2,indicatorFileName,"",BoxPeriod,XOcleanForHA_On,haMaMetod,haMaPeriod,haMaMetod2,haMaPeriod2,4);

trend30 = iCustom(NULL,timeFrame3,indicatorFileName,"",BoxPeriod,XOcleanForHA_On,haMaMetod,haMaPeriod,haMaMetod2,haMaPeriod2,4);

trend60 = iCustom(NULL,timeFrame4,indicatorFileName,"",BoxPeriod,XOcleanForHA_On,haMaMetod,haMaPeriod,haMaMetod2,haMaPeriod2,4);

                                                               

Thank You


Ray

 
traderduke:

mladen

Do you have the non MTF version of this XO, I would like to use this XO do to its MA flexibility or will the following work:

 

extern string TimeFrame1          = "Current time frame"; //5 minute chart

extern string TimeFrame2          =15;

extern string TimeFrame3          = 30;

extern string TimeFrame4          = 60;

 

timeFrame1         = stringToTimeFrame(TimeFrame1);

timeFrame2         = stringToTimeFrame(TimeFrame2);

timeFrame3         = stringToTimeFrame(TimeFrame3);

timeFrame4        = stringToTimeFrame(TimeFrame4);

 

trend5 = iCustom(NULL,timeFrame1,indicatorFileName,"",BoxPeriod,XOcleanForHA_On,haMaMetod,haMaPeriod,haMaMetod2,haMaPeriod2,4);

trend15 = iCustom(NULL,timeFrame2,indicatorFileName,"",BoxPeriod,XOcleanForHA_On,haMaMetod,haMaPeriod,haMaMetod2,haMaPeriod2,4);

trend30 = iCustom(NULL,timeFrame3,indicatorFileName,"",BoxPeriod,XOcleanForHA_On,haMaMetod,haMaPeriod,haMaMetod2,haMaPeriod2,4);

trend60 = iCustom(NULL,timeFrame4,indicatorFileName,"",BoxPeriod,XOcleanForHA_On,haMaMetod,haMaPeriod,haMaMetod2,haMaPeriod2,4);

                                                               

Thank You


Ray

Ray

Try out the attached version


Files:
 
Добрый день! С последним обновлением терминала перестал работать этот индикатор. Не могли бы вы его починить?)
Заранее спасибо =(─‿‿─)=
 
Konstantin4343:
Добрый день! С последним обновлением терминала перестал работать этот индикатор. Не могли бы вы его починить?)
Заранее спасибо =(─‿‿─)=

Konstantin4343

Try it out now


 
Всё работает, спасибо вам большое
 

Since the Hull variation is not a part of averages indicator (due to its divisor parameter), here s a version of Hull variation that can be double smoothed, has the usual set of filters and prices added to it


Files:
 

Mladen sir,

Is there Jurik Vel indicator with color on Slope option?

Files:
JVel.png  26 kb
 
eda236:

Mladen sir,

Is there Jurik Vel indicator with color on Slope option?

eda236

Check here (velocity is in fact what some are calling jurik vel, much shorter code but that is it) : https://www.mql5.com/en/forum/176430/page15

 

Excellent sir.

It will be much helpful if u could please add with existing ones an option on slope change color. As I wish to do scalping on renko, even a small deviation in this indi's slope will get me many pips hence this request.

Thanks in advance.

Reason: