Support Board
Date/Time: Fri, 12 Sep 2025 05:17:31 +0000
Post From: My custom studies do not update correctly in real time
[2025-03-29 21:36:33] |
ForgivingComputers.com - Posts: 1115 |
Since you are looking at Renko Open and Close values, I suggest waiting for the bar to close before updating the subgraphs. if (sc.GetBarHasClosedStatus() == BHCS_BAR_HAS_NOT_CLOSED)
return; |