mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-02 12:30:45 +08:00
160 lines
7.0 KiB
HTML
160 lines
7.0 KiB
HTML
|
||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
<title>Videos — Catalyst 0.4 documentation</title>
|
||
<link rel="stylesheet" href="_static/classic.css" type="text/css" />
|
||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||
<script type="text/javascript">
|
||
var DOCUMENTATION_OPTIONS = {
|
||
URL_ROOT: './',
|
||
VERSION: '0.4',
|
||
COLLAPSE_INDEX: false,
|
||
FILE_SUFFIX: '.html',
|
||
HAS_SOURCE: true,
|
||
SOURCELINK_SUFFIX: '.txt'
|
||
};
|
||
</script>
|
||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||
<script type="text/javascript" src="_static/underscore.js"></script>
|
||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||
<link rel="index" title="Index" href="genindex.html" />
|
||
<link rel="search" title="Search" href="search.html" />
|
||
<link rel="next" title="Resources" href="resources.html" />
|
||
<link rel="prev" title="Utilities" href="utilities.html" />
|
||
</head>
|
||
<body>
|
||
<div class="related" role="navigation" aria-label="related navigation">
|
||
<h3>Navigation</h3>
|
||
<ul>
|
||
<li class="right" style="margin-right: 10px">
|
||
<a href="genindex.html" title="General Index"
|
||
accesskey="I">index</a></li>
|
||
<li class="right" >
|
||
<a href="resources.html" title="Resources"
|
||
accesskey="N">next</a> |</li>
|
||
<li class="right" >
|
||
<a href="utilities.html" title="Utilities"
|
||
accesskey="P">previous</a> |</li>
|
||
<li class="nav-item nav-item-0"><a href="index.html">Catalyst 0.4 documentation</a> »</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="document">
|
||
<div class="documentwrapper">
|
||
<div class="bodywrapper">
|
||
<div class="body" role="main">
|
||
|
||
<div class="section" id="videos">
|
||
<h1>Videos<a class="headerlink" href="#videos" title="Permalink to this headline">¶</a></h1>
|
||
<div class="section" id="installation-macos">
|
||
<h2>Installation: MacOS<a class="headerlink" href="#installation-macos" title="Permalink to this headline">¶</a></h2>
|
||
<iframe width="560" height="315" src="https://www.youtube.com/embed/ZnsslmHljvw" frameborder="0" allowfullscreen></iframe><div class="line-block">
|
||
<div class="line"><br /></div>
|
||
<div class="line"><br /></div>
|
||
</div>
|
||
</div>
|
||
<div class="section" id="installation-windows">
|
||
<h2>Installation: Windows<a class="headerlink" href="#installation-windows" title="Permalink to this headline">¶</a></h2>
|
||
<p>Where things go smoothly:</p>
|
||
<iframe width="560" height="315" src="https://www.youtube.com/embed/H8HqcEbZmkk" frameborder="0" allowfullscreen></iframe><div class="line-block">
|
||
<div class="line"><br /></div>
|
||
</div>
|
||
<p>Where things don’t:</p>
|
||
<iframe width="560" height="315" src="https://www.youtube.com/embed/qLkQcWlUBy8" frameborder="0" allowfullscreen></iframe><div class="line-block">
|
||
<div class="line"><br /></div>
|
||
<div class="line"><br /></div>
|
||
</div>
|
||
</div>
|
||
<div class="section" id="backtesting-a-strategy">
|
||
<h2>Backtesting a Strategy<a class="headerlink" href="#backtesting-a-strategy" title="Permalink to this headline">¶</a></h2>
|
||
<p>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
|
||
<a class="reference external" href="example-algos.html#mean-reversion">mean reversion</a>: 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.</p>
|
||
<iframe width="560" height="315" src="https://www.youtube.com/embed/JOBRwst9jUY" frameborder="0" allowfullscreen></iframe><div class="line-block">
|
||
<div class="line"><br /></div>
|
||
<div class="line"><br /></div>
|
||
</div>
|
||
</div>
|
||
<div class="section" id="live-trading-a-strategy">
|
||
<h2>Live Trading a Strategy<a class="headerlink" href="#live-trading-a-strategy" title="Permalink to this headline">¶</a></h2>
|
||
<p>This is the second part of the two-part series on using Catalyst for algorithmic
|
||
trading. Having backtested <a class="reference external" href="example-algos.html#mean-reversion">our strategy</a>
|
||
in the previous video, we now take it to trade live against the Bittrex exchange.</p>
|
||
<iframe width="560" height="315" src="https://www.youtube.com/embed/NupiE-Xuglw" frameborder="0" allowfullscreen></iframe><div class="line-block">
|
||
<div class="line"><br /></div>
|
||
<div class="line"><br /></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
||
<div class="sphinxsidebarwrapper">
|
||
<h3><a href="index.html">Table Of Contents</a></h3>
|
||
<ul>
|
||
<li><a class="reference internal" href="#">Videos</a><ul>
|
||
<li><a class="reference internal" href="#installation-macos">Installation: MacOS</a></li>
|
||
<li><a class="reference internal" href="#installation-windows">Installation: Windows</a></li>
|
||
<li><a class="reference internal" href="#backtesting-a-strategy">Backtesting a Strategy</a></li>
|
||
<li><a class="reference internal" href="#live-trading-a-strategy">Live Trading a Strategy</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
|
||
<h4>Previous topic</h4>
|
||
<p class="topless"><a href="utilities.html"
|
||
title="previous chapter">Utilities</a></p>
|
||
<h4>Next topic</h4>
|
||
<p class="topless"><a href="resources.html"
|
||
title="next chapter">Resources</a></p>
|
||
<div role="note" aria-label="source link">
|
||
<h3>This Page</h3>
|
||
<ul class="this-page-menu">
|
||
<li><a href="_sources/videos.rst.txt"
|
||
rel="nofollow">Show Source</a></li>
|
||
</ul>
|
||
</div>
|
||
<div id="searchbox" style="display: none" role="search">
|
||
<h3>Quick search</h3>
|
||
<form class="search" action="search.html" method="get">
|
||
<div><input type="text" name="q" /></div>
|
||
<div><input type="submit" value="Go" /></div>
|
||
<input type="hidden" name="check_keywords" value="yes" />
|
||
<input type="hidden" name="area" value="default" />
|
||
</form>
|
||
</div>
|
||
<script type="text/javascript">$('#searchbox').show(0);</script>
|
||
</div>
|
||
</div>
|
||
<div class="clearer"></div>
|
||
</div>
|
||
<div class="related" role="navigation" aria-label="related navigation">
|
||
<h3>Navigation</h3>
|
||
<ul>
|
||
<li class="right" style="margin-right: 10px">
|
||
<a href="genindex.html" title="General Index"
|
||
>index</a></li>
|
||
<li class="right" >
|
||
<a href="resources.html" title="Resources"
|
||
>next</a> |</li>
|
||
<li class="right" >
|
||
<a href="utilities.html" title="Utilities"
|
||
>previous</a> |</li>
|
||
<li class="nav-item nav-item-0"><a href="index.html">Catalyst 0.4 documentation</a> »</li>
|
||
</ul>
|
||
</div>
|
||
<div class="footer" role="contentinfo">
|
||
© Copyright 2018, Enigma MPC, Inc..
|
||
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.6.
|
||
</div>
|
||
</body>
|
||
</html> |