Open ghost opened 6 years ago
Hi,
one way is to not parse date, like this :
data("data_candleStick2")
amCandlestick(data = data_candleStick2)
# Parse date
amCandlestick(data = data_candleStick2,
dataDateFormat = "YYYY-MM-DD")
@bthieurmel But that does not solve the problem.
Hi, when ploting candlestick, there is always some date with no data due to no trade happend in that days. But your plot of candlestick would still plot them with blank. Even in your example, the code you used cannot reproduce the right result on my computer.
Here is what your print: Here are what I got: