I am using a pipeline to determine the market breadth for a point in time (returns % of stocks above 50d-avg). I want to be able to compare this breadth reading from 1 month ago so was looking at running the same pipeline with a date input for n-21.
Is there anyway of doing this in the IDE? I know its not a problem in the Research Env.
Thanks!