Search found 1120 matches

Re: Does this indicator repaint?

Each time you see the code like this: if(MaxH-MinL == 0) Value = 0.33*2*(0-0.5) + 0.67*Value1; else Value = 0.33*2*((price-MaxH)/(MinL-MaxH)-0.5) + 0.67*Value1; Value=MathMin(MathMax(Value,-0.999),0.999); if(1-Value == 0) ExtBuffer0[i]=0.5+0.5*Fish1; else ExtBuffer0[i]=0.5*MathLog((1+Value)/(1-Valu...

Re: Does this indicator repaint?

pacois wrote: Sun Mar 10, 2019 7:30 am

I use the mt4 strategy tester, sometimes a lot of disordered arrows are formed, then when you update the indicator, they return perfectly in their place.
Is this the case? I see arrow appears when an ocilator pass 0 level. Soo when candle close the arrow stay there.

Return to the advanced search