Login Page - Create Account

Support Board


Date/Time: Thu, 13 Aug 2026 16:51:50 +0000



Post From: Annoying problem with Heiken Ashi and ACSIL (for SC engineer)

[2025-01-08 17:14:53]
User431178 - Posts: 899
I wouldn't think so, as sc.Low is an alias or direct ref to sc.BaseData[SC_LOW].

sc.BaseData[SC_LOW][sc.Index]
is the same as
sc.Low[sc.Index]