Closed robindhillon1 closed 1 year ago
Create functions for the following as well as their corresponding three tests:
move_ave_200days(stock_ticker, date) plot_ma_200days(stock_ticker, date)
Specifically, the move_avg_200days should return a dataframe. Then, plot_ma_200days calls the move_avg_200days to plot the data.
move_avg_200days
plot_ma_200days
The functions are created as well as their corresponding tests.
Create functions for the following as well as their corresponding three tests:
move_ave_200days(stock_ticker, date) plot_ma_200days(stock_ticker, date)