Elite indicators :) - page 755

 

I checked it on 1M chart, and it works perfectly now. Thanks a lot!

 

Updated Keltner channel (from this post : https://www.mql5.com/en/forum/general ) that is made to display in a separate window : keltner_channels_f1_mtf_sw_nmc.mq4

 
yama728:
Hello mlafden. Please adding on separate window, thanks!

Try this one

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

 

T3 CCI (from this post https://www.mql5.com/en/forum/general ( with an addition of divergence, volatility bands and multi tome frame : t3_cci__divergence_bands_amp_mtf_nmc.mq4

 
Here you go

regards

Mladen

CrustallumKvs:
Hi Mladen

Add MTF

Thanks

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

 

wso & wro_ma_mtf_alerts from here: https://www.mql5.com/en/forum/general updated to be compatible with new mt4 builds.

 

This is wso and wro smoothed with mtf and alerts, coded the alerts for when wro(red) crosses 100 upperlevel and starts to head down for sell and for buy when aqua line crosses from below or equal to 0 lowerlevel and starts crossing back up for buy. The levels can be adjusted for preference. Know there wa a version posted but don't think it was smoothed version.

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

Files:
 

Removed new MT4 build compiler warnings from Regression channel originally from here: https://www.mql5.com/en/forum/general

 

Regression channels (one more )


3 types of channel that can be calculated (calculatingModeparameter):
0 - "simple" channel calculated on close and standard deviations channels

1 - instead of calculating one channel it calculates 2 : of high (with deviations of high added to high channel) and of low (with deviations of low subtracted to get low channel)

2 - close but the deviations are like in for calculatingMode 1

When calculating mode 1, extrapolation can "do" things like this :

Don't worry : it is normal since the "prediction" of high and low channel may differ that much and it is only normal that cases like that can happen. Normal (expected) behavior is like this, but since it is really 2 channels case, I rather like the previous case too

Just as a reminder : degree 1 is linear regression channel (with possible "prediction" in this case) and then it calculates similar as the indicator with similar name made by KimIV. Other than that (degree different than 1) you are leaving the "ground" of linear regression To turn the "prediction" of, set the futureBarsparameter to 0. Maximal number of future bars is internally limited to bars (calculated bars determined by barsparameter).

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

Files:
 

Updated bollinger bands toucher : bollitoucher_2_nmc.mq4

Files:
Reason: