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

Re: Ichimoku Indicators for MT4

610
funchi wrote: Tue Jan 21, 2025 3:21 pm "Chikou span crossed Kijun-sen" was added.
Please download again.
post1295558072.html#p1295558072
Dear Master Funchi,

First of all, I want to sincerely thank you for selflessly sharing your tools and knowledge with all of us here on the forum. Your contributions have been incredibly helpful and inspiring to many traders, including myself.

I have few requests and suggestions that I hope you might consider, if possible:
Requests
1) Could you please add support for function combinations such as 3,4 and 3,7?
2) I noticed on the M5 chart, when I used parameter 1, it displayed the next timeframe (M15) correctly , but when I used 2, it showed H1 instead of M30. Could you kindly check this behavior?
3) At the moment, I’m unable to resize or drag the subwindows directly on the chart the height can only be adjusted through the input parameters. If possible, could this be made adjustable directly from the chart by dragging?

Enhancement Suggestions
1) It would be great if you could add a custom parameter field in the input menu where we can enter comma separated values (e.g., 3,4 or 1,7,10)
This would allow users to test multiple function combinations more flexibly.
2) Also, if feasible, a multi-pair dashboard or scanner version of this wonderful indicator would be extremely useful for monitoring multiple symbols from one chart.

Once again, thank you for your generosity, time, and continued support for the community. Your work is deeply appreciated.

Best regards
Mazi