How to plot a candlestick chart in python. It's very easy!

preview_player
Показать описание
Python makes it very easy to plot share prices for analysis. And the library I use in this tutorial makes it even easier.

WANT TO LEARN PYTHON? Try my course:

👌 SUBSCRIBE to ME!👌
Рекомендации по теме
Комментарии
Автор

Is it possible to programmatically add annotations like a rectangle, etc to this chart?

MakuLabs
Автор

Great video, very clear.
Please make a video on roadmap to learning python from scratch, specifically for stock analysis, chart analysis, getting trade signals using charts and statistical analysis of stocks. I mean create a roadmap on the course tailored cut for only stock analysis .
Regards
Farid

faridparvez
Автор

Giles great tutorial, piece of cake👏🏻👏🏻👏🏻👏🏻

MrTecphdb
Автор

"This video is sponsored by..." - that's a very honest way to start a video, if you ask me. Great tutorial, indeed.

youreale
Автор

Thanks I was finding this for a few weeks 😊

manvirsingh
Автор

good day, sir!
i have some buy/sell orders in .csv file, that ive made on btcusdt in past 2 years.
how can i put it in plot so i can see when and where i bought some coins?
thanks for reply

ЯрославСмирнов-ро
Автор

Thank you so much for this tutorial, I could finally plot candlestick charts correctly!

cleanc
Автор

That was cool. I would have just added some interpretation of the plots to make clear what each part of the plot means, particularly the actual candlesticks.

BM-ufpp
Автор

Sir, how can i plot two moving averages instead of one in this plot?

megatrongaming
Автор

Ah, that's so awesome!!! I'm so glad I now know python!!

koi
Автор

thanks for the video! i would love more finance content :)

Dreso
Автор

The whole idea of visualization is for people with limited abilities to infer statistical results. There is no match to developing skills to understand trends with raw numbers with better understanding of statistical inferences. 2 reasons why I believe that visualization is a limiting factor: 1. We can easily tweak visualization by tweaking axes, scales etc to suit our eyes 2. It acts like a conclusion to a given problem for many rather than the starting point to attacking a given problem. Having said that, visualization is still extremely helpful for a majority of us and thanks for the excellent video.

agarwalamit
Автор

Wonderful tutorial. Thanks a lot for sharing!! I could plot the charts I require in no time. Hope there will be many more options to flexibly handle these created charts to make it more interactive.

RajaRajan-ycuh
Автор

Interestingly straightforward due to your explanation. Thanks Sir!

victoriwuoha
Автор

is there a WMA or weighted moving average in mpl finance?

kicc
Автор

Okay, so let's say I have some trading data and I want to highlight those trading points on the candlestick chart I'm plotting, more like highlighting those points....how do I do that?

rakeshwasnik
Автор

Wonderful Work, Thank you so much Sir !

hungpham
Автор

i have problem where i need to give df.loc(yyyy-mm-dd hh:mm:ss) for plotting
the line where it was given as mpf.plot(df['2020-03']) is not working for me

GOURISHANKARAJ
Автор

Well done... just the two lines conversation is not longer necessary because yahoo data are now in date format...

PeterPankowski
Автор

how can I plot chart with personal data open high low close ?

yashpatel