Login Page - Create Account

Support Board


Date/Time: Tue, 09 Sep 2025 18:36:23 +0000



Post From: Request for a new ACSIL function

[2025-09-07 21:33:48]
User431178 - Posts: 772
Yes, maybe an acsil function would be easier, but like someone said before, what index are you using?
Calling such a function on the last bar in the remote chart will never signal closed bar, as the bar is not considered closed until a new one is added. Which brings us back to the index/array size tracking mentioned earlier in the thread, i.e. the same way that GetBarHasClosedStatus works on the local chart.

If there is a delay in obtaining the open/close status from another chart, then whatever method you have created for doing so is probably flawed.