ADX + DI OPEN — Strategy by swedx13
By version
Performance Metrics
- Author: version
- Symbol: BITGET:BTCUSDT.P
- Timeframe: 1 hour
- Net P&L: +586.95 USDT (+5.86%)
- Win Rate: 33.0%
- Profit Factor: 1.076
- Max Drawdown: 895.97 USDT (8.09%)
- Total Trades: 764
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