I am executing the following Alert
"GopiHotZone()."downsignal" is true within 5 bars
and
(
GopiHotZone()."hot" is true within 5 bars
Or
GopiHotZone()."caution" is true within 5 bars
)"
Question is that I see 3 alerts triggering when ever anyone is true. I was hoping the alert should only trigger once bcos there is a "and" condition and it will execute holistically.
right now it is trigerring for the following 3 conditions
Also, how do I delete my old messages?
I want to trigger when all the conditions are true and not when one of the conditions is true
I have already provided the script above,
G
"GopiHotZone()."downsignal" is true within 5 bars
and
(
GopiHotZone()."hot" is true within 5 bars
Or
GopiHotZone()."caution" is true within 5 bars
)"
Question is that I see 3 alerts triggering when ever anyone is true. I was hoping the alert should only trigger once bcos there is a "and" condition and it will execute holistically.
right now it is trigerring for the following 3 conditions
- Hot is true
- Caution is true
- and downsignal is true
Also, how do I delete my old messages?
I want to trigger when all the conditions are true and not when one of the conditions is true
I have already provided the script above,
G
Last edited by a moderator: