Announcement

Collapse
No announcement yet.

Help, trigger alerts won't stop

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Help, trigger alerts won't stop

    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() ;

  • #2
    Re: Help, trigger alerts won't stop

    sjsr
    See this thread for an example of how to trigger an alert once per bar only
    Alex


    Originally posted by sjsr
    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() ;

    Comment

    Working...
    X