Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Getting multi-time window StochasticRSI data on Quantopian for stocks

Hi, I'm a complete novice at this. I have an idea for an algorithm that would require me to obtain StochasticRSI data for a given stock looking at a weekly, daily, hourly and minute time resolutions (i.e. I want 4 different values of StochasticRSI, one each for each time resolution history). I am wondering if there are any ready made algorithms for StochasticRSI (even though its pretty common mathematically and not so hard to do) and my other question is how to obtain historical data series to compute a StochasticRSI in real-time but getting historical data in different time-windows. Any help would be greatly appreciated.