Hi Will,
QCAlgorithms can’t actually be executed in the notebooks, try putting the code into a main.py file and make a few adjustments so it will run as an algorithm.
It is possible to run multiple algorithms, with a Prime subscription, 2 backtests can be run in parallel at a time (with a free account, a user waits for the first backtest to finish before running another), and this number is increased to 4 with a Professional subscription. For live execution of algorithms, we have varying server space for the different tiers, more on this can be found here.
After an algorithm is run, head over to the Overview tab in the backtest to see the statistics. To see how well it does over different periods of time, the auto-generated Strategy Equity plot in the backtest serves this purpose. Alternatively, locally developed algorithm backtesting can be automated using the API or the CLI.
Best,
Shile Wen