From 73a0a8dc1fc2a27c0dcf53cc4ed13e1575bb0dc7 Mon Sep 17 00:00:00 2001 From: Wilson Freitas Date: Fri, 2 Sep 2022 10:56:01 -0300 Subject: [PATCH] Added pytrendseries --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8083ed6..82a46ad 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [Lean](https://github.com/QuantConnect/Lean) - Lean Algorithmic Trading Engine by QuantConnect (Python, C#). - [fast-trade](https://github.com/jrmeier/fast-trade) - Low code backtesting library utilizing pandas and technical analysis indicators. - [pysystemtrade](https://github.com/robcarver17/pysystemtrade) - pysystemtrade is the open source version of Robert Carver's backtesting and trading engine that implements systems according to the framework outlined in his book "Systematic Trading", which is further developed on his [blog](https://qoppac.blogspot.com/). +- [pytrendseries](https://github.com/rafa-rod/pytrendseries) - Detect trend in time series, drawdown, drawdown within a constant look-back window , maximum drawdown, time underwater. ### Risk Analysis