Page 61 of 61

Re: Ichimoku Indicators for MT4

Posted: Sun Aug 10, 2025 4:03 am
by alpha24
Played with Ichimoku better for catching big trends.

Pls note- it repaints but not a big issue.

Re: Ichimoku Indicators for MT4

Posted: Sun Aug 10, 2025 11:54 pm
by andrei-1
Donchian channel middle (Close and High/Low).
Blue, red, green - this is a stop*
Red, blue, green - good luck. :eh:

Re: Ichimoku Indicators for MT4

Posted: Sun Sep 14, 2025 6:12 pm
by alpha24
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

Re: Ichimoku Indicators for MT4

Posted: Sun Sep 14, 2025 11:53 pm
by mrtools
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
Added the extra shifts.

Re: Ichimoku Indicators for MT4

Posted: Mon Sep 15, 2025 1:32 am
by alpha24
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

Posted: Mon Sep 15, 2025 1:44 am
by mrtools
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.
Something like a kijun and tenkan cloud?

Re: Ichimoku Indicators for MT4

Posted: Mon Sep 15, 2025 1:46 am
by alpha24
yes
cloud of kijun and tenkan
and span A and B will take place of kijun tenkan.

Re: Ichimoku Indicators for MT4

Posted: Mon Sep 15, 2025 5:47 am
by mrtools
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.
Think that is pretty much what we have already!

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; 
ks = Kijun sen
ts = Tenkan sen
shi = Senkan high
slo = Senkan low

Re: Ichimoku Indicators for MT4

Posted: Mon Sep 15, 2025 8:16 am
by alpha24
yes its done
here is default
and shifted