直列配列のコピー【ArrayCopySeries】

int ArrayCopySeries(void array[ ], int series_index, string symbol=NULL, inttimeframe=0)

 

Copies a series array to another one and returns the count of the copied elements.

直列配列を別の配列にコピーし、そして、コピーされた要素の数を返します。

There is no real memory allocation for data array and nothing is copied. When such an array is accessed, the access is redirected. Excluded are arrays that are assigned as indexed ones in custom indicators. In this case, data are really copied.

データ配列のために実際にメモリ割り当てがないと、何もコピーされません。このような配列にアクセスすると、アクセスがリダイレクトされます。カスタム インディケータでインデックス割り当てをした配列は除外され、この場合、データは実際にコピーされます。

If data are copied from another chart with different symbol and/or timeframe, it is possible that the necessary data will lack. In this case, error ERR_HISTORY_WILL_UPDATED (4066 – requested history data under updating) will be placed into the last_error variable, and there will be necessary to retry copying after a certain period of time.

もし、データを、異なる通貨ペアか、時間枠の別チャートからコピーした場合、必要なデータが不足する可能性があります。この場合、エラー ERR_HISTORY_WILL_UPDATED (4066 – 要求された履歴データが更新中です)が、last_error 変数に格納され、ある一定の時間後にコピーを再試行する必要があります。

Note: If series_index is MODE_TIME, the array to be passed to the function must be of the datetime type.

注意:もし、series_index が MODE_TIME である場合、関数に渡される配列は、datetime 型である必要があります。

Parameters:

パラメータ:

array[]
Reference to the destination one-dimensional numeric array.

コピー先の1次元数値配列への参照。

series_index
Series array identifier. It must be one of series array listed identifiers values.

直列配列の識別子。値は直列配列リストにある識別子のいずれかである必要があります。

symbol
Symbol name (the name of the currency pair)

シンボル名(通貨ペアの名前)

timeframe
Timeframe of the chart. It can be any of Timeframe list values.

チャートの時間枠。値は時間枠のいずれかの値をとることができます。

 

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