Make use of the alpha vantage module to download the prices of stock from start_dt to end_dt.
Help for Qn 1:
Evaluate the buying and selling dates/prices of the stock using the long_MA and short_MA trading signals. No shorting of stocks is allowed in the strategy, i.e. the trader can only sell the stock if she owned it in the first place.
Print the buying and selling dates and prices of stock clearly in your IPYNB.
Question 3
Given the initial_wealth of the trader, evaluate the final wealth on the end_dt of the analysis. For the purpose of comparison, also evaluate the final wealth of the trader if she chooses to buy and hold the stock from start_dt to end_dt.
Print the final wealth of the trader, for both strategies, to an accuracy of two (2) decimal points, clearly in your IPYNB.
Draw and present the outcome of the trader using the plot format given in Appendix A.
Besides assessing your programming competency, your submission will be graded based on the following criteria:
• Clear documentation. Suitable use of inline comments and markdown is strongly recommended especially if you intend to provide long description for your code.
• Code management. Any code that is not required should be deleted and not commented out.
• Programming to specifications. You are required to document and explain clearly of any assumptions you have made in your implementation.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme