Login Page - Create Account

Support Board


Date/Time: Thu, 16 May 2024 06:52:01 +0000



Post From: how to access information about each trade (tick)

[2015-08-07 12:40:51]
User586170 - Posts: 1
Hello!
I'm going to create my own indicator which will be drawn on 5-minute chart. This indicator must analyse information about each trade (tick) individually (time, price, volume and type (ask or bid trade), which is shown in "Time and Sales" window).
How I can obtain such information about each trade for my indicator (which will be used on 5-minute chart)?
I found only one method to do it - additionally open tick chart and use methods described on page "Referencing Other Time Frames and Symbols" (http://www.sierrachart.com/index.php?page=doc/doc_ACSILRefOtherTimeFrames.php#ProgramOpeningCharts).
Is there any other methods to get information about separate trades (tick data), if I don't want to open tick chart?