I'm new to pandas and matplotlib and I'm trying to code some algorithmic trading.
I bought this course, and now I understand more, BUT...
It does not includes sample code for OHLC chart in intraday (I mean, it is not complete)
And there are others problems that i have like that my native language is not English (there is no quality material in Spanish about those libraries)
All the material that I found online only plots "daily chart" and is based in matplotlib.finance
, and now it is deprecated, currently python uses mplfinance
.
Please I need a sample code to chart the csv file in seconds, minutes, hours and days.
I really had tried, I'm not a lazy person, but is taking a lot of time just to plot that chart, the course does not solve my requirement.
Here you have csv file for Alibaba (BABA) in 1 second, 5 second, 15 second, 30 second and 1 minute OHLC chart.