Support Board
Date/Time: Tue, 26 Nov 2024 06:37:29 +0000
Post From: Study to draw arrow (or price label) at event
[2023-12-29 17:09:49] |
masedi - Posts: 40 |
Hi team, I am looking for a study that simply displays an arrow or price label on a bar once an alert is TRUE without continuously re-evaluating the alert (since it can go from true to false multiple times within the same bar), kind of like manually drawing an arrow when you see something on the chart. The logic would be: - if alert = true draw arrow (or price label) under or above the bar - if alert = false, don't do anything If the alert is true multiple times within the same bar it wouldn't matter since it will just draw the latest arrow on top of the previous arrow. Does a study like this exist? Or if not, can someone share an ACSIL template that draws stuff one time that I can use as a starting point and try to code it myself? Thanks |