Support Board
Date/Time: Tue, 04 Nov 2025 08:16:10 +0000
Post From: Key reversal bar using Colour bar based on alert condition (or similar)
|   [2015-03-05 11:12:27]     |  
| User96105 - Posts: 113 | 
| 
                Great, thanks Tom, you set me on the right track. This seems to work for a close in the top/bottom 1/3rd of the bar:- =AND(L<L[-1],C>(H-(H-L)/3)) for a bottom reversal and =AND(H>H[-1],C<(L+(H-L)/3)) for top reverse  | 
        
