Seung Ju Yoo
Results
2
issues of
Seung Ju Yoo
I would like to plot two data as below. ``` plot2 = mpf.make_addplot(data2, type='candle') mpf.plot(data, type='candle', addplot=plot2) ``` However, the problem is that data2 contains 3 candles and data contains...
enhancement
Hi, I appreciate your work! How would I plot multiple candles together side by side on the same figure? I want to compare 1. original data, 2. modified data side...
enhancement
question