Page 35 of 68
Re: 4 Time Frame and All TFs Indicators for MT4
Posted: Sat Jan 11, 2020 12:33 am
by kvak
Creation from coder Tankk.
Tied Signals to Arrows ... added SIGNALBAR, but it works on the "current chart period" ...
and since 4 TF are applied immediately = Arrows may disappear before the high candle closes, and the Signal has already triggered ....
therefore, and ideally, SIGNALBAR should be increased by a multiple of the oldest TF: for example: M5-M15-M30-H1 -> SIGNALBAR = 1 + (H1 / M5) = 13.
Re: 4 Time Frame and All TFs Indicators for MT4
Posted: Sat Jan 11, 2020 12:37 am
by ChuChu Rocket
kvak wrote: Sat Jan 11, 2020 12:33 am
Creation from coder Tankk.
Tied Signals to Arrows ... added SIGNALBAR, but it works on the "current chart period" ...
and since 4 TF are applied immediately = Arrows may disappear before the high candle closes, and the Signal has already triggered ....
therefore, and ideally, SIGNALBAR should be increased by a multiple of the oldest TF: for example: M5-M15-M30-H1 -> SIGNALBAR = 1 + (H1 / M5) = 13.
Great stuff mate. Tell Tankk we said thanks for making this

Re: 4 Time Frame and All TFs Indicators
Posted: Sat Jan 11, 2020 9:02 am
by Banzai
mntiwana wrote: Mon May 01, 2017 7:34 am
4 time frame stochastic 2.01 nmc
I modified it to see the H4 trend in the M5 chart.
Also check out "4 time frame stochastic 2.01 nmc.mq4" at:
viewtopic.php?p=1295351989#p1295351989
Re: 4 Time Frame and All TFs Indicators
Posted: Sat Jan 11, 2020 10:03 am
by FLEXI2202
mntiwana wrote: Wed May 10, 2017 10:14 pm
CCI heatmap
Hello
a very big thank you for this indicator
but how to make the color red below -100 and green above 100
thanks for the help
Re: 4 Time Frame and All TFs Indicators for MT4
Posted: Sat Feb 08, 2020 8:01 pm
by Banzai
I was able to combine these standard 6 signals
DeMark
MACD
Momentum
RSI
CCI
Stochastic
into one indicator. It's MTF too.
No alerts. No arrows.
The conditions are:
if DeMark is greater than 0.5, then draw a green dot; level 0.5 is the median
if MACD is greater than zero, then draw a green dot; level 0 is the median
if Momentum crosses up, then draw a green dot
if RSI is greater than 50, then draw a green dot; level 50 is the median
if CCI is greater than zero, then draw a green dot; level 0 is the median
if Stochastic crosses up, then draw a green dot
Suppose you don't want to use RSI, just change the colors to NONE.
Re: 4 Time Frame and All TFs Indicators for MT4
Posted: Sat Feb 08, 2020 10:53 pm
by sakti
kvak wrote: Sat Jan 11, 2020 12:33 am
Creation from coder Tankk.
Tied Signals to Arrows ... added SIGNALBAR, but it works on the "current chart period" ...
and since 4 TF are applied immediately = Arrows may disappear before the high candle closes, and the Signal has already triggered ....
therefore, and ideally, SIGNALBAR should be increased by a multiple of the oldest TF: for example: M5-M15-M30-H1 -> SIGNALBAR = 1 + (H1 / M5) = 13.
Dear kvak,
For 4 TimeFrame MA Smooth OC [MOBIDIK+TT] indicator can you show the setting Parameter ? or same
Thanks
Re: 4 Time Frame and All TFs Indicators for MT4
Posted: Sun Feb 09, 2020 2:27 am
by kvak
sakti wrote: Sat Feb 08, 2020 10:53 pm
Dear kvak,
For 4 TimeFrame MA Smooth OC [MOBIDIK+TT] indicator can you show the setting Parameter ? or same
Thanks
Hi.
All is default, only one change I do, see picture. ....
Re: 4 Time Frame and All TFs Indicators for MT4
Posted: Sun Feb 09, 2020 3:26 am
by Banzai
I was able to remake this Japanese indicator "ikokunomatome.ex4" where it can align these 6 signals:
DeMark
MACD
Momentum
RSI
CCI
Stochastic
This indicator is different from the previous "Standard 6 Signals mtf.mq4"
Re: 4 Time Frame and All TFs Indicators for MT4
Posted: Sun Feb 09, 2020 3:33 am
by Jimmy
Banzai wrote: Sun Feb 09, 2020 3:26 am
I was able to remake this Japanese indicator
"ikokunomatome.ex4" where it can align these 6 signals:
DeMark
MACD
Momentum
RSI
CCI
Stochastic
This indicator is different from the previous
"Standard 6 Signals mtf.mq4"
That's really neat Banzai. Love this setup

Re: 4 Time Frame and All TFs Indicators for MT4
Posted: Thu Feb 20, 2020 9:12 pm
by sasa
All x4 indicators repaints,sometimes very much, especially if we have some bigger changes in current price, so we cant rely on their signals at all. But there is nothing wrong with code, it is because of MTF nature of indicator. MTF indicator from higher TF have candle which is not closed yet. And MTF indicator being refreshed on a shorter TF is including data from a longer TF in its calculation. If you want to quick check that, just open m1 chart and put m1,m5,m15,m30 tf inside indicator for its calculation, and you will see how little squares from left (which represent candles from past) are changing their colors