ADX indicates the strength of a trend regardless of trend direction. High values indicate a strong trend, while low values indicate a weak trend or consolidation.
//@version=6
indicator('ADX', overlay=false)
len = input.int(14, 'ADX Smoothing')
lensig = input.int(14, 'DI Length')
[diplus, diminus, adx] = ta.dmi(len, lensig)
plot(adx, 'ADX', color=color.red)
plot(diplus, '+DI', color=color.blue)
plot(diminus, '-DI', color=color.orange)Enhance your trading workflow with these professional tools and platforms.
Get funded up to $300K. Keep 90% of your profits.
The professional choice for secure execution.
Mirror top-tier traders instantly.