
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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?
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
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 bestOhhhh 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.
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?
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 ...
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 ..