Length body of the candle

Forums ProRealTime English forum ProBuilder support Length body of the candle

  • This topic has 2 replies, 2 voices, and was last updated 10 months ago by avatarJS.
Viewing 3 posts - 1 through 3 (of 3 total)
  • #215558

    Hi,

     

    Is it possible to program: the body of the current candle is > 50% of the previous candle?

    If yes, what is the instruction?

    #215561
    JS

    Hi,

    abs(Close-Open) / abs(Close[1]-Open[1]) > 1.5

     

     

    1 user thanked author for this post.
    #215563
    JS

    Broken down into “Bullish Candle” (color yellow) and “Bearish Candle” (color red)…

    2 users thanked author for this post.
Viewing 3 posts - 1 through 3 (of 3 total)

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