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:
パラメータ:
level - Level index (0-31).
レベル インデックス(0-31)
value - Value for the given indicator level.
特定のインディケータのためのレベル値。
Sample:
サンプル:
SetLevelValue(1,3.14);
|