Search found 531 matches

Re: Does this indicator repaint?

moey_dw wrote: Sun May 26, 2019 9:48 pm anyone know if this indi repaints or what is it originally???? looks like something mntiwana post b4......... i think this is copy of???
It looks like a very old indicator (from 2005) called Triggerlines,
very popular some time ego (in pre-Mladen era).
It's available as a source code...

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-Value...

Return to the advanced search