From 41052a312fd8ed7235550c0d0c4a345348ce979a Mon Sep 17 00:00:00 2001 From: Josh Nielsen Date: Wed, 26 May 2021 11:07:12 -0600 Subject: [PATCH 1/2] add lppls --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3f08a32..65c7d74 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [pandas_talib](https://github.com/femtotrader/pandas_talib) - A Python Pandas implementation of technical analysis indicators. - [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. ### Trading & Backtesting From 58c0ec637b3154eef90467dbc30c764bd659b301 Mon Sep 17 00:00:00 2001 From: wilsonfreitas Date: Thu, 27 May 2021 09:17:46 -0300 Subject: [PATCH 2/2] Added TDAmeritrade.DotNetCore --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 526dab9..f420339 100644 --- a/README.md +++ b/README.md @@ -383,6 +383,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [QuantConnect](https://github.com/QuantConnect/Lean) - Lean Engine is an open-source fully managed C# algorithmic trading engine built for desktop and cloud usage. - [StockSharp](https://github.com/StockSharp/StockSharp) - Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options). +- [TDAmeritrade.DotNetCore](https://github.com/NVentimiglia/TDAmeritrade.DotNetCore) - Free, open-source .NET Client for the TD Ameritrade Trading Platform. Helps developers integrate TD Ameritrade API into custom trading solutions. ## Rust