Hi all,

I was just trying to understand the tradeoff between backtesting locally on my machine vs sending my code to QC server via Skylight. Is it correct that if I send my code to QC server via Skylight, I will only be able to run atmost one backtest at a time, whereas if I run my backtests locally, there are no such constraints. 

The only benefit I see in running backtests on the cloud is that my code will run on 5GHz machines, and easy access to data. But if I download data locally, and I have a powerful enough machine, maybe it is better to run backtests locally?

Author