trader_macdext
PHP function
Edit on GitHub ✎
(PECL trader >= 0.2.0)
MACD with controllable MA type
Description
trader_macdext(array $real, [int $fastPeriod], [int $fastMAType], [int $slowPeriod], [int $slowMAType], [int $signalPeriod], [int $signalMAType]): array
Parameters
realReal
fastPeriodPeriod
fastMATypeType
slowPeriodPeriod
slowMATypeType
signalPeriodPeriod
signalMATypeType
Return Values
Returns an array with calculated data or false on failure.