I want to find if any double bottom is made within 1% of some fixed number, like 100,150,200,275,350 etc.
I can define double bottom using Zig function and one trough with the previous one.
But how to check if this double bottom is within 1% of those price level, like in case of 100 it should be within 99 to 101. Thanks
Now i just want to check if this double bottom is at the price level of 100 or 150 or 200....then only i am going to take it as valid. but if say it is at 112 then i am going to avoid it