Support Board
Date/Time: Wed, 24 Dec 2025 18:51:00 +0000
Post From: Compiler Error with s_BarPeriod::IntradayChartBarPeriodType
| [2019-06-30 21:00:00] |
| ForgivingComputers.com - Posts: 1177 |
|
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. |
