I know Open, Close, High arrays are accessible from AFL using an index (example Close[i]) .
There should be a corresponding DateTime array also which stores the timestamps of each bar.
I have searched the manual and the forum but cannot figure out a way to access it.
Alternatively if there was a way to point the current bar to a specific index, I could use TimeNow() and similar functions.
Any help will be appreciated.
Thanks