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?
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!