指標バッファ数の設定【IndicatorBuffers】

void IndicatorBuffers(int count)

 

Allocates memory for buffers used for custom indicator calculations. The amount of buffers cannot exceed 8 or be less than the value given in the indicator_buffers property. If custom indicator requires additional buffers for counting, this function must be used for specifying of the total amount of buffers.

カスタム インディケータの計算に使用するバッファのメモリを割り当てます。バッファの容量は 8 を超えることはできません。また、indicator_buffers プロパティで設定した値より小さくてはなりません。もし、カスタム インディケータに追加のバッファが必要な場合は、この関数を使用してバッファの全体の量を指定する必要があります。

Parameters:

パラメータ:

count
Amount of buffers to be allocated. Should be within the range between indicator_buffers and 8 buffers.

割り当てられるバッファの量。indicator_buffers から 8 バッファの間の範囲内である必要があります。

 

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="">