trader_cci
PHP function
Edit on GitHub ✎
(PECL trader >= 0.2.0)
Commodity Channel Index
Description
trader_cci(array $high, array $low, array $close, [int $timePeriod]): array
Parameters
highHigh
lowLow
closeClose
timePeriodPeriod
Return Values
Returns an array with calculated data or false on failure.