For instance how do I do this?
aapl_regressions = RollingLinearRegressionOfReturns(
target=sid(24), returns_length=10, regression_length=30,
)
With a variable as the target? For some odd reason, the sid function doesn't allow variables and there seems to be no way I can find to go from sid to asset.
Thanks for any assistance.
This is also a continuation of my problem here, https://www.quantopian.com/posts/how-to-get-a-list-of-assets-into-a-customfactor-to-be-used-as-targets