dayofweek - Pine Script Constants
dayofweek
Section titled “dayofweek”Overview
Section titled “Overview”Constants under the dayofweek namespace.
Constants
Section titled “Constants”| Name | Type | Description |
|---|---|---|
dayofweek.friday | const int | Is a named constant for return value of dayofweek function and value of dayofweek variable. |
dayofweek.monday | const int | Is a named constant for return value of dayofweek function and value of dayofweek variable. |
dayofweek.saturday | const int | Is a named constant for return value of dayofweek function and value of dayofweek variable. |
dayofweek.sunday | const int | Is a named constant for return value of dayofweek function and value of dayofweek variable. |
dayofweek.thursday | const int | Is a named constant for return value of dayofweek function and value of dayofweek variable. |
dayofweek.tuesday | const int | Is a named constant for return value of dayofweek function and value of dayofweek variable. |
dayofweek.wednesday | const int | Is a named constant for return value of dayofweek function and value of dayofweek variable. |