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 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.