From 29f94b7b52b92f4da293f030f7359044adf732e9 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Mon, 28 Dec 2020 21:45:41 +1100 Subject: [PATCH 1/2] docs: fix simple typo, slighlty -> slightly There is a small typo in docs/source/example-algos.rst. Should read `slightly` rather than `slighlty`. --- docs/source/example-algos.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/example-algos.rst b/docs/source/example-algos.rst index 36654e563..1bc707547 100644 --- a/docs/source/example-algos.rst +++ b/docs/source/example-algos.rst @@ -149,7 +149,7 @@ Notice the difference in performance between the charts above and those seen on `this video tutorial `_ at minute 8:10. The buy and sell orders are triggered at the same exact times, but the differences result from a more realistic slippage model -implemented after the video was recorded, which executes the orders at slighlty +implemented after the video was recorded, which executes the orders at slightly different prices, but resulting in significant changes in performance of our strategy. From 5e01d6bbd2291e68dfa7df18ef19039fbac8357c Mon Sep 17 00:00:00 2001 From: Reuven Podmazo Date: Wed, 22 Sep 2021 16:20:56 +0300 Subject: [PATCH 2/2] Added a deprecation warning to the README This project is no longer maintained and Enigma will no longer provide support for it. --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 592190511..fc9e69ab3 100644 --- a/README.rst +++ b/README.rst @@ -15,6 +15,13 @@ 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