Elite indicators :) - page 875

 

Heiken ashi of averages - histo and Heiken ashi of averages & mtf 2 both from here: https://www.mql5.com/en/forum/general updated to be compatible with new mt4 builds, and both upgraded to now include 20 different averages. Average types now include:

extern string __0 = "SMA";

extern string __1 = "EMA";

extern string __2 = "Double smoothed EMA";

extern string __3 = "Double EMA (DEMA)";

extern string __4 = "Triple EMA (TEMA)";

extern string __5 = "Smoothed MA";

extern string __6 = "Linear weighted MA";

extern string __7 = "Parabolic weighted MA";

extern string __8 = "Alexander MA";

extern string __9 = "Volume weghted MA";

extern string __10 = "Hull MA";

extern string __11 = "Triangular MA";

extern string __12 = "Sine weighted MA";

extern string __13 = "Linear regression";

extern string __14 = "IE/2";

extern string __15 = "NonLag MA";

extern string __16 = "Zero lag EMA";

extern string __17 = "Leader EMA";

extern string __18 = "Super smoother";

extern string __19 = "Smoother";

 
mrtools:
Here's an Rvi on jurik with mtf and alerts, also a channel version which needs the rvi on jurik in indicators folder for it to work. Had to eliminate the signal couldn't figure out any other way to do this, due to 8 buffer limit!!

Upgraded RVI on jurik channel : rvi_on__jurik_channel_mtf_alerts_nmc.mq4

It needs RVI on jurik too in order to work (this one) : rvi_on_jurik.mq4

 

Regularized momentum with some additions : regularized__momentum_histo_mtf_nmc_2.mq4

 
mladen:
Ray When there are 3 moving averages the trend can not be just -1 or 1 (there can be 6 states). Otherwise you can simply use 2 moving averages (the fastest and the slowest 0 that will in 99% of cases be the "main" trend)

mladen

OK, would appreciate the 2 ma.

Thank you

 
traderduke:
mladen

OK, would appreciate the 2 ma.

Thank you

traderduke

Did you try some of the ma crosses indicators?

 
mladen:
traderduke Did you try some of the ma crosses indicators?

yes, your correct. Now that I can only due a 2 ma I sure there are plenty out their.

Thanks for your time

Ray

 

Traders Dynamic Cb ssa norm Index (with alerts and arrows) with a correction for one type of arrows (position is corrected) : traders_dynamic_cb_ssa_norm_index_alertsarrows_nmc_1.02.mq4

 
mladen:
Velocity using super smoother for additional smoothing (and some extras) : velocity_2.01__mtf_amp_alerts_nmc.mq4

Velocity 2 that can use 20 types of averages for smoothing (instead of using only super smoother) : velocity_2.02_averages__mtf_amp_alerts_nmc.mq4. It is already a multi time frame version with alerts

 

Hi All,

I am looking (have searched without success), for a simple indicator which will draw a vertical line on the current bar across all

indicator windows and the price chart. The line keeps moving with each new bar.

Would like to be able to set style, color and width of line.

Mladen, do you already having something like this? Or put one together for us?

Thanks for all the previous assistance, my Elite membership worthit

 
deensta:
Hi All,

I am looking (have searched without success), for a simple indicator which will draw a vertical line on the current bar across all

indicator windows and the price chart. The line keeps moving with each new bar.

Would like to be able to set style, color and width of line.

Mladen, do you already having something like this? Or put one together for us?

Thanks for all the previous assistance, my Elite membership worthit

deensta

You can use this one : vertical_line_at_current_bar.mq4

Reason: