From daeccaed364737dece28e48edd9f502ee650da8c Mon Sep 17 00:00:00 2001 From: Victor Grau Serrat Date: Tue, 28 Nov 2017 16:44:13 -0700 Subject: [PATCH] DOC: video - live trading --- docs/source/videos.rst | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/source/videos.rst b/docs/source/videos.rst index d93c09c5..90b53f19 100644 --- a/docs/source/videos.rst +++ b/docs/source/videos.rst @@ -32,7 +32,9 @@ Where things don't: Backtesting a Strategy ---------------------- -This algorithm is based on a simple momentum strategy. When the cryptoasset +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 goes up quickly, we’re going to buy; when it goes down quickly, we’re going to sell. Hopefully, we’ll ride the waves. @@ -40,3 +42,17 @@ sell. Hopefully, we’ll ride the waves. +| +| +Live Trading a Strategy +----------------------- + +This is the second part of the two-part series on using Catalyst for algorithmic +trading. Having backtested `our strategy `_ +in the previous video, we now take it to trade live against the Bittrex exchange. + +.. raw:: html + + +| +| \ No newline at end of file