Hi Quantopians;
I tried to shorten the variable names in functons initialize() and handle_data(). Example:
def initialize(ctx):
pass
Unfortunately that caused the build to fail because method initialize(context) was not implemented.
Is this a bug or a feature?