ADXU

ADX Uptrend
Description
EdgeRater Event is generated whenever the ADX line crosses up through 'M' and +DI is greater than -DI signalling the potential start of a new uptrend.
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]";