I have in my code this EL = myE1E4 =1 ES = myE1E4 =-1 if EL then DRAWCANDLE(open, high, low, close) Coloured (80,210,80, 175) elsif ES then DRAWCANDLE(open, high, low, close) Coloured (220,100,100,175) and the candle color can only changed in the code. How can i make a color change Setting like in the picture.