Change candle colour

 

I have an indicator that looks for certain candles engulfing the following 4 or 5 candles.

Is there a way to change the current candle colour to pink when it detects the selected candle in code?

 
There is no way to change a single candle into specified color but you can have try to draw a rectangle object on top of that candle with color you want. Hope this may help!
Reason: