Login Page - Create Account

Support Board


Date/Time: Sun, 14 Sep 2025 14:47:57 +0000



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

[2024-03-19 12:30:36]
User92573 - Posts: 574
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.