In the example of TSLA the current bar_index is 3444 and I calculate a turning point at bar_index 3535 (trading days), how do I convert that 3535 into a date format dd/MM/YY to display in my table?
Tried str.format function having used str.tostring(3535) tried ChatGPT and after 1 hour it is still thinking about it!