Search found 5 matches

Re: Coding Help

If you are wanting a zerolag dema you already have that in the first loop. for(i=limit; i>=0; i--) { double dema1 = iDema(Close[i],Length,i,Bars,0); double dema2 = iDema(dema1 ,Length,i,Bars,1); val[i] = 2.0*dema1-dema2; } No I want to use it to smooth other variables too, not just price.this code ...

Re: Coding Help

Can someone please tell me why does this problem happen
it's zerolag dema from mladen
when I use iDema in just one loop everything is OK but when I use the iDema in the second loop it also changes the value of val in the first loop .

Re: Coding Help

blonde wrote: Wed Mar 11, 2020 10:15 pm
everything works fine, maybe library (dynamicZone.dll)is not loaded
Yes. That was the problem. Thank you very much

Re: Coding Help

Hi dear mrtools.
could you please send the working version of this indicator I couldn't find it in the website.
it shows nothing.

Return to the advanced search