Hey,
I'm just getting started with trading algorithms. After successfully testing some basics, I tried to use the Pipeline. I'm unable to implemet a CustomFactor with multiple outputs.
In the example I try to calculate mean and std of the logarithmic returns. But when using run_pipeline I get a inscrutable error. What am I doing wrong?