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

  Рет қаралды 70,463

Python Programmer

Python Programmer

Күн бұрын

Пікірлер: 70
@MakuLabs
@MakuLabs 3 жыл бұрын
Is it possible to programmatically add annotations like a rectangle, etc to this chart?
@Neil-w2n
@Neil-w2n 2 ай бұрын
Very clear. You are a good teacher.
@tushihahahi
@tushihahahi 3 жыл бұрын
Direct plotting begins at 08:25.
@faridparvez
@faridparvez Жыл бұрын
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
@ЯрославСмирнов-р7о
@ЯрославСмирнов-р7о 3 күн бұрын
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
@youreale
@youreale 3 жыл бұрын
"This video is sponsored by..." - that's a very honest way to start a video, if you ask me. Great tutorial, indeed.
@BM-uf4pp
@BM-uf4pp 4 жыл бұрын
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.
@megatrongaming2657
@megatrongaming2657 4 ай бұрын
Sir, how can i plot two moving averages instead of one in this plot?
@k2icc
@k2icc 3 жыл бұрын
is there a WMA or weighted moving average in mpl finance?
@baryalen9669
@baryalen9669 4 жыл бұрын
Uve been gone for a few while missd the vedios
@manvirsingh3727
@manvirsingh3727 4 жыл бұрын
Thanks I was finding this for a few weeks 😊
@MrTecphdb
@MrTecphdb 4 жыл бұрын
Giles great tutorial, piece of cake👏🏻👏🏻👏🏻👏🏻
@ricardoramirez9038
@ricardoramirez9038 4 жыл бұрын
Many thanks!!! Is there a way that you make a course for finance or trading?
@NeoVirusOfficial
@NeoVirusOfficial 3 жыл бұрын
is it possible to make it realtime ?
@rakeshwasnik9327
@rakeshwasnik9327 3 жыл бұрын
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?
@GOURISHANKARAJ
@GOURISHANKARAJ 9 ай бұрын
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
@cleanc4054
@cleanc4054 2 жыл бұрын
Thank you so much for this tutorial, I could finally plot candlestick charts correctly!
@8koi139
@8koi139 3 жыл бұрын
Ah, that's so awesome!!! I'm so glad I now know python!!
@jasontan7208
@jasontan7208 3 жыл бұрын
how to plot the intraday charts? I have trouble with it.
@fecu2394
@fecu2394 4 жыл бұрын
There's a long tradition of plotting in Python dating back to Guy Fawkes.
@marcus.the.younger
@marcus.the.younger Ай бұрын
did he use python to transfer the bombs?
@nagasrinivasreddi3288
@nagasrinivasreddi3288 3 жыл бұрын
How to identify particular candle stick pattern name for a particular date in graph
@michaelsowter4438
@michaelsowter4438 4 жыл бұрын
How would you plot a datetime instead of just a date?
@urmayshah6863
@urmayshah6863 4 жыл бұрын
Any book on NLP you can refer? Please share
@nanduola
@nanduola 2 жыл бұрын
how to plot bollinger band in this library
@sivadasanet7966
@sivadasanet7966 3 жыл бұрын
Thank you so much Sir..
@khiemhoang4059
@khiemhoang4059 3 жыл бұрын
Can you add this indicator in mt4 or trading views
@AmitKumar-xm2bu
@AmitKumar-xm2bu 5 ай бұрын
Loves from India 🇮🇳❤️
@sting54922
@sting54922 4 жыл бұрын
I’m new to python. Is mplfinance a library (I.e, like R’s libraries). So do I use a command like !pip install mplfinance?
@bransonrizzo9154
@bransonrizzo9154 3 жыл бұрын
pip install --upgrade mplfinance
@Dreso0
@Dreso0 4 жыл бұрын
thanks for the video! i would love more finance content :)
@nsnilesh604
@nsnilesh604 3 жыл бұрын
how to plot trendlines sir
@hungpham1792
@hungpham1792 2 жыл бұрын
Wonderful Work, Thank you so much Sir !
@peaceofmind5891
@peaceofmind5891 2 жыл бұрын
Just amazing ❤️
@yashpatel9988
@yashpatel9988 3 жыл бұрын
how can I plot chart with personal data open high low close ?
@victoriwuoha3081
@victoriwuoha3081 4 жыл бұрын
Interestingly straightforward due to your explanation. Thanks Sir!
@RajaRajan-yc6uh
@RajaRajan-yc6uh 3 жыл бұрын
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.
@Awol01010001
@Awol01010001 3 жыл бұрын
Anyone know how to add a second y axis on the right?
@neelpatel3844
@neelpatel3844 4 жыл бұрын
It’s a nice easy to use library
@riccardoronco627
@riccardoronco627 4 жыл бұрын
how do you check / make sure that the .csv file is in the same dire of jupyter ?
@TomSilver_42
@TomSilver_42 3 жыл бұрын
how about import os .. and then use of pwd , working directory, and maybe some search ... or just don't be lazy and specify the correct absolute path in variable. How about that ?
@PeterPankowski
@PeterPankowski Жыл бұрын
Well done... just the two lines conversation is not longer necessary because yahoo data are now in date format...
@yoloswag6242
@yoloswag6242 3 жыл бұрын
That was soo good! Thanks and very timely.
@copunero2722
@copunero2722 2 жыл бұрын
Thank you
@lookat_jdcreation
@lookat_jdcreation 2 жыл бұрын
so much dedicated... even in hotel he making video and not about anything, its about python programming ! !! !!! !!!! !!!!! !!!!!! !!!!!!!
@agarwalamit081
@agarwalamit081 4 жыл бұрын
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.
@vishalkumar040393
@vishalkumar040393 4 жыл бұрын
Nice. Like this can have some tutorials of physics problems?
@daaniyalahmad5607
@daaniyalahmad5607 3 жыл бұрын
Cool, so simple
@rahulagarwal7182
@rahulagarwal7182 4 жыл бұрын
Excellent Video..
@doctorproctor8702
@doctorproctor8702 3 жыл бұрын
Can you create some tutorials on bots trading
@maiconreis9276
@maiconreis9276 3 жыл бұрын
Amazing. Thank you very much for that.
@RsonViBritania
@RsonViBritania 3 жыл бұрын
Thank you very much! very helpful! :)
@TomSilver_42
@TomSilver_42 3 жыл бұрын
Bumped into this quite accidentally when searching for some hints on pandas and what data they can chew .. well done. However, I'm a bit lazy bunny to note down python from screen. So is there jupyter notebook or some text code snippets laying around waiting to get picked by me ? Please :-P
@user-wc7em8kf9d
@user-wc7em8kf9d 4 жыл бұрын
So cool. Thanks one more time.
@Emotekofficial
@Emotekofficial 2 жыл бұрын
Yeah! I know mplfinance works. I was looking for more of a raw matplotlib code Coz I need to have live candlestick animation that I cant do with mplfinance
@romik828
@romik828 4 жыл бұрын
You are the best !
@Amf313
@Amf313 4 жыл бұрын
Thanks
@nsnilesh604
@nsnilesh604 3 жыл бұрын
Anyways to plot point and figure chart
@namishkesavan4053
@namishkesavan4053 3 жыл бұрын
Amazing vid but how do we feed the data continuously and make it so that it shows a live chart and could you also make a vid abt teaching ai to read candlestick sharts
@luxmanmadapatha7976
@luxmanmadapatha7976 3 жыл бұрын
import yfinance as yf data = yf.download("AMZN", start="2020-01-01", end="2021-06-04")
@didierleprince6106
@didierleprince6106 16 күн бұрын
Merci (:
@punkisinthedetails1470
@punkisinthedetails1470 4 жыл бұрын
Giles be nimble
@nicebhaalu961
@nicebhaalu961 3 жыл бұрын
For some reason I don't understand. I had to add inplace = True in ------ data.set_index('Date', inplace = True) to make it change the index. Maybe it helps someone.
@lookat_jdcreation
@lookat_jdcreation 2 жыл бұрын
i also dont understand why he is saying about inplace of hotel........
@andrewfrost8866
@andrewfrost8866 4 жыл бұрын
Holiday Inn Express!
@mdwidana
@mdwidana 3 жыл бұрын
w()w the channel name has changed (y)
@texasarenastudios
@texasarenastudios 3 жыл бұрын
I want to put a 9 ema on 200 ema
@gamenetwork8209
@gamenetwork8209 3 жыл бұрын
Nice nice nice
@GnuSnu
@GnuSnu 3 жыл бұрын
why can't you put a code in desc?? I'd rly help. And it takes 1 min. like c mon
A math GENIUS taught me how to LEARN ANYTHING in 3 months (it's easy)
8:52
Python Programmer
Рет қаралды 1 МЛН
4 Books that will make you a smarter person
8:18
Python Programmer
Рет қаралды 51 М.
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 28 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 57 МЛН
Lamborghini vs Smoke 😱
00:38
Topper Guild
Рет қаралды 69 МЛН
Candlestick charts in python from scratch with Plotly
12:35
Chad Thackray
Рет қаралды 21 М.
7 Python Data Visualization Libraries in 15 minutes
15:03
Rob Mulla
Рет қаралды 86 М.
Predict The Stock Market With Machine Learning And Python
35:55
Dataquest
Рет қаралды 728 М.
Obsidian: The Most Powerful Learning Technology in History?
6:52
Python Programmer
Рет қаралды 67 М.
How To Make Interactive Candlestick Charts Using Plotly & Python
10:58
Computer Science (compsci112358)
Рет қаралды 35 М.
The Best Learning Tool in History - 400 years ahead of its time!
11:04
Python Programmer
Рет қаралды 787 М.
ML Was Hard Until I Learned These 5 Secrets!
13:11
Boris Meinardus
Рет қаралды 345 М.
Automated Price Break Out Detection: Algorithmic Trading In Python
16:34
Data Science Project from Scratch! Follow along.
24:09
Python Programmer
Рет қаралды 53 М.
I’ve Switched to UV for Python, and So Should You
17:35
ArjanCodes
Рет қаралды 60 М.