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
low (-3) - high(-1) <= +.25
what I went is to use 1% in stead of .25
Example
low(-3) - high (-1) <= 1 percent
Comment