I currently have this(below) where I access a previously drawn rectangle in a list.
Rectangle myrec = MyRectangles[0];
myrec."What is supposed to go here"
I'm looking specifically for startBarsAgo and endBarsAgo parameters to update the shape. I went through the list of options and found StartAnchor and EndAnchor but it seems like you cannot update those.
Is it possible the object is "locked"? I assumed as long as I had the same tag, I could overwrite the previously draw object.

Comment