Hi guys,
I am trying to do an ETF rotation strategy, but I am having no luck in research. I have tried get_pricing, but it will not let me load more than one stock. I have also tried to use SIDS. It is too slow to try and code it in algorithm. I would like to be able to get my stocks into a loop before algorithm mode, so I know for sure it is picking the right stocks.
Also data.history would not work in research, how else do I grab price history for the last 30, 60, and 90 days. Researched worked well for pipeline, but I am having no luck getting anything done with ETFs. Here is my code so far. I will attach below what I have done in research.