Login Page - Create Account

Support Board


Date/Time: Tue, 17 Jun 2025 11:12:48 +0000



Post From: My custom studies do not update correctly in real time

[2025-03-29 21:36:33]
ForgivingComputers.com - Posts: 1068
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;