Support Board
Date/Time: Sat, 18 Oct 2025 03:37:24 +0000
Post From: My custom studies do not update correctly in real time
[2025-03-29 21:36:33] |
ForgivingComputers.com - Posts: 1148 |
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; |