you didnt tell it to draw every day. its un the OnTick tab. That means it will draw every tick.
If you need to draw it every day, I would suggest:
Once Per Bar (Then change to to how daily within the block) - This prevents it from considering all other ticks
Hours Filter (Then specify a 1 minute window that it will draw)
Then draw your shape.


