Login Page - Create Account

Support Board


Date/Time: Tue, 07 May 2024 08:18:03 +0000



Post From: Maximum Ask & Minimum Bid within a Bar

[2018-01-21 17:23:28]
Pinger - Posts: 33
Thanks for the reply.

I've look at the documentation and examples for ReadIntradayFileRecordForBarIndexAndSubIndex(). It all makes sense except for the file locking side of things...

At the commencement of a new bar I want to read the file records for the previous bar. Can I do this without interrupting new records being written to the current bar? i.e. can the data file be written to by the SierraChart data writer process/thread, while my study is reading records? Which file locking, or not, should I use in my study?

Kind regards