Looking for previous day/previous week high low MT indicator

Greetings!

I’m looking for an MT4 indicator that will draw a horizontal line at previous day’s and previous week’s high and low, then erase those lines and draw new ones when a new day or week starts. Does anyone have anything like this?

I’ve Googled for it but everyone I’ve found has either done waaaay too much, not quite enough, or has been buggy.

Thanks,

Nick

For daily High Low i use “dayHL_Average.mq4” by KCBT. It’s pretty clean, give it a try. I’d post a link or attach the indicator but don’t think I can…

The one I use is called ###Daily-Weekly-Monthly Hi-Low.mq4

Doesn’t do well with the Sunday bar though

I use this one: HL_Objects.zip (1.97 KB)

Thanks everyone, I’ll give these a try.

Nick