Support Board
Date/Time: Thu, 28 Nov 2024 10:39:31 +0000
Post From: Display only first color bar signal
[2023-05-16 02:15:49] |
MPicciuto - Posts: 9 |
I came up with a quick fix using the Color Bar Based on Alert Condition Study. This is an example to only color the first red bar in a series of red bars: =AND(C < O, C[-1] > O[-1]). Just check if the condition is true on the current bar and if it wasn't true in the previous bar; this way it'll only color the first bar of a series of bars that meet a certain condition. |