Support Board
Date/Time: Wed, 27 Nov 2024 15:41:56 +0000
Post From: Hello - Is there a reference to
[2023-08-15 14:05:35] |
John - SC Support - Posts: 36315 |
There are no studies that do this. But you can do the following in order to create an Alert when the data is delayed by more than a certain amount. There is not a built-in way to have some kind of text appear on the screen. You could use the "Color Bar Based on Alert Condition" to display something that work for you. To create an alert for when the delay is more than a specific number of seconds, do the following: - Add the "Time and Sales Time" study to the chart. - Use the following formula to test if the delay is within a certain number of seconds (10 is used in the following): =IF(ABS((NOW() - TODAY() - ID1.SG1) * 24 * 60 * 60) > 10, 1, 0) Where ID1 is the ID of the Time and Sales Time study. For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |