Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Is it possible to compare two algorithms ?

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.

1 response

What I would do would be 3 versions of the algos saved separately. Then have 3 tabs open and compare that way. This is what I do