int iBars(string symbol, int timeframe)
Returns the number of bars on the specified chart.
指定されたチャートのバーの数を返します。
For the current chart, the information about the amount of bars is in the predefined variable named Bars.
現在のチャートで、バーの総量に関する情報は、Bars という名前の定義済み変数にあります。
Parameters:
パラメータ:
|
Sample:
サンプル:
1 | Print("Bar count on the 'EUROUSD' symbol with PERIOD_H1 is",iBars("EUROUSD",PERIOD_H1)); |