//@version=3 // study(title = "Magic Trading Tool", shorttitle = "TTSS", overlay = true) // === INPUTS === ShowPAC_ = input(true, title="Show Price Action Channel (PAC)") scolor = input(true, title="Show coloured Bars close relative on PAC") HiLoLen = input(10,minval=2,title="High Low PAC Length") ShowPACexit = input(false, title="Show PAC Swing...