ADXD
ADX Downtrend
Description
EdgeRater Event is generated whenever the ADX line
crosses up through 'M' and +DI is less than -DI, signalling the potential start
of a new downtrend.
Category
Indicator Scans
Parameters
N ( Default: 14
Min: 1 Max: 100 )
M ( Default: 20
Min: 1 Max: 100 )
Chart Script
Event: Cross("DMI(N)[ADX]",M) &
"DMI(N)[-DI]">"DMI(N)[+DI]";