Announcement

Collapse
No announcement yet.

Stop efs from running on condition

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

  • Stop efs from running on condition

    I have an efs file that runs good right now on drawing a line from the highest point on 9:36 to 9:54.


    I can make it alert me only once right now per day and get a buy signal, the only problem is I cant find a way so that if its not in condition then cancel...like if it goes below .15 cents below firstbar then cancel for day and if ever meets condition later in the day then still dont alert me

    I tried everything I cant seem to figure it out at all.
    Attached Files

  • #2
    PATRADER
    Add a condition that checks if price goes below that threshold and if it does set the flags to true as if they had been set by the condition that triggers the alert only once. In that way the alerts will not be triggered until the flags are reset to false (at the beginning of a new day)
    Alex

    Comment


    • #3
      yes..thanks

      Actually I just tried that...I tried to do all kinds of things in the last week...and in the last 10 minutes thats exactly what i did and it worked. I set my AlertTriggered to true, I changed my conditions around to less than and that worked...will try it tomorrow on real time...

      thanks again for your timely and very helpful input!!!

      Comment

      Working...
      X