Support Board
Date/Time: Sat, 23 Nov 2024 20:07:41 +0000
Post From: paint candles
[2013-08-01 05:21:17] |
Sawtooth - Posts: 4118 |
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])) |