Make It No Repaint Please! - page 18

 
mladen:
You can not prevent it from changing the current bar if the price changes. That is not repainting

Ok, so there's no way you can add like a 1 bar lag to the code?

If not is it possible for you to add parameters where we can change the colors of the numbers and make the indicator less of a resource hog?

 
Jaquanburton:
Ok, so there's no way you can add like a 1 bar lag to the code? If not is it possible for you to add parameters where we can change the colors of the numbers and make the indicator less of a resource hog?

I never said anything about the part you are talking about now

But please stop talking about current (still opened) bar changes as of repainting : that is not repainting, it never was repainting and it will never be repainting.

all the best

 
mladen:
I never said anything about the part you are talking about now

But please stop talking about currnt bar changes as of repainting : that is not repainting, it never was repainting and it will never be repainting

all the best

Ohhhh ok yeah something similar to when you said this to me

If you want to prevent current bar update, simply change the line that goes like this :

for(shift=limit;shift>=0;shift--)

to this :

for(shift=limit;shift>=1;shift--)

My fault I guess I was a little confused

Thanks.

 
Jaquanburton:
Ohhhh ok yeah something similar to when you said this to me

If you want to prevent current bar update, simply change the line that goes like this :

for(shift=limit;shift>=0;shift--)

to this :

for(shift=limit;shift>=1;shift--)

My fault I guess I was a little confused

Thanks.

Then please,

If you already were provided with a solution, please do apply it to the code you wish to work your way. I am not going to make indicators that are not going to update the current bar. Sorry. That would be repainting

 

I THINK the attached indicator is a repainter, can it be fixed?

 
Jaquanburton:
I THINK the attached indicator is a repainter, can it be fixed?

Yep a repainter this would be a fixed version.

 

How in the name of god could someone make cci repainting?

Man ...

 
sebastianK:
How in the name of god could someone make cci repainting? Man ...

Simply ... by using future values of CCI

 

Should have known it Like in pollans indicators?

 

Can anyone please make this Indi non-repainting ..

Reason: