trader_adosc
PHP function
Edit on GitHub ✎
(PECL trader >= 0.2.0)
Chaikin A/D Oscillator
Description
trader_adosc(array $high, array $low, array $close, array $volume, [int $fastPeriod], [int $slowPeriod]): array
Parameters
highHigh
lowLow
closeClose
volumeVolume
fastPeriodPeriod
slowPeriodPeriod
Return Values
Returns an array with calculated data or false on failure.