From b587804e3e4936ad7d747097c13fde38e263be96 Mon Sep 17 00:00:00 2001 From: Victor Grau Serrat Date: Thu, 30 Nov 2017 17:11:15 -0700 Subject: [PATCH] DOC: fix video links to algos --- docs/source/videos.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/videos.rst b/docs/source/videos.rst index 90b53f19..1db8ff28 100644 --- a/docs/source/videos.rst +++ b/docs/source/videos.rst @@ -34,7 +34,7 @@ Backtesting a Strategy This is the first video of a two-part series on using Catalyst for algorithmic trading. This video implements a simple momentum strategy based on -`mean reversion `_: when the cryptoasset +`mean reversion `_: when the cryptoasset goes up quickly, we’re going to buy; when it goes down quickly, we’re going to sell. Hopefully, we’ll ride the waves. @@ -48,7 +48,7 @@ Live Trading a Strategy ----------------------- This is the second part of the two-part series on using Catalyst for algorithmic -trading. Having backtested `our strategy `_ +trading. Having backtested `our strategy `_ in the previous video, we now take it to trade live against the Bittrex exchange. .. raw:: html