Adaptive lookback indicators - page 12

 

Dear Mladen,

iPolyCycle.mq4 (10.7 KB, 36 views)

Does it repaint?

Thank you very much for all you have done for the community. Kudos.!

Edit: Just saw that it is drawing the line very late. so thx again

 
mrtools:
Hi Flytox, Added the alb, also added upper band deviation and lower band deviation, if you prefer the regular way can just leave them both at 3.Picture is H4 alb abands on H1 chart!

Thanks a lot Mr mrtools.

 

It could create "Phase accumulation con FTLM BBMacd", .. (if the price> 6)?

It could create "Phase accumulation con FTLM BBMacd", .. (if the price> 6)?

Thank s

 

yuhu,

iPolyCycle is, in case when analytic signal and phase shift are calculated, shifted by HilbertWidth (7 in the case of iPolyCycle) bars since it is the lag of those calculations. It is the way it was calculated in the original too so I decided to keep it that way

So, in a way, a sort of centering is done to those values. Apart from centering as a way to compensate lag, there is no repainting

regards

Mladen

yuhu:
Dear Mladen,

iPolyCycle.mq4 (10.7 KB, 36 views)

Does it repaint?

Thank you very much for all you have done for the community. Kudos.!

Edit: Just saw that it is drawing the line very late. so thx again
 

Thank you again Mladen

Take care

 

"Fourier_Extrapolation_of_Indicator Color_CCI_T3"

SIMBA

The indicator "Fourier_Extrapolation_of_Indicator Color_CCI_T3_dot.mq4" is not equal to what exists in the picture? could you put the indicator in the picture?

Thanks.

 
 

FF of CCi T3

"Fourier Extrapolation of CCI_T3 (ITC 14) seems to forward to" Fourier Extrapolation of RSI (RSI 14), could you explain ...

Thanks

"Fourier Extrapolacion of CCI_T3"(CCI 14) parece que adelanta a "Fourier Extrapolacion of RSI" (RSI 14) , podrias explicarme...

Gracias

 
mladen:
yuhu,

iPolyCycle is, in case when analytic signal and phase shift are calculated, shifted by HilbertWidth (7 in the case of iPolyCycle) bars since it is the lag of those calculations. It is the way it was calculated in the original too so I decided to keep it that way

Mladen, Can you make a version where analytic signal and phase shift are not lagged by HilbertWidth?

I mean you could replace the -HilbertWidth with 0,

case 2 :

addName = "Analytic signal"; IndicatorDigits(6);

IndicatorDigits(6);

SetIndexStyle(0,DRAW_LINE,STYLE_SOLID); SetIndexShift(0,-HilbertWidth);

SetIndexStyle(1,DRAW_LINE,STYLE_SOLID); SetIndexShift(1,-HilbertWidth);

break;

but that wouldn't solve it because you'd simply shift it to the right, while it needs to be in the same place but also display values for these 7 bars which happen to be the most important ones. And if this is truly due to the inherent 7 bar lag of the Hilbert Transform, then the question is: which spectral analysis technique doesn't have this lag? EMD, ITD, HVD, ...

 

"New High-New Low Index"

Could someone try to build this indicator "New High-New Low Index".

Thanks

Files: