Login Page - Create Account

Support Board


Date/Time: Wed, 29 Oct 2025 06:52:29 +0000



Post From: paint candles

[2013-08-01 05:21:17]
Sawtooth - Posts: 4281
You can color the candle based on these conditions using the Color Bar Based On Alert Condition study. This would be the formula to use on the Alerts tab:

=OR(AND(C>C[-1],C[-1]>C[-2],C[-2]>C[-3]),AND(C<C[-1],C[-1]<C[-2],C[-2]<C[-3]))