From 4b80bd1c0657342f7175d8fb1a6b0f647e1b0da2 Mon Sep 17 00:00:00 2001 From: Wilson Freitas Date: Thu, 4 Apr 2024 06:00:23 -0300 Subject: [PATCH] Added talipp --- README.md | 1 + site/index.qmd | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index eb00e6d..b6bdd60 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [finta](https://github.com/peerchemist/finta) - Common financial technical analysis indicators implemented in Pandas. - [Tulipy](https://github.com/cirla/tulipy) - Financial Technical Analysis Indicator Library (Python bindings for [tulipindicators](https://github.com/TulipCharts/tulipindicators)) - [lppls](https://github.com/Boulder-Investment-Technologies/lppls) - A Python module for fitting the [Log-Periodic Power Law Singularity (LPPLS)](https://en.wikipedia.org/wiki/Didier_Sornette#The_JLS_and_LPPLS_models) model. +- [talipp](https://github.com/nardew/talipp) - Incremental technical analysis library for Python. ### Trading & Backtesting - [skfolio](https://github.com/skfolio/skfolio) - Python library for portfolio optimization built on top of scikit-learn. It provides a unified interface and sklearn compatible tools to build, tune and cross-validate portfolio models. diff --git a/site/index.qmd b/site/index.qmd index d256736..c547236 100644 --- a/site/index.qmd +++ b/site/index.qmd @@ -63,6 +63,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [finta](https://github.com/peerchemist/finta) - Common financial technical analysis indicators implemented in Pandas. - [Tulipy](https://github.com/cirla/tulipy) - Financial Technical Analysis Indicator Library (Python bindings for [tulipindicators](https://github.com/TulipCharts/tulipindicators)) - [lppls](https://github.com/Boulder-Investment-Technologies/lppls) - A Python module for fitting the [Log-Periodic Power Law Singularity (LPPLS)](https://en.wikipedia.org/wiki/Didier_Sornette#The_JLS_and_LPPLS_models) model. +- [talipp](https://github.com/nardew/talipp) - Incremental technical analysis library for Python. ### Trading & Backtesting - [skfolio](https://github.com/skfolio/skfolio) - Python library for portfolio optimization built on top of scikit-learn. It provides a unified interface and sklearn compatible tools to build, tune and cross-validate portfolio models.