If performing a backtest on several stocks, and one or two of those stocks do not have sufficient history to look back, say 5 years, what results in backtester?
For instance, if i specify past 5 years for backtest and include Facebook as one of the stocks, what is the logic for the backtester to manage this? Does it throw an error? Does it run the algo on only the 1 or 2 years of data?
How can i check a basket of stocks (prior to running a backtest) if they have sufficient data history, for a timeperiod i specify?