Multi Timeframe Indicators - page 652

 

haDelta - mtf from here: https://www.mql5.com/en/forum/173574/page243 updated to be compatible with new mt4 builds.

Files:
 

haDelta - multi time frame ...

Multi time frame version of haDelta indicator (detailed description can be found here : https://www.mql5.com/en/forum/general )

It is a standalone indicator (does not need any other indicator in order to work)

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

Files:
 

Keltner Channels_v1_mtf+alerts from here: https://www.mql5.com/en/forum/173574/page237 updated to be new mt4 compatible.

 
Exciter135:
Dear coding gurus here,

I am in need of a MTF indicator of the attached one. Do hope you all around here kindly help. Sincerely thanks!

Exciter135

Here you go went ahead and added alerts, wasn't sure how you used them so made the alerts breakout style.

ps)for those who downloaded earlier found problem with the alerts so please redownload the fixed version

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

 

GMMA Lines

GMMA_Long_v1

GMMA_Short_v1Found 1 Warning ; variable 'j' not used. It's IMPORTANT or not ?

Btw (Still) Worked Well and Compitable with MT4 Build 628

 
Tsar:
GMMA Lines

GMMA_Long_v1

GMMA_Short_v1Found 1 Warning ; variable 'j' not used. It's IMPORTANT or not ?

Btw (Still) Worked Well and Compitable with MT4 Build 628

Not important warning.

 

Good night, someone could make the attached indicator to mtf?, Thanks.

volatility.mq4

Files:
 
Tsar:
GMMA Lines

GMMA_Long_v1

GMMA_Short_v1Found 1 Warning ; variable 'j' not used. It's IMPORTANT or not ?

Btw (Still) Worked Well and Compitable with MT4 Build 628

Made them mtf and shouldn't have any warnings now.

 
EPSON12:
Good night, someone could make the attached indicator to mtf?, Thanks. volatility.mq4

Sorry Epson12 that is a decompiled indicator. Would need the original source code to modify it.

 

please i need this indi mtf

Willams %R

study(title="Willams %R", shorttitle="%R")

length = input(14, minval=1)

upper = highest(length)

lower = lowest(length)

out = 100 * (close - upper) / (upper - lower)

plot(out)

band1 = hline(-20)

band0 = hline(-80)

fill(band1, band0)

Reason: