I've been mainly playing with the linear regression algorithm in python, but I don't really understand the purpose of it.
I get backtesting. You have a trading strategy with entries and exits, and you see how many times it wins and loses and how much profit you get from it, and so on.
But I...