Login Page - Create Account

Support Board


Date/Time: Tue, 30 Apr 2024 19:10:59 +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?
imagesr1.jpg / V - Attached On 2019-07-16 17:39:18 UTC - Size: 661.67 KB - 310 views
imagesr3.jpg / V - Attached On 2019-07-16 17:39:26 UTC - Size: 1.15 MB - 320 views