Login Page - Create Account

Support Board


Date/Time: Sun, 15 Jun 2025 23:11:42 +0000



Post From: How can I get alert and visual color bar when there is a delta divergente of at least 500?

[2025-06-11 12:34:40]
rebeccaemme - Posts: 19
I would get alert and visual color difference bar when there is a Delta Divergence of at least -500 delta close with bullish candle or at least 500 positive delta but close with bearish candle. I have try this formula but is not working

=OR(
AND(C > O, (BidVolume - AskVolume) <= -500),
AND(C < O, (BidVolume - AskVolume) >= 500)
)

How can I correclty write the formula on color bar based on alert condition study? Thank you so much.