Still "IndicatorCounted()", about recounted. - page 2

 

vx0532:

So" i = Bars - counted_bars - 1;" is ok when IndicatorCounted() is not -1;

I dont know exactly what would cause IndicatorCounted() to return -1 but it is usually coded to be an error. Perhaps if there are no bars in the chart ....

if( counted_bars < 0 ) return(-1);

 
SDC:

I dont know exactly what would cause IndicatorCounted() to return -1 but it is usually coded to be an error. Perhaps if there are no bars in the chart ....

if( counted_bars < 0 ) return(-1);


Ok, Thanks!
 
IndicatorCounted() returns -1 in an EA/script. No idea if it ever does in a indicator.
Reason: