mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-03 16:56:11 +08:00
DOC: Updated more docs to remove --symbols, which was removed
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user