Files
catalyst/resources.html
T
2018-03-29 18:15:26 +03:00

141 lines
6.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>Resources &#8212; 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="Development Guidelines" href="development-guidelines.html" />
<link rel="prev" title="Videos" href="videos.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="development-guidelines.html" title="Development Guidelines"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="videos.html" title="Videos"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">Catalyst 0.4 documentation</a> &#187;</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="resources">
<h1>Resources<a class="headerlink" href="#resources" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li><a class="reference external" href="https://www.enigma.co/enigma_catalyst.pdf">Catalyst Whitepaper</a></li>
</ul>
<div class="section" id="related-3rd-party-apis">
<h2>Related 3rd Party APIs<a class="headerlink" href="#related-3rd-party-apis" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><a class="reference external" href="http://www.zipline.io/appendix.html">Zipline</a> is a Pythonic Algorithmic
Trading Library, and the project Catalyst forked off in the spring of 2017.</li>
<li><a class="reference external" href="https://www.quantopian.com/help">Quantopian</a> provides a platform for
freelance quantitative analysts develop, test, and use trading algorithms to
buy and sell securities. They aim to create a crowd-sourced hedge fund by
fostering their community of freelance traders. Quantopians backtesting and
live-trading engine is powered by <em>Zipline</em>.</li>
<li><a class="reference external" href="https://pandas.pydata.org/pandas-docs/stable/api.html">Pandas</a> is a Python
library providing high-performance, easy-to-use data structures and data
analysis tools. Catalyst relies heavily on pandas, and many API functions
return data as Pandas dataframes.</li>
<li><a class="reference external" href="https://docs.scipy.org/doc/numpy/reference/">Numpy</a> is the fundamental
package for scientific computing with Python. Some of the data computation
that your algorithms will need, will be optimized leveraging Numpy.</li>
<li><a class="reference external" href="https://matplotlib.org/1.5.3/api/index.html">Matplotlib</a> is a Python 2D
plotting library that many of examples rely on to plot the performance of
trading algorithms</li>
</ul>
</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="#">Resources</a><ul>
<li><a class="reference internal" href="#related-3rd-party-apis">Related 3rd Party APIs</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="videos.html"
title="previous chapter">Videos</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="development-guidelines.html"
title="next chapter">Development Guidelines</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/resources.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="development-guidelines.html" title="Development Guidelines"
>next</a> |</li>
<li class="right" >
<a href="videos.html" title="Videos"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">Catalyst 0.4 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2018, Enigma MPC, Inc..
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.6.
</div>
</body>
</html>