Skip to content
Algo Trade Analytics Docs

dayofweek - Pine Script Constants

Constants under the dayofweek namespace.

NameTypeDescription
dayofweek.fridayconst intIs a named constant for return value of dayofweek function and value of dayofweek variable.
dayofweek.mondayconst intIs a named constant for return value of dayofweek function and value of dayofweek variable.
dayofweek.saturdayconst intIs a named constant for return value of dayofweek function and value of dayofweek variable.
dayofweek.sundayconst intIs a named constant for return value of dayofweek function and value of dayofweek variable.
dayofweek.thursdayconst intIs a named constant for return value of dayofweek function and value of dayofweek variable.
dayofweek.tuesdayconst intIs a named constant for return value of dayofweek function and value of dayofweek variable.
dayofweek.wednesdayconst intIs a named constant for return value of dayofweek function and value of dayofweek variable.