Hi,
I am attempting to create a custom factor to deliver two outputs the MACD as a % (as opposed to a value) and the signal line of that.
I used the Zipline MovingAverageConvergenceDivergenceSignal Class as a basis, but I get the following error
ValueError: operands could not be broadcast together with shapes:
Can anyone suggest what I am missing please.
Paul