void SetLevelValue(int level, double value)
The function sets a value for a given horizontal level of the indicator to be output in a separate window.
この関数は、別ウィンドウに出力するインディケータの特定の水平レベルの値を設定します。
Parameters:
パラメータ:
1 2 3 4 5 | <b>level</b> - Level index (0-31). レベル インデックス(0-31) <b>value</b> - Value for the given indicator level. 特定のインディケータのためのレベル値。 |
Sample:
サンプル:
1 | SetLevelValue(1,3.14); |