Support Board
Date/Time: Fri, 09 May 2025 14:56:17 +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! |
![]() ![]() |