diff --git a/docs/source/index.rst b/docs/source/index.rst index 8fc3387a..d3ffbfec 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,4 +1,8 @@ .. include:: welcome.rst +| +| +Table of Contents +----------------- .. toctree:: :maxdepth: 1 diff --git a/docs/source/welcome.rst b/docs/source/welcome.rst index 4a711af1..5cfa0473 100644 --- a/docs/source/welcome.rst +++ b/docs/source/welcome.rst @@ -6,4 +6,17 @@ Catalyst empowers users to share and curate data and build profitable, data-driven investment strategies. Features -======== \ No newline at end of file +======== + +- Ease of use: Catalyst tries to get out of your way so that you can + focus on algorithm development. See examples provided. +- Support for several of the top crypto-exchanges by trading volume. +- Input of historical pricing data of all crypto-assets by exchange, + with daily and minute resolution. +- 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. \ No newline at end of file