Support Board
Date/Time: Sun, 14 Sep 2025 05:59:20 +0000
Post From: Change Background Color on Alternate Days.
[2014-01-16 21:22:55] |
Sawtooth - Posts: 4263 |
You could use the Color Background Based On Alert Condition study, with this formula on the Alerts tab: =ISEVEN(BARDATE) This works if Sundays are excluded. If Sundays are included, you could color them differently using another instance of the Color Background study with this formula: =WEEKDAY(BARDATE)=1 |