From 7853061efd2e0c80f28fcf8db654539f57d4c006 Mon Sep 17 00:00:00 2001 From: kingchenc Date: Wed, 10 Jun 2026 19:53:59 +0200 Subject: [PATCH] Add Wickra to Time Series --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 14a91fc..e05244b 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,7 @@ * [dateutil](https://dateutil.readthedocs.io/en/stable/) - Powerful extensions to the standard datetime module * [maya](https://github.com/timofurrer/maya) - makes it very easy to parse a string and for changing timezones * [Chaos Genius](https://github.com/chaos-genius/chaos_genius) - ML powered analytics engine for outlier/anomaly detection and root cause analysis +* [Wickra](https://github.com/wickra-lib/wickra) - Technical-analysis indicators for time series: 514 incremental (O(1)/tick) indicators over a Rust core, installable with pip install wickra. ## Reinforcement Learning * [Gymnasium](https://github.com/Farama-Foundation/Gymnasium) - An API standard for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly [Gym](https://github.com/openai/gym)).