Support Board
Date/Time: Thu, 06 Nov 2025 19:51:57 +0000
Post From: ACSIL control of chart bar period and days to load
| [2019-07-16 17:39:32] |
| User681685 - Posts: 12 |
|
Hi... I used the same code: .... sc.GetBarPeriodParameters(NewBarPeriod); NewBarPeriod.IntradayChartBarPeriodType = IBPT_RANGE_IN_TICKS_STANDARD; if (NewBarPeriod.IntradayChartBarPeriodParameter1 != r1) { NewBarPeriod.IntradayChartBarPeriodParameter1 = r1; sc.SetBarPeriodParameters(NewBarPeriod); } in Live it works fine, but not in Replay. Do you know wy? |
