mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 23:37:55 +08:00
eaa9880203
Fix the quickstart docs by including the example so that it's always up-to-date.
15 lines
417 B
ReStructuredText
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>`_.
|