Page 20 of 51

Re: Ichimoku Indicators for MT4

Posted: Mon May 11, 2020 8:13 am
by Vere
mrtools wrote: Sun May 10, 2020 11:56 am No would say the lower tf would be faster.
ok thx mrtools,
still trying to get used to the mtf mode

THX,
vere

Re: Ichimoku Indicators for MT4

Posted: Mon May 18, 2020 1:54 am
by Sutatong
Hi admin, is it ok if I shared a youtube channel about Ichimoku? I think this guy is very good explaining it.

Re: Ichimoku Indicators for MT4

Posted: Mon May 18, 2020 2:40 am
by Jimmy
Sutatong wrote: Mon May 18, 2020 1:54 am Hi admin, is it ok if I shared a youtube channel about Ichimoku? I think this guy is very good explaining it.
Sure, post the video up!

Re: Ichimoku Indicators for MT4

Posted: Mon May 18, 2020 3:00 am
by Sutatong
Jimmy wrote: Mon May 18, 2020 2:40 am

Sure, post the video up!
Thank you, Jimmy.
Guys, to understand more about Ichimoku Kinko Hyo please start from here. You can explore the channel. I found this channel last week. Let's learn along.


Re: Ichimoku Indicators for MT4

Posted: Tue May 19, 2020 5:05 am
by aguiyi
aguiyi wrote: Fri Apr 24, 2020 8:59 pm

something similar to this but i want it applied to candle close, i dont have the editable file
coders in the house please assist with correcting this indicator.

when compiled on metatrader platform it shows 8 errors.

i will be glad if the signal would be based on price close only

Re: Ichimoku Indicators for MT4

Posted: Tue May 19, 2020 5:06 am
by aguiyi
Jagg wrote: Sat Apr 25, 2020 4:27 am

is it that one :think:
this seems like the source code but it wouldnt attach to my chart

Re: Ichimoku Indicators for MT4

Posted: Wed May 27, 2020 5:05 am
by Scata
borgesr wrote: Thu Mar 23, 2017 2:24 am Hi Mrtools,
See the buffers

int init()
{
IndicatorBuffers(8);
SetIndexBuffer(0,UpH); SetIndexStyle(0,DRAW_HISTOGRAM); SetIndexLabel(0, "UpH");
SetIndexBuffer(1,DnH); SetIndexStyle(1,DRAW_HISTOGRAM); SetIndexLabel(1, "DnH");
SetIndexBuffer(2,NuH); SetIndexStyle(2,DRAW_HISTOGRAM); SetIndexLabel(2, "NuH");
SetIndexBuffer(3,SpanA_Buffer); SetIndexStyle(3,DRAW_NONE); SetIndexLabel(3, "SpanA");
SetIndexBuffer(4,SpanB_Buffer); SetIndexStyle(4,DRAW_NONE); SetIndexLabel(4, "SpanB");
SetIndexBuffer(5,Tenkan_Buffer); SetIndexStyle(5,DRAW_NONE); SetIndexLabel(5, "Tenkan");
SetIndexBuffer(6,Kijun_Buffer); SetIndexStyle(6,DRAW_NONE); SetIndexLabel(6, "Kijun");
SetIndexBuffer(7,trend); SetIndexStyle(7,DRAW_NONE); SetIndexLabel(7, "trend");

The following indicator is attached.

Thank you,
Rogério

I ask a kindness ... for this specific indicator is it possible to have arrow lines in place? (Cod 233-234).
Thank you in advance if it were possible

Re: Ichimoku Indicators for MT4

Posted: Wed May 27, 2020 7:22 am
by mrtools
Scata wrote: Wed May 27, 2020 5:05 am


I ask a kindness ... for this specific indicator is it possible to have arrow lines in place? (Cod 233-234).
Thank you in advance if it were possible
Possibly but would need to see the complete indicator code.

Re: Ichimoku Indicators for MT4

Posted: Tue Jul 07, 2020 12:32 am
by Banzai

Re: Ichimoku Indicators for MT4

Posted: Thu Aug 06, 2020 5:47 am
by talaate
Dear mrtools
would you please add alerts when Senko SpanA (Blue line) cross Senko SpanB (Red line) to up
and
When Senko SpanB (Red line) cross Senko SpanA (Blue line) to down

Thanks The indicator was downloaded long time ago from the old TSD