// Downloaded From https://www.WiseStockTrader.com
DonchianX = Ref(HHV(H,42),-1);
DonchianY = Ref(LLV(L,14),-1);
Plot(DonchianX,"DU",colorBlue,styleLine);
Plot(DonchianY,"DL",colorBlue,styleLine);