Support Board
Date/Time: Mon, 20 Oct 2025 19:44:27 +0000
Post From: Request for a new ACSIL function
[2025-09-07 21:33:48] |
User431178 - Posts: 802 |
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. |