I have been trying to understand these functions so that I can implement a count down timer on my charts that works in both real time and playback.
It appears that the getTime function is using the real time clock and not the tick data stream and the getSeconds always returns zero in Playback.
Is there anyway to use the raw time embedded in the tick data to access the seconds remaining in the bar?
It appears that the getTime function is using the real time clock and not the tick data stream and the getSeconds always returns zero in Playback.
Is there anyway to use the raw time embedded in the tick data to access the seconds remaining in the bar?
Comment