Candles do not coinside with timelines.. why?
Posted: Thu Apr 29, 2010 7:03 pm
Hello guys!
I'm plotting the candlestick chart, it was great before I have found a problem: my candlesticks are placed not right above the minute timelines, but between them! I mean each candle is placed in the XXminutes:30seconds position. Whats up?
I have checked my dates array - its ok, it has zero seconds.
As for plotting, I add my data to the series via series.add(new Minute(mynextdate)), probably a problem is here?
I'm plotting the candlestick chart, it was great before I have found a problem: my candlesticks are placed not right above the minute timelines, but between them! I mean each candle is placed in the XXminutes:30seconds position. Whats up?
I have checked my dates array - its ok, it has zero seconds.
As for plotting, I add my data to the series via series.add(new Minute(mynextdate)), probably a problem is here?