a list/dataframe of time series datasets that didnt adjust for split or dividend.
source
the available data sources are 'yahoo' and '163'. The source will set to yahoo, if the dt has close_adj column; and will set to 163, if the dt has close_prev column.
adjust
whether to adjust the OHLC prices. If it is NULL or FALSE, return the original data. Default is TRUE.
For the yahoo data, the adjustment is based on the close_adj; for the 163 data, the adjustment is based on the cumulative products of close/close_prev.