Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 23:32:59 +0000



[Programming Help] - Delta color / candle color

View Count: 676

[2023-06-17 08:18:23]
Daniel Kamiński - Posts: 25
hello, is there any way to highlight a candle whose color is different than the delta color on the ordr flow chart?
An example of such a situation is attached.

Regards,
DK
imageDelta_Bar color.png / V - Attached On 2023-06-17 08:18:11 UTC - Size: 94.32 KB - 185 views
[2023-06-18 13:12:44]
Daniel Kamiński - Posts: 25
Hello?
[2023-06-18 14:33:29]
User907968 - Posts: 823
Hello

Color Bar Based on Alert Condition

Two copies one each for up and down candles, assuming you want different colors for each.

Up candles alert condition: =AND(C>0,BV>AV) >>> Up candle with negative delta
Down candles alert condition: =AND(C<0,AV>BV) >>> Down candle with positive delta

Drawstyle: Color Bar Hollow

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account