Login Page - Create Account

Support Board


Date/Time: Wed, 08 May 2024 18:02:45 +0000



Post From: And/Or short alert study configuration help?

[2020-11-28 14:27:57]
Chadly - Posts: 65
I'm wanting to put volume in my a study alert. I want to do if current or previous candle is say 50,000. Then the alert fires if either the previous or the current candle is that number.

Currently I have

AND(AND(ID6.SG1[-1]>60000), AND(ID6.SG1>60000))

Obviously this only does both. How can I make this do and/or so that it can be one or the other or even both. Basically I want the alert to engage if either previous or current is reaching this 50,000 volume mark.

Thank you!