UBC-MDS / StockSignals

Calculate And Plot Stock Signals
MIT License
0 stars 2 forks source link

[M2] Robin Functions + Tests #19

Closed robindhillon1 closed 1 year ago

robindhillon1 commented 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)

robindhillon1 commented 1 year ago

Specifically, the move_avg_200days should return a dataframe. Then, plot_ma_200days calls the move_avg_200days to plot the data.

robindhillon1 commented 1 year ago

The functions are created as well as their corresponding tests.