Announcement

Collapse
No announcement yet.

write condition for low to high less 1%

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

  • write condition for low to high less 1%

    How do you write code for condition when low of -3 bar to the high of -1 bar is greater then 1 percent not to trigger. here is what i am using now, cents.

    low (-3) - high(-1) <= +.25

    what I went is to use 1% in stead of .25

    Example
    low(-3) - high (-1) <= 1 percent

  • #2
    Re: write condition for low to high less 1%

    sjsr
    See the example I provided to you in this thread in which you asked a similar question
    Alex


    Originally posted by sjsr
    How do you write code for condition when low of -3 bar to the high of -1 bar is greater then 1 percent not to trigger. here is what i am using now, cents.

    low (-3) - high(-1) <= +.25

    what I went is to use 1% in stead of .25

    Example
    low(-3) - high (-1) <= 1 percent

    Comment

    Working...
    X