How to repeat a BOX every day ?
-
Hello, this is the code that generates the box, but the problem I have is that it does not get to draw correctly every day. Below I leave some images of the configuration that I have made and the result obtained
This is the original configuration --> https://fxdreema.com/shared/18WatGqQb

This is the new setting when I try to make the box repeat

This is the final result


-
project link?
-
-
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. -
@tipsywisdom
I tried, but it didn't work for me -
from a quick check i see more lines than in your shared link..
how you make the calculation for the lines and whats the drawing trigger