Support Board
Date/Time: Wed, 18 Jun 2025 23:03:11 +0000
Post From: Update previous drawing in study when doing AutoLooping
[2022-07-12 13:42:12] |
JohnR - User831573 - Posts: 333 |
As with most things programming, there is more than one way to complete a task. My thought would be to continue to do auto looping. I would also set up an array of your rectangle objects values, start/end bar# & values and any other fields/properties you need to identify if it is extended. Then as you update each new tick, have a loop that goes through your array to see if any of your zones need to be updated. Just a thought, hope it helps. JohnR |