Hi all,
I am trying to measure the change in fundamentals from one quarter to another. Using the custom factors example laid out in the pipeline tutorial, I came up with the attached code but I get hit with the below error:
NonWindowSafeInput: Can't compute windowed expression gross_margin_change((Latest((operation_ratios.gross_margin::float64,), window_length=1),), window_length=1) with windowed input Latest((operation_ratios.gross_margin::float64,), window_length=1).
Any ideas on what is wrong with my code? I am a relatively inexperienced coder so I hope that this is a simple fix.
Thanks in advance!