ADX + DI OPEN — Strategy by swedx13

By version

Performance Metrics

Description

//version=6indicator("ADX & DI+/- 2-Lines + Signals", overlay=true)// Inputslen = input.int(14, title="Length")th = input.int(20, title="ADX Threshold")// True RangetrueRange = math.max(math.max(high - low, math.abs(high - nz(close[1]))), math.abs(low - nz(close[1])))// Directional MovementupMove = high - nz(high[1])downMove = nz(low[1]) - low

Browse all 5,900+ TradingView Pine Script strategies

View on TradingView