Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 09:16:26 +0000



Post From: ACSIL - Set to Timespecific bars

[2016-08-30 14:19:57]
ejtrader - Posts: 688
SC Team - even with latest version - this issue remains.

I am using the following parameters in the code.


sc.ChartDataType = INTRADAY_DATA;
sc.DaysToLoadInChart = 5;
sc.SecondsPerBar = 1440 * 60; // Equivalent of 24 hours

- if the chart is started with any timespecific bars - it DOES convert to intraday dailybar with the above parameters.
- if the chart started is not a timespecific bar ( like volume/range chart etc ) - it doesn't change to intraday daily bar.

Wondering if I am doing something wrong or this way of changing the current chart to intraday daily chart is not supported.

thanks
Date Time Of Last Edit: 2016-08-30 14:21:39