From 6cf905e74245f5805942f9b971a05e2a2a15b881 Mon Sep 17 00:00:00 2001 From: squiddible <63127872+squidKid-deluxe@users.noreply.github.com> Date: Sun, 18 May 2025 19:10:45 -0400 Subject: [PATCH] Add QTradeX to alternatives.md --- doc/alternatives.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/alternatives.md b/doc/alternatives.md index b3f292bd..1a084614 100644 --- a/doc/alternatives.md +++ b/doc/alternatives.md @@ -10,6 +10,7 @@ If after reviewing the docs and examples perchance you find [_Backtesting.py_](https://kernc.github.io/backtesting.py) not your cup of tea, kindly have a look at some similar alternative Python backtesting frameworks: +- [QTradeX](https://github.com/squidKid-deluxe/QTradeX-Algo-Trading-SDK) - A powerful and flexible Python framework for designing, backtesting, optimizing, and deploying algotrading bots - [AutoTrader](https://github.com/kieran-mackle/AutoTrader) - an automated trading framework with an emphasis on cryptocurrency markets that includes a [robust backtesting API](https://github.com/kieran-mackle/AutoTrader/blob/main/docs/source/tutorials/backtesting.md)