|
A group of functions intended for access to price data of any available
symbol/period.
利用可能な通貨ペアや期間の価格データへのアクセスを目的とした関数のグループです。
If data (symbol name and/or timeframe differ from the current ones) are
requested from another chart, the situation is possible that the corresponding
chart was not opened in the client terminal and the necessary data must
be requested from the server. In this case, error ERR_HISTORY_WILL_UPDATED (4066 - the requested history data are under
updating) will be placed in the last_error variable, and one will has to re-request (see example of ArrayCopySeries()).
異なるチャートのデータ(通貨ペア名、現在と異なる時間枠)が求められる場合、この状態では、ターミナル クライアントには対応するチャートは開かれておらず、必要なデータをサーバーに要求する必要があります。この時に、エラー ERR_HISTORY_WILL_UPDATED (4066 - 要求された履歴データが更新が必要です)が、last_error 変数に設置されると、再要求をする必要があります(詳細については、ArrayCopySeries() の例を参照してください)。
At the testing, price data of the same symbol but of another timeframe
are modelled exactly, with the exception of volumes. Volumes of another
timeframe are not modelled. Price data of other symbols are not modelled,
either. In all cases, the amount of bars in time series is modelled exactly.
テストでは、同じ通貨ペアで別の時間枠の価格データは、出来高を例外として、正確に形成されます。別の時間枠の出来高は形成できません。同様に、別の通貨ペアの価格データも形成できません。すべての場合で、時系列でバーの総量は、正確に形成されます。
|