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
That does not work. It doesn’t matter what number you write in the brackets [], only the date from yesterday is used.
Is this because I am using the trial version of ProRealTime or is it simply broken?