Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Need to work with CCXT >= 1.37 #581

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/example-algos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Notice the difference in performance between the charts above and those seen on
`this video tutorial <https://youtu.be/PmwbYHjuyNQ>`_ 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.

Expand Down