Is there a 'Bar Replay' flag that I can check from within code?

Is there a way to programmatically detect if the chart is in "Bar Replay" mode?
I checked the Status flags and none seemed to be available for this purpose.
(Or it could be likely that I am missing the obvious.)
TIA,
Jay

Try GetPlaybackDateTime().

6 Likes

@JohnHT, thanks a heap !!
Just what I wanted.
Jay