Re: Ichimoku Indicators for MT4

197
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


Who is online

Users browsing this forum: Banzai, Bing [Bot], ssscary and 70 guests