Login Page - Create Account

Support Board


Date/Time: Thu, 16 May 2024 16:23:45 +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:
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!