Currently when I have an algorithm, I backtest it. Then write somewhere (notepad) how much the algorithm earned, max drawdown and other things.
Then change it, run it again , And compare the results.
Is it possible to backtest more then one algorithm simultaneously ? Meaning to see a graph in the end of the backtest where both appear and compared to SPY.
For example I want to choose the best period for my moving average, should it be 14 days or 28 or 9 or 20, I want to simulate all this in parallel and see which one gives me the best results.
Thanks.