Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Bar graphic

Hello, Guys,
I'm a new python and Quantopian. I'm just wondering can we use python to make a bar graphic like this one.

I will be really appreciated.
Thank you so much

3 responses

Try to covert Candlestick Charts to bar chart(western candlestick).

Posted on StackOverflow : def westerncandlestick() that you may find useful for reference.

As for candlestick, I find the matplotlib.finance API simple to use and very customisable.

++ References:

Github matplotlib mpl_finance : Example codes

Time series Candlestick chart : Example Pandas DataFrame operation with SMA overlay

Happy charting!

Thank you guys!!