adx
The ADX is a Welles Wilder style moving average of the Directional Movement Index (DX). The values range from 0 to 100, but rarely get above 60. To interpret the ADX, consider a high number to be a strong trend, and a low number, a weak trend.
Usage
adx [-l N_LENGTH] [-s N_SCALAR] [-d N_DRIFT]
Parameters
Name | Parameter | Description | Default | Optional | Choices |
---|---|---|---|---|---|
n_length | -l --length | length | 14 | True | range(1, 100) |
n_scalar | -s --scalar | scalar | 100 | True | None |
n_drift | -d --drift | drift | 1 | True | range(1, 100) |