Support Board
Date/Time: Sun, 27 Apr 2025 23:17:12 +0000
Post From: Lag in Last Traded Price
[2013-04-05 19:50:09] |
QnReally - Posts: 188 |
If I use the following in ACSIL on a 1 tick chart will it give me the data feed delay correctly? (double)(sc.CurrentSystemDateTime - sc.LatestDateTimeForLastBar)*86400.0f*1000.0f; The following shows the delay plotted with the above method: http://www.sierrachart.com/image.php?l=1365191293829.png The delay is in milliseconds. Thanks. |