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 "
Re: Ichimoku Indicators for MT4
610Dear Master Funchi,funchi wrote: Tue Jan 21, 2025 3:21 pm "Chikou span crossed Kijun-sen" was added.
Please download again.
post1295558072.html#p1295558072
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