Functions by Category Functions by Alphabetical list
NewWeek |  |
Returns true (1) if this bar is the first bar for in a new week. Example: if (NewWeek) {
Output('Is the first bar in a new week');
}
Related functions: DateTime , Time , Second , Minute , Hour , Month , Year , DayOfWeek , DayOfMonth , DayOfYear , WeekOfYear , NewHour , NewDay , NewMonth , NewYear , Monday , Tuesday , Wednesday , Thursday , Friday , FormatDateTime , ValidateDateTime , AddDeltaDHMS , AddDeltaYM , DeltaDateTime
|