Hello, new to QuantConnect and also have limited coding skill.  I am trying to code up a few basic backtests to learn about the data handling in this system.

Is there something wrong with this code or does QC just offer extremely limited data usage?  The backtest is supposed to sell 1 put of a given DTE and delta per trading day.  I changed the resolution to hourly to try to cut down on data usage as well.  Minimal logging.  I do need a wide strike range for testing options deep in put/call skew, and still want to be pulling the single digit delta strikes when volatility is high.

But I can't even backtest a one week timespan without getting a system out of memory error.  Ideally I was hoping to backtest multiple years of basic strategies of this nature.  The paid subscription only seems to expand backtest size limit by a factor of 10x, and going from 4 days to 40 is still not very helpful.

Am I missing something?