Login Page - Create Account

Support Board


Date/Time: Tue, 23 Jun 2026 23:03:06 +0000



How to get option contract volume for /ES futures using ACSIL

View Count: 11

[2026-06-23 20:44:43]
User944318 - Posts: 63
How can I access options on /ES futures volume using acsil? I was able to successfully get their price using a similar method and have been trying to use the following to get their volume:

auto GetOptPrice = [&](const SCString& sym)->double
{
s_SCBasicSymbolData q;
// GetBasicSymbolData returns void, third parameter true means subscribe/request data
sc.GetBasicSymbolData(sym.GetChars(), q, 1);

return (double)q.DailyVolume;
};

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

Login

Login Page - Create Account