Candle Series can display points with custom colors by setting the color parameter (or the ValueColor array method).

Example:
candleSeries.add( ...., Color.Yellow );
candleSeries.getColors().setColor( 10, Color.Blue);