wanted to say, your'e doing a commenmdable job by teaching these
@NeuralNine3 жыл бұрын
thank you :)
@arnav18893 жыл бұрын
Why your video has even a single dislike 😔.By the way,Love from India and hope you don't remain such underrated
@jahnavilalwani23653 жыл бұрын
Sir , your videos are just amazing . I request you to make detailed videos on these topics ! Thank you for such content :)
@williamnichols62532 жыл бұрын
Dang dude. That was easy. I'm totally unstuck now. Deserves a sub.
@Carrbonara5863 жыл бұрын
Liked the video before I watched it, great content as always.
@ojasdillikar47383 жыл бұрын
How about ML algorithm to predict rise or fall of the Stocks
@NeuralNine3 жыл бұрын
coming soon
@ylnswzxlzdxy Жыл бұрын
Anyone face this issue below? in data= web.DataReader('TSLA','yahoo', start, end) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: string indices must be integers, not 'str'
@elijahmawli8347 Жыл бұрын
Yh I got this error too it could be because yahoo changed API keys so you'd have to change the method of data retrieval, here's a fix : import yfinance as yf stock = yf.Ticker('TSLA') stock_ohlc = stock.history(period="1mo", interval='1d') plt.plot(stock_ohlc('Close') plt.show( )
@SpoobyDooVillian10 ай бұрын
I used the yf.pdr_override()
@eosvideos522 Жыл бұрын
hey, first - great video! I struggle to connect this plot to a Customtkinter Frontend. Do you have any idea how do do it? Best
@nasserhassanzadeh3 жыл бұрын
Thanks for video, please let me know how can I draw intraday charts
@ragnarocking Жыл бұрын
Is there any way to code hollow candles with this library? e.g. HOLLOW_GREEN_CANDLE = Close > Prior_Close AND Close > Open FILLED_GREEN_CANDLE = Close > Prior _Close AND Close < Open HOLLOW_RED_CANDLE = Close < Prior_Close AND Close > Open FILLED_RED_CANDLE = Close < Prior _Close AND Close < Open
@jal051 Жыл бұрын
¿Can you add plots (emas) and marks/shapes on bars? ¿Text of any kind? Also, how about scrolling?
@zing326 Жыл бұрын
Hello, Amazing work. Have been following your tutorials for many topics. But i keep getting "TypeError: string indices must be integers" for the code snipet upto minutes 3.53. Can you or someone else help me.
@TheMagiKa3213 Жыл бұрын
The yahoo api changes makes it incompatible with the web module. I recommend using stooq instead
@FusionCorporation-jx5ou Жыл бұрын
can you please also make a video on how to render the chart on django, i search the whole youtube and search engine but could not find any such vdo. there are few who talks about plotly - matplotlib but not on mplfinance
@GamingOzzz3 жыл бұрын
Anyway to import this chart in let's say, Dash or streamlit?
@ProSpase Жыл бұрын
How can I make the chart update dynamically with changing bid price on every tick or every 0.1s? Thanks.
@boredOutlaw3 жыл бұрын
Just a quick question what is that intro music??
@xpawloo39133 жыл бұрын
Can you make a tutorial for voice chat in python?
@B1NT0N3 жыл бұрын
Can you please teach us to make a bitcoin miner or IQoption Bot in python I would love to learn to do that
@rootcyberghost5663 жыл бұрын
Hey neutral9..can you make video how to create botnet using python..i mean botnet for ddos attack...
@jesusretes14493 жыл бұрын
Could you do a video on how to make a screen recorder
@jesusretes14493 жыл бұрын
@Jake Anderson thanks bro
@trenholmelodge18202 жыл бұрын
black background makes it difficult to read any data entered using different colours. Please use a different background colour so that it is easier to read.
@anisurrahman82543 жыл бұрын
Bro make a playlist of JavaScript beginners
@stevenparente89784 ай бұрын
not sure why but i cant get this to run...
@felixvalembois95963 жыл бұрын
can you upload your trojan code on your github please ? your video has been deleted :(