跳至内容

Bars

条形图

当前图表中的条形数量。

示例:

int counter=1;
  for(int i=1; i<=Bars; i++)
    {
     Print(Close[i-1]);
    }

另请参阅

函数条形图, iBars

最后更新于