Support Board
Date/Time: Tue, 16 Sep 2025 18:14:16 +0000
Post From: Displaying the first time ONLY when a condition is met - ASCIL
[2023-06-27 16:35:23] |
JohnR - User831573 - Posts: 333 |
i would use 2 persistent variables. One that is set when the alert fires the first time on the bar. A second one that keeps the bar/index # of the prior tick bar index. If the bar index changes, reset the alert / persistent variable & update the bar # persistent variable. This partial logic should work, John |