Support Board
Date/Time: Wed, 05 Nov 2025 10:10:24 +0000
Post From: Alert every 15 minutes
| [2023-05-22 15:04:04] |
| John - SC Support - Posts: 42772 |
|
You would have to check the time of the bar. There are functions for "BARTIME" and you can use the "MINUTE" function as well with Alerts. Therefore, to check if a bar is started on a 15 minute period, you could do the following alert condition: =OR(MINUTE(BARTIME) = 0, MINUTE(BARTIME) = 15, MINUTE(BARTIME) = 30, MINUTE(BARTIME) = 45) For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |
