ColorBetween regression ?

Forums ProRealTime English forum ProBuilder support ColorBetween regression ?

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

    Hello,

    I’m using multiple ColorBetween statements in an indicator, but only the last ColorBetween statement actually shows on screen.

     

    for example :-

    Var = RSI[14]

    ColorBetween(0,20,0,100,0,100) //Green Bar
    ColorBetween(80,100,100,0,0,100) //Red Bar

    Return Var AS “RSI”

     

    Only the red bar shows. I’m confident that this used to work.

    Is this a known issue ?

     

    Regards,

    Bob

    #213616

    I never used it before, but… yes, it only can be used once.

    I suggest that you colour the area 21 to 79, to keep the OB and OS outside, so you can still see them better:

     

     

    #213623
    JS

    Or alternatively, use two colored rectangles…

    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