If I wanted to draw something simple, say a line, at a specific time and price each day, but using drawing objects and not a plot, I could do this with ("Name" + CurrentBar).
However, this draws over the object multiple times when done through OnBarUpdate based on what calculate is set to.
How can I draw historical drawing objects, but only once as to not overload the number of drawing objects?

Comment