Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
error

error in alphapens

2 responses

Python requires that you specify the argument name for all arguments after the first argument you name, so something like period=period(1,5,10,20) (don't know if the parameter is actually called period).

Thanks It is periods