Login Page - Create Account

Support Board


Date/Time: Mon, 17 Mar 2025 18:20:08 +0000



Set 'LoadWeekendDataSetting' with ACSIL?

View Count: 287

[2022-09-13 15:20:28]
User462086 - Posts: 196
Tried the following but wasn't able to change its value:


n_ACSIL::s_ChartSessionTimes chartSessionTimes;
sc.GetSessionTimesFromChart(sc.ChartNumber, chartSessionTimes);
    
if (chartSessionTimes.LoadWeekendDataSetting != 0)
  chartSessionTimes.LoadWeekendDataSetting = 0;

There's a 'sc.NewBarAtStartOfPeriod' variable but not a 'sc.LoadWeekendData'.

Is there a way to set this from ACSIL?

Many thanks!!

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

Login

Login Page - Create Account