Skip to content

Commit

Permalink
fixes examples link
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed Nov 1, 2021
1 parent 7f9a024 commit f06e594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ $ zipline run -f dual_moving_average.py --start 2014-1-1 --end 2018-1-1 -o dma.p

This will download asset pricing data sourced from [Quandl](https://www.quandl.com/databases/WIKIP/documentation?anchor=companies), and stream it through the algorithm over the specified time range. Then, the resulting performance DataFrame is saved as `dma.pickle`, which you can load and analyze from Python.

You can find other examples in the [zipline/examples](https://github.com/stefan-jansen/zipline-reloaded/tree/main/zipline/examples) directory.
You can find other examples in the [zipline/examples](https://github.com/stefan-jansen/zipline-reloaded/tree/main/src/zipline/examples) directory.

## Questions, suggestions, bugs?

Expand Down

0 comments on commit f06e594

Please sign in to comment.