Hi, I'm trying to run a backtest in the research environment. I can't seem to import zipline.run_algorithm() or zipline.TradingAlgorithm(). I get the following error:
"Importing zipline.run_algorithm raised ImportError. No modules or attributes with a similar name were found. Last warning! One more import error and your account will be suspended for security reasons until a human can talk to you. "
Needless to say, I tried to import it in several ways, several times. :)
How do I solve this? And what function do I use to run a backtest? They have very similar inputs.
Thank you.