Login Page - Create Account

Support Board


Date/Time: Mon, 10 Mar 2025 07:07:44 +0000



Post From: Reading the Intraday chart data file records from the chart data file

[2022-03-13 22:26:38]
User891636 - Posts: 5
Hi,
I developed a study where I'm reading the Intraday chart data file using the function:

sc.ReadIntradayFileRecordForBarIndexAndSubIndex()

I successfully made everything working and I'm able to get all the data I need, 2 or 3 days of information. As the documentation says, when I have a chart having settings that produce many bars (like Range per bar and a bar by tick) Sierra freezes for a long time. What I don't get here is why if I choose a greater number how many ticks by bar, the same study is loaded after few seconds, the only difference is the number of bar present in the graph needed to be processed, but at the end the number of Intraday records I get is exactly the same, there's no data aggregation the records are by trade. Also the function

sc.ReadIntradayFileRecordAtIndex()


doesn't make better.
It is related to the lock management? Is there any smart way to get the data via scid without depending on chart settings?
Thank you in advance for the support.
Regards.