Login Page - Create Account

Support Board


Date/Time: Fri, 20 Sep 2024 07:06:43 +0000



[User Discussion] - Alert condition generated at specific time of a day

View Count: 968

[2014-09-25 23:46:12]
User32368 - Posts: 2
Hi SC support.

I have a saved study collection with an Alert condition =OR(SG2>0,SG3>0).
I would like the alert to be generated between 2am and 8am London time.(BTW, Chart settings are at London time).
Would be possible to add additional formula to the above condition in order to accomplish it?

[2014-09-26 00:16:18]
Sawtooth - Posts: 4091
Try this:
=AND(OR(SG2>0,SG3>0),BARTIME>=TIMEVALUE("02:00:00"),BARTIME<=TIMEVALUE("08:00:00"))
[2014-09-26 01:15:23]
User32368 - Posts: 2
Thanks mate,

This is 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