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