Add honest-signals to Trading & Backtesting (#484)

Co-authored-by: Marvin Mez <marvin.mez@tm2.ai>
Co-authored-by: Wilson Freitas <wilson.freitas@gmail.com>
This commit is contained in:
MarvinRey7879
2026-08-13 08:14:48 -03:00
committed by GitHub
co-authored by Marvin Mez Wilson Freitas
parent 62f8c9692b
commit 90b757d25c
+1
View File
@@ -168,6 +168,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants
- [Wickra](https://github.com/wickra-lib/wickra) - `Rust` `Python` `JavaScript` `C++` `C#` `Golang` `Java` `R` - Streaming-first technical-analysis library with a Rust core: 514 indicators updating in O(1) per tick, with bit-exact batch-vs-streaming results.
## Trading & Backtesting
- [honest-signals](https://github.com/MarvinRey7879/honest-signals) - `Python` - Scores detected chart patterns against the pattern-free baseline for the same market, timeframe and horizon, reporting lift with cluster-robust confidence intervals instead of a hit rate against 50%.
- [rulelint](https://github.com/momoddo/rulelint) - `Python` - Linter for mechanical trading-rule conditions: replays every condition over historical bars to catch look-ahead levels, dead branches that can never fire, and regime-drifted absolute thresholds before you trust a backtest.
- [FAIG](https://github.com/tg12/FAIG) - `Python` - Fully automated trading bot for the IG Index platform (spread betting and CFDs), supporting demo and live accounts.
- [quantify](https://github.com/Zhanghanser/quantify) - `Python` - Binance-style trading terminal with multi-strategy backtesting and a real-time, signal-only decision desk for crypto, A-shares, and US stocks.