I would like to know if its possible how to update a line that has been drawn on screen.
e.g. Draw.Line(this, "FirstUpLine", false, 5, Low[5], 1, High[1], Brushes.DodgerBlue, DashStyleHelper.Solid, 4);
When certain conditions are met, this line is drawn as seen in the attached photo. What I would like to do is when a Higher High appears, I want the end anchor point to keep moving to the next high Which is Bar 7, then finally will end up into Bar 8.

Comment