Support Board
Date/Time: Fri, 29 Nov 2024 12:51:11 +0000
Post From: Acsil Drawing Tool efficiency
[2023-02-09 20:20:11] |
User210937 - Posts: 5 |
I want to create a study with 20 horizontal lines that will be moved everytime the study is called. Is it more resource efficient to ? 1) create the 20 lines when the study is initialized and keep moving all the same lines each time the study is called. 2) delete all 20 lines and create 20 new ones at each study call. If the answer is #1 in the event I only need 15 lines during 1 cycle is it more efficient to hide the 5 uneeded lines or move them to a spot not in focus on the chart ? thx |