Hello,

I am new to Quantconnect and trying to port my algorithms from Quantopian. Found interesting discussion from Alexandre Catarino about porting which is really helpful. But still, the python documentation doesn't list all functions etc. Struggling a bit to learn and understand...

While trying to do a universe selection, came across this in one of algos "self._changes = SecurityChanges.None". But the compiler is throwing error "Build Error: File: main.py Line:29 Column:39 - SyntaxError: invalid syntax

Tried search an find more information, but couldn't find any. Anyone in same boat and figured this?

Thanks,

Bheem

Author