Candlestick Charts in Python

Поділитися
Вставка
  • Опубліковано 24 січ 2021
  • In this video we learn how to plot candlestick charts in Python for stock visualization.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    💻 The Algorithm Bible Book: www.neuralnine.com/books/
    🐍 The Python Bible Book: www.neuralnine.com/books/
    👕 Programming Merch: www.neuralnine.com/shop
    💻 Exclusive Content 💻
    👥 Patreon: / neuralnine
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine.com/
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/NeuralNine
    🎵 Outro Music From: www.bensound.com/
  • Наука та технологія

КОМЕНТАРІ • 34

  • @skjameelakhtar
    @skjameelakhtar 3 роки тому +11

    wanted to say, your'e doing a commenmdable job by teaching these

    • @NeuralNine
      @NeuralNine  3 роки тому +4

      thank you :)

    • @arnav1889
      @arnav1889 3 роки тому

      Why your video has even a single dislike
      😔.By the way,Love from India and hope you don't remain such underrated

  • @jahnavilalwani2365
    @jahnavilalwani2365 3 роки тому +3

    Sir , your videos are just amazing .
    I request you to make detailed videos on these topics !
    Thank you for such content :)

  • @FridgeFucker96
    @FridgeFucker96 3 роки тому +7

    Wow, last time I checked you had 10k subs, now you have 50k! You deserve all of them and even more!

  • @Carrbonara586
    @Carrbonara586 3 роки тому

    Liked the video before I watched it, great content as always.

  • @williamnichols6253
    @williamnichols6253 2 роки тому

    Dang dude. That was easy. I'm totally unstuck now. Deserves a sub.

  • @nasserhassanzadeh
    @nasserhassanzadeh 3 роки тому

    Thanks for video, please let me know how can I draw intraday charts

  • @eosvideos522
    @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

  • @FusionCorporation-jx5ou
    @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

  • @ProSpase
    @ProSpase Рік тому

    How can I make the chart update dynamically with changing bid price on every tick or every 0.1s? Thanks.

  • @GamingOzzz
    @GamingOzzz 3 роки тому

    Anyway to import this chart in let's say, Dash or streamlit?

  • @jal051
    @jal051 8 місяців тому

    ¿Can you add plots (emas) and marks/shapes on bars? ¿Text of any kind? Also, how about scrolling?

  • @ojasdillikar4738
    @ojasdillikar4738 3 роки тому +3

    How about ML algorithm to predict rise or fall of the Stocks

  • @boredOutlaw
    @boredOutlaw 3 роки тому

    Just a quick question what is that intro music??

  • @ylnswzxlzdxy
    @ylnswzxlzdxy Рік тому +3

    Anyone face this issue below?
    in
    data= web.DataReader('TSLA','yahoo', start, end)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    TypeError: string indices must be integers, not 'str'

    • @elijahmawli8347
      @elijahmawli8347 7 місяців тому

      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( )

    • @SpoobyDooVillian
      @SpoobyDooVillian 5 місяців тому

      I used the yf.pdr_override()

  • @zing326
    @zing326 Рік тому +2

    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
      @TheMagiKa3213 11 місяців тому

      The yahoo api changes makes it incompatible with the web module. I recommend using stooq instead

  • @ragnarocking
    @ragnarocking 7 місяців тому

    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

  • @rootcyberghost566
    @rootcyberghost566 3 роки тому

    Hey neutral9..can you make video how to create botnet using python..i mean botnet for ddos attack...

  • @xpawloo3913
    @xpawloo3913 3 роки тому +1

    Can you make a tutorial for voice chat in python?

  • @B1NT0N
    @B1NT0N 3 роки тому +2

    Can you please teach us to make a bitcoin miner or IQoption Bot in python
    I would love to learn to do that

  • @jesusretes1449
    @jesusretes1449 3 роки тому

    Could you do a video on how to make a screen recorder

  • @felixvalembois9596
    @felixvalembois9596 3 роки тому

    can you upload your trojan code on your github please ? your video has been deleted :(

  • @trenholmelodge1820
    @trenholmelodge1820 Рік тому

    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.

  • @reyesjoeroshan7286
    @reyesjoeroshan7286 3 роки тому +2

    Second

  • @marshallhickey3746
    @marshallhickey3746 3 роки тому +2

    First

  • @senior108
    @senior108 Рік тому

    11:29

  • @anisurrahman8254
    @anisurrahman8254 3 роки тому +1

    Bro make a playlist of JavaScript beginners