From 500666587a33b9a2eb473b6093add360b19ee755 Mon Sep 17 00:00:00 2001 From: Alex Wanyoike Date: Sat, 21 Feb 2026 00:47:58 +0300 Subject: [PATCH] add the0 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f03451d..cb21a54 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [streaming_indicators](https://github.com/mr-easy/streaming_indicators) - A python library for computing technical analysis indicators on streaming data. ### Trading & Backtesting +- [the0](https://github.com/alexanderwanyoike/the0) - Self-hosted execution engine for algorithmic trading bots. Write strategies in Python, TypeScript, Rust, C++, C#, Scala, or Haskell and deploy with one command. Each bot runs in an isolated container with scheduled or streaming execution. - [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. - [Investing algorithm framework](https://github.com/coding-kitties/investing-algorithm-framework) - Framework for developing, backtesting, and deploying automated trading algorithms. - [QSTrader](https://github.com/mhallsmoore/qstrader) - QSTrader backtesting simulation engine.