Support Board
Date/Time: Sun, 22 Dec 2024 05:29:47 +0000
Post From: ASCIL: Continuous contract and other questions
[2015-03-20 15:11:03] |
GmA - Posts: 20 |
Dear Support Board ! I have a few questions: 1. Is there any possiblity to get chart parameters of the chart other then one where the study is running (something similar to the structure s_ACSOpenChartParameters)? My study is loading Basegraph data from other charts but apart of the ChartName I did not find any other information available about parameters of those charts. 2. Is there any possibility to identify using ACSIL that continuous contract has been set on the chart as well as the type of this contract? (That could possibly be also an option to add to the s_ACSOpenChartParameters structure to check/open the charts with the continuous contracts) 3. Is there any possibility to check the Base Graph Draw Type of the chart other then one where the study is running? 4. Is there any possibility to check that the chart other then one where the study is running is a Custom Charts ? 5. My study is running on the chart with another study what creates Custom chart (something similar to Point & Figure). That study is setting sc.IsCustomChart to 1. But when I check sc.IsCustomChart from my study, this value is always equal to 0. Is that a correct behavior or am I doing (or undersatn) something wrongly? Is there any way (apart of the check of sc.BaseGraphGraphDrawType) to identify that study is running on the Custom chart? Thank you very much in advance and Kind regards GmA |