I have tried using the Aroon Pipeline Factor and get nothing but an All-NaN Slice ValueType Error. I have tried
up, down = Aroon(window_length=20)
factor = Aroon(window_length=20)
None of these seem to work. Anyone know what's going on? I'm using default inputs and trying to assign outputs to the up,down variables