While backtesting an algorithm with specific tickers, I want to avoid the possibility of banking on a specific trend. I thought it might be a great idea to backtest each of my algorithms in forward as well as backward in time. But then I thought -- maybe this changes stock characteristic?
For example, I'd like to see how my algorithm will work will AAPL. But I don't want to overspecialize on the fact that it has been generally rising since forever. So I want to also test the algorithm if time was reversed, i.e. how much would I lose if the trend was reversed? But I'm not sure how representative it would be.
So the question is: are stock price distributions reversible in time?
I am really new to this website and investing in general. I apologize if this is a stupid question.