Candlestick renderer offsets center of candle from x-axis start pixel. When rendering general xy lines, those line points are drawn at the x-axis start pixel. This causes indicator lines to be misaligned by a few pixels from the OHLC bars and may provide false signals to those looking at charts.
Candlestick renderer offsets center of candle from x-axis start pixel. When rendering general xy lines, those line points are drawn at the x-axis start pixel. This causes indicator lines to be misaligned by a few pixels from the OHLC bars and may provide false signals to those looking at charts.
See: OhlcPlotBuilder.java#L261