Support Board
Date/Time: Sat, 08 Nov 2025 16:45:40 +0000
Post From: Compiler Error with s_BarPeriod::IntradayChartBarPeriodType
| [2019-06-30 21:00:00] |
| ForgivingComputers.com - Posts: 1154 |
|
This causes a compiler error (undeclared identifier): if (BarPeriodData.IntradayChartBarPeriodType == IBPT_FLEX_RENKO_INV)
This compiles correctly: if (BarPeriodData.IntradayChartBarPeriodType == IBPT_FLEX_RENKO_IN_TICKS_INVERSE_SETTINGS)
I found this in scconstants.h Just wanted to let you know the most excellent documentation (ACSIL Interface Members - Functions: sc.GetBarPeriodParameters()) specifies the former. Thanks in advance. |
