When you scroll back in time, price bars are correctly removed from the right side of the window. The problem is that the drawing objects are not removed, and instead are still plotted. The problem is even worse if you have a larger right side margin.
The attached picture shows the problem.
Drawing objects should only be plotted if entirely on the screen (time-wise) or they are in the past. If a drawing object has an endpoint that is in the future based on the plot, those objects should not be displayed (same as price bars).

Comment