Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The goal of this assignment is to get the daily stock data for Tesla stock and plot the daily stock prices using candles and the
The goal of this assignment is to get the daily stock data for Tesla stock and plot the daily stock prices using candles and the day and day moving averages.
Write a python program that gets the daily open, close, high, and low prices for Microsoft for the past years. Plot the day moving average and the day moving average. The day is to be in blue and the day in red. Each data point must be a candle with red candles indicating a down day and green candles indicating an up day. Label the axes and put a chart title at the top. Indicate on the chart when the day crosses above or below the day. The code will be run in VS Code.
Create a video that shows the following with this rubric pt each:
Show how to create a GitHub repository for use in this project
Show how to clone the GitHub repository to VS Code
Go to ChatGPT and create a prompt to generate the Python code to achieve the above program
Show the code generated by ChatGPT in VS Code
Run the code and show the output
Show how to push the code to GitHub
Create a DEV branch in VS Code with the program in the DEV branch
Publish this branch to GitHub and show that branch in GitHub
Make changes to the DEV branch in VS Code, push it to GitHub, and show the DEV branch in GitHub
Merge the DEV branch into the MAIN branch in VS Code and push that to GitHub. Show the new code in the MAIN branch in GitHub.
Provide pictures for each step if possible.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started