Bar Time

max_r

New member
Joined
Oct 2, 2023
Posts
2
Likes
0
Hallo together,

how can i get the Time of a Bar? For example in de Cursor Data i can see "Oct-02 9:09".

In the source i can get the Close or Open of the bar with.

var series=ctx.getDataSeries();
series.getClose(index)
series.getOpen(index)

series.getTime(index) does not work?

Best regards,
Max
 
Top