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