adx
Average Directional Index
adx(length)
Trend strength 0–100. Does not say direction — pair with plusdi / minusdi. Default 14.
Parameters
| Name | Type | Description |
|---|---|---|
length | int default 14 | Lookback in bars. Default 14. |
Return value
series
Example
oscillator plot adx(14) as "ADX" level 25 as "Trend" gray when adx(14) is above 25 and plusdi(14) is above minusdi(14) buy