So, I have a couple questions that I can't seem to find answers to.
First, what is the best way to find sma crossovers using the pipeline?
I have been able to accomplish the task but I have only been able to narrow the results with the pipeline and then complete the search in before_trading_start. Ultimately, it still works and it isn't necessarily to slow for my needs the only problem is that it takes hours for me to run a backtest which really slows down my progress. I have tried CustomFactor but still can't figure out exactly how to get the historical data reference I need. (This could be a simple fix I just can't seem to get it working).
Second, I've been reading on the forums that Quantopian has been planning to update the Pipeline to be able to update every minute throughout the day. Does the pipeline currently update daily or each minute?
Specifically, for one of my algorithms I am using crossovers on an intraday time frame. If necessary I can try to narrow this universe in other ways and update intraday, the only problem is again efficiency, and for this it would be even worse. To accomplish this without an updating pipeline the only thing that I can think of is using the pipeline to find intraday SMA's that are close to crossing and update every hour or so. This would be VERY slow. If the pipeline is still updating each day. Does anyone know how I could efficiently find an SMA crossover of for example 10hrs over 5hrs? I'm just having trouble efficiently navigating the Pipeline to its full potential.
Thank you guys so much for your help, the responses I get on the forums are beyond helpful and you all really go out of your way to help so I just want you to know that it is GREATLY appreciated!
Thanks again,
Abby