Support Board
Date/Time: Mon, 27 Oct 2025 19:51:11 +0000
Post From: Change Background Color on Alternate Days.
| [2014-01-16 21:22:55] |
| Sawtooth - Posts: 4280 |
|
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 |
