Hi all,
I'm quite new to Quantopian, so I don't know all the tips and tricks. I'm writing an algo that uses about two years of historical data to prep before trading. Unfortunately, this takes a while. I would have liked to put it in initialize(), but I need the history function, so I create a method that's called on a schedule and put a flag so it only runs once. However, I often see an error complaining the handle_data is taking too long. Is there a way around this?
Thanks,
Aaron