コメントの画面表示【Comment】

void Comment( …)

 

The function outputs the comment defined by the user in the left top corner of the chart. Parameters can be of any type. Amount of passed parameters cannot exceed 64.

この関数は、ユーザーが定義したコメントをチャートの左上に出力します。パラメータは、任意の型を使用できます。渡されたパラメータの量は、64個を超えることはできません。

Arrays cannot be passed to the Comment() function. Arrays should be output elementwise.

配列は Comment() 関数に渡すことはできません。配列では、要素を出力する必要があります。

Data of double type output with 4 digits after the decimal point. To output with more precision, use the DoubleToStr() function.

double 型のデータは、小数点第4位まで出力されます。もっと高い精度で出力するなら、DoubleToStr() 関数を使用します。

Data of bool, datetime and color types will be output as their numeric presentation.

bool、datetime、color 型のデータは、数字表記で出力されます。

To output values of datetime type as strings, convert them with the TimeToStr() function.

datetime 型の値を文字列変換して出力するには、TimeToStr() 関数を使います。

See also Alert() and Print() functions.

参照 Alert()Print() 関数。

Parameters:

パラメータ:

 

Sample:

サンプル:

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">