Search found 43 matches

Re: Ichimoku Indicators for MT4

Hi Mrtolls and Mladen, Is it possible to add more filters in the Heiken ashi smoothed 3 indicator? Example SMA, // Simple Moving Average EMA, // Exponential Moving Average Wilder, // Wilder Exponential Moving Average LWMA, // Linear Weighted Moving Average SineWMA, // Sine Weighted Moving Average Tr...

Re: Ichimoku Indicators for MT4

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); ...

Re: Ichimoku Indicators for MT4

Hi Mrtools, I'm using default parameters. // Inicio Kumo Breakout TrendKBH = iCustom(NULL,0,"kumo_breakout_histo_v2",0,0,Tenkan,Kijun,Senkou,BreakoutPrice,alertsOn,alertsOnCurrent,alertsMessage,alertsSound,alertsNotify,alertsEmail,verticalLinesVisible,linesOnNewest,verticalLinesID,vertical...

Return to the advanced search