From ed90143b30763bcf85683232d15d57672ac4100b Mon Sep 17 00:00:00 2001 From: Blair Azzopardi Date: Tue, 9 Apr 2024 10:13:56 +0100 Subject: [PATCH] Add link to YABTE backtesting engine --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d57f6ff..cd68d8c 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [Intelligent Trading Bot](https://github.com/asavinov/intelligent-trading-bot) - Automatically generating signals and trading based on machine learning and feature engineering - [fastquant](https://github.com/enzoampil/fastquant) - fastquant allows you to easily backtest investment strategies with as few as 3 lines of python code. - [nautilus_trader](https://github.com/nautechsystems/nautilus_trader) - A high-performance algorithmic trading platform and event-driven backtester. +- [YABTE](https://github.com/bsdz/yabte) - Yet Another (Python) BackTesting Engine. ### Risk Analysis