DojiSan:
Hello,
Is there a function that counts the number of bars that is being shown on the current chart? Thank you.
Try to use these functions: ChartSetInteger() and ChartGetInteger().
Example
long ChartBarsCount = ChartGetInteger(Chart_ID,CHART_VISIBLE_BARS);
Got it .. thanks
Hello,
Is there a function that counts the number of bars that is being shown on the current chart? Thank you.