Answered step by step
Verified Expert Solution
Link Copied!

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 50 day and 200 day moving averages.
Write a python program that gets the daily open, close, high, and low prices for Microsoft for the past 10 years. Plot the 50 day moving average and the 200 day moving average. The 50 day is to be in blue and the 200 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 50 day crosses above or below the 200 day. The code will be run in VS Code.
Create a video that shows the following with this rubric [1pt 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.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems Design Implementation And Management

Authors: Peter Rob, Carlos Coronel

6th International Edition

061921323X, 978-0619213237

Students also viewed these Databases questions