trader_adosc

(PECL trader >= 0.2.0)

trader_adoscChaikin A/D Oscillator

說明

trader_adosc(
    array $high,
    array $low,
    array $close,
    array $volume,
    int $fastPeriod = ?,
    int $slowPeriod = ?
): array

參數(shù)

high

高價,浮點數(shù)數(shù)組。

low

低價,浮點數(shù)數(shù)組。

close

收盤價,浮點數(shù)數(shù)組。

volume

成交量,浮點數(shù)數(shù)組。

fastPeriod

Number of period for the fast MA. Valid range from 2 to 100000.

slowPeriod

Number of period for the slow MA. Valid range from 2 to 100000.

返回值

Returns an array with calculated data or false on failure.