Use the stock_analysis package to complete the following exercises. Unless otherwise noted, use data from 2017 through to the end of 2018:
- Using the StockAnalyzer, calculate and plot three levels of support and resistance for Netflix's closing price from 2017-2018.
- With the StockVisualizer, look at the effect of after-hours trading on the FAANG stocks:
- As individual stocks
- As a portfolio using the make_portfolio() function from stock_analysis.utils
- Using the StockVisualizer.open_to_close() method, create a plot that fills the area between the FAANG stocks' opening price (as a portfolio) and its closing price each day in red if the price declined and in green if the price increased. As a bonus, do the same for a portfolio of bitcoin and the S&P 500.
- Mutual funds and exchange-traded funds (ETFs) are funds that are composed of many assets. They are built...