Login Page - Create Account

Support Board


Date/Time: Mon, 25 Nov 2024 08:51:22 +0000



Post From: ACSIL Getting Bar Period in Minutes "sc.GetBarPeriodParametersForChart"

[2024-03-19 12:30:36]
User92573 - Posts: 530
The post sent me looking for "sc.GetBarPeriodParametersForChart" when all I needed was the following.


n_ACSIL::s_BarPeriod BarPeriod;
  sc.GetBarPeriodParameters(BarPeriod);

Many thanks.