Hey everybody, I'm attempting to get the percentile of a custom factor over a certain timeframe and I'm having some issues.
Whenever I run the cell, my Percentile column gets some extremely long numbers. The only way to fix this issue is to add a
screen=screens
to the row where I define
ppop= PPOPercentile()
. I'm just attempting to find the percentile of the PPO over the past year for a given asset in pipeline. Right now I'm limiting the output to just AAPL as I am trying to just show how the pipeline works, but I would eventually like to run it over a multitude of securities. Any help would be appreciated.