From bee39da2211d8d1ece967312eddbee6a6ff009f3 Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 13 Jul 2017 22:58:38 -0400 Subject: [PATCH] Update README.rst --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index a0e7dc2dc..61ed05462 100644 --- a/README.rst +++ b/README.rst @@ -16,10 +16,10 @@ For now, please refer to the `Zipline API Docs `_ as a genera Our primary contributions include the: -- Intruction of an open trading calendar, that permits simulation to allow trades on weekends, holidays, and outside of normal business hours. +- Introduction of an open trading calendar that permits simulation to allow trades on weekends, holidays, and outside of normal business hours. - Curation of OHLCV data bundle from `Poloniex's API `_, which contains data in five-minute intervals as early as 2/19/2015. -- Support for backtesting for daily trading strategies, support for five-minute backtesting is in development. -- Addition Bitcoin price (USDT_BTC) as a benchmark asset for comparing performance. +- Support for backtesting of daily trading strategies, support for five-minute backtesting is in development. +- Addition of Bitcoin price (USDT_BTC) as a benchmark asset for comparing performance. Interested in getting involved? `Join us on Slack! `_ @@ -62,7 +62,7 @@ If you wish to run any examples or use matplotlib during development, it can be Getting Started =============== -The following code implements a simple buy and hodl algorithm. The full source can be found in ``catalyst/examples/buy_and_hodl.py``. +The following code implements a simple buy and hold algorithm. The full source can be found in ``catalyst/examples/buy_and_hodl.py``. .. code:: python