Date of the bar N-periods before the current bar (in YYYYMMDD format).
Syntax:
1 |
Today[N] |
Example:
1 2 3 4 |
//what was the date 10 days ago ? previousDate = Today[10] RETURN previousDate |
Date of the bar N-periods before the current bar (in YYYYMMDD format).
Syntax:
1 |
Today[N] |
Example:
1 2 3 4 |
//what was the date 10 days ago ? previousDate = Today[10] RETURN previousDate |
hi ,everyone.May i know how to find current date.I use today Today or Date just show the date of the opening candle,not the current system date,thanks in advance