Quote:
Originally Posted by ralph.ronnquist
Shouldn't the limit be set by:
PHP Code:
int limit = Bars - IndicatorCounted() - 1;
because there's not really any need to recompute the past values, is there?
|
Thank you Ralph!

That did the trick. Sometimes it stares you in the face and you just can't get it.
Thanks again,
Wolfe