Quantopian is really great, but it has limitations such as lack of ability to import external code, no versioning system, as well as many other development related things.
I've installed Zipline on a machine and am trying to run the demos on their website. However, the demos don't work. Every one that I try gives some errors.
This command has been copied directly from the Zipline website:
python scripts/run_algo.py -f zipline/examples/dual_moving_average.py --symbols AAPL --start 2011-1-1 --end 2012-1-1 -o dma.pickle
When running it, it gives this error:
File "scripts/run_algo.py", line 25, in
File "pandas/hashtable.pyx", line 694, in pandas.hashtable.PyObjectHashTable.get_item (pandas/hashtable.c:12231)
KeyError: 'AAPL'
It seems a bit ridiculous that the demos for Zipline don't work. Am I doing something wrong? Is anyone else having the same issue?