Re: Does this indicator repaint?

317
Each time you see the code like this:

Code: Select all

       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))+0.5*Fish1;
you can be sure that it's the 8976th edition of solar wind (repainting fisher)...

Re: Does this indicator repaint?

318
wojtek wrote: Sun Mar 10, 2019 9:16 am Each time you see the code like this:

Code: Select all

       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))+0.5*Fish1;
you can be sure that it's the 8976th edition of solar wind (repainting fisher)...
Thanks soo much very apreciated help-


Who is online

Users browsing this forum: Abdi, ChatGPT [Bot], IBM oBot [Bot], Jimmy, Majestic-12 [Bot], moey_dw, thomdel and 108 guests