Support Board
Date/Time: Sat, 08 Nov 2025 08:01:17 +0000
Post From: Alert at every BarTime *:*:50 ??
| [2025-10-27 21:06:54] |
| John - SC Support - Posts: 42874 |
|
To have an alert at the 50 second mark of every minute, use the following formula: =FRACTIME(BARTIME * 24 * 60) * 60 = 50 Note that this does require that your bar period is a multiple that goes into 50 seconds, such as 10 seconds or 5 seconds. But a bar period of 1 minute will not work, as the BARTIME is the start of the bar. If you want an alert at the 50 second mark regardless of the bar period (so based on computer clock time) then use the following: =INT(FRACTIME(NOW() * 24 * 60) * 60) = 50 For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |
