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