Graphing OHLC Candlestick - Tkinter tutorial Python 3.4 part 26

TL;DR
Learn how to create a basic candlestick graph using Tkinter in Python for a trading application.
Transcript
what's going on everybody welcome to another tkinter tutorial video part of our mega series making an actual trading application for Bitcoin so in this video what we're gonna be doing is actually generating this candlestick graph the basic one we don't actually have the indicators or anything like that yet but we're gonna be working on those in the... Read More
Key Insights
- 📈 The tutorial focuses on creating a candlestick graph for a trading application using Tkinter in Python.
- 😫 The code includes functions to plot the candlesticks, set the Y axis label as price, and handle volume data.
- 🤪 The candlestick colors are determined based on whether the price goes up or down.
- 📈 The tutorial mentions the future addition of top and bottom indicators to the candlestick graph.
- 👻 The code allows for customization of the graph, including the width of the candlesticks and the granularity of the data.
- 🎮 The video tutorial showcases the progress made in creating the candlestick graph for the trading application.
- 🪡 The tutorial highlights the need for additional updates to complete the application, including trading features.
Install to Summarize YouTube Videos and Get Transcripts
Explore YouTube Video Summarizer or Get YouTube Transcript Extractor
Questions & Answers
Q: What is the purpose of this tutorial?
The tutorial aims to teach viewers how to generate a candlestick graph using Tkinter in Python for a trading application.
Q: What data does the candlestick graph represent?
The candlestick graph represents the open, high, low, and close (OHLC) prices of a given financial instrument, such as Bitcoin.
Q: How are the candlestick colors determined?
The candlestick colors are determined based on whether the price goes up or down. If the price goes up, the candlestick color is green, and if the price goes down, the color is red.
Q: What is the purpose of the Y axis label?
The Y axis label is set as "price" to indicate that the values on the Y axis represent the prices of the financial instrument.
Summary & Key Takeaways
-
The video tutorial teaches how to generate a candlestick graph using Tkinter in Python for a trading application.
-
The tutorial focuses on creating the basic candlestick graph without indicators.
-
The code includes functions to plot the candlesticks, set the Y axis label as price, and display the volume data.
Read in Other Languages (beta)
Share This Summary 📚
Summarize YouTube Videos and Get Video Transcripts with 1-Click
Try YouTube Summary with ChatGPT & Claude or YouTube Transcript Generator
Explore More Summaries from sentdex 📚






Summarize YouTube Videos and Get Video Transcripts with 1-Click
Try YouTube Summary with ChatGPT & Claude or YouTube Transcript Generator