Since Quantopian doesn't support matplotlib.finance yet, I hacked out a candlestick chart function purely using pyplot. It makes a candlestick chart from the dataframe returned by get_pricing. I wrote this to use in my research notebooks and it has made me happier, and if you like looking at technical charts this is golden. Cheers!
Features:
Works with day or minute data
Optional volume bars
Customizable candle colors
Technical Indicators