Hi,
I am a newbie and am trying to understand the Quantopian API.
I have seen multiple samples of Pipeline, but for the most part they don't seem to show current data.
How do I find stocks whose price is between 5 and 10 using Pipeline every 60 minutes?
I am familiar with how scheduling works, so don't really need help with "60 minutes" part.
I am primarily trying to find out how to filter on stock prices, and find stock that I want to order dynamically.
Thanks.