Support Board
Date/Time: Sun, 11 May 2025 00:00:11 +0000
Post From: End-Of-Bar Study Calculation Only
[2016-08-17 20:47:31] |
User147461 - Posts: 33 |
I think I found what I was looking for: ACSIL Interface Members - Functions: sc.GetBarHasClosedStatus() if (sc.GetBarHasClosedStatus(sc.Index) == BHCS_BAR_HAS_NOT_CLOSED) { return;//do not do any processing if the bar at the current index has not closed } Thank you! |