I want my indicator to draw a solid line only in certain parts of the graph and nothing in others. I tried to return a zero value, but if I do, the line on the screen drops to zero and remains visible, while I want it to disappear completely. example: if close > open then a = close/open b = a/125 else a = 0 b= 40 endif return (a,b)