Login Page - Create Account

Support Board


Date/Time: Mon, 20 Oct 2025 21:46:37 +0000



[Programming Help] - time and sales - combined records with study

View Count: 116

[2025-10-10 16:44:59]
User568229 - Posts: 3
Hi,
As I can see in time and sales window settings it is possible to combine records with same time and price (down to same second). I would like to combine records with same price range (i.e. +/- 2 Ticks) down to same minute with simple functions to create an alert in a study. Alternatively it could also be same type and time down to minute in combination with volume filter (this may be easier).

Is this possible without using too much CPU? And if what is the combination of functions you suggest? I could not get a hold of it.

thanks for your support
[2025-10-11 17:26:06]
ForgivingComputers.com - Posts: 1150
You would need to use this function to get the individual trades and then do the grouping by time and price in your study:

ACSIL Interface Members - Functions: sc.GetTimeAndSales()

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

Login

Login Page - Create Account