Played with Ichimoku better for catching big trends.
Pls note- it repaints but not a big issue.
Re: Ichimoku Indicators for MT4
602Donchian channel middle (Close and High/Low).
Blue, red, green - this is a stop*
Red, blue, green - good luck.
Blue, red, green - this is a stop*
Red, blue, green - good luck.

Re: Ichimoku Indicators for MT4
603Dear Mrtools/kvak
I am sharing idea about ichimoku indicator that could you make tenkan kijun both shift and work as span A and Span B and span A and B works as (two line of ) Tenkan and kijun? chikou span no issue either keep it as it is or remove.
thank you
I am sharing idea about ichimoku indicator that could you make tenkan kijun both shift and work as span A and Span B and span A and B works as (two line of ) Tenkan and kijun? chikou span no issue either keep it as it is or remove.
thank you
"Key of SUCCESS is BLINDLY BELIVE your SYSTEM "
Re: Ichimoku Indicators for MT4
604Added the extra shifts.alpha24 wrote: Sun Sep 14, 2025 6:12 pm Dear Mrtools/kvak
I am sharing idea about ichimoku indicator that could you make tenkan kijun both shift and work as span A and Span B and span A and B works as (two line of ) Tenkan and kijun? chikou span no issue either keep it as it is or remove.
thank you
- These users thanked the author mrtools for the post (total 2):
- alpha24, Krunal Gajjar
Re: Ichimoku Indicators for MT4
605Thank you dear sir,
some thing misunderstanding there,
1. Kijun and tenkan should became kumo cloud (shifted 26 bars)
2. Span A and B should behave like Kijun and tenkan (No shift)
calculations will remain same.
some thing misunderstanding there,
1. Kijun and tenkan should became kumo cloud (shifted 26 bars)
2. Span A and B should behave like Kijun and tenkan (No shift)
calculations will remain same.
"Key of SUCCESS is BLINDLY BELIVE your SYSTEM "
Re: Ichimoku Indicators for MT4
606Something like a kijun and tenkan cloud?alpha24 wrote: Mon Sep 15, 2025 1:32 am Thank you dear sir,
some thing misunderstanding there,
1. Kijun and tenkan should became kumo cloud (shifted 26 bars)
2. Span A and B should behave like Kijun and tenkan (No shift)
calculations will remain same.
Re: Ichimoku Indicators for MT4
607yes
cloud of kijun and tenkan
and span A and B will take place of kijun tenkan.
cloud of kijun and tenkan
and span A and B will take place of kijun tenkan.
"Key of SUCCESS is BLINDLY BELIVE your SYSTEM "
Re: Ichimoku Indicators for MT4
608Think that is pretty much what we have already!alpha24 wrote: Mon Sep 15, 2025 1:46 am yes
cloud of kijun and tenkan
and span A and B will take place of kijun tenkan.
Code: Select all
spA[i] = (ks[i]+ts[i])*0.5;
spA2[i] = (ks[i]+ts[i])*0.5;
spB[i] = (glo.shi+glo.slo)*0.5;
spB2[i] = (glo.shi+glo.slo)*0.5;
ts = Tenkan sen
shi = Senkan high
slo = Senkan low
Re: Ichimoku Indicators for MT4
609yes its done
here is default
and shifted
here is default
and shifted
"Key of SUCCESS is BLINDLY BELIVE your SYSTEM "