OPEN-SOURCE SCRIPT
Day Color Candles

The script uses TradingView’s built-in dayofweek value (where Monday = 1 and Sunday = 7) to detect the current bar’s weekday.
For each weekday, a specific color is assigned — green for Monday, blue for Tuesday, purple for Wednesday, orange for Thursday, yellow for Friday, gray for Saturday, and red for Sunday.
Instead of plotting new candles, the script uses barcolor() to recolor the existing chart candles. This avoids conflicts with TradingView’s rule that a script may contain only one main declaration. The price data remains unchanged — only the visual appearance of the candles is modified to help the user visually separate trading days.
For each weekday, a specific color is assigned — green for Monday, blue for Tuesday, purple for Wednesday, orange for Thursday, yellow for Friday, gray for Saturday, and red for Sunday.
Instead of plotting new candles, the script uses barcolor() to recolor the existing chart candles. This avoids conflicts with TradingView’s rule that a script may contain only one main declaration. The price data remains unchanged — only the visual appearance of the candles is modified to help the user visually separate trading days.
Open-source script
In true TradingView spirit, the creator of this script has made it open-source, so that traders can review and verify its functionality. Kudos to the author! While you can use it for free, remember that republishing the code is subject to our House Rules.
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.
Open-source script
In true TradingView spirit, the creator of this script has made it open-source, so that traders can review and verify its functionality. Kudos to the author! While you can use it for free, remember that republishing the code is subject to our House Rules.
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.