Support Board
Date/Time: Wed, 05 Nov 2025 02:57: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; } ACSIL Interface Members - Functions: sc.GetBarPeriodParameters() |
