Search found 18 matches

ArraySetAsSeries function

Hi, Mladen For the ArraySetAsSeries function, it only change the indexing direction or element s also follow the index to change the position? Like: double array1[]; // index 0,1,2,3,4 // values A,B,C,D,E ArraySetAsSeries(array1,true); //index 4,3,2,1,0 //how about values? E,D,C,B,A or still still s...

Re: Coding Help

Hi, mladen May I check with you about the array indexing direction of user defined function, from the indicator StepMA pdf nmc 3.1416 + arrows.mq4, there is iStepMa user defined function with 2 dimensional array workStep[r][_smax], workStep[r][_smin], May I know if the array workStep indexing is tim...

Re: Coding Help

mladen wrote: Mon Jun 12, 2017 1:57 am That is one of the very old versions that had that issue
After that we started to realize how non repainting code should be done
Hi, mladen
Thanks for great help!
Have a nice day!

Re: Coding Help

GERVASE Use some of the new stepMA indicators - for multiple reasons, one being that the new versions (of all step things) are not repainting Hi, mladen. Thanks a lot! I will check the new stepMA, there are so many versions. Which I confuse for the above code is that the smax1 & smin1 value, wh...

Re: Coding Help

Dear code experts: I saw the StepMA_v1.mq4 code, but i have concern about the the variable smin0,smax0,smin1,smax1, so the smax1 & smin1 are the previous bar value of smax0&smin0? and this code work? for my understanding, should write the code like: smin[shift], smin[shift+1]. Thanks! int st...

Re: Step Indicators for MT4

Dear code experts: I saw the StepMA_v1.mq4 code, but i have concern about the the variable smin0,smax0,smin1,smax1, so the smax1 & smin1 are the previous bar value of smax0&smin0? and this code work? for my understanding, should write the code like: smin[shift], smin[shift+1]. Thanks! int st...

Return to the advanced search