mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-28 07:32:47 +08:00
43 lines
980 B
ReStructuredText
43 lines
980 B
ReStructuredText
Videos
|
||
======
|
||
|
||
|
||
Installation: MacOS
|
||
-------------------
|
||
|
||
.. raw:: html
|
||
|
||
<iframe width="560" height="315" src="https://www.youtube.com/embed/ZnsslmHljvw" frameborder="0" allowfullscreen></iframe>
|
||
|
||
|
|
||
|
|
||
Installation: Windows
|
||
---------------------
|
||
|
||
Where things go smoothly:
|
||
|
||
.. raw:: html
|
||
|
||
<iframe width="560" height="315" src="https://www.youtube.com/embed/H8HqcEbZmkk" frameborder="0" allowfullscreen></iframe>
|
||
|
||
|
|
||
Where things don't:
|
||
|
||
.. raw:: html
|
||
|
||
<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, we’re going to buy; when it goes down quickly, we’re going to
|
||
sell. Hopefully, we’ll ride the waves.
|
||
|
||
.. raw:: html
|
||
|
||
<iframe width="560" height="315" src="https://www.youtube.com/embed/JOBRwst9jUY" frameborder="0" allowfullscreen></iframe>
|
||
|