Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 705 Bytes

TO-DO.md

File metadata and controls

23 lines (13 loc) · 705 Bytes

TO-DO List

  1. Read the following links and update to package

http://www.stat.pitt.edu/stoffer/tsa3/R_toot.htm

http://www.statmethods.net/advstats/timeseries.html

http://programming-r-pro-bro.blogspot.com/2013/04/forecasting-stock-returns-using-arima.html

http://programming-r-pro-bro.blogspot.com/2011/10/predictability-of-stock-returns-using_28.html

http://www.eickonomics.com/posts/2014-03-25-python-vs-R-adding-TA-indicators/

http://www.dataapple.net/?p=59

  1. develop functions to convert the current data to xts object

  2. try chartseries() from quantmod package on newly created xts object of the data

  3. if 3 is doable, try more quantmod functions

  4. update vignette accordingly