Every morning, I'd like to filter down to every stock in a certain price range, then every minute, I'd like to sort further and act based on that screening. Is this possible with the new Pipeline addition?
Every morning, I'd like to filter down to every stock in a certain price range, then every minute, I'd like to sort further and act based on that screening. Is this possible with the new Pipeline addition?
Currently, Pipeline runs once a day when the markets are closed. So the first part of your question will work, to select at most 500 stocks in your price range. Then during the day, you can access pricing data every minute for those 500 stocks. So the answer to your second question is yes, but it does not use pipeline intraday, and it is limited to the 500 stocks that pipeline selected.
Cheers!
Tristan