Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 20:25:44 +0000



Post From: paint candles

[2013-08-01 05:21:17]
Sawtooth - Posts: 3993
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]))