Re: Ichimoku Indicators for MT4

603
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
"Key of SUCCESS is BLINDLY BELIVE your SYSTEM "

Re: Ichimoku Indicators for MT4

604
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.
These users thanked the author mrtools for the post (total 2):
alpha24, Krunal Gajjar


Re: Ichimoku Indicators for MT4

608
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
These users thanked the author mrtools for the post:
alpha24