From 07e82e515404b714ad453578e81658c5a524df65 Mon Sep 17 00:00:00 2001 From: Gabriel Geronazzo <60116449+ImGabreuw@users.noreply.github.com> Date: Wed, 23 Aug 2023 19:44:20 -0300 Subject: [PATCH] Add QSTrader --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20450c0..39e9021 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants ### Trading & Backtesting +- [QSTrader](https://github.com/mhallsmoore/qstrader) - QSTrader backtesting simulation engine. - [Blankly](https://github.com/Blankly-Finance/Blankly) - Fully integrated backtesting, paper trading, and live deployment. - [TA-Lib](https://github.com/mrjbq7/ta-lib) - Python wrapper for TA-Lib (). - [zipline](https://github.com/quantopian/zipline) - Pythonic algorithmic trading library.