int Bars
Number of bars in the current chart.
現在のチャートでのバーの数です。
See also MarketInfo().
参照 MarketInfo()
Sample:
サンプル:
1 2 3 4 5 | int counter=1; for(int i=1; i<=Bars; i++) { Print(Close[i-1]); } |
現在のチャートでのバーの数です。
参照 MarketInfo()
サンプル:
1 2 3 4 5 | int counter=1; for(int i=1; i<=Bars; i++) { Print(Close[i-1]); } |
0 people found this article useful
0 people found this article useful