I run this EFS expression. When it triggers, the alerts keep coming in every second and they do not stop. How can I fix this so the alert only comes in one time.
((high(0) < FirstHigh + .50)))&&
(((high(-1)-low(-1)) < 1.25)&&
(low(0)<(FirstLow)-.05))&&
AlerTTirggered==false
) onAction1() ;
((high(0) < FirstHigh + .50)))&&
(((high(-1)-low(-1)) < 1.25)&&
(low(0)<(FirstLow)-.05))&&
AlerTTirggered==false
) onAction1() ;
Comment