Login Page - Create Account

Support Board


Date/Time: Wed, 30 Apr 2025 16:10:22 +0000



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

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