void SetLevelStyle(int drow_style, int line_width, color clr=CLR_NONE)
The function sets a new style, width and color of horizontal levels of indicator to be output in a separate window.
この関数は新しいスタイルを設定します。別のウィンドウに出力されるインディケータの水平レベルの色を設定します。
Parameters:
パラメータ:
draw_style | – | Drawing style. Can be one of the Drawing shape styles listed. EMPTY value means that the style will not be changed. 描画スタイル。描画する図形スタイルを、一覧のいずれかの値から指定できます。EMPTY 値は、スタイルが変更されない事を意味します。 | line_width | – | Line width. Valid values are 1,2,3,4,5. EMPTY value indicates that the width will not be changed. 線の幅。有効な値は、1,2,3,4,5。EMPTY 値は、幅が変更されない事を意味します。 | clr | – | Line color. Empty value CLR_NONE means that the color will not be changed. 線の色。このパラメータが CLR_NONE の場合は、色が変更されない事を意味します。 |
|
Sample:
サンプル:
| //---- show levels as thick red lines SetLevelStyle(STYLE_SOLID,2,Red) |
0 people found this article useful
0 people found this article useful