From 5c745d0330b404ecef6bc85637b48ba034767872 Mon Sep 17 00:00:00 2001 From: Mayank Lavania Date: Mon, 3 Aug 2026 03:48:15 +0530 Subject: [PATCH] Add QuantWave to Indicators (#144) Polars-native TA/backtest with batch-streaming parity. --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 723f13a..c5baeb6 100644 --- a/Readme.md +++ b/Readme.md @@ -332,6 +332,7 @@ Note: the one marked as `Live Trading` has reasonable live trading support for a - [chart-patterns](https://github.com/focus1691/chart-patterns) | `TypeScript` | - Technical analysis library for chart patterns, price action, and volume-based pattern detection. - [ChartScout](https://chartscout.io) - Real-time crypto chart pattern detection and alerts - [Wickra](https://github.com/wickra-lib/wickra) | `Rust` & `Python` & `JavaScript` & `C++` & `C#` & `Go` & `Java` & `R` | - Streaming-first technical-analysis library with 514 O(1)-per-tick indicators across 24 families; bit-exact batch and streaming from one Rust core. +- [QuantWave](https://github.com/lavs9/quantwave) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/lavs9/quantwave/main) ![GitHub Repo stars](https://img.shields.io/github/stars/lavs9/quantwave?style=social) | `Python` `Rust` `Polars` | - Polars-native technical analysis and backtesting with bit-identical batch and streaming parity, plus an agent skill for consistent research-to-live strategy code. ### Pricing