For Yesterday's High Low it should be -
Plot (LastValue(TimeFrameGetPrice("High", inDaily, -1)), "Prev H", colorGreen);
Plot (LastValue(TimeFrameGetPrice("Low", inDaily, -1)), "Prev L", colorOrange);
Is it possible to plot it on current day only? the lines are extended all the way on...