Hello, I am new on Quantopian and am currently following sentdex's tutorials in order to get it. While doing so I got stuck at executing run_pipeline(), got this error: TypeError: domain() missing 1 required positional argument: 'self'.
I overlooked parenthesis when I return Pipeline() when defining make_pipeline(). Excuse me for the fuss