Page 46 of 68
Re: 4 Time Frame and All TFs Indicators for MT4
Posted: Thu Jul 22, 2021 2:36 am
by mrtools
Will get to it later this afternoon.
Re: 4 Time Frame and All TFs Indicators for MT4
Posted: Thu Jul 22, 2021 7:10 am
by mrtools
Re: 4 Time Frame and All TFs Indicators for MT4
Posted: Thu Jul 22, 2021 9:48 am
by 太虚一毫
mrtools wrote: Thu Jul 22, 2021 7:10 amTry.
The perfect version! Boundless merit!
Re: 4 Time Frame and All TFs Indicators for MT4
Posted: Sun Aug 15, 2021 10:58 pm
by ujtrader
do we have 4 time frame halftrend?
Re: 4 Time Frame and All TFs Indicators for MT4
Posted: Tue Aug 24, 2021 10:21 pm
by 太虚一毫
ujtrader wrote: Sun Aug 15, 2021 10:58 pm
do we have 4 time frame halftrend?
Master Mladen once said: The HalfTrend version that does not really redraw is half-trend nrp. But the master has not released the source code. The master also said in this forum: The HalfTrend code must be completely rewritten to avoid redrawing. Therefore, there will be no 4TF version for the time being.
Re: 4 Time Frame and All TFs Indicators
Posted: Mon Sep 06, 2021 8:51 pm
by Jozo
Banzai wrote: Mon Jun 08, 2020 10:36 am
I modified it a little bit so we can choose any WingDings Font.
Hello Banzai, MrTools, Mtiwana and other coders. Could you update this indicator so that when it generates an alert and arrow, it is associated with a time frame? Currently alerts are not being on what chart time frame it is being generated. Thank you for your assistance.
Re: 4 Time Frame and All TFs Indicators for MT4
Posted: Wed Sep 08, 2021 4:54 am
by Banzai
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
ikokunomatome.ex4
(13.62 KiB) Downloaded 378 times
ikokunomatome mtf.mq4
(15.78 KiB) Downloaded 520 times
ikokunomatome ahtf
ahtf =
auto higher time frame
so if you're in M15 chart, the indicator will display M30 chart automatically.
-------------------------------------------------------------------------------------
Also check out Stoch (4,3,1). It is very close to ZeroLag Stoch (5,3,3).
Re: 4 Time Frame and All TFs Indicators for MT4
Posted: Wed Sep 15, 2021 7:56 pm
by 太虚一毫
mrtools wrote: Thu Jul 22, 2021 7:10 amTry.
Sidus v3.01 alerts mtf.mq4 indicator line 185 Code Comment("pipdiffCurrent = "+ (string)diff +" ")
pipdiffCurrent seems useless. Instead, it will take up space in the upper left corner of the main chart.
Can this line be deleted?
Re: 4 Time Frame and All TFs Indicators for MT4
Posted: Thu Sep 16, 2021 4:12 am
by mrtools
太虚一毫 wrote: Wed Sep 15, 2021 7:56 pm
Sidus v3.01 alerts mtf.mq4 indicator line 185 Code Comment("pipdiffCurrent = "+ (string)diff +" ")
pipdiffCurrent seems useless. Instead, it will take up space in the upper left corner of the main chart.
Can this line be deleted?
Yes it can simply comment it out by putting // in front of it, or just delete it.
Re: 4 Time Frame and All TFs Indicators for MT4
Posted: Thu Sep 16, 2021 6:24 pm
by Borshchov A.N.
Banzai wrote: Wed Sep 08, 2021 4:54 am
ikokunomatome ahtf
ahtf =
auto higher time frame
so if you're in M15 chart, the indicator will display M30 chart automatically.
-------------------------------------------------------------------------------------
Also check out Stoch (4,3,1). It is very close to ZeroLag Stoch (5,3,3).
very interesting. if mtf is not used, then after the candle closes it does not change the value. could you please add arrows and alert when all indicators point in the same direction. Thanks.