Section 5, Unit 7 -- Momentum course

Dear friends, Why not use pandas for plotting moving averages? 

Regards

Hello Alex, 

I guess you're talking about the call: 



tesla[['Close','SMA']].plot(figsize=(15,10)) 



So, here pandas is indeed being used to plot the MA. Talib returns a dataframe.