Login Page - Create Account

Support Board


Date/Time: Fri, 22 Nov 2024 16:48:11 +0000



Post From: Help with Conditional Candle Coloring Based on AV-BV Values Across Different Time Interval

[2024-10-07 18:35:12]
User133078 - Posts: 3
Thank you for your response!

I tried using the AND() function as you suggested:

=AND(BARTIME > TIME(15,30,00), BARTIME < TIME(16,00,00), (AV - BV) > 2600)

However, when I use "=AND()", it doesn't color the candle. On the other hand, when I use "=IF()", it does work, although it's not entirely correct because it's affecting other time ranges as well.

Do you know why using "=AND()" doesn't trigger the candle coloring, but "=IF()" does? Is there a difference in how these functions are interpreted by the tool?

Thanks in advance for your help!
imageAnddon'twork.PNG / V - Attached On 2024-10-07 18:34:37 UTC - Size: 151.23 KB - 21 views
imageIFwork.PNG / V - Attached On 2024-10-07 18:34:42 UTC - Size: 158.98 KB - 18 views