Object On Chart Daily Reset Issue
-
Hey all, hope everyone's projects are going well!
The current issue is with the GU HIGH and Low lines. The price is only getting the first cross of each these objects, storing them, and going on to save those prices and use them in following days.

I need to ensure that the Highs and lows are reset each day so that every condition resets to check the True or False flags.
@jstap if you are available to have a look at this when you get a chance, I think it might be a simple fix and I'm just having a dumb moment lol.
Thanks all,
-
To reset everyday use, once per daily bar - reset line
-
@jstap 2 things here; I can't seem to find the "Reset Line" block, the second is when I use the Once A Day block, the issue still persists while also deleting the lines of the High and Low
-
reset daily is once per bar set to day, once per day doesn't work as well because once per bar works on the first available tick/ there is no reset line block, I mean reset the value, redraw the line, change the variable...or whatever changes it for you.
-
ah I see, are my reset blocks in an incorrect order? It seems to still be messing up a bit
-
@jstap forgot to tag you sorry
-
once per bar needs to be under the condition, the cross needs to switch on the once per bar, otherwise the cross may happen after.
-
@jstap Ah man, I give up on this one I can't get it to work. No idea here. Might have to simplify my strategy or something.
Appreciate the help as always though man!