Login Page - Create Account

Support Board


Date/Time: Sat, 13 Sep 2025 18:05:12 +0000



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

[2025-01-08 17:14:53]
User431178 - Posts: 774
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]