Support Board
Date/Time: Mon, 15 Sep 2025 11:45:59 +0000
Post From: Document GetReplayHasFinishedStatus()
[2021-07-07 16:20:00] |
User660727 - Posts: 50 |
When GetReplayHasFinishedStatus() returns 1, is the current bar the last bar of replay or was the previous bar the last bar? How does this differ from simply waiting for IsReplayRunning() to return 0? My testing shows the following (version 2284): LastBar-2: IsReplayRunning=1,GetReplayHasFinishedStatus=0 LastBar-1: IsReplayRunning=0,GetReplayHasFinishedStatus=1 LastBar : IsReplayRunning=0,GetReplayHasFinishedStatus=0 |