Series array identifier used with ArrayCopySeries(), iHighest() and iLowest() functions.
連続配列の識別子は、ArrayCopySeries()、iHighest() および iLowest() 関数で使用します。
It can be any of the following values:
次のいずれかの値を指定できます。
Constant 定数 | Value 値 | Description 説明 |
---|---|---|
MODE_OPEN | 0 | Open price. 始値 |
MODE_LOW | 1 | Low price. 安値 |
MODE_HIGH | 2 | High price. 高値 |
MODE_CLOSE | 3 | Close price. 終値 |
MODE_VOLUME | 4 | Volume, used in iLowest() and iHighest() functions. 出来高、iLowest() および iHighest() 関数で使用します |
MODE_TIME | 5 | Bar open time, used in ArrayCopySeries() function. バーの開始時間、ArrayCopySeries() 関数で使用します |