Hello my name is Patrick and i am new on this forum.
I have a simple question. I want to define the pip’s in a candlestick.
ABS(open – close) doesn’t do the job correctly
[code]
var1 = (ABS(open – close) > 4)
if var1 then
//Rest of code
[/code]
Sometimes the rest of the code is done when the candle = 3 pips??
What i am doing wrong?? Thaks for the Help.