Login Page - Create Account

Support Board


Date/Time: Fri, 18 Apr 2025 04:46:47 +0000



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

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