Search found 4 matches

Re: Wave trend Oscillator

Hi again I tried adding parameters 1 by one as you advised and I also changed PERIOD_CURRENT by 0 and now it seems to work fine iCustom(NULL,0,IndicatorName, 0 ,4,4,1,4,5,2,0,1,0,60,53,-60,-53,4,false,false,false,false,false,false,2,159,159,false,13,i); At least MT4 not freezing anymore and I can st...

Re: Wave trend Oscillator

Thanks for you answer. It works now as I wanted with the correct enums :) This is what I used in your indicator above Buffer Explorer 2 at line 57 if (BufferNumber1>=0) Buffer1 = iCustom(NULL,0,IndicatorName,PERIOD_CURRENT,4,4,1,4,5,2,0,1,0,60,53,-60,-53,4,false,false,false,false,false,false,2,159,1...

Re: Wave trend Oscillator

Hi mladen and all members, This is my first message here :) I am looking for some help with the iCustom for this indicator "Wave trend oscillator 1.5" (I am only starting to learn some MQL4 basic stuff) With the mq4 is easier because I can recompile the code with my settings and this way I...

Return to the advanced search