Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello,
How can I access the datetime of a previous candle? self.datas[0].datetime.datetime() would provide last candle. I would like to see the datetime of the previous one.
self.datas[0].datetime.datetime()
Thanks in advance
@eduedix self.datas[0].datetime.datetime(-1)
self.datas[0].datetime.datetime(-1)