"Repainting" Indicators

 

I see a number of threads started that ask if an indicator repaints. Could one of the talented programmers let us know what to look for in the code to identify a repainting indicator? That way we could see for ourselves.

For example, this statement seems to increment the variable positively:

for (i=0+Fr.Period; i <= limit+Fr.Period; i++)

If the "i++" were "i--" would that be the telltale sign?

Thanks!

 

i++ repaints

Dave

 
 

Perfect

thanks fellas!

Reason: