Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scrtlabs/catalyst
An Algorithmic Trading Library for Crypto-Assets in Python
https://github.com/scrtlabs/catalyst
algorithmic-trading cryptocurrencies cryptocurrency trading
Last synced: 3 months ago
JSON representation
An Algorithmic Trading Library for Crypto-Assets in Python
- Host: GitHub
- URL: https://github.com/scrtlabs/catalyst
- Owner: scrtlabs
- License: apache-2.0
- Archived: true
- Created: 2017-06-13T22:31:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-26T14:07:55.000Z (about 2 years ago)
- Last Synced: 2024-10-26T19:12:47.453Z (3 months ago)
- Topics: algorithmic-trading, cryptocurrencies, cryptocurrency, trading
- Language: Python
- Homepage: http://enigma.co
- Size: 129 MB
- Stars: 2,488
- Watchers: 166
- Forks: 726
- Open Issues: 136
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-python-machine-learning-resources - GitHub - 25% open · ⏱️ 22.09.2021): (金融数据处理)
- awesome-list - Catalyst - An algorithmic trading library for crypto-assets written in Python. (Time-Series & Financial / Others)
README
.. image:: https://s3.amazonaws.com/enigmaco-docs/catalyst-crypto.png
:target: https://enigmampc.github.io/catalyst
:align: center
:alt: Enigma | Catalyst|version tag|
|version status|
|forum|
|discord|
|twitter|========= =============== ================
Service Master Develop
--------- --------------- ----------------
CI Badge |travis-master| |travis-develop|
========= =============== ================⚠️ DEPRECATION WARNING ⚠️
=========================This repo is no longer actively maintained since the end of 2018. If you wish to use this project or get support for it, there are many forks that may be more active. If any of those is still active, please get in touch with them, as we can no longer provide support for it.
----
Catalyst is an algorithmic trading library for crypto-assets written in Python.
It allows trading strategies to be easily expressed and backtested against
historical data (with daily and minute resolution), providing analytics and
insights regarding a particular strategy's performance. Catalyst also supports
live-trading of crypto-assets starting with four exchanges (Binance, Bitfinex, Bittrex,
and Poloniex) with more being added over time. Catalyst empowers users to share
and curate data and build profitable, data-driven investment strategies. Please
visit `catalystcrypto.io `_ to learn more about Catalyst.Catalyst builds on top of the well-established
`Zipline `_ project. We did our best to
minimize structural changes to the general API to maximize compatibility with
existing trading algorithms, developer knowledge, and tutorials. Join us on the
`Catalyst Forum `_ for questions around Catalyst,
algorithmic trading and technical support. We also have a
`Discord `_ group with the *#catalyst_dev* and
*#catalyst_setup* dedicated channels.Overview
========- Ease of use: Catalyst tries to get out of your way so that you can
focus on algorithm development. See
`examples of trading strategies `_
provided.
- Support for several of the top crypto-exchanges by trading volume:
`Bitfinex `_, `Bittrex `_,
`Poloniex `_ and `Binance `_.
- Secure: You and only you have access to each exchange API keys for your accounts.
- Input of historical pricing data of all crypto-assets by exchange,
with daily and minute resolution. See
`Catalyst Market Coverage Overview `_.
- Backtesting and live-trading functionality, with a seamless transition
between the two modes.
- Output of performance statistics are based on Pandas DataFrames to
integrate nicely into the existing PyData eco-system.
- Statistic and machine learning libraries like matplotlib, scipy,
statsmodels, and sklearn support development, analysis, and
visualization of state-of-the-art trading systems.
- Addition of Bitcoin price (btc_usdt) as a benchmark for comparing
performance across trading algorithms.Go to our `Documentation Website `_.
.. |version tag| image:: https://img.shields.io/pypi/v/enigma-catalyst.svg
:target: https://pypi.python.org/pypi/enigma-catalyst.. |version status| image:: https://img.shields.io/pypi/pyversions/enigma-catalyst.svg
:target: https://pypi.python.org/pypi/enigma-catalyst
.. |forum| image:: https://img.shields.io/badge/forum-join-green.svg
:target: https://forum.catalystcrypto.io/.. |discord| image:: https://img.shields.io/badge/discord-join%20chat-green.svg
:target: https://discordapp.com/invite/SJK32GY.. |twitter| image:: https://img.shields.io/twitter/follow/enigmampc.svg?style=social&label=Follow&style=flat-square
:target: https://twitter.com/catalystcrypto.. |travis-develop| image:: https://travis-ci.com/enigmampc/catalyst.svg?branch=develop
:target: https://travis-ci.com/enigmampc/catalyst.. |travis-master| image:: https://travis-ci.com/enigmampc/catalyst.svg?branch=master
:target: https://travis-ci.com/enigmampc/catalyst