Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 06:58:13 +0000



Post From: Display Bar Period on Chart

[2020-06-24 13:12:29]
Ackin - Posts: 1865
User212764)
Example
n_ACSIL::s_BarPeriod BarPeriod;
sc.GetBarPeriodParameters(BarPeriod);
if (BarPeriod.ChartDataType == INTRADAY_DATA && BarPeriod.IntradayChartBarPeriodType == IBPT_DAYS_MINS_SECS)
{
int SecondsPerBar = BarPeriod.IntradayChartBarPeriodParameter1;
}

sc.GetBarPeriodParameters()