Login Page - Create Account

Support Board


Date/Time: Sat, 12 Sep 2026 02:22:58 +0000



[Programming Help] - Using ACSIL to trigger historical Intraday data request for a symbol

View Count: 15

[2026-09-11 22:35:23]
User150671 - Posts: 80
I have been trying to find a way to trigger an Intraday Data Request for a symbol other than the current chart.

I have tried:

sc.GetSymbolDataValue(ValueToReturn, Symbol, 1, 0);

This triggers the 'Starting real-time market data updates for: Symbol' but it does not add the historical Intraday data request for Symbol.
For my purposes I need the intraday historical data, I just don't need the chart itself.

I have confirmed that I can use sc.DataFile to achieve this, but again it needs a chart to run on - so it's not the solution I really want.

A way to programmatically access the Intraday File Update List and add/remove a symbol would be the ideal solution, but I think that's a non starter.

Is there anything I have missed in the ACSIL documentation that would do what I am looking for?

As an aside: using Toggle Dark Mode on the new support board message page clears everything written - so that was fun to find out.

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account