DOC: videos: +3rd_install, +backtest

This commit is contained in:
Victor Grau Serrat
2017-11-20 09:31:47 -07:00
parent 9cfd50dc4f
commit 86b2a5c772
+17 -1
View File
@@ -22,5 +22,21 @@ Where things go smoothly:
|
Where things don't:
.. raw:: html
Coming up next!
<iframe width="560" height="315" src="https://www.youtube.com/embed/qLkQcWlUBy8" frameborder="0" allowfullscreen></iframe>
|
|
Backtesting a Strategy
----------------------
This algorithm is based on a simple momentum strategy. When the cryptoasset
goes up quickly, were going to buy; when it goes down quickly, were going to
sell. Hopefully, well ride the waves.
.. raw:: html
<iframe width="560" height="315" src="https://www.youtube.com/embed/JOBRwst9jUY" frameborder="0" allowfullscreen></iframe>