Support Board
Date/Time: Wed, 30 Apr 2025 11:48:42 +0000
Post From: Time and sales structure, records from begging of chart
[2025-04-21 10:05:25] |
User431178 - Posts: 656 |
When an ASCIL study uses the time and sales structure, is there a way to cycle through the records that exist from the chart's beginning when the study is initialized? No There are other ways of accessing equivalent data though, one is linked in the docs for sc.GetTimeAndSales: ACSIL Interface Members - Functions: Alternative Way For Obtaining Time and Sales Data The other is reading the data file directly: ACSIL Interface Members - Functions: sc.ReadIntradayFileRecordAtIndex() ACSIL Interface Members - Functions: sc.ReadIntradayFileRecordForBarIndexAndSubIndex() |