Login Page - Create Account

Support Board


Date/Time: Mon, 30 Jun 2025 11:38:02 +0000



Post From: Access custom study from code?

[2021-06-24 07:14:06]
binaryduke - Posts: 378
ACSIL Programming Concepts: Using or Referencing Study/Indicator Data in an ACSIL Function

specifically

Add the study to the chart and then get the Study Subgraph data by using the sc.GetStudyArrayUsingID function. Use this method when there is no Intermediate Study Calculation Function available for the particular study or indicator that you want to calculate and use the data of. This is going to be the case when you are using studies developed by outside developers or are using Advanced Custom Studies that do not have an Intermediate Study Calculation Function.