mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 14:03:08 +08:00
DOC Fix command in readme.
This commit is contained in:
@@ -142,7 +142,7 @@ You can then run this algorithm using the Zipline CLI. From the
|
||||
command line, run:
|
||||
|
||||
```bash
|
||||
python run_algo.py -f dual_moving_avg.py --symbols AAPL --start 2011-1-1 --end 2012-1-1 -o dma.pickle
|
||||
python run_algo.py -f dual_moving_average.py --symbols AAPL --start 2011-1-1 --end 2012-1-1 -o dma.pickle
|
||||
```
|
||||
|
||||
This will download the AAPL price data from Yahoo! Finance in the
|
||||
|
||||
Reference in New Issue
Block a user