Login Page - Create Account

Support Board


Date/Time: Tue, 24 Mar 2026 06:40:02 +0000



Post From: Determing Day of week for each bar on the chart

[2024-08-11 19:37:36]
Sawtooth - Posts: 4321
You can use any of the native spreadsheet studies using the WEEKDAY function, where Sunday=1...Saturday=7: =WEEKDAY(A3)
You can also use the Spreadsheet Formula study, which despite its name, uses Alert syntax: =WEEKDAY(BARDATE)
Date Time Of Last Edit: 2024-08-11 19:41:27