-pimpmytrade- Snd Smc Course May 2026

// Supply zone (resistance) var float supplyTop = na var float supplyBottom = na if not na(swHi) supplyTop := high[length] supplyBottom := low[length] supplyBottom

// Plot zones bgcolor(not na(swHi) ? color.new(color.red, 85) : na) bgcolor(not na(swLo) ? color.new(color.green, 85) : na) -PimpMyTrade- SnD SMC Course

//@version=6 indicator("SnD SMC Zones (PimpMyTrade Style)", overlay=true) length = input.int(20, "Swing Length") zoneStrength = input.int(2, "Zone Strength") // Supply zone (resistance) var float supplyTop =