Support Board
Date/Time: Tue, 09 Sep 2025 12:08:37 +0000
Post From: Outside bar
[2013-08-28 00:08:24] |
Sawtooth - Posts: 4261 |
You can easily color bars based on your own conditions using the Color Bar Based On Alert Condition study. Try this formula on the Alerts tab of the Color Bar Based On Alert Condition study: =OR(AND(C>O,C>H[-1],L<L[-1]),AND(C<O,C<L[-1],H>H[-1])) |