Login Page - Create Account

Support Board


Date/Time: Tue, 22 Apr 2025 16:32:44 +0000



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

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