Login Page - Create Account

Support Board


Date/Time: Fri, 20 Sep 2024 01:05:25 +0000



[User Discussion] - Bollinger Bands Alert

View Count: 2162

[2013-07-10 20:47:33]
User23815 - Posts: 210
Does someone have the script for the following Alert on Bollinger Bands?
If the close of the candle is > the upper band (SG1)
If the close of the candle is < the lower band (SG3)
Thank you
[2013-07-10 21:04:41]
Sawtooth - Posts: 4091
Try this:

=OR(AND(C[-1]<SG1[-1],C>SG1),AND(C[-1]>SG3[-1],C<SG3))

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

Login

Login Page - Create Account