Login Page - Create Account

Support Board


Date/Time: Sun, 08 Sep 2024 00:19:24 +0000



Alert When Price Crosses the Lower Bollinger Band Line

View Count: 1627

[2013-08-05 19:41:28]
infpz - Posts: 826
Is this accurate?

=CROSSOVER(LASTTRADE, SG3)

If so, is there a way to set it so that the alert sounds only on the way down, not on the way up?

Thanks,
[2013-08-05 19:53:49]
Sawtooth - Posts: 4083
Try this:

=AND(C[-1]>SG3[-1],C<SG3)
[2013-08-05 19:54:37]
infpz - Posts: 826
Thanks!
[2013-08-05 19:55:08]
infpz - Posts: 826
If I want the alert right away, not at the bar close, would I still use that formula?
[2013-08-05 20:20:15]
Sawtooth - Posts: 4083
Yes, but uncheck Evaluate On Bar Close.


[2015-06-18 21:37:36]
User147893 - Posts: 10
lets take this a step further, i want next alert fired when bar closes above the upper bollinger band, and then the next alert fired when the bar closes below the lower bollinger band and so on... how can i program that... please help!

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

Login

Login Page - Create Account