Login Page - Create Account

Support Board


Date/Time: Mon, 25 May 2026 09:47:13 +0000



[Programming Help] - Hisrotical Time and Sales for custom study

View Count: 174

[2026-04-07 15:01:20]
User546377 - Posts: 6
Helo, I want to build a relatively simple indicator similar to Power Trades on Qunatower or Sweeps on Bookmap. It detects when X bid or ask volume traded within Y time. For this I need historical time and sales records. sc.ReadIntradayFileRecordForBarIndexAndSubIndex is perfect for it but sierra states "It should be used only on the current day as needed." So I want to know if it is possible to load 3-6 month of tick data using sc.ReadIntradayFileRecordForBarIndexAndSubIndex(), or if there are other ways to get up to 6 month of Time and Sales records per bar.
[2026-04-07 18:06:34]
User719512 - Posts: 436
Use a 1-tick/1-trade chart. Will be slow loading so much data which seems like a lot to vet your idea.
[2026-04-09 11:21:44]
User546377 - Posts: 6
Thank you for the reply, actually using the 1 trade chart makes the programing easier for me. But there is an issue with it, I made the indicator specifically for the 1 trade chart, and I thought I would overlay the drawings or subgrapghs to my candlestick chart using the Study/Price Overlay study. But it is not possible for some reason. Any ideas ?

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account