Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 19:26:47 +0000



Post From: Receive Data - ACSIL

[2013-12-28 14:04:10]
Rusty - Posts: 38
Another approach to read external data into your ACS would be to create and update an .scid-file containing the data and open a new chart with that file as input. Then you can read the data arrays from that chart, manipulate the data and use it in an ACS attached to another chart.

Code to create the .scid-file is found in the Old Support Board thread "Intraday file generator":

http://www.sierrachart.com/supportboard/showthread.php?t=37945

Be sure to open the file in shared mode (Old Support Board thread "Creating my own scid file"):

http://www.sierrachart.com/supportboard/showthread.php?t=16221

Hope this helps.