Support Board
Date/Time: Sat, 01 Feb 2025 19:48:13 +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? |