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