Adaptive lookback indicators - page 35

 
sperazza:
Hi mladen & mrtools,

Is it possible to make this schaff indicator adaptive?

schaff.mq4

Thanks,

sperazza

Hi Sperazza,

Sorry somehow missed your post, here's the pa adaptive schaff, seems best settings found so far is leaving the cycles as is and change the stc period, but theres so many possibilities.

Files:
 

alb QQE2 advanced_alerts+arrows

I've ran several forward tests with this indicator on six different pairs.

Occasionally an arrow on a closed candle will move.

Is this to be expected.

The TimeFrame property is set to current.

Thank you for your help.

 
michaelB:
I've ran several forward tests with this indicator on six different pairs.

Occasionally an arrow on a closed candle will move.

Is this to be expected.

The TimeFrame property is set to current.

Thank you for your help.

Hi MichaelB,

Surely not to be expected, been going over the code can't find what could be causing the problem, if Mladen gets a chance will see if he minds checking it out, he will find it more times than not.

 

alb Stochastic MTF with smoothing ?

mladen:
And addition (modification) to the original adaptive lookback way of determining periods : the "original way" lacks a way to manage the "speed of change" (it always looks for fastest way to react on volatile market) and it makes it self-similar for any swing count value.

________________________________

These versions correct that inability of change : with the speedparameter one can modify the desired speed of change. It works in an obvious way : values for speedless than 1 are "slowing" the indicator down, values greater than 1 are "speeding" them up. As an example, on the picture are compared alb stochastic with 3 different "speeds" :
1. sub-window -> speed 1

2. sub-window -> speed 2

3. sub-window -> speed 0.5

Hi mladen,

I extended your alb Stochastic with MTF capabilities but I didn't succeed to add smoothing.

Could you implement that ?

 

Boxter

Here you go

Boxter:
Hi mladen,

I extended your alb Stochastic with MTF capabilities but I didn't succeed to add smoothing.

Could you implement that ?
 

This is a phase accumulation adaptive super smoother indicator.

Since super smoother can be calculated with fractional periods it makes it a very good "candidate" for adapting and since phase accumulation is a very good way to detect cycles and trends in market, putting the two together seemed logical. This is the result of that

 

Alb(adaptive look back) Mogalef Bands & Projection originally from here https://www.mql5.com/en/forum/179723/page17 made compatible with new mt4 builds.

 

alb QQE2.01 advanced_alerts+arrows from here https://www.mql5.com/en/forum/179723/page24 was modified to be compatible with new mt4 builds.

 

Pa adaptive wpr on qqe originally from here https://www.mql5.com/en/forum/179723/page21 made compatible with new mt4 builds.

 

pa wprsmooth+ma_w_histo_mtf+alerts originally from here https://www.mql5.com/en/forum/179723/page19 made compatible with new mt4 builds.

Reason: