How to get message only once?
-
Hi everybody!
Great tool!
I want to get a message if indicator XYZ is over the value of 90.
Problem is that now there are many messages if the indicator is over the value of 90.
I only want to get the alert once if it is over 90 and a new message should only be shown if the value was under 90 and then over 90 again.
How can i do this?
Thank you

-
Depends. You can try these blocks Price x> Indicator and Price x< Indicator, or Once per bar
-
Thank you very much. I will try "Once per bar". At which point should i put this object?
I would like to build the following:
If Indicator XY is over 90 and Indicator ZZ is over 95, then put Alarm on, but only 1 time at 1 bar in M5-Chart.
Thank you!!
-