100-bar breakout
The strategy
u = ta.highest(close, 100)[1] longSig = close > u exitSig = close < ta.lowest(close, 20)[1]
Fork into the builderedit it, rerun it, share your version
running the backtest…
u = ta.highest(close, 100)[1] longSig = close > u exitSig = close < ta.lowest(close, 20)[1]