From 2b4f594b84f620fe4e1ac619fea9180fa4f56470 Mon Sep 17 00:00:00 2001 From: Mikko Ohtamaa Date: Sat, 5 Oct 2024 10:26:21 +0200 Subject: [PATCH] Add TradingStrategy.ai - Adding TradingStrategy.ai in the framework and data sources sections - Disclaimer: I am the author --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f523ede..0dc8ed7 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [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. +- [Trading Strategy](https://github.com/tradingstrategy-ai/getting-started) - TradingStrategy.ai is a market data, backtesting, live trading and investor management framework for decentralised finance ### Risk Analysis @@ -257,6 +258,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [cif](https://github.com/LenkaV/CIF) - Python package that include few composite indicators, which summarize multidimensional relationships between individual economic indicators. - [finagg](https://github.com/theOGognf/finagg) - finagg is a Python package that provides implementations of popular and free financial APIs, tools for aggregating historical data from those APIs into SQL databases, and tools for transforming aggregated data into features useful for analysis and AI/ML. - [FinanceDatabase](https://github.com/JerBouma/FinanceDatabase) - This is a database of 300.000+ symbols containing Equities, ETFs, Funds, Indices, Currencies, Cryptocurrencies and Money Markets. +- [Trading Strategy](https://github.com/tradingstrategy-ai/trading-strategy/) - download price data for decentralised exchanges and lending protocols (DeFi) ### Excel Integration