Elite indicators :) - page 754

 
mrtools:
Adaptive T3 Rsi histo from here: https://www.mql5.com/en/forum/general updated to be compatible with new mt4 builds.

MrTools, could you please post the original (non-histo), two-color Adaptive T3 Rsi?

Thanks in advance!

EDIT: OK, I just found it: https://www.mql5.com/en/forum/general and added nmc

 

Adx trend (version with alert, arrows and multi time frame) without compiler errors : adx_trend_amp_alerts_and_arrows_nmc.mq4

 

This is a sort of Hull moving average. But instead of using only lwma for calculation, this one can use any of the 20 types of averages (including hull moving average) to calculate values. Some are producing very interesting results. Also, this version is already a version with multi time frame and alerts included

hull_moving_average_of_averages.mq4

 

TM smoothed Rsi from here: https://www.mql5.com/en/forum/general updated to be compatible with new mt4 builds.

Files:
 

Tim Morris smoothed rsi ...

You probably did not find it because it was Tim Morris smoothed RSX (not rsi), and it can be fund on this thread, but decided to add options to it so that it can cover our usual types of rsi, so, depending on RsiMethod it can be :
0 - rsi

1 - Wilders rsi

2 - rsx (default settings)

3 - Cuttler's rsi

PS: multi time frame and alerts included

ValeoFX:
Hi Mladen, do we have an MTF version of the Tim Morris Smoothed nrp RSi by any chance? I cannot find it on the Thread, but maybe you have a copy still?

Would appreciate having a copy.

Thanks in advance.

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

Files:
 

Smoothed Adx trend (version with alert, arrows and multi time frame) without compiler errors : adx_trend_smoothed_amp_alerts_and_arrows_nmc.mq4

 
forexblasters:
Hi Mladen, Is it possible to make a histo version of this nice indicator + arrows and alerts?

https://c.mql5.com/forextsd/forum/136/hull_moving_average_of_averages.mq4

Thanks in advance,

Forexblasters

Hi Forexblasters, made the histo version.

 

Hi Mladen, Is it possible to make a histo version nrp nmc of this nice indicator + arrows and alerts + shift function on it?

https://c.mql5.com/forextsd/forum/136/hull_moving_average_of_averages.mq4

Thanks in advance,

Forexblasters

 
mladen:
Auto trend channel (from this post https://www.mql5.com/en/forum/general ) with angle of the channel display cleaned up for new mql : autotrendchannel_nmc.mq4

This indicator, originally written by ANG a long time ago, is quite interesting. Unfortunately, the start point of the lines doesn't change in time, so the length of the lines increases instead of remaining constant. Maybe, changing the way in which the lines are coded, from objects to buffers, would help?

 
wojtek.paul:
This indicator, originally written by ANG a long time ago, is quite interesting. Unfortunately, the start point of the lines doesn't change in time, so the length of the lines increases instead of remaining constant. Maybe, changing the way in which the lines are coded, from objects to buffers, would help?

wojtek.paul

Here is a version in which you can specify the number of bars it should calculate. If the bars_num is <= 0 it works as before. If you set the bars number to any positive value, then it works as you described : autotrendchannel_1.01_nmc.mq4

Reason: