Trader Functions
PHP Manual

trader_adosc

(PECL trader >= 0.2.0)

trader_adoscChaikin A/D Oscillator

Description

array trader_adosc ( array $high , array $low , array $close , array $volume [, integer $fastPeriod [, integer $slowPeriod ]] )

Warning

This function is currently not documented; only its argument list is available.

Parameters

high

low

close

volume

fastPeriod

slowPeriod

Return Values

Returns an array with calculated data or false on failure.


Trader Functions
PHP Manual