Files
catalyst/docs/quickstart.rst
T
Ben McCann eaa9880203 DOC: Reference example in quickstart to keep it up-to-date.
Fix the quickstart docs by including the example so that it's
always up-to-date.
2013-06-14 15:58:45 -04:00

15 lines
417 B
ReStructuredText

**********
Quickstart
**********
Dual-Moving Average Example
===========================
The following code implements a simple dual moving average algorithm
and tests it on data extracted from yahoo finance.
.. include:: ../zipline/examples/dual_moving_average.py
:literal:
You can find other examples in `the zipline/examples directory <https://github.com/quantopian/zipline/tree/master/zipline/examples>`_.