Support Board
Date/Time: Thu, 26 Dec 2024 03:27:25 +0000
Post From: Real Time reading ask/bid prices, tick by tick
[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. |