Hello,
I've been playing around with the pipeline, and I'm running into the following error:
"TimeoutException: Too much time spent in handle_data and/or scheduled functions. 50 second limit exceeded"
I wanted to try something very simple, and thought I would look for stocks that had an annual growth of more than 20% for five years straight; however, there seems to be a few challenges with working with that much history. Are there any tips & tricks for using the pipeline in this way. I've seen a few posts on quarterly earnings algorithms, so I shortened my window down to 70 days to see if I could get it to run... but still no luck.
The following backtest is where I'm currently at. Thanks for any insights.