Simple question

Viewing 1 post (of 1 total)
  • #25484

    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.

Viewing 1 post (of 1 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login