
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
haDelta - mtf from here: https://www.mql5.com/en/forum/173574/page243 updated to be compatible with new mt4 builds.
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
Keltner Channels_v1_mtf+alerts from here: https://www.mql5.com/en/forum/173574/page237 updated to be new mt4 compatible.
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!
Exciter135Here 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
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 628Not important warning.
Good night, someone could make the attached indicator to mtf?, Thanks.
volatility.mq4
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 628Made them mtf and shouldn't have any warnings now.
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)