Login Page - Create Account

Support Board


Date/Time: Mon, 08 Sep 2025 16:11:10 +0000



Post From: Request for a new ACSIL function

[2025-09-07 10:46:51]
User431178 - Posts: 772
but the critical question is to pinpoint the exact moment when the bar has closed

You can't know the "exact moment", that would require the charts to be updating on each and every tick, rather than on a timer based update.
You can know whether a bar was open on one update and then closed on the next, which is why people are suggesting tracking the index (or the other chart array size).

The fact that the chart is remote doesn't really have much bearing on the situation, the method for determining open vs. closed is the same, as is the exactness of determining when the bar closed i.e. you can detect that the state has changed, but not the exact moment that the change occurred (just some time in the last x ms).