DOC: Updated more docs to remove --symbols, which was removed

This commit is contained in:
Richard Frank
2016-08-22 13:29:16 -04:00
parent ddb1009c25
commit 87a40491d1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ line, run:
.. code:: bash
zipline run -f dual_moving_average.py --symbols AAPL --start 2011-1-1 --end 2012-1-1 -o dma.pickle
zipline run -f dual_moving_average.py --start 2011-1-1 --end 2012-1-1 -o dma.pickle
This will download the AAPL price data from Yahoo! Finance in the
specified time range and stream it through the algorithm and save the
+1 -1
View File
@@ -428,7 +428,7 @@ magic.
.. code-block:: python
%%zipline --start 2000-1-1 --end 2014-1-1 --symbols AAPL
%%zipline --start 2000-1-1 --end 2014-1-1
from zipline.api import symbol, order, record
def initialize(context):