Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 08:48:17 +0000



Post From: ACSIL function to subscribe into live data

[2016-09-09 02:43:04]
User553714 - Posts: 184
I have used an sc.datafile to write a ACSIL custom study. I have attached this study to a single chart and associated the chart to a watchlist. The custom study then changes the charts symbols until it cycles through each of the symbols in the watchlist; the issue is that the live data only seems to get switched on for the first chart that remains displayed. Is there an ACSIL function I can include in the custom study to download any missing historical data and subscribe into live data for each of the symbols the chart get changed to using sc.datafile? My way around this is to run the scan feature in the chart which does the same thing as my custom study with the difference being that the SC scan feature dose indeed download the missing data and subscribe into the live data; I would like to achieve the same result just through my custom study.