From c2fb5b71aff7d1889b79ab362c67e177dd0dc3cf Mon Sep 17 00:00:00 2001 From: Victor Grau Serrat Date: Mon, 20 Nov 2017 09:32:34 -0700 Subject: [PATCH] DOC: videos: +3rd_install, +backtest --- _sources/videos.txt | 18 +++++++++++++++++- appendix.html | 1 + beginner-tutorial.html | 1 + bundles.html | 1 + development-guidelines.html | 1 + example-algos.html | 1 + genindex.html | 1 + index.html | 1 + install.html | 1 + jupyter.html | 1 + live-trading.html | 1 + naming-convention.html | 1 + release-process.html | 1 + releases.html | 1 + resources.html | 1 + search.html | 1 + searchindex.js | 2 +- utilities.html | 1 + videos.html | 13 +++++++++++-- welcome.html | 1 + 20 files changed, 46 insertions(+), 4 deletions(-) diff --git a/_sources/videos.txt b/_sources/videos.txt index 8fdfae2a..d93c09c5 100644 --- a/_sources/videos.txt +++ b/_sources/videos.txt @@ -22,5 +22,21 @@ Where things go smoothly: | Where things don't: + +.. raw:: html - Coming up next! \ No newline at end of file + + +| +| +Backtesting a Strategy +---------------------- + +This algorithm is based on a simple momentum strategy. 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. + +.. raw:: html + + + diff --git a/appendix.html b/appendix.html index 363d4202..dc117c2c 100644 --- a/appendix.html +++ b/appendix.html @@ -132,6 +132,7 @@
  • Videos
  • Resources