php8.5
Home/ Manual/ trader / functions/ trader_adx

trader_adx

PHP function Edit on GitHub ✎

(PECL trader >= 0.2.0)

Average Directional Movement Index

Description

trader_adx(array $high, array $low, array $close, [int $timePeriod]): array

Parameters

high

High

low

Low

close

Close

timePeriod

Period

Return Values

Returns an array with calculated data or false on failure.

Source: reference/trader/functions/trader-adx.xml · from the official PHP manual (php/doc-en)