Login Page - Create Account

Support Board


Date/Time: Thu, 14 May 2026 01:46:29 +0000



Post From: Detecting if the chart is at the end

[2020-11-03 17:31:56]
User907968 - Posts: 871
ACSIL Interface Members - Variables and Arrays: sc.IndexOfLastVisibleBar

  if (sc.ArraySize - 1 == sc.IndexOfLastVisibleBar)
  {
    // do some stuff
  }