From d5e07740a04b29a898a8281cc967099bb98c788f Mon Sep 17 00:00:00 2001 From: wilsonfreitas Date: Sun, 27 Mar 2022 05:29:27 -0300 Subject: [PATCH] Added AutoTrader --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 810a090..1728292 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [bta-lib](https://github.com/mementum/bta-lib) - Technical Analysis library in pandas for backtesting algotrading and quantitative analysis. - [Stock-Prediction-Models](https://github.com/huseinzol05/Stock-Prediction-Models) - Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations. - [TuneTA](https://github.com/jmrichardson/tuneta) - TuneTA optimizes technical indicators using a distance correlation measure to a user defined target feature such as next day return. +- [AutoTrader](https://github.com/kieran-mackle/AutoTrader) - A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading. ### Risk Analysis