Login Page - Create Account

Support Board


Date/Time: Mon, 29 Apr 2024 04:48:33 +0000



Post From: Direct way to access other chart parameters (from ASCIL) ?

[2019-11-29 16:53:56]
jesslinn - Posts: 108
Is there a direct way to access the chart parameters of a different chart, such as the ChartDataType, IntradayBarPeriodType, and the IntradayBarPeriodLength? The use case for this is to allow the user to set up a second chart with some desired configuration, provide it via a GetChartNumber input, and thus communicate
the desired bar type and settings to the calling study.

An indirect approach to this is to add a study to the second chart that provides the required parameters via persistent variables. This support request is just asking if there is or could be a direct way to get this information such as GetChartParametersFromChart( s_ACSOpenChartParameters& Parameters ).