Problem
Currently Yahoo Data is being used by default. Specifically adjusted close data to avoid splits breaking people's simulations. However, using adjusted close isn't accurate for backtesting and also seems to have broken tests as dividend and split data looks like it is adjusting price data during the test period.
Solution
I'm currently intending on changing the default price data to use Quandl's WIKI data. Splits and dividends are included in the data set. Unfortunately, the dataset doesn't include all stocks but will allow for a higher quality backtest for stocks it does include. For the serious investor, acquiring a higher quality data source is probably prudent.
Problem
Currently Yahoo Data is being used by default. Specifically adjusted close data to avoid splits breaking people's simulations. However, using adjusted close isn't accurate for backtesting and also seems to have broken tests as dividend and split data looks like it is adjusting price data during the test period.
Solution
I'm currently intending on changing the default price data to use Quandl's WIKI data. Splits and dividends are included in the data set. Unfortunately, the dataset doesn't include all stocks but will allow for a higher quality backtest for stocks it does include. For the serious investor, acquiring a higher quality data source is probably prudent.