Login Page - Create Account

Support Board


Date/Time: Tue, 28 May 2024 05:25:19 +0000



Post From: ACSIL code for Open/High/Low/Last

[2017-06-12 19:40:28]
User29926 - Posts: 92
Have you looking at the sample ACSIL code files located in the "ACS_Source folder"?
It will help you to learn a lot.

Current bar data:
sc.High[sc.Index]
sc.Low[sc.Index]
sc.Open[sc.Index]
sc.Close[sc.Index]

Previous bar data:
sc.High[sc.Index-1]
sc.Low[sc.Index -1]
sc.Open[sc.Index -1]
sc.Close[sc.Index-1]