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