Login Page - Create Account

Support Board


Date/Time: Tue, 23 Apr 2024 06:02:28 +0000



Post From: Lag in Last Traded Price

[2013-04-05 19:50:09]
QnReally - Posts: 181
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.