Login Page - Create Account

Support Board


Date/Time: Thu, 25 Apr 2024 15:50:04 +0000



[User Discussion] - Bollinger Band %B Alert

View Count: 1863

[2013-09-16 12:49:31]
infpz - Posts: 826
Hello,

Can you help me with this alert on a study? I want to have an alert if %B SG1 value is above 1.05 or under -0.05.

This is what I am using now and it does not appear to be working. Remember there is on SG2 in this study, apparently: =AND(OR(SG1>SG3), AND(SG1<SG4))

Thanks,
PZ
[2013-09-16 13:12:55]
M5amhan - Posts: 468
assuming you dont want it constantly alerting, try this:

=OR((CROSSFROMBELOW(SG1,1.05)),(CROSSFROMABOVE(SG1,-0.05)))
[2013-09-16 13:15:33]
infpz - Posts: 826
Thank you for the suggestion.

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

Login

Login Page - Create Account