Login Page - Create Account

Support Board


Date/Time: Thu, 25 Apr 2024 14:49:37 +0000



Real Time reading ask/bid prices, tick by tick

View Count: 725

[2015-11-25 15:43:36]
User368248 - Posts: 46
Hello, I need to read each tick as they arrive to sierrachart, not depending of indicator/study repaint. ( I notice in 1 second the "T"icket value change from 0 to 50 in < 2 seconds... but its appear the chart dont move as fast as Tickedt number change ( assumming each tick its a diference price).
So, the question its :
How can I read "all" ticks as they come to sierra? ( without dependence of repaint/refresh/draw chart) ?
I am using a simple sc.Bid,sc.Ask request in study attached to chart.
How fast can I read?
I put also Chart->BarPeriod to Range Per Bar-True( in ticks ) to 1, also too Chart Update Interval to 10ms ( Its very low and very acceptable, just to know how setup the full speed to read ticks )

Can you help me on this ?

Thanks in advance.
[2015-11-26 04:41:35]
Sierra Chart Engineering - Posts: 104368
This can be done by accessing the Time and Sales data and reading all of the trades since the last chart update. Refer to the documentation here:
https://www.sierrachart.com/index.php?page=doc/doc_ACSIL_Members_Functions.html#scGetTimeAndSales
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2015-11-26 04:55:46]
User368248 - Posts: 46
Thanks!
I will check it .

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

Login

Login Page - Create Account