Login Page - Create Account

Support Board


Date/Time: Tue, 23 Apr 2024 13:53:57 +0000



Alert every 15 minutes

View Count: 217

[2023-05-21 18:26:13]
User251043 - Posts: 44
Hi,
How can I have an alert on a 5-min chart every 15 minutes?

I know I could have a hidden 15-min chart and play an alert every new bar, but I prefer to have the charts to a minimum.

Thank you!
[2023-05-22 15:04:04]
John - SC Support - Posts: 31027
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
[2023-05-23 07:38:41]
User251043 - Posts: 44
Thank you! That was exactly what I needed.

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account