Elite indicators :) - page 763

 

This is a qqe type indicator that is using velocity instead of Rsi.The indicator is mtf with alerts and arrows on zero cross or signal cross or both.

updated version posted here: https://www.mql5.com/en/forum/general

 

Jurik bollinger bands stops (from this post https://www.mql5.com/en/forum/general ) updated for the new metatrader : jurik_bollinger_bands_stop_mtf_nmc.mq4

 

BB Stops on jurik mtf and alerts. Uses either much faster double smoothed jurik or more conservative but still good regular jurik, which is controlled by the smoothdouble parameter.

Updated version posted here : https://www.mql5.com/en/forum/general

 

Rsx ma (non-repainting) made multi time frame : rsx__ma_-_nrp_mtf.mq4

 

Dear mladen,

would you please be so kind and add interpolation to the rsi-indicator ?

thanks in advance

derfel

 
derfel:
Dear mladen,

would you please be so kind and add interpolation to the rsi-indicator ?

thanks in advance

derfel

derfel

I can not interpolate normally parts that are segmented (like the dotted parts - at the beginning and the and of the segment they are lacking continuation value. and then some segments would be left un-interpolated and some would be interpolated). So in this version decided to make a "mix" : interpolated values of the central value, and un-interpolated values of the "dotted" values

trendrsi_v3.02_mtfalerts_nmc.mq4
 
derfel:
Dear mladen,

would you please be so kind and add interpolation to the rsi-indicator ?

thanks in advance

derfel

And here is the version where the first bar of the new segment is not interpolated (it is the maximum it can be done - that first bar can not be interpolated since it does not have a previous value).

trendrsi_v3.03_mtfalerts_nmc.mq4
 
mladen:
And here is the version where the first bar of the new segment is not interpolated (it is the maximum it can be done - that first bar can not be interpolated since it does not have a previous value).
trendrsi_v3.03_mtfalerts_nmc.mq4

Thanks mladen. That's fine. The dotted parts is not what i'm interested in.

derfel

 

Hello,Mr.mladen and Mr.mrtools.

I have some idea.

Can you make floating levels momentum indicator?

I would like to know the level of momentum.

sorry my poor english...

 
yama728:
Hello,Mr.mladen and Mr.mrtools.

I have some idea.

Can you make floating levels momentum indicator?

I would like to know the level of momentum.

sorry my poor english...

yama728

Here you go : momentum_-_floating_levels.mq4

Added smoothing too. In case when you use smoothing it will look like this :

If you want to have the original momentum (without smoothing) just the the smoothing to <= 1 and then you are going to get this :

Reason: