配列の指標バッファ割り当て【SetIndexBuffer】

bool SetIndexBuffer(int index, double array[ ])

 

Binds the array variable declared at a global level to the custom indicator pre-defined buffer. The amount of buffers needed to calculate the indicator is set with the IndicatorBuffers() function and cannot exceed 8. If it succeeds, TRUE will be returned, otherwise, it will be FALSE. To get the extended information about the error, one has to call the GetLastError() function.

カスタム インディケータの定義済みバッファを、グローバル レベルで宣言された配列変数に結合します。インディケータを計算するために、必要なバッファの容量は IndicatorBuffers() 関数で設定され、8 を超えることはできません。もし、結合が成功した場合は、TRUE が返され、そうでない場合は、FALSE になります。拡張エラー情報を取得するには、GetLastError() 関数を呼び出して取得します。

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